Lines Matching refs:nvlist
189 * nvlist
192 struct nvlist *
193 newnv(const char *name, const char *str, void *ptr, long long i, struct nvlist *next)
195 struct nvlist *nv;
209 * Free an nvlist structure (just one).
212 nvfree(struct nvlist *nv)
219 * Free an nvlist (the whole list).
222 nvfreel(struct nvlist *nv)
224 struct nvlist *next;
232 struct nvlist *
233 nvcat(struct nvlist *nv1, struct nvlist *nv2)
235 struct nvlist *nv;