Lines Matching defs:nvlist
121 struct nvlist {
122 struct nvlist *nv_next;
140 struct nvlist *cf_root; /* "root on ra0a" */
141 struct nvlist *cf_dump; /* "dumps on ra0b" */
155 struct nvlist *dl_depends;
204 struct nvlist *a_devs; /* children */
205 struct nvlist *a_refs; /* parents */
246 struct nvlist *p_devs; /* children using it */
299 struct nvlist *d_atlist; /* e.g., "at tg" (attr list) */
366 struct nvlist *fi_optf; /* flattened version of above, if needed */
430 struct nvlist *dm_devnodes; /* information on /dev nodes */
447 extern struct nvlist *machinesubarches;
461 extern struct nvlist *options; /* options */
462 extern struct nvlist *fsoptions; /* filesystems */
463 extern struct nvlist *mkoptions; /* makeoptions */
464 extern struct nvlist *appmkoptions; /* appending mkoptions */
465 extern struct nvlist *condmkoptions; /* conditional makeoption table */
572 DECLHASH(nvhash, nvlist);
588 void deffilesystem(struct nvlist *, struct nvlist *);
589 void defoption(const char *, struct defoptlist *, struct nvlist *);
590 void defflag(const char *, struct defoptlist *, struct nvlist *, int);
591 void defparam(const char *, struct defoptlist *, struct nvlist *, int);
646 int onlist(struct nvlist *, void *);
669 struct nvlist *newnv(const char *, const char *, void *, long long, struct nvlist *);
670 void nvfree(struct nvlist *);
671 void nvfreel(struct nvlist *);
672 struct nvlist *nvcat(struct nvlist *, struct nvlist *);