Searched refs:FSIOC_KERNEL_ROOTAUTH (Results 1 – 4 of 4) sorted by relevance
| /xnu-8796.141.3/bsd/sys/ |
| H A D | fsctl.h | 414 #define FSIOC_KERNEL_ROOTAUTH _IOW('h', 51, uint32_t) macro
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | bsd_init.c | 923 int autherr = VNOP_IOCTL(rootvnode, FSIOC_KERNEL_ROOTAUTH, NULL, 0, vfs_context_kernel()); in bsd_init()
|
| H A D | imageboot.c | 314 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 D | vfs_syscalls.c | 4408 error = VNOP_IOCTL(incoming_rootvp, FSIOC_KERNEL_ROOTAUTH, NULL, 0, vfs_context_kernel()); in pivot_root() 12751 case FSIOC_KERNEL_ROOTAUTH: in fsctl_internal()
|