Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dimageboot.c205 vnode_t mount_vp = NULLVP; in imageboot_pivot_image() local
324 error = vnode_lookup(PIVOTMNT, 0, &mount_vp, vfs_context_kernel()); in imageboot_pivot_image()
334 rootauth = VNOP_IOCTL(mount_vp, FSIOC_KERNEL_ROOTAUTH, (caddr_t)0x1, 0, vfs_context_kernel()); in imageboot_pivot_image()
347 vnode_put(mount_vp); in imageboot_pivot_image()
348 mount_vp = NULLVP; in imageboot_pivot_image()