Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevid/
H A Ddeviceid.c149 struct nmlist *nl_next; member
170 for (; (nl = *nlhp) != NULL; nlhp = &nl->nl_next) in nmlist_add()
181 nl->nl_next = NULL; in nmlist_add()
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()
361 nlh = nl->nl_next; in devid_deviceid_to_nmlist()