Home | History | Annotate | Download | only in config

Lines Matching refs:nvlist

105 struct	nvlist *machinesubarches;
119 struct nvlist *options; /* options */
120 struct nvlist *fsoptions; /* filesystems */
121 struct nvlist *mkoptions; /* makeoptions */
122 struct nvlist *appmkoptions; /* appending mkoptions */
123 struct nvlist *condmkoptions; /* conditional makeoption table */
177 static struct nvlist **nextopt;
178 static struct nvlist **nextmkopt;
179 static struct nvlist **nextappmkopt;
180 static struct nvlist **nextcndmkopt;
181 static struct nvlist **nextfsopt;
182 static struct nvlist *cmdlinedefs, *cmdlineundefs;
187 static void do_depends(struct nvlist *);
188 static void do_depend(struct nvlist *);
190 static int do_option(struct hashtab *, struct nvlist **,
191 struct nvlist ***, const char *, const char *,
193 static int undo_option(struct hashtab *, struct nvlist **,
194 struct nvlist ***, const char *, const char *, int);
210 static int cfcrosscheck(struct config *, const char *, struct nvlist *);
212 struct defoptlist *opts, struct nvlist *deps, int obs);
213 static struct nvlist *find_declared_fs_option(const char *name);
614 struct nvlist *nv;
629 struct nvlist *fs;
644 do_depends(struct nvlist *nv)
646 struct nvlist *opt;
654 do_depend(struct nvlist *nv)
776 struct nvlist *nv;
811 check_dependencies(const char *thing, struct nvlist *deps)
813 struct nvlist *dep;
839 add_fs_dependencies(struct nvlist *nv, struct nvlist *deps)
847 add_opt_dependencies(struct defoptlist *dl, struct nvlist *deps)
857 deffilesystem(struct nvlist *fses, struct nvlist *deps)
859 struct nvlist *nv;
919 * return the option's struct nvlist.
938 static struct nvlist *
941 struct nvlist *fs;
958 struct nvlist *fs;
980 struct nvlist *deps, int obs)
1093 defoption(const char *fname, struct defoptlist *opts, struct nvlist *deps)
1105 defparam(const char *fname, struct defoptlist *opts, struct nvlist *deps, int obs)
1116 defflag(const char *fname, struct defoptlist *opts, struct nvlist *deps, int obs)
1278 struct nvlist *nv;
1291 struct nvlist *nv;
1316 struct nvlist *nv;
1333 do_option(struct hashtab *ht, struct nvlist **npp, struct nvlist ***next,
1337 struct nvlist *nv, *onv;
1375 undo_option(struct hashtab *ht, struct nvlist **npp,
1376 struct nvlist ***next, const char *name, const char *type, int nowarn)
1378 struct nvlist *nv;
1404 panic("%s `%s' is not defined in nvlist", type, name);
1459 cfcrosscheck(struct config *cf, const char *what, struct nvlist *nv)
2009 struct nvlist *nv1;
2143 struct nvlist *p;
2160 struct nvlist *p;
2170 struct nvlist *p, *n;