Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/ !
H A Dvfs_syscalls.c4478 char new_rootfs_path_before[PATHSTATICBUFLEN] = {0}; in pivot_root() local
4503 …error = copyinstr(uap->new_rootfs_path_before, &new_rootfs_path_before[0], PATHSTATICBUFLEN, &byte… in pivot_root()
4506 …error = copyinstr(uap->new_rootfs_path_before, new_rootfs_path_before_buf, MAXPATHLEN, &bytes_copi… in pivot_root()
4525 incoming = &new_rootfs_path_before[0]; in pivot_root()