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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile45 fchmod.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dstat.h519 int fchmod(int, mode_t) __DARWIN_ALIAS(fchmod); variable
H A Dsysproto.h1808 int fchmod(struct proc *, struct fchmod_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c204 {AC(fchmod_args), 0, 0, (sy_call_t *)fchmod, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 124 = fchmod */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c882 * Test access, chmod and fchmod system calls.
959 /* test fchmod */
967 my_err = fchmod( my_fd, S_IRWXU );
969 printf( "fchmod call failed. got errno %d - %s. \n", errno, strerror( errno ) );
982 printf( "fchmod call appears to have failed. stat shows incorrect values in st_mode! \n" );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c4185 fchmod(proc_t p, struct fchmod_args *uap, __unused register_t *retval) function

Completed in 102 milliseconds