Searched refs:rootauth (Results 1 – 2 of 2) sorted by relevance
205 errno_t rootauth; in imageboot_pivot_image() local314 rootauth = VNOP_IOCTL(mount_vp, FSIOC_KERNEL_ROOTAUTH, (caddr_t)0x1, 0, vfs_context_kernel()); in imageboot_pivot_image()315 if (rootauth) { in imageboot_pivot_image()323 rootauth = 0; in imageboot_pivot_image()325 error = rootauth; in imageboot_pivot_image()
12582 errno_t rootauth = 0; in handle_auth() local12591 rootauth = VNOP_IOCTL(vp, cmd, data, (int)options, ctx); in handle_auth()12593 return rootauth; in handle_auth()