Searched refs:sysevent_evc_publish (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sysevent/
H A Dtst.post_chan.c41 if (sysevent_evc_publish(ch, "class_dtest", "subclass_dtest",
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_main.c72 if ((errno = sysevent_evc_publish(arg, EC_FM, ESC_FM_ERROR,
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_outbound.c81 if (sysevent_evc_publish(fmevt_outbound_chan, class, "",
86 fmd_hdl_debug(hdl, "sysevent_evc_publish failed:");
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent.h136 * sysevent_evc_publish().
141 * may be low. Kernel callers of sysevent_evc_publish() must set flags to
143 * sysevent_evc_publish() must set flags to one of EVCH_SLEEP or EVCH_NOSLEEP.
218 extern int sysevent_evc_publish(evchan_t *, const char *, const char *,
/illumos-gate/usr/src/lib/libsysevent/
H A Dllib-lsysevent120 int sysevent_evc_publish(evchan_t *scp, const char *event_class,
H A Dlibevchannel.c52 * sysevent_evc_publish - generate a system event via an event channel
261 * sysevent_evc_publish - Generate a system event via an event channel
264 sysevent_evc_publish(evchan_t *scp, const char *class, function
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvlds.c1386 sysevent_evc_publish(sp->evchan, EC_VLDS,
1390 DS_DBG_VLDS(CE_NOTE, "%s: sysevent_evc_publish "
1431 sysevent_evc_publish(sp->evchan, EC_VLDS,
1470 sysevent_evc_publish(sp->evchan, EC_VLDS,
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_publish.c32 * The caller context must therefore be one in which a sysevent_evc_publish
432 rc = (sysevent_evc_publish(evc, class, subclass, ruleset, "",
/illumos-gate/usr/src/uts/common/os/
H A Dfm.c530 if (sysevent_evc_publish(error_chan, EC_FM, ESC_FM_ERROR,
H A Devchannels.c1759 * sysevent_evc_publish - Publish an event to an event channel
1917 sysevent_evc_publish(evchan_t *scp, const char *class, const char *subclass, function
H A Dzone.c2445 sysevent_evc_publish(zone_event_chan, ZONE_EVENT_STATUS_CLASS,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c2729 errno = sysevent_evc_publish(evchp, EC_IPMP, subclass, "com.sun",
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c767 * restarter_event_publish_retry() is a wrapper around sysevent_evc_publish().
768 * In case, the event cannot be sent at the first attempt (sysevent_evc_publish
772 * The arguments to this function map the arguments of sysevent_evc_publish().
776 * EFAULT - internal sysevent_evc_publish() error
777 * ENOMEM - internal sysevent_evc_publish() error
778 * EBADF - scp is invalid (sysevent_evc_publish() returned EINVAL)
779 * ENOSPC - sysevent queue full (sysevent_evc_publish() returned EAGAIN)
790 ret = sysevent_evc_publish(scp, class, subclass, vendor,
814 bad_fail("sysevent_evc_publish", ret);
838 * EFAULT - internal sysevent_evc_publish() erro
[all...]
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c6325 (void) sysevent_evc_publish(zevtchan->zn_eventchan,

Completed in 125 milliseconds