Searched refs:link (Results 1 – 15 of 15) sorted by relevance
/lk-master/external/platform/pico/rp2_common/hardware_irq/ |
A D | irq.c | 87 int8_t link; member 193 irq_hander_chain_free_slot_head = slot->link; in irq_add_shared_handler() 202 .link = -1, in irq_add_shared_handler() 215 if (cur_slot->link < 0) break; in irq_add_shared_handler() 223 .inst3 = prev_slot->link >= 0 ? in irq_add_shared_handler() 226 .link = prev_slot->link, in irq_add_shared_handler() 232 prev_slot->link = slot_index; in irq_add_shared_handler() 292 if (to_free_slot->link < 0) break; in irq_remove_handler() 305 to_free_slot->link = next_slot->link; in irq_remove_handler() 319 prev_slot->link = -1; in irq_remove_handler() [all …]
|
/lk-master/lib/fs/ext2/ |
A D | dir.c | 120 char link[512]; in ext2_walk() local 124 err = ext2_read_link(ext2, &inode, link, sizeof(link)); in ext2_walk() 128 LTRACEF("symlink read returns %d '%s'\n", err, link); in ext2_walk() 131 if (link[0] == '/') { in ext2_walk() 133 err = ext2_walk(ext2, link, &ext2->root_inode, inum, recurse + 1); in ext2_walk() 135 err = ext2_walk(ext2, link, &dir_inode, inum, recurse + 1); in ext2_walk()
|
/lk-master/external/lib/lwip/netif/ppp/ |
A D | ppp.c | 723 LINK_STATS_INC(link.xmit); in nPut() 796 LINK_STATS_INC(link.err); in pppifOutputOverEthernet() 803 LINK_STATS_INC(link.xmit); in pppifOutputOverEthernet() 830 LINK_STATS_INC(link.drop); in pppifOutput() 839 LINK_STATS_INC(link.drop); in pppifOutput() 1055 LINK_STATS_INC(link.err); in pppWriteOverEthernet() 1062 LINK_STATS_INC(link.xmit); in pppWriteOverEthernet() 1617 LINK_STATS_INC(link.recv); in pppInput() 1716 LINK_STATS_INC(link.drop); in pppInput() 1758 LINK_STATS_INC(link.drop); in pppDrop() [all …]
|
A D | ppp_oe.c | 576 LINK_STATS_INC(link.lenerr); in pppoe_data_input() 616 LINK_STATS_INC(link.lenerr); in pppoe_data_input() 1071 LINK_STATS_INC(link.lenerr); in pppoe_xmit()
|
/lk-master/external/lib/lwip/netif/ |
A D | ethernetif.c | 147 LINK_STATS_INC(link.xmit); 203 LINK_STATS_INC(link.recv); 206 LINK_STATS_INC(link.memerr); 207 LINK_STATS_INC(link.drop);
|
A D | FILES | 10 adapt this for other link layers (such as Firewire).
|
A D | slipif.c | 189 LINK_STATS_INC(link.recv); in slipif_rxbyte() 225 LINK_STATS_INC(link.drop); in slipif_rxbyte()
|
A D | etharp.c | 894 LINK_STATS_INC(link.lenerr);
|
/lk-master/platform/armemu/ |
A D | net.c | 150 lwip_stats.link.xmit++; in low_level_output() 213 lwip_stats.link.recv++; in low_level_input() 217 lwip_stats.link.memerr++; in low_level_input() 218 lwip_stats.link.drop++; in low_level_input() 273 lwip_stats.link.recv++; in ethernetif_input()
|
/lk-master/external/lib/lwip/core/ |
A D | netif.c | 634 LINK_STATS_INC(link.memerr); in netif_loop_output() 635 LINK_STATS_INC(link.drop); in netif_loop_output() 645 LINK_STATS_INC(link.memerr); in netif_loop_output() 646 LINK_STATS_INC(link.drop); in netif_loop_output() 656 LINK_STATS_INC(link.memerr); in netif_loop_output() 657 LINK_STATS_INC(link.drop); in netif_loop_output() 679 LINK_STATS_INC(link.xmit); in netif_loop_output() 744 LINK_STATS_INC(link.recv); in netif_poll()
|
/lk-master/external/lib/lwip/include/lwip/ |
A D | stats.h | 115 struct stats_proto link; member 225 #define LINK_STATS_DISPLAY() stats_display_proto(&lwip_stats.link, "LINK")
|
/lk-master/arch/mips/ |
A D | mips.ld | 121 actually link against crtbegin.o; the
|
/lk-master/external/platform/nrfx/doc/buildfiles/ |
A D | extra_stylesheet.css | 268 table a:link {
|
/lk-master/external/platform/stellaris/ti-driverlib/ |
A D | MANIFEST.TXT | 31 (if TI developed the software). If this field contains a link to Open Source
|
/lk-master/external/platform/nrfx/doc/ |
A D | nrfx.doxyfile | 313 # When enabled doxygen tries to link words that correspond to documented 314 # classes, or namespaces to their corresponding documentation. Such a link can 992 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will 993 # link to the documentation.
|
Completed in 24 milliseconds