Home
last modified time | relevance | path

Searched refs:req_head (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c832 if (!reqp->req_head->lio_canned) { in _aio_cancel_req()
833 reqp->req_head->lio_canned = 1; in _aio_cancel_req()
1170 ASSERT(reqp->req_head == NULL); in _aio_do_request()
1411 head = reqp->req_head; in _aiodone()
1412 reqp->req_head = NULL; in _aiodone()
1514 aio_lio_t *head = reqp->req_head; in _aio_fsync_del()
1534 reqp->req_head = NULL; in _aio_fsync_del()
2177 reqp->req_head = lio_head; in _aio_rw()
2298 reqp->req_head = lio_head; in _aio_rw64()
H A Dposix_aio.c661 ASSERT(reqp->req_head == NULL); in aio_error()
716 ASSERT(reqp->req_head == NULL); in aio_return()
733 if ((head = reqp->req_head) != NULL) { in _lio_remove()
741 reqp->req_head = NULL; in _lio_remove()
1594 ASSERT(reqp->req_head == NULL); in aio_return64()
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c1125 build_localpw(struct reqlogin *req_head) in build_localpw() argument
1135 req_next = req_head; in build_localpw()
1150 if (req_head == NULL) { in build_localpw()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h141 aio_lio_t *req_head; /* list head for LIO */ member