Home
last modified time | relevance | path

Searched refs:mt_config_init (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c214 static struct mt_config_handle *mt_config_init(dev_info_t *, dev_info_t **,
5467 hdl = mt_config_init(pdip, NULL, flags, major, MT_CONFIG_OP, NULL); in config_grand_children()
6274 hdl = mt_config_init(dip, dipp, flags, major, MT_UNCONFIG_OP, brevqp); in unconfig_grand_children()
7386 hdl = mt_config_init(NULL, NULL, flags, child_major, MT_CONFIG_OP, in attach_driver_by_parent()
7656 mt_config_init(dev_info_t *pdip, dev_info_t **dipp, int flags, in mt_config_init() function