Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dmount_internal.h446 #define VFSSR_VIRTUALDEV_PROHIBITED 0x01 /* Not allowed to pivot into virtual devices (disk ima… macro
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_subr.c1503 if ((flags & VFSSR_VIRTUALDEV_PROHIBITED) != 0) { in verify_incoming_rootfs()
H A Dvfs_syscalls.c4413 error = vfs_switch_root(incoming, outgoing, VFSSR_VIRTUALDEV_PROHIBITED); in pivot_root()