Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_conf.c84 struct vnode *imgsrc_rootvnodes[MAX_IMAGEBOOT_NESTING]; /* [0] -> source volume, [1] -> first disk … variable
H A Dvfs_syscalls.c2365 vp = imgsrc_rootvnodes[height]; in get_imgsrc_rootvnode()
2391 if (imgsrc_rootvnodes[0] == NULLVP) { in relocate_imageboot_source()
/xnu-12377.1.9/bsd/kern/
H A Dimageboot.c519 imgsrc_rootvnodes[height] = old_rootvnode; in imageboot_mount_image()
934 struct vnode *vn = imgsrc_rootvnodes[i]; in imageboot_mount_ramdisk()
937 imgsrc_rootvnodes[i] = NULLVP; in imageboot_mount_ramdisk()
H A Dkern_sysctl.c3167 if (imgsrc_rootvnodes[0] == NULL) {
3171 result = vnode_getwithref(imgsrc_rootvnodes[0]);
3176 devvp = vnode_mount(imgsrc_rootvnodes[0])->mnt_devvp;
3186 vnode_put(imgsrc_rootvnodes[0]);
3203 if (imgsrc_rootvnodes[0] == NULLVP) {
3211 rvp = imgsrc_rootvnodes[i];
/xnu-12377.1.9/bsd/sys/
H A Dvnode_internal.h363 extern struct vnode *imgsrc_rootvnodes[];