Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dimageboot.c204 vnode_t mount_vp = NULLVP; in imageboot_pivot_image() local
304 error = vnode_lookup(PIVOTMNT, 0, &mount_vp, vfs_context_kernel()); in imageboot_pivot_image()
314 rootauth = VNOP_IOCTL(mount_vp, FSIOC_KERNEL_ROOTAUTH, (caddr_t)0x1, 0, vfs_context_kernel()); in imageboot_pivot_image()
327 vnode_put(mount_vp); in imageboot_pivot_image()
328 mount_vp = NULLVP; in imageboot_pivot_image()