Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddevcfg.c3068 struct dev_info *idevi; in in_dn_list() local
3070 if ((idevi = DEVI(dnp->dn_head)) == NULL) in in_dn_list()
3073 while (idevi) { in in_dn_list()
3074 if (idevi == DEVI(dip)) in in_dn_list()
3076 idevi = idevi->devi_next; in in_dn_list()