Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dfsctl.h481 #define FSIOC_KERNEL_ROOTAUTH _IOW('h', 51, uint32_t) macro
/xnu-11215.81.4/bsd/kern/
H A Dbsd_init.c944 int autherr = VNOP_IOCTL(rootvnode, FSIOC_KERNEL_ROOTAUTH, NULL, 0, vfs_context_kernel()); in bsd_init()
H A Dimageboot.c314 rootauth = VNOP_IOCTL(mount_vp, FSIOC_KERNEL_ROOTAUTH, (caddr_t)0x1, 0, vfs_context_kernel()); in imageboot_pivot_image()
H A Dkern_descrip.c5217 case (int)FSIOC_KERNEL_ROOTAUTH: in sys_fcntl_nocancel()
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c4542 error = VNOP_IOCTL(incoming_rootvp, FSIOC_KERNEL_ROOTAUTH, NULL, 0, vfs_context_kernel()); in pivot_root()
13110 case FSIOC_KERNEL_ROOTAUTH: in fsctl_internal()