Searched refs:FSIOC_KERNEL_ROOTAUTH (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/bsd/sys/ |
| H A D | fsctl.h | 476 #define FSIOC_KERNEL_ROOTAUTH _IOW('h', 51, uint32_t) macro
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | bsd_init.c | 944 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()
|
| H A D | kern_descrip.c | 5184 case (int)FSIOC_KERNEL_ROOTAUTH: in sys_fcntl_nocancel()
|
| /xnu-10063.141.1/bsd/vfs/ |
| H A D | vfs_syscalls.c | 4464 error = VNOP_IOCTL(incoming_rootvp, FSIOC_KERNEL_ROOTAUTH, NULL, 0, vfs_context_kernel()); in pivot_root() 12944 case FSIOC_KERNEL_ROOTAUTH: in fsctl_internal()
|