Home
last modified time | relevance | path

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

/xnu-11417.121.6/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-11417.121.6/bsd/man/man2/
H A DMakefile35 chroot.2 \
/xnu-11417.121.6/tests/vm/
H A Dvm_parameter_validation.c1536 if (chroot(".") < 0) { in call_shared_region_map_and_slide_2_np_in_thread()
1551 if (chroot("/") < 0) { in call_shared_region_map_and_slide_2_np_in_thread()
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_syscalls.c4429 chroot(proc_t p, struct chroot_args *uap, __unused int32_t *retval) in chroot() function