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

/osnet-11/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 15 milliseconds