Home
last modified time | relevance | path

Searched refs:publisher (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/pcidr/etc/
H A DSUNW,EC_dr,ESC_dr_req,sysevent.conf26 …NW pcieb - - - /usr/lib/pci/pcidr class=$class subclass=$subclass publisher=$publisher dr_request_…
27 …cieb_bcm - - - /usr/lib/pci/pcidr class=$class subclass=$subclass publisher=$publisher dr_request_…
/illumos-gate/usr/src/cmd/oplhpd/
H A Dscf_notify.c368 char *publisher = NULL; /* event publisher */ in notify_scf_of_hotplug() local
401 publisher = sysevent_get_pub_name(ev); in notify_scf_of_hotplug()
410 if (strncmp("px", publisher, strlen("px")) != 0 && in notify_scf_of_hotplug()
411 strncmp("pcieb", publisher, strlen("pcieb")) != 0) { in notify_scf_of_hotplug()
523 if (publisher != NULL) { in notify_scf_of_hotplug()
524 free(publisher); in notify_scf_of_hotplug()
/illumos-gate/usr/src/cmd/syseventd/etc/
H A DREADME36 <vendor>,[<publisher>,][<class>,[<subclass>,]]sysevent.conf
48 <class> <subclass> <vendor> <publisher> <user> <reserved1>
51 <class>, <subclass>, <vendor> or <publisher> may be "-" to
52 match any class, subclass, vendor or publisher, respectively.
/illumos-gate/usr/src/cmd/syseventd/modules/sysevent_conf_mod/
H A Dsysevent_conf_mod.c499 char *vendor, *publisher; in parse_conf_file() local
541 if ((publisher = next_field(&lp)) == NULL) in parse_conf_file()
629 sep->se_publisher = sc_strdup(publisher); in parse_conf_file()
1099 if (strcopys(replacement, hdr->publisher)) { in find_macro_definition()
1742 hdr->publisher, cmd_nvlist); in queue_event()
2015 char *publisher; in sysevent_conf_event() local
2074 publisher = sysevent_get_pub_name(ev); in sysevent_conf_event()
2078 if (vendor == NULL || publisher == NULL) { in sysevent_conf_event()
2083 free(publisher); in sysevent_conf_event()
2091 publisher, class, subclass); in sysevent_conf_event()
[all …]
H A Dsysevent_conf_mod.h89 char *publisher; member
/illumos-gate/usr/src/uts/common/os/
H A Dlog_sysevent.c1876 char *publisher; in ddi_log_sysevent() local
1891 publisher = pubstr; in ddi_log_sysevent()
1893 publisher = kmem_alloc(n, in ddi_log_sysevent()
1895 if (publisher == NULL) { in ddi_log_sysevent()
1899 (void) strcpy(publisher, vendor); in ddi_log_sysevent()
1900 (void) strcat(publisher, ":kern:"); in ddi_log_sysevent()
1901 (void) strcat(publisher, drvname); in ddi_log_sysevent()
1904 event = sysevent_alloc(class, subclass, publisher, se_flag); in ddi_log_sysevent()
1906 if (publisher != pubstr) { in ddi_log_sysevent()
1907 kmem_free(publisher, n); in ddi_log_sysevent()
/illumos-gate/usr/src/tools/scripts/
H A Donu.sh.in96 do_cmd pkg -R $root set-publisher -r --no-refresh \
101 do_cmd pkg -R $root set-publisher -r -e --no-refresh -P \
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsysevent.d.in31 string se_publisher; /* event publisher */
/illumos-gate/usr/src/cmd/syseventadm/
H A Dsyseventadm.c815 char *vendor, *publisher; in parse_line() local
834 publisher = next_field(&lp); in parse_line()
855 sep->se_publisher = sc_strdup(publisher); in parse_line()
/illumos-gate/usr/src/test/elf-tests/doc/
H A DREADME37 Then set the publisher on the test machine to point to your repository and
/illumos-gate/usr/src/test/os-tests/doc/
H A DREADME36 Then set the publisher on the test machine to point to your repository and
/illumos-gate/usr/src/test/util-tests/doc/
H A DREADME43 Then set the publisher on the test machine to point to your repository and
/illumos-gate/usr/src/test/crypto-tests/doc/
H A DREADME37 Then set the publisher on the test machine to point to your repository and
/illumos-gate/usr/src/test/libc-tests/doc/
H A DREADME44 Then set the publisher on the test machine to point to your repository and
/illumos-gate/usr/src/test/libmlrpc-tests/doc/
H A DREADME37 Then set the publisher on the test machine to point to your repository and
/illumos-gate/usr/src/test/zfs-tests/doc/
H A DREADME36 Then set the publisher on the test machine to point to your repository and
/illumos-gate/usr/src/pkg/
H A DMakefile463 --set-property publisher.prefix=$(PKGPUBLISHER)
H A DREADME.pkg161 pkg set-publisher -P -g http://<your server host>:<port> on-nightly
162 pkg set-publisher --non-sticky opensolaris.org
/illumos-gate/usr/src/
H A DMakefile.master982 # The repositories will be created with these publisher settings. To
984 # publisher name provided to "pkg set-publisher."