Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vfs/
H A Dvolfs_chroot.c75 T_ASSERT_POSIX_SUCCESS(chroot(private_path),
/xnu-12377.1.9/bsd/miscfs/devfs/
H A DREADME77 e.g. if you have a chroot tree like erf.tfs.com has, you
78 may want different permissions or owners on the chroot mount of the DEVFS
80 devices from the chroot tree.
/xnu-12377.1.9/bsd/man/man2/
H A DMakefile35 chroot.2 \
/xnu-12377.1.9/tests/vm/
H A Dvm_parameter_validation.c1555 if (chroot(".") < 0) { in call_shared_region_map_and_slide_2_np_in_thread()
1570 if (chroot("/") < 0) { in call_shared_region_map_and_slide_2_np_in_thread()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_syscalls.c4601 chroot(proc_t p, struct chroot_args *uap, __unused int32_t *retval) in chroot() function