Searched refs:imagevp (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.141.3/bsd/kern/ |
| H A D | bsd_init.c | 1303 vnode_t imagevp = NULLVP; in bsd_find_basesystem_dmg() local 1367 error = vnode_lookup(dmgpath, 0, &imagevp, vfs_context_kernel()); in bsd_find_basesystem_dmg() 1388 error = vnode_lookup(dmgpath, 0, &imagevp, vfs_context_kernel()); in bsd_find_basesystem_dmg() 1423 error = vnode_lookup(dmgpath, 0, &imagevp, vfs_context_kernel()); in bsd_find_basesystem_dmg() 1445 error = vnode_lookup(dmgpath, 0, &imagevp, vfs_context_kernel()); in bsd_find_basesystem_dmg() 1457 if (imagevp != NULLVP) { in bsd_find_basesystem_dmg() 1458 vnode_put(imagevp); in bsd_find_basesystem_dmg()
|
| H A D | imageboot.c | 217 vnode_t imagevp = NULLVP; in imageboot_pivot_image() local 218 error = vnode_lookup(image_path, 0, &imagevp, vfs_context_kernel()); in imageboot_pivot_image() 367 mount_t imagemp = imagevp->v_mount; in imageboot_pivot_image() 384 if (imagevp != NULLVP) { in imageboot_pivot_image() 385 vnode_put(imagevp); in imageboot_pivot_image()
|