Searched refs:publisher (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/pcidr/etc/
H A DSUNW,EC_dr,ESC_dr_req,sysevent.conf26 EC_dr ESC_dr_req SUNW pcieb - - - /usr/lib/pci/pcidr class=$class subclass=$subclass publisher=$publisher dr_request_type=$dr_request_type dr_ap_id=$dr_ap_id
27 EC_dr ESC_dr_req SUNW pcieb_bcm - - - /usr/lib/pci/pcidr class=$class subclass=$subclass publisher=$publisher dr_request_type=$dr_request_type dr_ap_id=$dr_ap_id
/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/tools/scripts/
H A Donu.sh.in41 echo "\t-r : configure publisher only"
82 # Get the publisher name from the 'list -v' output. It may seem we
90 do_cmd pkg -R $root set-publisher --no-refresh \
93 do_cmd pkg -R $root set-publisher -e --no-refresh -P -O $uri $redistpub
215 pp = p.get("publisher", "prefix")
217 EOF) || exit_error "Cannot determine publisher prefix"
218 [[ -n "$redistpub" ]] || exit_error "Repository has no publisher prefix"
/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/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...]
/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/pkg/
H A DMakefile448 --set-property publisher.prefix=$(PKGPUBLISHER)

Completed in 2143 milliseconds