Searched refs:values (Results 1 – 14 of 14) sorted by relevance
| /components/drivers/ofw/ |
| A D | ofw.c | 365 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 D | usb_glue_gd.c | 11 #error you need to modify some usb register values then use this chip
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 69 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 D | PPPD_FOLLOWUP | 69 2010-08-23 - Nit: use _exit when exec fails and restrict values to 0-255
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | sys_arch.txt | 133 The return values are the same as for the sys_arch_sem_wait() function:
|
| A D | rawapi.txt | 490 high values to the memory options.
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 84 # 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 D | lwip.Doxyfile | 84 # 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 D | lwip.Doxyfile.cmake.in | 84 # 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 D | sys_arch.txt | 166 The return values are the same as for the sys_arch_sem_wait() function:
|
| A D | rawapi.txt | 478 high values to the memory options.
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 52 * 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 D | CHANGELOG | 165 * 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 D | CHANGELOG | 1121 * 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