Lines Matching defs:mt_config_handle
83 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 */
88 dev_info_t **mtc_fdip; /* "a" dip where unconfigure failed */
89 major_t mtc_parmajor; /* parent major for mt_config_driver */
90 major_t mtc_major;
91 int mtc_flags;
92 int mtc_op; /* config or unconfig */
93 int mtc_error; /* operation error */
94 struct brevq_node **mtc_brevqp; /* outstanding branch events queue */
96 int total_time;
97 timestruc_t start_time;