Searched refs:mount_vp (Results 1 – 1 of 1) sorted by relevance
204 vnode_t mount_vp = NULLVP; in imageboot_pivot_image() local304 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()