Home
last modified time | relevance | path

Searched refs:SYS_poll (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dproc-events.c318 #ifdef SYS_poll in init_syscall_table()
319 syscall_table[SYS_poll] = "poll"; in init_syscall_table()
/netbsd/src/sys/sys/
Dsyscall.h610 #define SYS_poll 209 macro
/netbsd/src/sys/rump/librump/rumpkern/
Drump_syscalls.c2573 error = rsys_syscall(SYS_poll, &callarg, sizeof(callarg), retval); in rump___sysimpl_poll()