Lines Matching defs:nmlist
124 struct nmlist {
125 struct nmlist *nl_next;
130 /* add list element to end of nmlist headed by *nlhp */
131 struct nmlist *
132 nmlist_add(struct nmlist **nlhp, char *path)
136 struct nmlist *nl;
167 struct nmlist **cbi_nlhp;
172 /* di_devlink callback to add a /dev entry to nmlist */
233 struct nmlist *nlh = NULL;
234 struct nmlist *nl;
288 * to the nmlist list;
318 /* convert from nmlist to retlist array */
339 while ((nl = nlh) != NULL) { /* free the nmlist */