Searched refs:uaiocbp (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Daio_kern.h53 user_addr_t uaiocbp; /* pointer passed in from user land */ member in struct:aio_workq_entry
/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c648 if ( entryp->uaiocbp == uap->aiocbp ) {
663 if ( entryp->uaiocbp == uap->aiocbp ) {
782 if ( entryp->uaiocbp == uap->aiocbp ) {
815 if ( entryp->uaiocbp == uap->aiocbp ) {
955 (aiocbp != USER_ADDR_NULL && entryp->uaiocbp == aiocbp) ||
1014 (int)entryp->procp, (int)entryp->uaiocbp, fd, 0, 0 );
1045 (int)entryp->procp, (int)entryp->uaiocbp, fd, 0, 0 );
1070 (int)entryp->procp, (int)entryp->uaiocbp, fd, 0, 0 );
1182 if ( entryp->uaiocbp == aiocbp ) {
1208 * (see entryp->uaiocbp
[all...]

Completed in 30 milliseconds