Home
last modified time | relevance | path

Searched refs:information (Results 1 – 25 of 37) sorted by relevance

12

/components/lwp/
A Dlwp_session.c26 struct rt_object_information *information = RT_NULL; in lwp_session_find() local
28 information = rt_object_get_information(RT_Object_Class_Session); in lwp_session_find()
31 if ((sid < 0) || (information == RT_NULL)) in lwp_session_find()
42 level = rt_spin_lock_irqsave(&(information->spinlock)); in lwp_session_find()
45 rt_list_for_each(node, &(information->object_list)) in lwp_session_find()
50 rt_spin_unlock_irqrestore(&(information->spinlock), level); in lwp_session_find()
56 rt_spin_unlock_irqrestore(&(information->spinlock), level); in lwp_session_find()
A Dlwp_pgrp.c51 struct rt_object_information *information = RT_NULL; in lwp_pgrp_find() local
53 information = rt_object_get_information(RT_Object_Class_ProcessGroup); in lwp_pgrp_find()
56 if ((pgid < 0) || (information == RT_NULL)) in lwp_pgrp_find()
67 level = rt_spin_lock_irqsave(&(information->spinlock)); in lwp_pgrp_find()
70 rt_list_for_each(node, &(information->object_list)) in lwp_pgrp_find()
75 rt_spin_unlock_irqrestore(&(information->spinlock), level); in lwp_pgrp_find()
81 rt_spin_unlock_irqrestore(&(information->spinlock), level); in lwp_pgrp_find()
A Dlwp_ipc.c181 struct rt_object_information *information; in rt_raw_channel_open() local
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
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()
[all …]
/components/dfs/dfs_v1/filesystems/devfs/
A Ddevfs.c164 struct rt_object_information *information; in dfs_device_fs_open() local
172 information = rt_object_get_information(RT_Object_Class_Device); in dfs_device_fs_open()
173 RT_ASSERT(information != RT_NULL); in dfs_device_fs_open()
174 … for (node = information->object_list.next; node != &(information->object_list); node = node->next) in dfs_device_fs_open()
192 … for (node = information->object_list.next; node != &(information->object_list); node = node->next) in dfs_device_fs_open()
/components/drivers/mtd/
A DKconfig11 bool "Enable MTD Nand operations debug information"
/components/utilities/
A DKconfig154 bool "Enable time information."
163 bool "Enable level information."
167 bool "Enable tag information."
171 bool "Enable thread information."
/components/drivers/core/
A Ddm.c149 struct rt_object_information *information = RT_NULL; in rt_dm_device_find() local
156 information = rt_object_get_information(RT_Object_Class_Device); in rt_dm_device_find()
159 if (!information) in rt_dm_device_find()
171 rt_list_for_each_entry(dev, &information->object_list, parent.list) in rt_dm_device_find()
/components/net/lwip/lwip-1.4.1/src/
A DFILES12 For more information on the various subdirectories, check the FILES
/components/drivers/wlan/
A DKconfig65 bool "WiFi information automatically saved Enable"
70 int "Maximum number of WiFi information automatically saved"
/components/net/lwip/lwip-2.0.3/src/
A DFILES14 For more information on the various subdirectories, check the FILES
/components/net/lwip/lwip-2.1.2/src/
A DFILES14 For more information on the various subdirectories, check the FILES
/components/net/lwip/lwip-1.4.1/
A DREADME.md2 …k interface device need to synchronize some network status and address information in lwIP, so it …
/components/drivers/sensor/v2/
A Dsensor_cmd.c626 struct rt_object_information *information; in sensor() local
629 information = rt_object_get_information(RT_Object_Class_Device); in sensor()
630 if(information == RT_NULL) in sensor()
635 for (node = information->object_list.next; in sensor()
636 node != &(information->object_list); in sensor()
/components/drivers/spi/
A DKconfig208 bool "Using defined supported flash chip information table"
224 bool "Show more SFUD debug information"
/components/net/lwip/lwip-2.0.3/
A DREADME.md9 …k interface device need to synchronize some network status and address information in lwIP, so it …
/components/drivers/usb/cherryusb/
A D.clang-format3 # For more information, see:
/components/net/netdev/src/
A Dnetdev.c1306 MSH_CMD_EXPORT_ALIAS(netdev_ifconfig, ifconfig, list the information of all network interfaces);
1516 MSH_CMD_EXPORT_ALIAS(netdev_dns, dns, list and set the information of dns);
1564 MSH_CMD_EXPORT_ALIAS(netdev_netstat, netstat, list the information of TCP / IP);
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile83 # information to generate all constant output in the proper language.
924 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
1046 # information.
1122 # for information on how to generate the default header that doxygen normally
1133 # footer. See HTML_HEADER for more information on how to generate a default
1244 # for more information.
1375 # filter to add. For more information please see Qt Help Project / Custom
1445 # the same information as the tab index, you could consider setting
1698 # section "Doxygen usage" for information on how to let doxygen write the
1843 # See also section "Doxygen usage" for information on how to generate the
[all …]
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile83 # information to generate all constant output in the proper language.
935 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
1057 # information.
1133 # for information on how to generate the default header that doxygen normally
1144 # footer. See HTML_HEADER for more information on how to generate a default
1255 # for more information.
1386 # filter to add. For more information please see Qt Help Project / Custom
1456 # the same information as the tab index, you could consider setting
1709 # section "Doxygen usage" for information on how to let doxygen write the
1854 # See also section "Doxygen usage" for information on how to generate the
[all …]
A Dlwip.Doxyfile.cmake.in83 # information to generate all constant output in the proper language.
935 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
1057 # information.
1133 # for information on how to generate the default header that doxygen normally
1144 # footer. See HTML_HEADER for more information on how to generate a default
1255 # for more information.
1386 # filter to add. For more information please see Qt Help Project / Custom
1456 # the same information as the tab index, you could consider setting
1709 # section "Doxygen usage" for information on how to let doxygen write the
1854 # See also section "Doxygen usage" for information on how to generate the
[all …]
/components/net/lwip/lwip-2.0.3/doc/
A Dmdns.txt108 Relevant information will be sent as additional records to reduce number of
A Dmqtt_client.txt33 /* Minimal amount of information required is client identifier, so set it here */
/components/net/lwip/lwip-2.1.2/doc/
A Dmdns.txt108 Relevant information will be sent as additional records to reduce number of
A Dmqtt_client.txt33 /* Minimal amount of information required is client identifier, so set it here */
/components/drivers/include/drivers/
A Dscsi.h73 rt_be32_t information;

Completed in 38 milliseconds

12