Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.c331 char *delegate_channel_name, *master_channel_name, *sid; in restarter_protocol_init_delegate() local
345 delegate_channel_name = master_channel_name = NULL; in restarter_protocol_init_delegate()
346 if ((delegate_channel_name = _restarter_get_channel_name(fmri, in restarter_protocol_init_delegate()
351 if (delegate_channel_name) { in restarter_protocol_init_delegate()
352 free(delegate_channel_name); in restarter_protocol_init_delegate()
362 if ((r = sysevent_evc_bind(delegate_channel_name, &delegate_channel, in restarter_protocol_init_delegate()
365 delegate_channel_name, strerror(errno)); in restarter_protocol_init_delegate()
378 delegate_channel_name, master_channel_name); in restarter_protocol_init_delegate()
411 free(delegate_channel_name); in restarter_protocol_init_delegate()