Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c99 char *reh_master_subscriber_id; member
532 if (h->reh_master_subscriber_id != NULL) in free_restarter_event_handle()
533 free(h->reh_master_subscriber_id); in free_restarter_event_handle()
671 h->reh_master_subscriber_id = malloc(MAX_SUBID_LEN); in restarter_bind_handle()
674 h->reh_master_subscriber_id == NULL || in restarter_bind_handle()
682 sz = strlcpy(h->reh_master_subscriber_id, "master", MAX_SUBID_LEN); in restarter_bind_handle()
720 assert(strlen(h->reh_master_subscriber_id) <= MAX_SUBID_LEN - 1); in restarter_bind_handle()
858 assert(h->reh_master_subscriber_id != NULL); in restarter_set_states()