HomeSort by relevance Sort by last modified time
    Searched full:find_entry (Results 1 - 10 of 10) sorted by null

  /external/syslinux/core/lwip/src/netif/
etharp.c 258 find_entry(ip_addr_t *ipaddr, u8_t flags) function
287 LWIP_DEBUGF(ETHARP_DEBUG, ("find_entry: found empty entry %"U16_F"\n", (u16_t)i));
295 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("find_entry: found matching entry %"U16_F"\n", (u16_t)i));
337 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("find_entry: no empty entry found and not allowed to recycle\n"));
353 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("find_entry: selecting empty entry %"U16_F"\n", (u16_t)i));
359 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("find_entry: selecting oldest stable entry %"U16_F"\n", (u16_t)i));
366 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("find_entry: selecting oldest pending entry %"U16_F" (without queue)\n", (u16_t)i));
371 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("find_entry: selecting oldest pending entry %"U16_F", freeing packet queue %p\n", (u16_t)i, (void *)(arp_table[i].q)));
374 LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("find_entry: no empty or recyclable entries found\n"));
459 i = find_entry(ipaddr, flags)
    [all...]
undiif.c 709 find_entry(struct ip_addr *ipaddr, u8_t flags, struct netif *netif) function
711 find_entry(struct ip_addr *ipaddr, u8_t flags)
771 LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG , ("find_entry: found empty entry %"U16_F"\n", (u16_t)i));
779 LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG | LWIP_DBG_TRACE, ("find_entry: found matching pending entry %"U16_F"\n", (u16_t)i));
807 LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG | LWIP_DBG_TRACE, ("find_entry: found matching stable entry %"U16_F"\n", (u16_t)i));
828 LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG | LWIP_DBG_TRACE, ("find_entry: no empty entry found and not allowed to recycle\n"));
844 LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG | LWIP_DBG_TRACE, ("find_entry: selecting empty entry %"U16_F"\n", (u16_t)i));
850 LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG | LWIP_DBG_TRACE, ("find_entry: selecting oldest stable entry %"U16_F"\n", (u16_t)i));
859 LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG | LWIP_DBG_TRACE, ("find_entry: selecting oldest pending entry %"U16_F" (without queue)\n", (u16_t)i));
865 LWIP_DEBUGF(UNDIIF_ARP_DEBUG | UNDIIF_DEBUG | LWIP_DBG_TRACE, ("find_entry: selecting oldest pending entry %"U16_F", freeing packet queue %p\n", (u16_t)i, (void *)(arp_table (…)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
st.c 229 #define FIND_ENTRY(table, ptr, hash_val, bin_pos) do {\
251 FIND_ENTRY(table, ptr, hash_val, bin_pos);
293 FIND_ENTRY(table, ptr, hash_val, bin_pos);
  /system/media/camera/docs/
metadata_validate.py 207 find_entry = lambda x: x.name == 'entry' \
210 matching_entry = soup.find(find_entry)
  /external/iproute2/misc/
ss.c 520 static int find_entry(unsigned int ino, char **buf, int type) function
    [all...]
  /external/syslinux/core/lwip/
CHANGELOG 83 * etharp.c: Speedup TX by moving code from find_entry to etharp_output/
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
ChangeLog-0815     [all...]
  /device/google/cuttlefish_kernel/4.4-x86_64/
System.map     [all...]
  /system/extras/simpleperf/testdata/
perf_with_kernel_symbol.data     [all...]
perf_with_kmem_slab_callgraph.data     [all...]

Completed in 5586 milliseconds