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