Home
last modified time | relevance | path

Searched refs:values (Results 1 – 14 of 14) sorted by relevance

/components/drivers/ofw/
A Dofw.c365 static char **values = RT_NULL; in rt_ofw_bootargs_select() local
369 if (bootargs_nr && !values && in rt_ofw_bootargs_select()
408 values = rt_malloc(sizeof(char *) * bootargs_nr); in rt_ofw_bootargs_select()
411 if (values) in rt_ofw_bootargs_select()
423 values[idx++] = (char *)&bootargs[i]; in rt_ofw_bootargs_select()
437 if (values) in rt_ofw_bootargs_select()
443 if (!rt_strncmp(values[idx], key, keylen)) in rt_ofw_bootargs_select()
447 value = values[idx] + keylen; in rt_ofw_bootargs_select()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_glue_gd.c11 #error you need to modify some usb register values then use this chip
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A DPPPD_FOLLOWUP69 2010-08-23 - Nit: use _exit when exec fails and restrict values to 0-255
/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A DPPPD_FOLLOWUP69 2010-08-23 - Nit: use _exit when exec fails and restrict values to 0-255
/components/net/lwip/lwip-1.4.1/doc/
A Dsys_arch.txt133 The return values are the same as for the sys_arch_sem_wait() function:
A Drawapi.txt490 high values to the memory options.
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile84 # Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
117 # following values are used ($name is automatically replaced with the name of
1197 # gradually make the output lighter, whereas values above 100 make the output
1452 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1455 # Note that a value of 0 will completely suppress the enum values from appearing
1510 # Possible values are: HTML-CSS (which is slower, but has the best
1676 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
1705 # string, for the replacement values of the other commands the user is referred
2387 # Possible values are: png, png:cairo, png:cairo:cairo, png:cairo:gd, png:gd,
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile84 # Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
117 # following values are used ($name is automatically replaced with the name of
1208 # gradually make the output lighter, whereas values above 100 make the output
1463 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1466 # Note that a value of 0 will completely suppress the enum values from appearing
1521 # Possible values are: HTML-CSS (which is slower, but has the best
1687 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
1716 # string, for the replacement values of the other commands the user is referred
2410 # Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
A Dlwip.Doxyfile.cmake.in84 # Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
117 # following values are used ($name is automatically replaced with the name of
1208 # gradually make the output lighter, whereas values above 100 make the output
1463 # The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
1466 # Note that a value of 0 will completely suppress the enum values from appearing
1521 # Possible values are: HTML-CSS (which is slower, but has the best
1687 # Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
1716 # string, for the replacement values of the other commands the user is referred
2410 # Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
/components/net/lwip/lwip-2.0.3/doc/
A Dsys_arch.txt166 The return values are the same as for the sys_arch_sem_wait() function:
A Drawapi.txt478 high values to the memory options.
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG52 * tcp.c: tcp_recved: check for overflow and warn about too big values (patch #9699)
212 absolute instead of relative timeout values
238 * snmp_msg.c: fix bug #51578 (SNMP failed to decode some values on non 32bit platforms)
1374 * opt.h: fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small
2294 * opt.h: Fixed default values of some stats to only be enabled if used
2942 inside init.c for task #7142 "Sanity check user-configurable values".
2968 user-configurable values".
2978 a place to add code for task #7142 "Sanity check user-configurable values".
3241 * tcp.h, tcp.c, sockets.c, tcp_out.c, tcp_in.c, opt.h: Keepalive values can
3247 * tcp.h: Keepalive values can be configured at compile time, but don't change
[all …]
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG165 * opt.h: fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small
1085 * opt.h: Fixed default values of some stats to only be enabled if used
1733 inside init.c for task #7142 "Sanity check user-configurable values".
1759 user-configurable values".
1769 a place to add code for task #7142 "Sanity check user-configurable values".
2032 * tcp.h, tcp.c, sockets.c, tcp_out.c, tcp_in.c, opt.h: Keepalive values can
2038 * tcp.h: Keepalive values can be configured at compile time, but don't change
2875 Added casts for return values of checksum routines, to pacify compiler.
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG1121 * opt.h: fixed default values of TCP_SNDLOWAT and TCP_SNDQUEUELOWAT for small
2041 * opt.h: Fixed default values of some stats to only be enabled if used
2689 inside init.c for task #7142 "Sanity check user-configurable values".
2715 user-configurable values".
2725 a place to add code for task #7142 "Sanity check user-configurable values".
2988 * tcp.h, tcp.c, sockets.c, tcp_out.c, tcp_in.c, opt.h: Keepalive values can
2994 * tcp.h: Keepalive values can be configured at compile time, but don't change
3831 Added casts for return values of checksum routines, to pacify compiler.

Completed in 28 milliseconds