Lines Matching defs:publisher
505 * 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;
1886 publisher = pubstr;
1888 publisher = kmem_alloc(n,
1890 if (publisher == NULL) {
1894 (void) strcpy(publisher, vendor);
1895 (void) strcat(publisher, ":kern:");
1896 (void) strcat(publisher, drvname);
1899 event = sysevent_alloc(class, subclass, publisher, se_flag);
1901 if (publisher != pubstr) {
1902 kmem_free(publisher, n);