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()
254 struct nmlist *nlh = NULL; in devid_deviceid_to_nmlist() local314 cbi.cbi_nlhp = &nlh; in devid_deviceid_to_nmlist()330 if (nmlist_add(&nlh, cp) == NULL) { in devid_deviceid_to_nmlist()340 for (nl = nlh, nret = 0; nl; nl = nl->nl_next) in devid_deviceid_to_nmlist()350 for (nl = nlh, rl = *retlist; nl; nl = nl->nl_next, rl++) { in devid_deviceid_to_nmlist()360 while ((nl = nlh) != NULL) { /* free the nmlist */ in devid_deviceid_to_nmlist()361 nlh = nl->nl_next; in devid_deviceid_to_nmlist()