Searched defs: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; local
60 if (mdb_vread((void *)&nlh, sizeof (nlh), (uintptr_t)((uintptr_t)nts +
67 p = LIST_FIRST(&nlh);
/illumos-gate/usr/src/lib/libdevid/
H A Ddeviceid.c233 struct nmlist *nlh = NULL; local
293 cbi.cbi_nlhp = &nlh;
309 if (nmlist_add(&nlh, cp) == NULL) {
319 for (nl = nlh, nret = 0; nl; nl = nl->nl_next)
329 for (nl = nlh, rl = *retlist; nl; nl = nl->nl_next, rl++) {
339 while ((nl = nlh) != NULL) { /* free the nmlist */
340 nlh = nl->nl_next;

Completed in 77 milliseconds