Search | Google it | Results 1 - 1 of 1 for funcall:offsetof from tkernel_2/driver/tef_em1d/console/src/console_drv.c (0.00 seconds) |
154: if (port <= 0) return NULL; 155: q = QueSearch(&ConsPort, &ConsPort, port, offsetof(CONSCB, port)); 156: return (q == &ConsPort) ? NULL : (CONSCB*)q; 729: for (port = ++last_port; QueSearch(&ConsPort, &ConsPort, 730: (W)port, offsetof(CONSCB, port)) != &ConsPort; port++); 731: arg[0] = (W)(last_port = port); 826: while ((p = (CONSCB*)QueSearch((QUEUE*)p, &ConsPort, arg[1], 827: offsetof(CONSCB, conf))) != (CONSCB*)&ConsPort) { 828: if (p->port > arg[0]) {