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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile36 chroot.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dinit_sysent.c121 {AC(chroot_args), 0, 0, (sy_call_t *)chroot, munge_w, munge_d, _SYSCALL_RET_INT_T, 4}, /* 61 = chroot */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1759 int chroot(struct proc *, struct chroot_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c3119 * Test chroot system call.
3171 my_err = chroot( my_pathp );
3173 printf( "chroot failed with error %d - \"%s\" \n", errno, strerror( errno) );
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c1986 chroot(proc_t p, struct chroot_args *uap, __unused register_t *retval) function
2031 * Common routine for chroot and chdir.

Completed in 58 milliseconds