Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c719 line = sc_strdup(sep->se_args); in matches_serecord()
767 if (sep->se_args) { in print_serecord()
769 strcats(line, sep->se_args); in print_serecord()
862 sep->se_args = (args == NULL) ? NULL : sc_strdup(args); in parse_line()
879 sc_strfree(sep->se_args); in free_serecord()
H A Dsyseventadm.h76 char *se_args; /* optional args */ member
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c643 sep->se_args = (args == NULL) ? NULL : sc_strdup(args); in parse_conf_file()
650 (args && sep->se_args == NULL)) { in parse_conf_file()
659 sc_strfree(sep->se_args); in parse_conf_file()
695 if (sp->se_args != NULL) { in parse_conf_file()
697 " args=%s\n", sp->se_args); in parse_conf_file()
888 if (sep->se_args) in free_event_table()
889 sc_strfree(sep->se_args); in free_event_table()
1680 if (sep->se_args) { in queue_event()
1685 if (strcats(line, sep->se_args)) { in queue_event()
H A Dsysevent_conf_mod.h79 char *se_args; /* optional args */ member