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.d49 /strstr(args[1]->se_publisher, "vendor_dtest") == NULL/
52 args[1]->se_publisher);
57 /strstr(args[1]->se_publisher, "publisher_dtest") == NULL/
60 args[1]->se_publisher);
H A Dtst.post_chan.d48 /strstr(args[1]->se_publisher, "vendor_dtest") == NULL/
51 args[1]->se_publisher);
56 /strstr(args[1]->se_publisher, "publisher_dtest") == NULL/
59 args[1]->se_publisher);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsysevent.d.in33 string se_publisher; /* event publisher */
40 se_publisher = stringof(@SE_PUB_NAME@(ev));
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.h69 char *se_publisher; /* publisher */ member in struct:serecord
H A Dsyseventadm.c694 strcmp(arg_publisher, sep->se_publisher) != 0) {
746 if (strcmp(sep->se_publisher, "-") != 0) {
748 strcats(line, sep->se_publisher);
855 sep->se_publisher = sc_strdup(publisher);
872 sc_strfree(sep->se_publisher);
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h72 char *se_publisher; /* publisher */ member in struct:syseventtab
H A Dsysevent_conf_mod.c629 sep->se_publisher = sc_strdup(publisher);
646 if (sep->se_vendor == NULL || sep->se_publisher == NULL ||
652 sc_strfree(sep->se_publisher);
681 " publisher=%s\n", sp->se_publisher);
881 sc_strfree(sep->se_publisher);
2098 if (strcmp(sep->se_publisher, "-") != 0) {
2099 if (strcmp(sep->se_publisher, publisher) != 0)

Completed in 75 milliseconds