Searched refs:fident (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/boot/installboot/i386/ |
H A D | installboot.c | 323 const char *fident; in install_esp_cb() local 340 if (fstyp_ident(fhdl, NULL, &fident) == 0) { in install_esp_cb() 341 if (strcmp(fident, MNTTYPE_PCFS) == 0) in install_esp_cb() 766 const char *fident; in read_einfo_esp_cb() local 781 if (fstyp_ident(fhdl, NULL, &fident) != 0) { in read_einfo_esp_cb() 790 if (strcmp(fident, MNTTYPE_PCFS) != 0) { in read_einfo_esp_cb() 792 gettext("File system %s is not supported.\n"), fident); in read_einfo_esp_cb() 1022 const char *fident; in probe_fstyp() local 1040 if (fstyp_ident(fhdl, NULL, &fident) != 0) { in probe_fstyp() 1049 if (strcmp(fident, MNTTYPE_ZFS) == 0) in probe_fstyp() [all …]
|
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 638 const char *fident; in init_device() local 684 if (fstyp_ident(fhdl, "zfs", &fident) != 0) { in init_device()
|