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

/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c950 const char *fident; local
1063 if (fstyp_ident(fhdl, NULL, &fident) != 0) {
1071 if (device->devtype == IG_DEV_EFI && strcmp(fident, "zfs") &&
1075 "disks requires the boot partition.\n"), fident);
1078 if (strcmp(fident, "zfs") == 0)
1080 else if (strcmp(fident, "ufs") == 0) {
1082 } else if (strcmp(fident, "pcfs") == 0) {
1086 "supported by loader\n"), fident);
1097 if (fstyp_ident(fhdl, NULL, &fident) == 0) {
1099 "system on boot partition\n"), fident);
[all...]
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c638 const char *fident; local
684 if (fstyp_ident(fhdl, "zfs", &fident) != 0) {

Completed in 74 milliseconds