Searched defs:conftab (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/power/
H A Dparse.c53 static cinfo_t conftab[] = { variable
326 for (cip = conftab; cip->keyword; cip++) {
369 * call the action routine or conftab handler routine.
423 * arg with conftab keywords. When a match is found,
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h60 typedef struct conftab { struct
62 struct conftab *cf_next;
H A Dsysevent_conf_mod.c96 static conftab_t *conftab = NULL; variable
781 if (conftab == NULL) {
782 conftab = new_cfp;
784 for (cfp = conftab; cfp->cf_next; cfp = cfp->cf_next)
896 cfp = conftab;
903 conftab = NULL;

Completed in 74 milliseconds