Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c469 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()
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()
1926 uint32_t pub_id; in sysevent_bind_publisher() local
[all …]