Searched defs:sysev_channel (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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");
460 if (sysev_channel == NULL)
466 if ((errno = sysevent_evc_bind(sysev_channel, &sysev_evc,
469 "channel %s", sysev_channel);
482 if (strcmp(sysev_channel, FM_ERROR_CHAN) == 0)
500 "active on transport channel %s\n", sysev_channel);
503 "transport channel %s", sysev_class, sysev_channel);
512 fmd_hdl_debug(hdl, "transport '%s' open\n", sysev_channel);
544 if (strcmp(sysev_channel, FM_ERROR_CHA
[all...]

Completed in 44 milliseconds