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

  /src/sys/kern/
sys_aio.c 87 static void aio_exit(proc_t *, void *);
151 aio_ehook = exithook_establish(aio_exit, NULL);
202 aio_exit(p, aio);
209 aio_exit(p, aio);
217 aio_exit(p, aio);
238 aio_exit(struct proc *p, void *cookie) function in typeref:typename:void
sys_aio.c 87 static void aio_exit(proc_t *, void *);
151 aio_ehook = exithook_establish(aio_exit, NULL);
202 aio_exit(p, aio);
209 aio_exit(p, aio);
217 aio_exit(p, aio);
238 aio_exit(struct proc *p, void *cookie) function in typeref:typename:void

Completed in 25 milliseconds