Home
last modified time | relevance | path

Searched refs:req_op (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libc/port/aio/
H A Daio.c434 reqp->req_op = mode; in _aiorw()
832 if (reqp->req_op == AIOFSYNC && reqp != aiowp->work_req) { in _aio_cancel_req()
1075 switch (reqp->req_op) { in _aio_do_request()
1402 np.np_event = reqp->req_op; in _aiodone()
1492 reqp->req_op = AIONOTIFY; in _aiodone()
1893 switch (reqp->req_op) { in _aio_req_get()
2182 reqp->req_op = mode; in _aio_rw()
2303 reqp->req_op = mode; in _aio_rw64()
/titanic_41/usr/src/lib/libc/inc/
H A Dasyncio.h139 char req_op; /* AIOREAD, etc. */ member