Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/sysevent/
H A Dtst.post_chan.c34 if (sysevent_evc_bind("channel_dtest", &ch, in main()
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_main.c62 if ((errno = sysevent_evc_bind(chan, &hdl, in sev_open()
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_outbound.c115 if (sysevent_evc_bind(channel_name, &fmevt_outbound_chan, in fmevt_init_outbound()
H A Dfmevt_inbound.c594 if (sysevent_evc_bind(channel, &cip->ci_binding, in fmevt_init_inbound()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.c362 if ((r = sysevent_evc_bind(delegate_channel_name, &delegate_channel, in restarter_protocol_init_delegate()
369 if ((r = sysevent_evc_bind(master_channel_name, &master_channel, in restarter_protocol_init_delegate()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent.h216 extern int sysevent_evc_bind(const char *, evchan_t **, uint32_t);
/illumos-gate/usr/src/lib/libsysevent/
H A Dmapfile-vers84 sysevent_evc_bind;
H A Dlibevchannel.c116 sysevent_evc_bind(const char *channel, evchan_t **scpp, uint32_t flags) in sysevent_evc_bind() function
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_sysevent.c466 if ((errno = sysevent_evc_bind(sysev_channel, &sysev_evc, in sysev_init()
/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_publish.c110 if (sysevent_evc_bind(CHAN_NAME(priv, pri), &evc, in bind_channel()
H A Dfmev_subscribe.c524 if (sysevent_evc_bind(chan_name, &ihdl->sh_binding, in fmev_shdl_init()
/illumos-gate/usr/src/uts/common/os/
H A Dfm.c134 (void) sysevent_evc_bind(FM_ERROR_CHAN, in fm_init()
525 if (sysevent_evc_bind(FM_ERROR_CHAN, &error_chan, in fm_ereport_post()
H A Devchannels.c1870 sysevent_evc_bind(const char *ch_name, evchan_t **scpp, uint32_t flags) in sysevent_evc_bind() function
H A Dzone.c2356 res = sysevent_evc_bind(ZONE_EVENT_CHANNEL, &zone_event_chan, in zone_init()
/illumos-gate/usr/src/lib/libds/common/
H A Dlibds.c314 if (sysevent_evc_bind(evchan_name, &ds_evchan, 0) != 0) { in ds_init_sysev()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c919 errno = sysevent_evc_bind(IPMP_EVENT_CHAN, &evch, EVCH_CREAT); in probe_output()
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c698 if (sysevent_evc_bind(h->reh_delegate_channel_name, in restarter_bind_handle()
707 if (sysevent_evc_bind(h->reh_master_channel_name, in restarter_bind_handle()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvlds.c433 if ((rv = sysevent_evc_bind(evchan_name, &sp->evchan, in vlds_init_sysevent()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c2713 errno = sysevent_evc_bind(IPMP_EVENT_CHAN, &evchp, EVCH_CREAT); in post_event()
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c744 if (sysevent_evc_bind(FM_ERROR_CHAN, &bofi_error_chan, 0) == 0) in bofi_attach()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c6395 if (sysevent_evc_bind(ZONE_EVENT_CHANNEL, &(zevtchan->zn_eventchan), in zonecfg_notify_bind()