Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_outbound.c94 char *channel_name; in fmevt_init_outbound() local
109 channel_name = fmd_prop_get_string(hdl, "outbound_channel"); in fmevt_init_outbound()
111 if (sysevent_evc_bind(channel_name, &fmevt_outbound_chan, in fmevt_init_outbound()
114 channel_name); in fmevt_init_outbound()
123 channel_name, channel_depth); in fmevt_init_outbound()
125 fmd_prop_free_string(hdl, channel_name); in fmevt_init_outbound()
/titanic_44/usr/src/cmd/mdb/common/modules/libsysevent/
H A Dlibsysevent.c59 char channel_name[CLASS_LIST_FIELD_MAX]; in sysevent_handle() local
76 if ((channel_name_sz = mdb_readstr(channel_name, CLASS_LIST_FIELD_MAX, in sysevent_handle()
83 (void) strcpy(&channel_name[CLASS_LIST_FIELD_MAX - 4], "..."); in sysevent_handle()
98 addr, channel_name, "SUBSCRIBER", sysevent_hdl.sh_id, in sysevent_handle()
108 addr, channel_name, "PUBLISHER", sysevent_hdl.sh_id, in sysevent_handle()
/titanic_44/usr/src/uts/common/os/
H A Dlog_sysevent.c816 #define CHANN_HASH(channel_name) (hash_func(channel_name) \ argument
844 get_channel(char *channel_name) in get_channel() argument
849 if (channel_name == NULL) in get_channel()
853 hash_index = CHANN_HASH(channel_name); in get_channel()
856 if (strcmp(chan_list->scd_channel_name, channel_name) == 0) { in get_channel()
921 open_channel(char *channel_name) in open_channel() argument
932 hash_index = CHANN_HASH(channel_name); in open_channel()
935 if (strcmp(chan_list->scd_channel_name, channel_name) == 0) { in open_channel()
937 kmem_free(channel_name, strlen(channel_name) + 1); in open_channel()
947 chan->scd_channel_name = channel_name; in open_channel()
[all …]
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c331 char channel_name[CHAN_FIELD_MAX]; in sysevent_channel() local
356 if ((channel_name_sz = mdb_readstr(channel_name, CHAN_FIELD_MAX, in sysevent_channel()
363 (void) strcpy(&channel_name[CHAN_FIELD_MAX - 4], "..."); in sysevent_channel()
366 addr, channel_name, chan_tbl.scd_ref_cnt, in sysevent_channel()
/titanic_44/usr/src/lib/libpcp/common/
H A Dlibpcp.h89 int pcp_init(char *channel_name);
H A Dlibpcp.c188 pcp_init(char *channel_name) in pcp_init() argument
195 if (channel_name == NULL) in pcp_init()
201 dev_path = platsvc_name_to_path(channel_name, &xport_type); in pcp_init()
/titanic_44/usr/src/lib/libsysevent/
H A Dlibsysevent.c994 char *channel_name = SH_CHANNEL_NAME(shp); in update_kernel_registration() local
997 udata.ps_channel_name_len = strlen(channel_name) + 1; in update_kernel_registration()
1004 (uintptr_t)channel_name, (uintptr_t)data, (uintptr_t)&udata, 0)) in update_kernel_registration()
1019 get_kernel_registration(char *channel_name, uint32_t class_id) in get_kernel_registration() argument
1031 udata.ps_channel_name_len = strlen(channel_name) + 1; in get_kernel_registration()
1037 (uintptr_t)channel_name, (uintptr_t)nvlbuf, (uintptr_t)&udata, 0) in get_kernel_registration()
1050 (uintptr_t)channel_name, (uintptr_t)nvlbuf, in get_kernel_registration()