Lines Matching refs:pub_id
463 char *pub_id, *pub_element, *str, *next; in parse_pub_id() local
465 next = pub_id = strdup(sysevent_get_pub(ev)); in parse_pub_id()
469 free(pub_id); in parse_pub_id()
475 free(pub_id); in parse_pub_id()
590 char *pub_id; in sysevent_alloc_event() local
616 pub_id = malloc(pub_sz); in sysevent_alloc_event()
617 if (pub_id == NULL) { in sysevent_alloc_event()
621 if (snprintf(pub_id, pub_sz, "%s:%s%s:%d", vendor, SE_USR_PUB, in sysevent_alloc_event()
623 free(pub_id); in sysevent_alloc_event()
627 pub_sz = strlen(pub_id) + 1; in sysevent_alloc_event()
630 pub_id, pub_sz, attr_list); in sysevent_alloc_event()
631 free(pub_id); in sysevent_alloc_event()
1925 uint32_t pub_id; in sysevent_bind_publisher() local
2008 SE_BIND_REGISTRATION, &pub_id, 0, NULL) != 0) { in sysevent_bind_publisher()
2013 SH_ID(shp) = pub_id; in sysevent_bind_publisher()
2021 PUBLISHER, SE_UNBIND_REGISTRATION, &pub_id, 0, NULL); in sysevent_bind_publisher()