HomeSort by: relevance | last modified time | path
    Searched defs:defoptlist (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/config/
defs.h 148 struct defoptlist { struct
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 *);
    [all...]
defs.h 148 struct defoptlist { struct
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 *);
    [all...]

Completed in 22 milliseconds