Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dimageboot.c273 #define PIVOTMNT "/System/Volumes/BaseSystem" in imageboot_pivot_image() macro
278 …error = kernel_mount("hfs", NULLVP, NULLVP, PIVOTMNT, fulldevnamepp, 0, (MNT_RDONLY | MNT_DONTBROW… in imageboot_pivot_image()
282 …error = kernel_mount("apfs", NULLVP, NULLVP, PIVOTMNT, fulldevnamepp, 0, (MNT_RDONLY | MNT_DONTBRO… in imageboot_pivot_image()
304 error = vnode_lookup(PIVOTMNT, 0, &mount_vp, vfs_context_kernel()); in imageboot_pivot_image()