Lines Matching refs:newdp
431 vnode_t newdp; in imageboot_mount_image() local
458 if (VFS_ROOT(TAILQ_LAST(&mountlist, mntlist), &newdp, vfs_context_kernel())) { in imageboot_mount_image()
474 vnode_ref(newdp); in imageboot_mount_image()
475 vnode_put(newdp); in imageboot_mount_image()
480 rootvnode = newdp; in imageboot_mount_image()
489 kernproc->p_fd.fd_cdir = newdp; in imageboot_mount_image()
865 vnode_t newdp; in imageboot_mount_ramdisk() local
928 if (VFS_ROOT(TAILQ_LAST(&mountlist, mntlist), &newdp, vfs_context_kernel())) { in imageboot_mount_ramdisk()
931 vnode_ref(newdp); in imageboot_mount_ramdisk()
934 rootvnode = newdp; in imageboot_mount_ramdisk()
943 kernproc->p_fd.fd_cdir = newdp; in imageboot_mount_ramdisk()
946 vnode_put(newdp); in imageboot_mount_ramdisk()