Searched refs:aioerror (Results 1 – 1 of 1) sorted by relevance
106 static int aioerror(void *, int);273 error = aioerror((void *)a1, AIO_64); in kaioc()354 return (aioerror((void *)uap[1], AIO_32)); in kaio()377 return (aioerror((void *)uap[1], AIO_LARGEFILE)); in kaio()1785 aioerror(void *cb, int run_mode) in aioerror() function