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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_conf.c89 struct vnode *imgsrc_rootvnodes[MAX_IMAGEBOOT_NESTING]; /* [0] -> source volume, [1] -> first disk image */ variable in typeref:struct:vnode
H A Dvfs_syscalls.c1283 vp = imgsrc_rootvnodes[height];
1309 if (imgsrc_rootvnodes[0] == NULLVP) {
/darwin-on-arm/xnu/bsd/kern/
H A Dimageboot.c193 imgsrc_rootvnodes[height] = old_rootvnode;
H A Dkern_sysctl.c2551 if (imgsrc_rootvnodes[0] == NULL) {
2555 result = vnode_getwithref(imgsrc_rootvnodes[0]);
2560 devvp = vnode_mount(imgsrc_rootvnodes[0])->mnt_devvp;
2570 vnode_put(imgsrc_rootvnodes[0]);
2587 if (imgsrc_rootvnodes[0] == NULLVP) {
2595 rvp = imgsrc_rootvnodes[i];
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h285 extern struct vnode *imgsrc_rootvnodes[];

Completed in 105 milliseconds