Home
last modified time | relevance | path

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

/freebsd/stand/kboot/include/arch/amd64/
H A Dsyscall_nr.h6 #define SYS_dup 32 macro
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dsyscall_nr.h6 #define SYS_dup 41 macro
/freebsd/stand/kboot/include/arch/aarch64/
H A Dsyscall_nr.h6 #define SYS_dup 23 macro
/freebsd/tools/test/stress2/misc/
H A Dsyzkaller7.sh125 res = syscall(SYS_dup, r[3]);
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c25 return host_syscall(SYS_dup, fd); in host_dup()
/freebsd/sys/sys/
H A Dsyscall.h48 #define SYS_dup 41 macro