Home
last modified time | relevance | path

Searched refs:SYS_dup (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/sys/
Dsyscall.h49 #define SYS_dup 41 macro
/freebsd-10-stable/contrib/gdb/gdb/
Dproc-events.c274 #if defined (SYS_dup) in init_syscall_table()
275 syscall_table[SYS_dup] = "dup"; in init_syscall_table()