Home
last modified time | relevance | path

Searched defs:i_ddi_fmhdl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddifm_impl.h77 struct i_ddi_fmhdl { struct
78 kmutex_t fh_lock; /* error handler lock */
79 kthread_t *fh_lock_owner;
82 dev_info_t *fh_dip;
83 kstat_t *fh_ksp; /* pointer to installed kstat */
84 int fh_cap; /* fm level for this instance */
86 errorq_t *fh_errorq; /* errorq for this instance */
87 nvlist_t *fh_fmri; /* optional fmri */
88 ddi_iblock_cookie_t fh_ibc; /* ibc for error handling */
89 struct i_ddi_fmtgt *fh_tgts; /* registered fm tgts */
[all …]