Lines Matching defs:fident
980 const char *fident;
1093 if (fstyp_ident(fhdl, NULL, &fident) != 0) {
1101 if (device->devtype == IG_DEV_EFI && strcmp(fident, "zfs") &&
1105 "disks requires the boot partition.\n"), fident);
1108 if (strcmp(fident, "zfs") == 0)
1110 else if (strcmp(fident, "ufs") == 0) {
1112 } else if (strcmp(fident, "pcfs") == 0) {
1116 "supported by loader\n"), fident);
1127 if (fstyp_ident(fhdl, NULL, &fident) == 0) {
1129 "system on boot partition\n"), fident);