Lines Matching refs:root

27  * Configure root, swap and dump devices.
90 &mod_miscops, "root and swap configuration"
117 * Configure root file system.
146 * Run _init on the root filesystem (we already loaded it
181 * This pm-releated call has to occur before root is mounted since we
183 * that opening a device via ddi_lyr_ interface just before root has
222 * probe and attach of the drivers that make up root device
232 cmn_err(CE_CONT, "Cannot mount root on %s fstype %s\n",
235 cmn_err(CE_CONT, "?root on %s fstype %s\n",
241 * Remount root on an SVM mirror root device
253 cmn_err(CE_CONT, "Mounting root on %s with filesystem "
266 cmn_err(CE_CONT, "Cannot remount root on %s fstype %s\n",
269 cmn_err(CE_CONT, "?root remounted on %s fstype %s\n",
276 * Under the assumption that our root file system is on a
282 * root filesystem. That's what we do here. Fingers crossed.
296 cmn_err(CE_CONT, "Cannot assemble drivers for root %s\n",
329 * We want to load all the modules needed to mount the root filesystem,
360 (void) getphysdev("root", obp_bootpath, BO_MAXOBJNAME);
364 * Get the root fstype and root device path from boot.
371 * This lookup will result in modloadonly-ing the root
374 if ((vsw = getfstype("root", rootfs.bo_fstype, BO_MAXFSNAME)) == NULL)
407 (void) getphysdev("root", rootfs.bo_name, BO_MAXOBJNAME);
618 * Get the name of the root or swap filesystem type, and return
622 * root filesystem type, we ask boot for the filesystem
625 * the root filesystem type.
636 * This is only for root filesystems, all other uses will expect
650 int root = 0;
652 if (strcmp(askfor, "root") == 0) {
654 root++;
665 if (root) {
682 if (root) {
717 * Establish 'default' values - we get the root device from
722 if (strcmp(askfor, "root") == 0) {
814 * calls during lights-out (when mounting root) will work correctly.
816 * getting root mounted.