Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_sysevent.c61 static char *sysev_channel; /* event channel to which we are subscribed */ variable
455 sysev_channel = fmd_prop_get_string(hdl, "channel"); in sysev_init()
460 if (sysev_channel == NULL) in sysev_init()
466 if ((errno = sysevent_evc_bind(sysev_channel, &sysev_evc, in sysev_init()
469 "channel %s", sysev_channel); in sysev_init()
482 if (strcmp(sysev_channel, FM_ERROR_CHAN) == 0) in sysev_init()
500 "active on transport channel %s\n", sysev_channel); in sysev_init()
503 "transport channel %s", sysev_class, sysev_channel); in sysev_init()
512 fmd_hdl_debug(hdl, "transport '%s' open\n", sysev_channel); in sysev_init()
544 if (strcmp(sysev_channel, FM_ERROR_CHAN) != 0) { in sysev_fini()
[all …]