Home
last modified time | relevance | path

Searched refs:SYSEVENT_CONFIG_DIR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.h36 #define SYSEVENT_CONFIG_DIR "/etc/sysevent/config" macro
H A Dsyseventadm.c343 (void) strcat(fname, SYSEVENT_CONFIG_DIR); in add_cmd()
466 (void) strcat(path, SYSEVENT_CONFIG_DIR); in list_remove_cmd()
576 (void) strcat(tmp_name, SYSEVENT_CONFIG_DIR); in remove_file()
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h50 #define SYSEVENT_CONFIG_DIR "/etc/sysevent/config" macro
H A Dsysevent_conf_mod.c514 SYSEVENT_CONFIG_DIR, conf_file); in parse_conf_file()
748 if ((dir = opendir(SYSEVENT_CONFIG_DIR)) == NULL) { in build_event_table()
750 SYSEVENT_CONFIG_DIR, strerror(errno)); in build_event_table()
800 SYSEVENT_CONFIG_DIR, strerror(errno)); in build_event_table()