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

/freebsd-12-stable/sys/kern/
H A Dvfs_mountroot.c131 static int root_mount_mddev; variable
613 if (root_mount_mddev != -1) {
614 mdio->md_unit = root_mount_mddev;
617 root_mount_mddev = -1;
639 root_mount_mddev = mdio->md_unit;
640 printf(MD_NAME "%u attached to %s\n", root_mount_mddev, mdio->md_file);
759 if (root_mount_mddev != -1) {
763 tok[2] = '0' + root_mount_mddev;
834 root_mount_mddev = -1;

Completed in 102 milliseconds