Searched refs:fhdl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c2051 struct i_ddi_fmhdl fhdl; local
2066 if (mdb_vread(&fhdl, sizeof (fhdl), (uintptr_t)devi.devi_fmhdl) == -1) {
2073 (uintptr_t)devi.devi_fmhdl, fhdl.fh_ibc,
2074 (DDI_FM_EREPORT_CAP(fhdl.fh_cap) ? 'E' : '-'),
2075 (DDI_FM_ERRCB_CAP(fhdl.fh_cap) ? 'C' : '-'),
2076 (DDI_FM_ACC_ERR_CAP(fhdl.fh_cap) ? 'A' : '-'),
2077 (DDI_FM_DMA_ERR_CAP(fhdl.fh_cap) ? 'D' : '-'),
2078 fhdl.fh_kstat.fek_erpt_dropped.value.ui64,
2079 fhdl
[all...]
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c949 fstyp_handle_t fhdl; local
1060 if (fstyp_init(device->target.fd, 0, NULL, &fhdl) != 0)
1063 if (fstyp_ident(fhdl, NULL, &fident) != 0) {
1064 fstyp_fini(fhdl);
1073 fstyp_fini(fhdl);
1087 fstyp_fini(fhdl);
1090 fstyp_fini(fhdl);
1094 if (fstyp_init(device->stage.fd, 0, NULL, &fhdl) != 0)
1097 if (fstyp_ident(fhdl, NULL, &fident) == 0) {
1100 fstyp_fini(fhdl);
[all...]
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c637 fstyp_handle_t fhdl; local
681 if (fstyp_init(device->part_fd, 0, NULL, &fhdl) != 0)
684 if (fstyp_ident(fhdl, "zfs", &fident) != 0) {
685 fstyp_fini(fhdl);
690 fstyp_fini(fhdl);

Completed in 81 milliseconds