| /components/dfs/dfs_v1/src/ |
| A D | dfs_fs.c | 34 const struct dfs_filesystem_ops **empty = NULL; in dfs_register() local 45 (empty == NULL) ? (empty = iter) : 0; in dfs_register() 55 if (empty == NULL) in dfs_register() 63 *empty = ops; in dfs_register()
|
| /components/fal/docs/ |
| A D | fal_api_en.md | 118 …e creation is successful, the corresponding block device will be returned, and if it fails, empty | 131 … creation is successful, the corresponding MTD Nor Flash device will be returned, otherwise empty | 144 … the creation is successful, the corresponding character device will be returned, otherwise empty |
|
| /components/net/lwip/lwip-1.4.1/src/core/snmp/ |
| A D | mib_structs.c | 643 u8_t empty = 0; in empty_table() local 654 empty = 1; in empty_table() 663 empty = 1; in empty_table() 672 empty = 1; in empty_table() 676 return empty; in empty_table()
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | etharp.c | 261 s8_t empty = ARP_TABLE_SIZE; in etharp_find_entry() local 288 if ((empty == ARP_TABLE_SIZE) && (state == ETHARP_STATE_EMPTY)) { in etharp_find_entry() 291 empty = i; in etharp_find_entry() 342 ((empty == ARP_TABLE_SIZE) && ((flags & ETHARP_FLAG_TRY_HARD) == 0))) { in etharp_find_entry() 357 if (empty < ARP_TABLE_SIZE) { in etharp_find_entry() 358 i = empty; in etharp_find_entry()
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | etharp.c | 259 s16_t empty = ARP_TABLE_SIZE; in etharp_find_entry() local 286 if ((empty == ARP_TABLE_SIZE) && (state == ETHARP_STATE_EMPTY)) { in etharp_find_entry() 289 empty = i; in etharp_find_entry() 340 ((empty == ARP_TABLE_SIZE) && ((flags & ETHARP_FLAG_TRY_HARD) == 0))) { in etharp_find_entry() 355 if (empty < ARP_TABLE_SIZE) { in etharp_find_entry() 356 i = empty; in etharp_find_entry()
|
| /components/net/lwip/lwip-1.4.1/src/netif/ |
| A D | etharp.c | 269 s8_t empty = ARP_TABLE_SIZE; in etharp_find_entry() local 294 if ((empty == ARP_TABLE_SIZE) && (state == ETHARP_STATE_EMPTY)) { in etharp_find_entry() 297 empty = i; in etharp_find_entry() 344 ((empty == ARP_TABLE_SIZE) && ((flags & ETHARP_FLAG_TRY_HARD) == 0))) { in etharp_find_entry() 359 if (empty < ARP_TABLE_SIZE) { in etharp_find_entry() 360 i = empty; in etharp_find_entry()
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | mqtt_client.txt | 30 /* Setup an empty client info structure */
|
| A D | sys_arch.txt | 132 Creates an empty mailbox for maximum "size" elements. Elements stored
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | mqtt_client.txt | 30 /* Setup an empty client info structure */
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 79 * added hook LWIP_HOOK_MEMP_AVAILABLE() to get informed when a memp pool was empty and an item
|
| A D | CHANGELOG | 329 a memp pool was empty and an item is now available 798 * tcp_in.c: Fixed bug #36210 lwIP does not elicit an empty ACK when received 1601 * udp.c, raw.c: Don't chain empty pbufs when sending them (fixes bug #30625) 1958 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty 2094 bigger malloc pool if one is empty (only usable with MEM_USE_POOLS). 2829 changes on low memory or empty send-buffer. 3082 data packet was lost): add assert that all segment lists are empty in 3821 * pbuf.c: Stopped compiler complaining of empty if statement 3822 when LWIP_DEBUGF() empty. Closed an unclosed comment. 3823 * tcp.c: Stopped compiler complaining of empty if statement [all …]
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 276 * pbuf.c/.h, timers.c: freeing ooseq pbufs when the pbuf pool is empty implemented 645 * udp.c, raw.c: Don't chain empty pbufs when sending them (fixes bug #30625) 1002 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty 1138 bigger malloc pool if one is empty (only usable with MEM_USE_POOLS). 1873 changes on low memory or empty send-buffer. 2126 data packet was lost): add assert that all segment lists are empty in 2176 * etharp.c: Fixed bug: assert fired when MEMP_ARP_QUEUE was empty (which can 2865 * pbuf.c: Stopped compiler complaining of empty if statement 2866 when LWIP_DEBUGF() empty. Closed an unclosed comment. 2867 * tcp.c: Stopped compiler complaining of empty if statement [all …]
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 327 …Fixed reading a directory gets infinite loop when the last directory entry is not empty. (appeared…
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | sys_arch.txt | 99 Creates an empty mailbox for maximum "size" elements. Elements stored
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 114 * added hook LWIP_HOOK_MEMP_AVAILABLE() to get informed when a memp pool was empty and an item
|
| A D | CHANGELOG | 582 a memp pool was empty and an item is now available 1051 * tcp_in.c: Fixed bug #36210 lwIP does not elicit an empty ACK when received 1854 * udp.c, raw.c: Don't chain empty pbufs when sending them (fixes bug #30625) 2211 queueing a call into tcpip_thread to free ooseq-bufs if the pool is empty 2347 bigger malloc pool if one is empty (only usable with MEM_USE_POOLS). 3082 changes on low memory or empty send-buffer. 3335 data packet was lost): add assert that all segment lists are empty in 4074 * pbuf.c: Stopped compiler complaining of empty if statement 4075 when LWIP_DEBUGF() empty. Closed an unclosed comment. 4076 * tcp.c: Stopped compiler complaining of empty if statement [all …]
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | 00history.txt | 327 …Fixed reading a directory gets infinite loop when the last directory entry is not empty. (appeared…
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 695 # tag is left empty. 782 # Note: If this tag is empty the current directory is searched. 925 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the 1306 # including file name) of the HTML help compiler (hhc.exe). If non-empty, 1398 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the 1704 # $projectbrief, $projectlogo. Doxygen will replace $title with the empty 2208 # the mscgen tool resides. If left empty the tool is assumed to be found in the 2216 # If left empty dia is assumed to be found in the default search path.
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 704 # tag is left empty. 791 # Note: If this tag is empty the current directory is searched. 936 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the 1317 # including file name) of the HTML help compiler (hhc.exe). If non-empty, 1409 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the 1715 # $projectbrief, $projectlogo. Doxygen will replace $title with the empty 2231 # the mscgen tool resides. If left empty the tool is assumed to be found in the 2239 # If left empty dia is assumed to be found in the default search path.
|
| A D | lwip.Doxyfile.cmake.in | 704 # tag is left empty. 791 # Note: If this tag is empty the current directory is searched. 936 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the 1317 # including file name) of the HTML help compiler (hhc.exe). If non-empty, 1409 # qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the 1715 # $projectbrief, $projectlogo. Doxygen will replace $title with the empty 2231 # the mscgen tool resides. If left empty the tool is assumed to be found in the 2239 # If left empty dia is assumed to be found in the default search path.
|