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.c7813 struct mt_config_data *mcd_head = NULL; in mt_config_children() local
7896 if (mcd_head == NULL) in mt_config_children()
7897 mcd_head = mcd; in mt_config_children()
7907 for (mcd = mcd_head; mcd; mcd = mcd_head) { in mt_config_children()
7908 mcd_head = mcd->mtc_next; in mt_config_children()
7924 struct mt_config_data *mcd_head = NULL; in mt_config_driver() local
7970 if (mcd_head == NULL) in mt_config_driver()
7971 mcd_head = mcd; in mt_config_driver()
7981 for (mcd = mcd_head; mcd; mcd = mcd_head) { in mt_config_driver()
7982 mcd_head = mcd->mtc_next; in mt_config_driver()