Searched defs:reqpp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/disp/
H A Dclass.c254 proc_t *reqpp = ttoproc(curthread); local
260 if (reqpp != NULL) {
261 mutex_enter(&reqpp->p_crlock);
262 crhold(reqpcredp = reqpp->p_cred);
263 mutex_exit(&reqpp->p_crlock);
268 if (!prochasprocperm(targpp, reqpp, reqpcredp)) {
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c692 aio_req_t **reqpp, *last; local
721 reqpp = &_aio_done_tail;
723 while ((reqp = *reqpp) != NULL) {
725 *reqpp = reqp->req_next;
738 reqpp = &reqp->req_next;
/illumos-gate/usr/src/uts/common/os/
H A Daio.c2392 aio_req_t **reqpp,
2465 *reqpp = reqp;
3289 aio_req_t **reqpp,
3362 *reqpp = reqp;
2391 aio_req_setup( aio_req_t **reqpp, aio_t *aiop, aiocb_t *arg, aio_result_t *resultp, vnode_t *vp, int old_solaris_req) argument
3288 aio_req_setupLF( aio_req_t **reqpp, aio_t *aiop, aiocb64_32_t *arg, aio_result_t *resultp, vnode_t *vp, int old_solaris_req) argument

Completed in 79 milliseconds