Home
last modified time | relevance | path

Searched refs:req_next (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libc/port/aio/
H A Daio.c725 *reqpp = reqp->req_next; in aiocancel_all()
727 last = reqp->req_next; in aiocancel_all()
738 reqpp = &reqp->req_next; in aiocancel_all()
786 reqp = reqp->req_next; in _aio_cancel_work()
1599 reqp->req_next = NULL; in _aio_work_done()
1634 _aio_done_head->req_next = reqp; in _aio_work_done()
1663 if ((_aio_done_tail = reqp->req_next) == NULL) in _aio_req_done()
1722 reqp->req_next = NULL; in _aio_req_add()
1828 aiowp->work_head1->req_next = reqp; in _aio_req_add()
1875 aiowp->work_tail1 = reqp->req_next; in _aio_req_get()
[all …]
/titanic_41/usr/src/cmd/logins/
H A Dlogins.c1132 struct reqlogin *req_next; in build_localpw() local
1138 req_next = req_head; in build_localpw()
1140 while (req_next != NULL) { in build_localpw()
1141 if ((pw = getpwnam(req_next->loginname)) != NULL) { in build_localpw()
1146 req_next->found = TRUE; in build_localpw()
1150 req_next = req_next->next; in build_localpw()
/titanic_41/usr/src/lib/libc/inc/
H A Dasyncio.h128 aio_req_t *req_next; /* request/done queue link */ member