Searched refs:do_sys_chmodat (Results 1 – 5 of 5) sorted by relevance
/netbsd/sys/sys/ |
H A D | vfs_syscalls.h | 76 int do_sys_chmodat(struct lwp *, int, const char *, int, int);
|
/netbsd/sys/rump/librump/rumpvfs/ |
H A D | rump_vfs.c | 143 do_sys_chmodat(curlwp, AT_FDCWD, "/tmp", 01777, 0); in RUMP_COMPONENT()
|
/netbsd/sys/compat/linux32/common/ |
H A D | linux32_unistd.c | 463 return do_sys_chmodat(l, SCARG(uap, fd), SCARG_P32(uap, path), in linux32_sys_fchmodat()
|
/netbsd/sys/compat/linux/common/ |
H A D | linux_file.c | 719 return do_sys_chmodat(l, SCARG(uap, fd), SCARG(uap, path), in linux_sys_fchmodat()
|
/netbsd/sys/kern/ |
H A D | vfs_syscalls.c | 3515 return do_sys_chmodat(l, AT_FDCWD, SCARG(uap, path), in sys_chmod() 3520 do_sys_chmodat(struct lwp *l, int fdat, const char *path, int mode, int flags) in do_sys_chmodat() function 3575 return do_sys_chmodat(l, SCARG(uap, fd), SCARG(uap, path), in sys_fchmodat()
|