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.h63 } conftab_t; typedef in typeref:struct:conftab
H A Dsysevent_conf_mod.c96 static conftab_t *conftab = NULL;
742 conftab_t *cfp = NULL;
745 conftab_t *new_cfp;
777 if ((new_cfp = sc_malloc(sizeof (conftab_t))) == NULL) {
875 conftab_t *cfp;
876 conftab_t *cfp_next;
900 sc_free(cfp, sizeof (conftab_t));

Completed in 62 milliseconds