Searched defs:req_next (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h124 * when req is on the doneq, then req_next is protected by
126 * req_next is protected by a worker's work_qlock1 lock.
128 aio_req_t *req_next; /* request/done queue link */ member in struct:aio_req
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c1132 struct reqlogin *req_next; local
1138 req_next = req_head;
1140 while (req_next != NULL) {
1141 if ((pw = getpwnam(req_next->loginname)) != NULL) {
1146 req_next->found = TRUE;
1150 req_next = req_next->next;

Completed in 112 milliseconds