Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c83 struct mt_config_handle { struct
84 kmutex_t mtc_lock;
85 kcondvar_t mtc_cv;
86 int mtc_thr_count;
87 dev_info_t *mtc_pdip; /* parent dip for mt_config_children */
90 major_t mtc_major;
91 int mtc_flags;
92 int mtc_op; /* config or unconfig */
93 int mtc_error; /* operation error */
96 int total_time;
[all …]