Searched defs:mcd_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c7672 struct mt_config_data *mcd_head = NULL; local
7755 if (mcd_head == NULL)
7756 mcd_head = mcd;
7766 for (mcd = mcd_head; mcd; mcd = mcd_head) {
7767 mcd_head = mcd->mtc_next;
7783 struct mt_config_data *mcd_head = NULL; local
7829 if (mcd_head == NULL)
7830 mcd_head = mcd;
7840 for (mcd = mcd_head; mc
[all...]

Completed in 92 milliseconds