Home
last modified time | relevance | path

Searched refs:conftab_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c96 static conftab_t *conftab = NULL;
742 conftab_t *cfp = NULL; in build_event_table()
745 conftab_t *new_cfp; in build_event_table()
777 if ((new_cfp = sc_malloc(sizeof (conftab_t))) == NULL) { in build_event_table()
875 conftab_t *cfp; in free_event_table()
876 conftab_t *cfp_next; in free_event_table()
900 sc_free(cfp, sizeof (conftab_t)); in free_event_table()
H A Dsysevent_conf_mod.h63 } conftab_t; typedef