Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 29) sorted by relevance

12

/lk-master/top/
A Dinit.c42 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 Ddns.c179 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 Darp.c49 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 Dpheap.c89 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 Dnovm.c161 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 Dusb.c256 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 Ddns.h111 dns_found_callback found, void *callback_arg);
/lk-master/external/platform/pico/rp2_common/hardware_irq/
A Dirq.c376 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 Dnew5 // license that can be found in the LICENSE file or at
A Dinitializer_list3 // found in the LICENSE file.
/lk-master/dev/virtio/
A Dvirtio.c126 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 Dport.c346 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 Dptable.c748 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 Dreadme.dox38 * found on ADC1_1/PIN0.9, which is trimmed through the potentiometer.
/lk-master/external/lib/lwip/netif/ppp/
A Dvj.c202 goto found; in vj_compress_tcp()
224 found: in vj_compress_tcp()
/lk-master/external/platform/nrfx/mdk/
A Diar_startup_nrf51.s28 ; it is where the SP start value is found, and the NVIC vector
A Darm_startup_nrf52810.s215 ; found at the Errata document for your device located
A Diar_startup_nrf52805.s28 ; it is where the SP start value is found, and the NVIC vector
A Diar_startup_nrf5340_network.s28 ; it is where the SP start value is found, and the NVIC vector
A Diar_startup_nrf52811.s28 ; it is where the SP start value is found, and the NVIC vector
A Diar_startup_nrf52820.s28 ; it is where the SP start value is found, and the NVIC vector
A Diar_startup_nrf52.s28 ; it is where the SP start value is found, and the NVIC vector
A Diar_startup_nrf52810.s28 ; it is where the SP start value is found, and the NVIC vector
A Diar_startup_nrf52833.s28 ; it is where the SP start value is found, and the NVIC vector
A Diar_startup_nrf52840.s28 ; it is where the SP start value is found, and the NVIC vector

Completed in 32 milliseconds

12