Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 34) sorted by relevance

12

/components/drivers/spi/sfud/src/
A Dsfud_sfdp.c111 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 Dsfud.c541 if (flash->sfdp.available) {
/components/libc/
A DKconfig10 This option is not available for users to select.
/components/net/lwip/lwip-2.0.3/
A DREADME45 lwIP is freely available under a BSD license.
80 Git sources and is available from this web page:
A DUPGRADING80 is now available
/components/net/lwip/lwip-1.4.1/
A DREADME33 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 Dsfud_def.h225 bool available; /**< available when read SFDP OK */ member
/components/net/lwip/lwip-2.0.3/doc/
A Drawapi.txt14 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 Dsavannah.txt34 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 DREADME51 lwIP is freely available under a BSD license.
86 Git sources and is available from this web page:
A DUPGRADING26 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 Dsavannah.txt34 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 DKconfig30 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 Drawapi.txt108 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 Dsavannah.txt37 Under Windows, a recommended SSH client is "PuTTY", freely available with good
131 A new 0.6.3 release is now available here:
A Dsnmp_agent.txt160 Currently only the .mgmt sub-tree is available and
162 becomes available too.
/components/drivers/usb/cherryusb/port/xhci/phytium/
A DREADME.md63 - 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 Dapi_msg.c1212 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 Dapi_msg.c1501 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 Dapi_msg.c1644 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 Ddhcp.c1436 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 Ddhcp.c1314 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 Ddhcp.c1491 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 Dmutex211 // the standard ones are not available
/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt262 f_forward() is available regardless of _FS_TINY.

Completed in 39 milliseconds

12