Search | Google it | Results 1 - 1 of 1 for funcall:QueSearch 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; 728: /* Find the unused port number */ 729: for (port = ++last_port; QueSearch(&ConsPort, &ConsPort, 730: (W)port, offsetof(CONSCB, port)) != &ConsPort; port++); 825: p = (CONSCB*)&ConsPort; 826: while ((p = (CONSCB*)QueSearch((QUEUE*)p, &ConsPort, arg[1], 827: offsetof(CONSCB, conf))) != (CONSCB*)&ConsPort) {