Searched refs:it (Results 1 – 12 of 12) sorted by relevance
| /sys/kern/ |
| D | ktimer.c | 101 KTimerEvent *it, *tmp; in KTimer_Process() local 104 LIST_FOREACH_SAFE(it, &timerSlot[timerHead], timerQueue, tmp) { in KTimer_Process() 105 if (it->timeout <= now) { in KTimer_Process() 106 (it->cb)(it->arg); in KTimer_Process() 107 LIST_REMOVE(it, timerQueue); in KTimer_Process() 108 KTimer_Release(it); in KTimer_Process()
|
| D | palloc.c | 290 struct FreePage *it; in Debug_PAllocDump() local 292 LIST_FOREACH(it, &freeList, entries) { in Debug_PAllocDump() 293 if (it->magic != FREEPAGE_MAGIC_FREE) in Debug_PAllocDump() 294 kprintf("Magic Corrupted! (%lx)\n", it->magic); in Debug_PAllocDump() 295 kprintf("Free %lx\n", (uintptr_t)it); in Debug_PAllocDump()
|
| /lib/liblwip/doc/ |
| D | contrib.txt | 38 2. If you think you found a bug make sure it's not already filed in the 40 3. If you have a fix put the patch on Savannah. If it is a patch that affects 46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report 55 …change behaviour if not necessary.A patch is easier to read and understand if it's to the point an… 56 if it's not to the point and long :) so the chances for it to be applied are greater. 61 you think it could benefit others[1] you might want discuss this on the mailing list. You
|
| D | rawapi.txt | 19 currently it is built on top of the sequential API. It is meant to 64 well suited for small systems since it forces a multithreaded paradigm 142 To use it, your need to set TCP_LISTEN_BACKLOG=1 in your lwipopts.h. 168 The tcp_connect() function returns immediately; it does not wait for 169 the connection to be properly setup. Instead, it will call the 228 application has taken the data, it has to call the tcp_recved() 240 ERR_OK, then it must free the pbuf. Otherwise, it must not 241 free the pbuf so that lwIP core code can store it. 301 The error callback function does not get the pcb passed to it as a 324 pcb is not active until it has either been bound to a local address [all …]
|
| D | sys_arch.txt | 78 (i.e., it was already signaled), the function may return zero. 85 Returns 1 if the semaphore is valid, 0 if it is not valid. 110 mailbox when the mailbox is deallocated, it is an indication of a 143 present in the mailbox, it immediately returns with the code 155 Returns 1 if the mailbox is valid, 0 if it is not valid. 188 that case the return value indicates that it is already protected. 246 definition of it, or include a file which defines it. 249 the standard *nix error codes, or it should #define LWIP_PROVIDE_ERRNO
|
| D | snmp_agent.txt | 107 when it's queried (any function which need "sysuptime" have to call 130 You can set it by passing a struct snmp_obj_id to the agent
|
| D | savannah.txt | 47 If it tells you:
|
| /sys/amd64/ |
| D | kernel.lds | 109 the constructors, so we make sure it is 110 first. Because this is a wildcard, it 114 wildcard. The wildcard also means that it 122 end of ctors marker and it must be last */ 164 FIXME: Why do we need it? When there is no .bss section, we don't
|
| /docs/ |
| D | Doxyfile | 7 # front of the TAG it is preceding. 68 # entered, it will be relative to the location where doxygen was started. If 218 # Javadoc-style will behave just like regular comments and it will not be 253 # documentation from any documented member that it re-implements. 260 # of the file/class/namespace that contains it. 283 # with the commands \{ and \} for these it is advised to use the version @{ and 324 # Doxygen selects the parser to use depending on the extension of the files it 326 # extension. Doxygen has a built-in mapping, but you can override or extend it 425 # type (e.g. under the Public Functions section). Set it to NO to prevent 479 # cores available in the system. You can set it explicitly to a value larger [all …]
|
| /lib/liblwip/src/netif/ |
| D | FILES | 28 compared to that, it has some modifications for embedded systems and
|
| /lib/liblwip/ |
| D | CHANGELOG | 136 * tcp.c: fixed bug #35435: No pcb state check before adding it to time-wait 293 it would time out. 320 calculate it in tcp_zero_window_probe (the only place where it was used). 488 the need for mem_malloc from dhcp_recv and makes it possible to 574 more than once can render a socket useless) since it mainly involves changing 754 and basing PBUF_LINK_HLEN on it. 803 * opt.h: Disable ETHARP_TRUST_IP_MAC by default since it slows down packet 1074 * ip.c: Fixed bug #27390: Source IP check in ip_input() causes it to drop 1137 ECHO pbuf for size (just use it): LWIP_ICMP_ECHO_CHECK_INPUT_PBUF_LEN 1181 is only used by UDPLITE at present, so conditionalise it. [all …]
|
| D | UPGRADING | 2 ports or applications to be changed. Use it to update a port or an 19 * Changed the semantics of tcp_close() (since it was rather a
|