Searched refs:nlh (Results 1 – 2 of 2) sorted by relevance
47 struct netd_listhead nlh; in netinfolist() local60 if (mdb_vread((void *)&nlh, sizeof (nlh), (uintptr_t)((uintptr_t)nts + in netinfolist()67 p = LIST_FIRST(&nlh); in netinfolist()
233 struct nmlist *nlh = NULL; in devid_deviceid_to_nmlist() local293 cbi.cbi_nlhp = &nlh; in devid_deviceid_to_nmlist()309 if (nmlist_add(&nlh, cp) == NULL) { in devid_deviceid_to_nmlist()319 for (nl = nlh, nret = 0; nl; nl = nl->nl_next) in devid_deviceid_to_nmlist()329 for (nl = nlh, rl = *retlist; nl; nl = nl->nl_next, rl++) { in devid_deviceid_to_nmlist()339 while ((nl = nlh) != NULL) { /* free the nmlist */ in devid_deviceid_to_nmlist()340 nlh = nl->nl_next; in devid_deviceid_to_nmlist()