Lines Matching refs:mt_config_handle
83 struct mt_config_handle { struct
214 static struct mt_config_handle *mt_config_init(dev_info_t *, dev_info_t **,
216 static void mt_config_children(struct mt_config_handle *);
217 static void mt_config_driver(struct mt_config_handle *);
218 static int mt_config_fini(struct mt_config_handle *);
5485 struct mt_config_handle *hdl; in config_grand_children()
6289 struct mt_config_handle *hdl; in unconfig_grand_children()
7404 struct mt_config_handle *hdl; in attach_driver_by_parent()
7676 static struct mt_config_handle *
7680 struct mt_config_handle *hdl = kmem_alloc(sizeof (*hdl), KM_SLEEP); in mt_config_init()
7721 mt_config_fini(struct mt_config_handle *hdl) in mt_config_fini()
7754 struct mt_config_handle *mtc_hdl;
7766 struct mt_config_handle *hdl = mcd->mtc_hdl; in mt_config_thread()
7840 mt_config_children(struct mt_config_handle *hdl) in mt_config_children()
7951 mt_config_driver(struct mt_config_handle *hdl) in mt_config_driver()