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

/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c1458 int call_result; local
1473 call_result = -1;
1476 call_result = EINVAL;
1481 call_result = EINVAL;
1491 call_result = EAGAIN;
1497 call_result = EAGAIN;
1509 call_result = EAGAIN;
1520 call_result = aio_copy_in_sigev(p, uap->sigp, &aiosigev);
1521 if ( call_result)
1553 if ( result != 0 && call_result
[all...]

Completed in 12 milliseconds