Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c323 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()
765 const char *fident; in read_einfo_esp_cb() local
780 if (fstyp_ident(fhdl, NULL, &fident) != 0) { in read_einfo_esp_cb()
789 if (strcmp(fident, MNTTYPE_PCFS) != 0) { in read_einfo_esp_cb()
1021 const char *fident; in probe_fstyp() local
1039 if (fstyp_ident(fhdl, NULL, &fident) != 0) { in probe_fstyp()
1048 if (strcmp(fident, MNTTYPE_ZFS) == 0) in probe_fstyp()
1050 else if (strcmp(fident, MNTTYPE_UFS) == 0) { in probe_fstyp()
[all …]
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c638 const char *fident; in init_device() local
684 if (fstyp_ident(fhdl, "zfs", &fident) != 0) { in init_device()