Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/neti/
H A Dneti.c47 struct netd_listhead nlh; in netinfolist() local
60 if (mdb_vread((void *)&nlh, sizeof (nlh), (uintptr_t)((uintptr_t)nts + in netinfolist()
67 p = LIST_FIRST(&nlh); in netinfolist()
/illumos-gate/usr/src/lib/libdevid/
H A Ddeviceid.c254 struct nmlist *nlh = NULL; in devid_deviceid_to_nmlist() local
314 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()