Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c7846 struct mt_config_data *mcd_head = NULL; in mt_config_children() local
7929 if (mcd_head == NULL) in mt_config_children()
7930 mcd_head = mcd; in mt_config_children()
7940 for (mcd = mcd_head; mcd; mcd = mcd_head) { in mt_config_children()
7941 mcd_head = mcd->mtc_next; in mt_config_children()
7957 struct mt_config_data *mcd_head = NULL; in mt_config_driver() local
8003 if (mcd_head == NULL) in mt_config_driver()
8004 mcd_head = mcd; in mt_config_driver()
8014 for (mcd = mcd_head; mcd; mcd = mcd_head) { in mt_config_driver()
8015 mcd_head = mcd->mtc_next; in mt_config_driver()