Searched refs:fhdl (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | devinfo.c | 2126 struct i_ddi_fmhdl fhdl; in devinfo_fm() local 2141 if (mdb_vread(&fhdl, sizeof (fhdl), (uintptr_t)devi.devi_fmhdl) == -1) { in devinfo_fm() 2148 (uintptr_t)devi.devi_fmhdl, fhdl.fh_ibc, in devinfo_fm() 2149 (DDI_FM_EREPORT_CAP(fhdl.fh_cap) ? 'E' : '-'), in devinfo_fm() 2150 (DDI_FM_ERRCB_CAP(fhdl.fh_cap) ? 'C' : '-'), in devinfo_fm() 2151 (DDI_FM_ACC_ERR_CAP(fhdl.fh_cap) ? 'A' : '-'), in devinfo_fm() 2152 (DDI_FM_DMA_ERR_CAP(fhdl.fh_cap) ? 'D' : '-'), in devinfo_fm() 2153 fhdl.fh_kstat.fek_erpt_dropped.value.ui64, in devinfo_fm() 2154 fhdl.fh_kstat.fek_fmc_full.value.ui64, in devinfo_fm() 2155 fhdl.fh_kstat.fek_fmc_miss.value.ui64, in devinfo_fm() [all …]
|
/illumos-gate/usr/src/cmd/boot/installboot/i386/ |
H A D | installboot.c | 322 fstyp_handle_t fhdl; in install_esp_cb() local 334 if (fstyp_init(fd, 0, NULL, &fhdl) != 0) { in install_esp_cb() 340 if (fstyp_ident(fhdl, NULL, &fident) == 0) { in install_esp_cb() 344 fstyp_fini(fhdl); in install_esp_cb() 765 fstyp_handle_t fhdl; in read_einfo_esp_cb() local 776 if (fstyp_init(fd, 0, NULL, &fhdl) != 0) { in read_einfo_esp_cb() 781 if (fstyp_ident(fhdl, NULL, &fident) != 0) { in read_einfo_esp_cb() 782 fstyp_fini(fhdl); in read_einfo_esp_cb() 793 fstyp_fini(fhdl); in read_einfo_esp_cb() 797 fstyp_fini(fhdl); in read_einfo_esp_cb() [all …]
|
/illumos-gate/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 637 fstyp_handle_t fhdl; in init_device() local 681 if (fstyp_init(device->part_fd, 0, NULL, &fhdl) != 0) in init_device() 684 if (fstyp_ident(fhdl, "zfs", &fident) != 0) { in init_device() 685 fstyp_fini(fhdl); in init_device() 690 fstyp_fini(fhdl); in init_device()
|