HomeSort by: relevance | last modified time | path
    Searched defs:aio_exit (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
sys_aio.c 124 static void aio_exit(proc_t *, void *);
236 aio_ehook = exithook_establish(aio_exit, NULL);
294 aio_exit(p, aio);
307 aio_exit(struct proc *p, void *cookie) function

Completed in 15 milliseconds