/titanic_41/usr/src/cmd/dtrace/test/tst/common/sysevent/ |
H A D | tst.post_chan.c | 34 if (sysevent_evc_bind("channel_dtest", &ch, in main()
|
/titanic_41/usr/src/cmd/fm/modules/common/ext-event-transport/ |
H A D | fmevt_outbound.c | 111 if (sysevent_evc_bind(channel_name, &fmevt_outbound_chan, in fmevt_init_outbound()
|
H A D | fmevt_inbound.c | 598 if (sysevent_evc_bind(channel, &cip->ci_binding, in fmevt_init_inbound()
|
/titanic_41/usr/src/cmd/fm/fminject/common/ |
H A D | inj_main.c | 62 if ((errno = sysevent_evc_bind(chan, &hdl, in sev_open()
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | protocol.c | 362 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()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | sysevent.h | 220 extern int sysevent_evc_bind(const char *, evchan_t **, uint32_t);
|
/titanic_41/usr/src/lib/libsysevent/ |
H A D | mapfile-vers | 84 sysevent_evc_bind;
|
H A D | llib-lsysevent | 115 int sysevent_evc_bind(const char *channel_path, evchan_t **scpp,
|
H A D | libevchannel.c | 116 sysevent_evc_bind(const char *channel, evchan_t **scpp, uint32_t flags) in sysevent_evc_bind() function
|
/titanic_41/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_sysevent.c | 466 if ((errno = sysevent_evc_bind(sysev_channel, &sysev_evc, in sysev_init()
|
/titanic_41/usr/src/lib/fm/libfmevent/common/ |
H A D | fmev_publish.c | 110 if (sysevent_evc_bind(CHAN_NAME(priv, pri), &evc, in bind_channel()
|
H A D | fmev_subscribe.c | 526 if (sysevent_evc_bind(chan_name, &ihdl->sh_binding, in fmev_shdl_init()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | fm.c | 134 (void) sysevent_evc_bind(FM_ERROR_CHAN, in fm_init() 524 if (sysevent_evc_bind(FM_ERROR_CHAN, &error_chan, in fm_ereport_post()
|
H A D | evchannels.c | 1866 sysevent_evc_bind(const char *ch_name, evchan_t **scpp, uint32_t flags) in sysevent_evc_bind() function
|
H A D | zone.c | 2244 res = sysevent_evc_bind(ZONE_EVENT_CHANNEL, &zone_event_chan, in zone_init()
|
/titanic_41/usr/src/lib/libds/common/ |
H A D | libds.c | 314 if (sysevent_evc_bind(evchan_name, &ds_evchan, 0) != 0) { in ds_init_sysev()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/ |
H A D | ipmpstat.c | 919 errno = sysevent_evc_bind(IPMP_EVENT_CHAN, &evch, EVCH_CREAT); in probe_output()
|
/titanic_41/usr/src/lib/librestart/common/ |
H A D | librestart.c | 697 if (sysevent_evc_bind(h->reh_delegate_channel_name, in restarter_bind_handle() 706 if (sysevent_evc_bind(h->reh_master_channel_name, in restarter_bind_handle()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vlds.c | 433 if ((rv = sysevent_evc_bind(evchan_name, &sp->evchan, in vlds_init_sysevent()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_tables.c | 2713 errno = sysevent_evc_bind(IPMP_EVENT_CHAN, &evchp, EVCH_CREAT); in post_event()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | bofi.c | 741 if (sysevent_evc_bind(FM_ERROR_CHAN, &bofi_error_chan, 0) == 0) in bofi_attach()
|
/titanic_41/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 6233 if (sysevent_evc_bind(ZONE_EVENT_CHANNEL, &(zevtchan->zn_eventchan), in zonecfg_notify_bind()
|