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