Lines Matching defs:chan
867 create_channel_registration(sysevent_channel_descriptor_t *chan, in create_channel_registration()
892 free_channel_registration(sysevent_channel_descriptor_t *chan) in free_channel_registration()
924 sysevent_channel_descriptor_t *chan, *chan_list; in open_channel() local
986 sysevent_channel_descriptor_t *chan, *prev_chan; in close_channel() local
1022 bind_common(sysevent_channel_descriptor_t *chan, int type) in bind_common()
1044 unbind_common(sysevent_channel_descriptor_t *chan, int type, id_t id) in unbind_common()
1067 release_id(sysevent_channel_descriptor_t *chan, int type, id_t id) in release_id()
1122 find_class(sysevent_channel_descriptor_t *chan, char *class_name) in find_class()
1137 remove_all_class(sysevent_channel_descriptor_t *chan, uint32_t sub_id) in remove_all_class()
1158 remove_class(sysevent_channel_descriptor_t *chan, uint32_t sub_id, in remove_class()
1181 insert_class(sysevent_channel_descriptor_t *chan, char *event_class, in insert_class()
1208 add_registration(sysevent_channel_descriptor_t *chan, uint32_t sub_id, in add_registration()
1249 get_registration(sysevent_channel_descriptor_t *chan, char *databuf, in get_registration()
1327 sysevent_channel_descriptor_t *chan; in log_sysevent_register() local