Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/sys/
H A Dfsctl.h414 #define FSIOC_KERNEL_ROOTAUTH _IOW('h', 51, uint32_t) macro
/xnu-8796.141.3/bsd/kern/
H A Dbsd_init.c923 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()
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_syscalls.c4408 error = VNOP_IOCTL(incoming_rootvp, FSIOC_KERNEL_ROOTAUTH, NULL, 0, vfs_context_kernel()); in pivot_root()
12751 case FSIOC_KERNEL_ROOTAUTH: in fsctl_internal()