Home | History | Annotate | Download | only in config

Lines Matching defs:defoptlist

148 struct defoptlist {
149 struct defoptlist *dl_next;
573 DECLHASH(dlhash, defoptlist);
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);
597 struct defoptlist *find_declared_option_option(const char *name);
602 void mkflagvar(struct defoptlist *);
674 struct defoptlist *defoptlist_create(const char *, const char *, const char *);
675 void defoptlist_destroy(struct defoptlist *);
676 struct defoptlist *defoptlist_append(struct defoptlist *, struct defoptlist *);