Home
last modified time | relevance | path

Searched refs:rootauth (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.101.15/bsd/kern/
H A Dimageboot.c205 errno_t rootauth; in imageboot_pivot_image() local
314 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()
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_syscalls.c12582 errno_t rootauth = 0; in handle_auth() local
12591 rootauth = VNOP_IOCTL(vp, cmd, data, (int)options, ctx); in handle_auth()
12593 return rootauth; in handle_auth()