| /components/drivers/spi/sfud/src/ |
| A D | sfud_sfdp.c | 111 sfdp->available = false; in read_sfdp_header() 333 sfdp->available = true; in read_basic_table() 366 SFUD_ASSERT(flash->sfdp.available); in sfud_sfdp_get_suitable_eraser()
|
| A D | sfud.c | 541 if (flash->sfdp.available) {
|
| /components/libc/ |
| A D | Kconfig | 10 This option is not available for users to select.
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | README | 45 lwIP is freely available under a BSD license. 80 Git sources and is available from this web page:
|
| A D | UPGRADING | 80 is now available
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | README | 33 lwIP is freely available under a BSD license. 71 current CVS sources and is available from this web page:
|
| /components/drivers/spi/sfud/inc/ |
| A D | sfud_def.h | 225 bool available; /**< available when read SFDP OK */ member
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 14 the various protocols. It is the only API available when running lwIP 107 callback function for events such as incoming data available, outgoing 138 available for creating the new pcb, NULL is returned. 164 tcp_listen() may return NULL if no memory was available for the 199 available for enqueueing the SYN segment. If the SYN indeed was 227 in lwipopts.h. The number of bytes available in the output queue can 276 as a method of waiting for memory to become available. For instance, 277 if a call to tcp_write() has failed because memory wasn't available, 297 was available for closing the connection. If so, the application
|
| A D | savannah.txt | 34 Under Windows, a recommended SSH client is "PuTTY", freely available with good 116 A new 1.4.1 release is now available here:
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | README | 51 lwIP is freely available under a BSD license. 86 Git sources and is available from this web page:
|
| A D | UPGRADING | 26 All other/normal/synchronous errors are (and always were) available via 'errno'. 39 available in struct dhcp any more) 115 is now available
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | savannah.txt | 34 Under Windows, a recommended SSH client is "PuTTY", freely available with good 116 A new 1.4.1 release is now available here:
|
| /components/utilities/ |
| A D | Kconfig | 30 NOTE: It's not available on syslog mode. 51 NOTE: It's not available on syslog mode.
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 108 available for creating the new pcb, NULL is returned. 134 tcp_listen() may return NULL if no memory was available for the 178 available for enqueueing the SYN segment. If the SYN indeed was 206 in lwipopts.h. The number of bytes available in the output queue can 255 as a method of waiting for memory to become available. For instance, 256 if a call to tcp_write() has failed because memory wasn't available, 276 was available for closing the connection. If so, the application
|
| A D | savannah.txt | 37 Under Windows, a recommended SSH client is "PuTTY", freely available with good 131 A new 0.6.3 release is now available here:
|
| A D | snmp_agent.txt | 160 Currently only the .mgmt sub-tree is available and 162 becomes available too.
|
| /components/drivers/usb/cherryusb/port/xhci/phytium/ |
| A D | README.md | 63 - This XHCI driver functionality is provided as a static library and is only available for Phytium …
|
| /components/net/lwip/lwip-1.4.1/src/api/ |
| A D | api_msg.c | 1212 u16_t len, available; local 1254 available = tcp_sndbuf(conn->pcb.tcp); 1255 if (available < len) { 1257 len = available;
|
| /components/net/lwip/lwip-2.0.3/src/api/ |
| A D | api_msg.c | 1501 u16_t len, available; local 1542 available = tcp_sndbuf(conn->pcb.tcp); 1543 if (available < len) { 1545 len = available;
|
| /components/net/lwip/lwip-2.1.2/src/api/ |
| A D | api_msg.c | 1644 u16_t len, available; local 1685 available = tcp_sndbuf(conn->pcb.tcp); 1686 if (available < len) { 1688 len = available;
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | dhcp.c | 1436 size_t available = DHCP_OPTIONS_LEN - dhcp->options_out_len - 3; in dhcp_option_hostname() local 1437 LWIP_ASSERT("DHCP: hostname is too long!", namelen <= available); in dhcp_option_hostname() 1438 len = LWIP_MIN(namelen, available); in dhcp_option_hostname()
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | dhcp.c | 1314 size_t available = DHCP_OPTIONS_LEN - dhcp->options_out_len - 3; in dhcp_option_hostname() local 1315 LWIP_ASSERT("DHCP: hostname is too long!", namelen <= available); in dhcp_option_hostname() 1316 len = LWIP_MIN(namelen, available); in dhcp_option_hostname()
|
| /components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
| A D | dhcp.c | 1491 size_t available = DHCP_OPTIONS_LEN - options_out_len - 3; in dhcp_option_hostname() local 1492 LWIP_ASSERT("DHCP: hostname is too long!", namelen <= available); in dhcp_option_hostname() 1493 len = LWIP_MIN(namelen, available); in dhcp_option_hostname()
|
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | mutex | 211 // the standard ones are not available
|
| /components/dfs/dfs_v1/filesystems/elmfat/ |
| A D | 00history.txt | 262 f_forward() is available regardless of _FS_TINY.
|