Lines Matching defs:pub
77 char *pub, int pub_sz, nvlist_t *attr_list)
125 (void) bcopy(pub, SE_PUB_NAME(ev), pub_sz);
684 char *vendor, *pub;
698 if ((pub = sysevent_get_pub_name(ev)) != NULL) {
700 (void) fprintf(fp, "\tpublisher = %s:%d\n", pub, (int)pid);
701 free(pub);
1927 publisher_priv_t *pub;
1941 if ((pub = (publisher_priv_t *)calloc(1, sizeof (publisher_priv_t))) ==
1947 SH_PRIV_DATA(shp) = (void *)pub;
1951 free(pub);
1957 free(pub);
2036 free(pub);