Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dproc-events.c130 #ifdef SYS_fchown in init_syscall_table()
131 syscall_table[SYS_fchown] = "fchown"; in init_syscall_table()
/netbsd/src/sys/sys/
Dsyscall.h362 #define SYS_fchown 123 macro
/netbsd/src/sys/rump/librump/rumpkern/
Drump_syscalls.c1627 error = rsys_syscall(SYS_fchown, &callarg, sizeof(callarg), retval); in rump___sysimpl_fchown()