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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c7584 struct mt_config_data *mtc_next; member in struct:mt_config_data
7754 mcd->mtc_next = NULL;
7758 mcd_tail->mtc_next = mcd;
7767 mcd_head = mcd->mtc_next;
7828 mcd->mtc_next = NULL;
7832 mcd_tail->mtc_next = mcd;
7841 mcd_head = mcd->mtc_next;

Completed in 76 milliseconds