Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dproc-events.c81 #ifdef SYS_chmod in init_syscall_table()
82 syscall_table[SYS_chmod] = "chmod"; in init_syscall_table()
/netbsd/src/sys/sys/
Dsyscall.h59 #define SYS_chmod 15 macro
/netbsd/src/usr.bin/ktruss/
Ddump.c515 case SYS_chmod: in syscallprint()
/netbsd/src/external/gpl3/gdb/dist/gdb/stubs/
Dm32r-stub.c148 SYS_chmod, enumerator
/netbsd/src/external/gpl3/gdb/dist/sim/v850/
DChangeLog-20211447 * simops.c (SYS_time, SYS_chmod): Use HAVE_TIME, HAVE_CHMOD.
/netbsd/src/sys/rump/librump/rumpkern/
Drump_syscalls.c342 error = rsys_syscall(SYS_chmod, &callarg, sizeof(callarg), retval); in rump___sysimpl_chmod()