Searched defs:nlip (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdladm/common/
H A Dpropfuncs.c123 prop_db_info_t *lastp = NULL, *lip = listp, *nlip = NULL; local
146 if ((nlip = malloc(sizeof (prop_db_info_t))) == NULL) {
151 * nlip will need to be freed later if there is no list to
155 lastp->li_nextprop = nlip;
156 nlip->li_name = lsp->ls_propname;
157 nlip->li_nextprop = NULL;
158 nlip->li_val = NULL;
159 lvpp = &nlip->li_val;
190 generate_prop_line(lsp->ls_name, buf, nlip, statusp);
191 free_props(nlip);
[all...]

Completed in 58 milliseconds