Home
last modified time | relevance | path

Searched refs:SYS_aio_error (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/kern/
H A Dsyscalls_autoload.c192 { SYS_aio_error, "aio" },
H A Dsys_aio.c91 { SYS_aio_error, 0, (sy_call_t *)sys_aio_error },
/netbsd/sys/sys/
H A Dsyscall.h1115 #define SYS_aio_error 400 macro
/netbsd/sys/rump/librump/rumpkern/
H A Drump_syscalls.c4712 error = rsys_syscall(SYS_aio_error, &callarg, sizeof(callarg), retval); in rump___sysimpl_aio_error()