Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/disp/
H A Dclass.c254 proc_t *reqpp = ttoproc(curthread); in parmsset() local
260 if (reqpp != NULL) { in parmsset()
261 mutex_enter(&reqpp->p_crlock); in parmsset()
262 crhold(reqpcredp = reqpp->p_cred); in parmsset()
263 mutex_exit(&reqpp->p_crlock); in parmsset()
268 if (!prochasprocperm(targpp, reqpp, reqpcredp)) { in parmsset()
/titanic_41/usr/src/lib/libc/port/aio/
H A Daio.c692 aio_req_t **reqpp, *last; in aiocancel_all() local
721 reqpp = &_aio_done_tail; in aiocancel_all()
723 while ((reqp = *reqpp) != NULL) { in aiocancel_all()
725 *reqpp = reqp->req_next; in aiocancel_all()
738 reqpp = &reqp->req_next; in aiocancel_all()
/titanic_41/usr/src/uts/common/os/
H A Daio.c2392 aio_req_t **reqpp, in aio_req_setup() argument
2465 *reqpp = reqp; in aio_req_setup()
3289 aio_req_t **reqpp, in aio_req_setupLF() argument
3362 *reqpp = reqp; in aio_req_setupLF()