Searched refs:dofchownat (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/kern/ |
H A D | vfs_syscalls.c | 85 int dofchownat(struct proc *, int, const char *, uid_t, gid_t, int); 2426 return (dofchownat(p, AT_FDCWD, SCARG(uap, path), SCARG(uap, uid), in sys_chown() 2441 return (dofchownat(p, SCARG(uap, fd), SCARG(uap, path), in sys_fchownat() 2446 dofchownat(struct proc *p, int fd, const char *path, uid_t uid, gid_t gid, in dofchownat() function
|