Home
last modified time | relevance | path

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

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