Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_syscalls.c7124 fchmod1(__unused proc_t p, int fd, struct vnode_attr *vap) in fchmod1() function
7204 error = fchmod1(p, uap->fd, &va); in fchmod_extended()
7227 return fchmod1(p, uap->fd, &va); in fchmod()