Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/aio/
H A Daio.c835 if (!reqp->req_head->lio_canned) { in _aio_cancel_req()
836 reqp->req_head->lio_canned = 1; in _aio_cancel_req()
1173 ASSERT(reqp->req_head == NULL); in _aio_do_request()
1414 head = reqp->req_head; in _aiodone()
1415 reqp->req_head = NULL; in _aiodone()
1517 aio_lio_t *head = reqp->req_head; in _aio_fsync_del()
1537 reqp->req_head = NULL; in _aio_fsync_del()
2180 reqp->req_head = lio_head; in _aio_rw()
2301 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()
1595 ASSERT(reqp->req_head == NULL); in aio_return64()
/titanic_41/usr/src/cmd/logins/
H A Dlogins.c1128 build_localpw(struct reqlogin *req_head) in build_localpw() argument
1138 req_next = req_head; in build_localpw()
1153 if (req_head == NULL) { in build_localpw()
/titanic_41/usr/src/lib/libc/inc/
H A Dasyncio.h143 aio_lio_t *req_head; /* list head for LIO */ member