Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c1823 vp = imgsrc_rootvnodes[height]; in get_imgsrc_rootvnode()
1849 if (imgsrc_rootvnodes[0] == NULLVP) { in relocate_imageboot_source()
/xnu-8019.80.24/bsd/kern/
H A Dimageboot.c497 imgsrc_rootvnodes[height] = old_rootvnode; in imageboot_mount_image()
881 struct vnode *vn = imgsrc_rootvnodes[i]; in imageboot_mount_ramdisk()
884 imgsrc_rootvnodes[i] = NULLVP; in imageboot_mount_ramdisk()
H A Dkern_sysctl.c2741 if (imgsrc_rootvnodes[0] == NULL) { in sysctl_imgsrcdev()
2745 result = vnode_getwithref(imgsrc_rootvnodes[0]); in sysctl_imgsrcdev()
2750 devvp = vnode_mount(imgsrc_rootvnodes[0])->mnt_devvp; in sysctl_imgsrcdev()
2760 vnode_put(imgsrc_rootvnodes[0]); in sysctl_imgsrcdev()
2777 if (imgsrc_rootvnodes[0] == NULLVP) { in sysctl_imgsrcinfo()
2785 rvp = imgsrc_rootvnodes[i]; in sysctl_imgsrcinfo()
/xnu-8019.80.24/bsd/sys/
H A Dvnode_internal.h333 extern struct vnode *imgsrc_rootvnodes[];