Searched defs:publisher (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/oplhpd/
H A Dscf_notify.c368 char *publisher = NULL; /* event publisher */ local
398 * Check the vendor and publisher name of event.
401 publisher = sysevent_get_pub_name(ev);
410 if (strncmp("px", publisher, strlen("px")) != 0 &&
411 strncmp("pcieb", publisher, strlen("pcieb")) != 0) {
413 syslog(LOG_DEBUG, "Event is not a px publisher event\n");
523 if (publisher != NULL) {
524 free(publisher);
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.h72 char *se_publisher; /* publisher */
89 char *publisher; member in struct:sysevent_hdr_info
H A Dsysevent_conf_mod.c450 * class subclass vendor publisher user reserved1 reserved path arguments
468 * publisher
499 char *vendor, *publisher; local
541 if ((publisher = next_field(&lp)) == NULL)
629 sep->se_publisher = sc_strdup(publisher);
681 " publisher=%s\n", sp->se_publisher);
722 * <vendor>,[<publisher>,][<class>,]sysevent.conf
729 * publisher and/or event class naming to distinguish the
733 * by publisher and/or event class within vendor.
1025 * $publisher
2015 char *publisher; local
[all...]
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c32 * are added with the combination of the vendor, publisher, event
35 * [<vendor>,][<publisher>,][<class>,]sysevent.conf
284 "\tsyseventadm add [-R <rootdir>] [-v vendor] [-p publisher]\n"
287 "\tsyseventadm remove [-R <rootdir>] [-v vendor] [-p publisher]\n"
290 "\tsyseventadm list [-R <rootdir>] [-v vendor] [-p publisher]\n"
321 * At least one of vendor/publisher/class must be specified.
444 * For the remove cmd, at least one of vendor/publisher/class/username
747 strcats(line, "publisher=");
815 char *vendor, *publisher; local
834 publisher
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c505 * publisher strings in the event buffer
771 * Copy event header, class, subclass and publisher names
813 * For consistency, id's are assigned for every publisher or subscriber
822 * Channels are closed once the last subscriber or publisher performs a
1421 /* Cleanup the indicated subscriber or publisher */
1871 char *publisher; local
1886 publisher = pubstr;
1888 publisher = kmem_alloc(n,
1890 if (publisher == NULL) {
1894 (void) strcpy(publisher, vendo
[all...]

Completed in 84 milliseconds