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.c463 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()
[all …]