Searched defs:rootfs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/conf/
H A Dconfunix.c31 struct bootobj rootfs = { variable in typeref:struct:bootobj
/illumos-gate/usr/src/uts/sun4/conf/
H A Dconfunix.c37 struct bootobj rootfs, swapfile; variable in typeref:struct:bootobj
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dmultiboot.c421 int rootfs = 0; /* flag for rootfs */ local
464 if (mfp->f_type != NULL && strcmp(mfp->f_type, "rootfs") == 0)
465 rootfs++;
470 if (num == 0 || rootfs == 0) {
471 /* need at least one module - rootfs */
472 printf("No rootfs module provided, aborting\n");

Completed in 80 milliseconds