Home
last modified time | relevance | path

Searched refs:se_publisher (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sysevent/
H A Dtst.post_chan.d46 /strstr(args[1]->se_publisher, "vendor_dtest") == NULL/
49 args[1]->se_publisher);
54 /strstr(args[1]->se_publisher, "publisher_dtest") == NULL/
57 args[1]->se_publisher);
H A Dtst.post.d47 /strstr(args[1]->se_publisher, "vendor_dtest") == NULL/
50 args[1]->se_publisher);
55 /strstr(args[1]->se_publisher, "publisher_dtest") == NULL/
58 args[1]->se_publisher);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsysevent.d.in31 string se_publisher; /* event publisher */ member
38 se_publisher = stringof(@SE_PUB_NAME@(ev));
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c694 strcmp(arg_publisher, sep->se_publisher) != 0) { in matches_serecord()
746 if (strcmp(sep->se_publisher, "-") != 0) { in print_serecord()
748 strcats(line, sep->se_publisher); in print_serecord()
855 sep->se_publisher = sc_strdup(publisher); in parse_line()
872 sc_strfree(sep->se_publisher); in free_serecord()
H A Dsyseventadm.h69 char *se_publisher; /* publisher */ member
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c629 sep->se_publisher = sc_strdup(publisher); in parse_conf_file()
646 if (sep->se_vendor == NULL || sep->se_publisher == NULL || in parse_conf_file()
652 sc_strfree(sep->se_publisher); in parse_conf_file()
681 " publisher=%s\n", sp->se_publisher); in parse_conf_file()
881 sc_strfree(sep->se_publisher); in free_event_table()
2098 if (strcmp(sep->se_publisher, "-") != 0) { in sysevent_conf_event()
2099 if (strcmp(sep->se_publisher, publisher) != 0) in sysevent_conf_event()
H A Dsysevent_conf_mod.h72 char *se_publisher; /* publisher */ member