Lines Matching refs:information
181 struct rt_object_information *information; in rt_raw_channel_open() local
194 information = rt_object_get_information(RT_Object_Class_Channel); in rt_raw_channel_open()
195 RT_ASSERT(information != RT_NULL); in rt_raw_channel_open()
203 for (node = information->object_list.next; in rt_raw_channel_open()
204 node != &(information->object_list); in rt_raw_channel_open()
1270 struct rt_object_information *information; in list_channel() local
1276 information = rt_object_get_information(RT_Object_Class_Channel); in list_channel()
1277 RT_ASSERT(information != RT_NULL); in list_channel()
1282 for (node = information->object_list.next; in list_channel()
1283 node != &(information->object_list); in list_channel()
1299 for (index = 0, node = information->object_list.next; in list_channel()
1300 index < count && node != &(information->object_list); in list_channel()
1326 MSH_CMD_EXPORT(list_channel, list IPC channel information);