Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Ddevcfg.c79 struct mt_config_handle { struct
80 kmutex_t mtc_lock;
81 kcondvar_t mtc_cv;
82 int mtc_thr_count;
83 dev_info_t *mtc_pdip; /* parent dip for mt_config_children */
84 dev_info_t **mtc_fdip; /* "a" dip where unconfigure failed */
85 major_t mtc_parmajor; /* parent major for mt_config_driver */
86 major_t mtc_major;
87 int mtc_flags;
88 int mtc_op; /* config or unconfig */
[all …]