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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c4120 fchmod1(__unused proc_t p, int fd, struct vnode_attr *vap) function
4170 error = fchmod1(p, uap->fd, &va);
4192 return(fchmod1(p, uap->fd, &va));

Completed in 18 milliseconds