HomeSort by: relevance | last modified time | path
    Searched refs:SYS_aio_return (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
syscalls_autoload.c 195 { SYS_aio_return, "aio" },
sys_aio.c 162 { SYS_aio_return, 0, (sy_call_t *)sys_aio_return },
1889 sys_aio_return(struct lwp *l, const struct sys_aio_return_args *uap, function in typeref:typename:int
  /src/sys/sys/
syscall.h 1124 #define SYS_aio_return 403
  /src/sys/rump/librump/rumpkern/
rump_syscalls.c 4797 error = rsys_syscall(SYS_aio_return, &callarg, sizeof(callarg), retval);

Completed in 19 milliseconds