/lk-master/top/ |
A D | init.c | 42 const struct lk_init_struct *found = NULL; in lk_init_level() local 57 if (found && found->level <= ptr->level) in lk_init_level() 62 found = ptr; in lk_init_level() 71 found = ptr; in lk_init_level() 76 if (!found) in lk_init_level() 80 if (found->level >= EARLIEST_TRACE_LEVEL) { in lk_init_level() 82 arch_curr_cpu_num(), found->hook, found->name, found->level, found->flags); in lk_init_level() 85 found->hook(found->level); in lk_init_level() 86 last_called_level = found->level; in lk_init_level() 87 last = found; in lk_init_level()
|
/lk-master/external/lib/lwip/core/ |
A D | dns.c | 179 dns_found_callback found; member 673 if (pEntry->found) in dns_check_entry() 674 (*pEntry->found)(pEntry->name, NULL, pEntry->arg); in dns_check_entry() 677 pEntry->found = NULL; in dns_check_entry() 701 pEntry->found = NULL; in dns_check_entry() 816 if (pEntry->found) { in dns_recv() 838 if (pEntry->found) { in dns_recv() 839 (*pEntry->found)(pEntry->name, NULL, pEntry->arg); in dns_recv() 843 pEntry->found = NULL; in dns_recv() 903 pEntry->found = found; in dns_enqueue() [all …]
|
/lk-master/lib/minip/ |
A D | arp.c | 49 bool found = false; in arp_cache_update() local 65 found = true; in arp_cache_update() 70 if (!found) { in arp_cache_update()
|
/lk-master/external/platform/pico/common/pico_util/ |
A D | pheap.c | 89 bool __unused found = false; in ph_delete() local 94 found = true; in ph_delete() 99 assert(found); in ph_delete()
|
/lk-master/kernel/novm/ |
A D | novm.c | 161 bool found = true; in novm_alloc_helper() local 165 found = false; in novm_alloc_helper() 169 if (found) { in novm_alloc_helper()
|
/lk-master/dev/usb/ |
A D | usb.c | 256 bool found = false; in usbc_callback() local 263 found = true; in usbc_callback() 267 if (!found) { in usbc_callback()
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | dns.h | 111 dns_found_callback found, void *callback_arg);
|
/lk-master/external/platform/pico/rp2_common/hardware_irq/ |
A D | irq.c | 376 bool __unused found = false; in irq_add_tail_to_free_list() local 382 found = true; in irq_add_tail_to_free_list() 386 assert(found); in irq_add_tail_to_free_list()
|
/lk-master/lib/libcpp/include/ |
A D | new | 5 // license that can be found in the LICENSE file or at
|
A D | initializer_list | 3 // found in the LICENSE file.
|
/lk-master/dev/virtio/ |
A D | virtio.c | 126 int found = 0; in virtio_mmio_detect() local 220 found++; in virtio_mmio_detect() 223 return found; in virtio_mmio_detect()
|
/lk-master/kernel/ |
A D | port.c | 346 bool found = false; in port_group_remove() local 350 found = true; in port_group_remove() 354 if (!found) in port_group_remove()
|
/lk-master/lib/ptable/ |
A D | ptable.c | 748 bool found = false; in ptable_remove() local 754 found = true; in ptable_remove() 759 if (!found) in ptable_remove()
|
/lk-master/external/platform/lpc15xx/lpcopen/periph_acmp/example/ |
A D | readme.dox | 38 * found on ADC1_1/PIN0.9, which is trimmed through the potentiometer.
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | vj.c | 202 goto found; in vj_compress_tcp() 224 found: in vj_compress_tcp()
|
/lk-master/external/platform/nrfx/mdk/ |
A D | iar_startup_nrf51.s | 28 ; it is where the SP start value is found, and the NVIC vector
|
A D | arm_startup_nrf52810.s | 215 ; found at the Errata document for your device located
|
A D | iar_startup_nrf52805.s | 28 ; it is where the SP start value is found, and the NVIC vector
|
A D | iar_startup_nrf5340_network.s | 28 ; it is where the SP start value is found, and the NVIC vector
|
A D | iar_startup_nrf52811.s | 28 ; it is where the SP start value is found, and the NVIC vector
|
A D | iar_startup_nrf52820.s | 28 ; it is where the SP start value is found, and the NVIC vector
|
A D | iar_startup_nrf52.s | 28 ; it is where the SP start value is found, and the NVIC vector
|
A D | iar_startup_nrf52810.s | 28 ; it is where the SP start value is found, and the NVIC vector
|
A D | iar_startup_nrf52833.s | 28 ; it is where the SP start value is found, and the NVIC vector
|
A D | iar_startup_nrf52840.s | 28 ; it is where the SP start value is found, and the NVIC vector
|