関数一覧 VB2010

VB2010

No. 名称 属性 ファイル名 説明
1
StaticStatic ansiscr_reset static void ansi_screen.c  
2
StaticStatic ansiscr_movetoyx static void ansi_screen.c  
3
StaticStatic ansiscr_putc static void ansi_screen.c  
4
StaticStatic ansiscr_getc static int ansi_screen.c  
5
StaticStatic ansiscr_peek static bool ansi_screen.c  
6
FunctionFunction wclrtobot int clear.c @file
7
FunctionFunction wclrtoeol int clear.c Clear a window to the end of the current line
8
FunctionFunction wdelch int clear.c Delete character under the cursor in a window
9
FunctionFunction wdeleteln int clear.c Delete line under a window's cursor
10
FunctionFunction werase int clear.c Completely clear a window
11
FunctionFunction colour_content int colour.c Identify the RGB components of a given colour value
12
FunctionFunction init_pair int colour.c Initialise colour pair
13
FunctionFunction pair_content int colour.c Get colours of colour pair
14
FunctionFunction box int edging.c @file
15
FunctionFunction wborder int edging.c Draw borders from single-byte characters and renditions around a
16
FunctionFunction whline int edging.c Create a horizontal line in a window
17
FunctionFunction wvline int edging.c Create a vertical line in a window
18
StaticStatic _wgetc static int kb.c  
19
FunctionFunction wgetch int kb.c Pop a character from the FIFO into a window
20
FunctionFunction wgetnstr int kb.c Read at most n characters from the FIFO into a window
21
FunctionFunction echo int kb.c  
22
FunctionFunction noecho int kb.c  
23
StaticStatic _wupdcurs static void mucurses.c Update cursor position
24
FunctionFunction _wputch void mucurses.c Write a single character rendition to a window
25
FunctionFunction _wputc void mucurses.c Write a single character to a window
26
FunctionFunction _wcursback void mucurses.c Retreat the cursor back one position (useful for a whole host of
27
FunctionFunction _wputchstr void mucurses.c Write a chtype string to a window
28
FunctionFunction _wputstr void mucurses.c Write a standard c-style string to a window
29
FunctionFunction wmove int mucurses.c Move a window's cursor to the specified position
30
FunctionFunction waddch int print.c @file
31
FunctionFunction waddnstr int print.c Add string of single-byte characters to a window
32
StaticStatic _printw_handler static void print.c  
33
FunctionFunction vw_printw int print.c Print formatted output in a window
34
FunctionFunction wprintw int print.c Print formatted output to a window
35
FunctionFunction waddchnstr int print_nadv.c @file
36
StaticStatic _enter_slk static void slk.c  
37
StaticStatic _leave_slk static void slk.c  
38
StaticStatic _print_label static void slk.c  
39
FunctionFunction slk_attr attr_t slk.c Return the attribute used for the soft function keys
40
FunctionFunction slk_attroff int slk.c Turn off soft function key attributes
41
FunctionFunction slk_attron int slk.c Turn on soft function key attributes
42
FunctionFunction slk_attrset int slk.c Set soft function key attributes
43
FunctionFunction slk_attr_off int slk.c Turn off soft function key attributes
44
FunctionFunction slk_attr_on int slk.c Turn on soft function key attributes
45
FunctionFunction slk_attr_set int slk.c Set soft function key attributes
46
FunctionFunction slk_clear int slk.c Clear the soft function key labels from the screen
47
FunctionFunction slk_colour int slk.c Set soft label colour pair
48
FunctionFunction slk_init int slk.c Initialise the soft function keys
49
FunctionFunction slk_label char* slk.c Return the label for the specified soft key
50
FunctionFunction slk_restore int slk.c Restore soft function key labels to the screen
51
FunctionFunction slk_set int slk.c Configure specified soft key
52
InlineInline getbkgd inline chtype winattrs.c @file
53
FunctionFunction wattroff int winattrs.c Turn off attributes in a window
54
FunctionFunction wattron int winattrs.c Turn on attributes in a window
55
FunctionFunction wattrset int winattrs.c Set attributes in a window
56
FunctionFunction wattr_get int winattrs.c Get attributes and colour pair information
57
FunctionFunction wattr_off int winattrs.c Turn off attributes in a window
58
FunctionFunction wattr_on int winattrs.c Turn on attributes in a window
59
FunctionFunction wattr_set int winattrs.c Set attributes and colour pair information in a window
60
FunctionFunction wcolour_set int winattrs.c Set colour pair for a window
61
FunctionFunction delwin int windows.c @file
62
FunctionFunction derwin WINDOW * windows.c Create a new derived window
63
FunctionFunction dupwin WINDOW * windows.c Create a duplicate of the specified window
64
FunctionFunction mvwin int windows.c Move window origin to specified coordinates
65
FunctionFunction newwin WINDOW * windows.c Create new WINDOW
66
FunctionFunction subwin WINDOW * windows.c Create a new sub-window
67
FunctionFunction initscr WINDOW * wininit.c @file
68
FunctionFunction endwin int wininit.c Finalise console environment
69
FunctionFunction init_editbox void editbox.c Initialise text box widget
70
FunctionFunction draw_editbox void editbox.c Draw text box widget
71
StaticStatic load_setting static void settings_ui.c Load setting widget value from configuration settings
72
StaticStatic save_setting static int settings_ui.c Save setting widget value back to configuration settings
73
StaticStatic init_setting static void settings_ui.c Initialise setting widget
74
StaticStatic draw_setting static void settings_ui.c Draw setting widget
75
StaticStatic edit_setting static int settings_ui.c Edit setting widget
76
StaticStatic init_setting_index static void settings_ui.c Initialise setting widget by index
77
StaticStatic vmsg static void settings_ui.c Print message centred on specified row
78
StaticStatic msg static void settings_ui.c Print message centred on specified row
79
StaticStatic clearmsg static void settings_ui.c Clear message on specified row
80
StaticStatic valert static void settings_ui.c Print alert message
81
StaticStatic alert static void settings_ui.c Print alert message
82
StaticStatic draw_title_row static void settings_ui.c Draw title row
83
StaticStatic draw_info_row static void settings_ui.c Draw information row
84
StaticStatic draw_instruction_row static void settings_ui.c Draw instruction row
85
StaticStatic main_loop static int settings_ui.c  
86
FunctionFunction settings_ui int settings_ui.c  
87
StaticStatic efi_image_exec static int efi_image.c Execute EFI image
88
StaticStatic efi_image_load static int efi_image.c Load EFI image into memory
89
StaticStatic elf_load_segment static int elf.c Load ELF segment into memory
90
FunctionFunction elf_load int elf.c Load ELF image into memory
91
FunctionFunction embedded_image struct image * embedded.c  
92
StaticStatic script_exec static int script.c Execute script
93
StaticStatic script_load static int script.c Load script into memory
94
FunctionFunction prep_segment int segment.c Prepare segment for loading
95
StaticStatic efi_handle_cup static void efi_console.c Handle ANSI CUP (cursor position)
96
StaticStatic efi_handle_ed static void efi_console.c Handle ANSI ED (erase in page)
97
StaticStatic efi_handle_sgr static void efi_console.c Handle ANSI SGR (set graphics rendition)
98
StaticStatic efi_putchar static void efi_console.c Print a character to EFI console
99
StaticStatic scancode_to_ansi_seq static const char * efi_console.c Get ANSI escape sequence corresponding to EFI scancode
100
StaticStatic efi_getchar static int efi_console.c Get character from EFI console
101
StaticStatic efi_iskey static int efi_console.c Check for character ready to read from EFI console
102
FunctionFunction efi_entry EFI_STATUS EFIAPI efi_entry.c EFI entry point
103
StaticStatic efi_width static EFI_CPU_IO_PROTOCOL_WIDTH efi_io.c Determine EFI CPU I/O width code
104
FunctionFunction efi_ioread unsigned long long efi_io.c Read from device
105
FunctionFunction efi_iowrite void efi_io.c Write to device
106
FunctionFunction efi_ioreads void efi_io.c String read from device
107
FunctionFunction efi_iowrites void efi_io.c String write to device
108
StaticStatic efi_iodelay static void efi_io.c Wait for I/O-mapped operation to complete
109
StaticStatic efipci_address static unsigned long efi_pci.c  
110
FunctionFunction efipci_read int efi_pci.c  
111
FunctionFunction efipci_write int efi_pci.c  
112
StaticStatic efi_snp_set_mode static void efi_snp.c Set EFI SNP mode based on gPXE net device parameters
113
StaticStatic efi_snp_poll static void efi_snp.c Poll net device and count received packets
114
StaticStatic efi_snp_start static EFI_STATUS EFIAPI efi_snp.c Change SNP state from "stopped" to "started"
115
StaticStatic efi_snp_stop static EFI_STATUS EFIAPI efi_snp.c Change SNP state from "started" to "stopped"
116
StaticStatic efi_snp_initialize static EFI_STATUS EFIAPI efi_snp.c Open the network device
117
StaticStatic efi_snp_reset static EFI_STATUS EFIAPI efi_snp.c Reset the network device
118
StaticStatic efi_snp_shutdown static EFI_STATUS EFIAPI efi_snp.c Shut down the network device
119
StaticStatic efi_snp_receive_filters static EFI_STATUS EFIAPI efi_snp.c Manage receive filters
120
StaticStatic efi_snp_station_address static EFI_STATUS EFIAPI efi_snp.c Set station address
121
StaticStatic efi_snp_statistics static EFI_STATUS EFIAPI efi_snp.c Get (or reset) statistics
122
StaticStatic efi_snp_mcast_ip_to_mac static EFI_STATUS EFIAPI efi_snp.c Convert multicast IP address to MAC address
123
StaticStatic efi_snp_nvdata static EFI_STATUS EFIAPI efi_snp.c Read or write non-volatile storage
124
StaticStatic efi_snp_get_status static EFI_STATUS EFIAPI efi_snp.c Read interrupt status and TX recycled buffer status
125
StaticStatic efi_snp_transmit static EFI_STATUS EFIAPI efi_snp.c Start packet transmission
126
StaticStatic efi_snp_receive static EFI_STATUS EFIAPI efi_snp.c Receive packet
127
StaticStatic efi_snp_wait_for_packet static VOID EFIAPI efi_snp.c Poll event
128
StaticStatic efi_snp_netdev static struct net_device * efi_snp.c Locate net device corresponding to EFI device
129
StaticStatic efi_snp_snpdev static struct efi_snp_device * efi_snp.c Locate SNP corresponding to EFI device
130
StaticStatic efi_snp_driver_supported static EFI_STATUS EFIAPI efi_snp.c Check to see if driver supports a device
131
StaticStatic efi_snp_driver_start static EFI_STATUS EFIAPI efi_snp.c Attach driver to device
132
StaticStatic efi_snp_driver_stop static EFI_STATUS EFIAPI efi_snp.c Detach driver from device
133
FunctionFunction efi_snp_install int efi_snp.c Install EFI SNP driver
134
FunctionFunction efi_strerror const char * efi_strerror.c @file
135
StaticStatic efi_udelay static void efi_timer.c Delay for a fixed number of microseconds
136
StaticStatic efi_currticks static unsigned long efi_timer.c Get current system time in ticks
137
StaticStatic efi_ticks_per_sec static unsigned long efi_timer.c Get number of ticks per second
138
StaticStatic efi_urealloc static userptr_t efi_umalloc.c Reallocate external memory
139
FunctionFunction gcc_implicit_memcpy void * memcpy.c  
140
FunctionFunction __divdi3 __libgcc int64_t __divdi3.c  
141
FunctionFunction __moddi3 __libgcc int64_t __moddi3.c  
142
FunctionFunction __udivdi3 __libgcc uint64_t __udivdi3.c  
143
FunctionFunction __udivmoddi4 __libgcc uint64_t __udivmoddi4.c  
144
FunctionFunction __umoddi3 __libgcc uint64_t __umoddi3.c  
145
StaticStatic aoe_free static void aoe.c  
146
StaticStatic aoe_done static void aoe.c Mark current AoE command complete
147
StaticStatic aoe_send_command static int aoe.c Send AoE command
148
StaticStatic aoe_timer_expired static void aoe.c Handle AoE retry timer expiry
149
StaticStatic aoe_rx_cfg static int aoe.c Handle AoE configuration command response
150
StaticStatic aoe_rx_ata static int aoe.c Handle AoE ATA command response
151
StaticStatic aoe_rx static int aoe.c Process incoming AoE packets
152
StaticStatic aoe_command static int aoe.c Issue ATA command via an open AoE session
153
StaticStatic aoe_discover static int aoe.c Issue AoE config query for AoE target discovery
154
StaticStatic aoe_detached_command static int aoe.c  
155
FunctionFunction aoe_detach void aoe.c  
156
StaticStatic aoe_parse_root_path static int aoe.c  
157
FunctionFunction aoe_attach int aoe.c  
158
StaticStatic arp_find_entry static struct arp_entry * arp.c Find entry in the ARP cache
159
FunctionFunction arp_resolve int arp.c Look up media-specific link-layer address in the ARP cache
160
StaticStatic arp_find_protocol static struct arp_net_protocol * arp.c Identify ARP protocol
161
StaticStatic arp_rx static int arp.c Process incoming ARP packets
162
StaticStatic arp_ntoa static const char * arp.c Transcribe ARP address
163
InlineInline dhcp_tag_name static inline char * dhcpopts.c @file
164
InlineInline __attribute__ static inline dhcpopts.c Get pointer to DHCP option
165
InlineInline __attribute__ static inline dhcpopts.c Get offset of a DHCP option
166
StaticStatic dhcp_option_len static unsigned int dhcpopts.c Calculate length of any DHCP option
167
StaticStatic find_dhcp_option_with_encap static int dhcpopts.c Find DHCP option within DHCP options block, and its encapsulator (if any)
168
StaticStatic resize_dhcp_option static int dhcpopts.c Resize a DHCP option
169
StaticStatic set_dhcp_option static int dhcpopts.c Set value of DHCP option
170
FunctionFunction dhcpopt_store int dhcpopts.c Store value of DHCP option setting
171
FunctionFunction dhcpopt_extensible_store int dhcpopts.c Store value of DHCP option setting, extending options block if necessary
172
FunctionFunction dhcpopt_fetch int dhcpopts.c Fetch value of DHCP option setting
173
StaticStatic dhcpopt_update_len static void dhcpopts.c Recalculate length of DHCP options block
174
FunctionFunction dhcpopt_init void dhcpopts.c Initialise prepopulated block of DHCP options
175
StaticStatic used_len_ipv4 static size_t dhcppkt.c @file
176
StaticStatic used_len_string static size_t dhcppkt.c Calculate used length of a string field within a DHCP packet
177
InlineInline dhcp_packet_field static inline void * dhcppkt.c Get address of a DHCP packet field
178
StaticStatic find_dhcp_packet_field static struct dhcp_packet_field * dhcppkt.c Find DHCP packet field corresponding to settings tag number
179
FunctionFunction dhcppkt_store int dhcppkt.c Store value of DHCP packet setting
180
FunctionFunction dhcppkt_fetch int dhcppkt.c Fetch value of DHCP packet setting
181
FunctionFunction dhcppkt_init void dhcppkt.c Initialise prepopulated DHCP packet
182
StaticStatic eth_push static int ethernet.c Add Ethernet link-layer header
183
StaticStatic eth_pull static int ethernet.c Remove Ethernet link-layer header
184
FunctionFunction eth_ntoa const char * ethernet.c Transcribe Ethernet address
185
StaticStatic eth_mc_hash static int ethernet.c Hash multicast address
186
StaticStatic copy_encap_settings static int fakedhcp.c @file
187
StaticStatic copy_settings static int fakedhcp.c Copy settings to DHCP packet
188
FunctionFunction create_fakedhcpdiscover int fakedhcp.c Create fake DHCPDISCOVER packet
189
FunctionFunction create_fakedhcpack int fakedhcp.c Create fake DHCPACK packet
190
FunctionFunction create_fakeproxydhcpack int fakedhcp.c Create ProxyDHCPACK packet
191
FunctionFunction icmp6_send_solicit int icmpv6.c Send neighbour solicitation packet
192
StaticStatic icmp6_rx static int icmpv6.c Process ICMP6 headers
193
FunctionFunction icmp6_test_nadvert void icmpv6.c  
194
FunctionFunction ib_create_cq struct ib_completion_queue * infiniband.c Create completion queue
195
FunctionFunction ib_destroy_cq void infiniband.c Destroy completion queue
196
FunctionFunction ib_create_qp struct ib_queue_pair * infiniband.c Create queue pair
197
FunctionFunction ib_modify_qp int infiniband.c Modify queue pair
198
FunctionFunction ib_destroy_qp void infiniband.c Destroy queue pair
199
FunctionFunction ib_find_qp_qpn struct ib_queue_pair * infiniband.c Find queue pair by QPN
200
FunctionFunction ib_find_qp_mgid struct ib_queue_pair * infiniband.c Find queue pair by multicast GID
201
FunctionFunction ib_find_wq struct ib_work_queue * infiniband.c Find work queue belonging to completion queue
202
FunctionFunction ib_post_send int infiniband.c Post send work queue entry
203
FunctionFunction ib_post_recv int infiniband.c Post receive work queue entry
204
FunctionFunction ib_complete_send void infiniband.c Complete send work queue entry
205
FunctionFunction ib_complete_recv void infiniband.c Complete receive work queue entry
206
FunctionFunction ib_mcast_attach int infiniband.c Attach to multicast group
207
FunctionFunction ib_mcast_detach void infiniband.c Detach from multicast group
208
FunctionFunction ib_link_state_changed void infiniband.c Event queues
209
StaticStatic ib_step static void infiniband.c Single-step the Infiniband event queue
210
FunctionFunction alloc_ibdev struct ib_device * infiniband.c Infiniband device creation/destruction
211
FunctionFunction register_ibdev int infiniband.c Register Infiniband device
212
FunctionFunction unregister_ibdev void infiniband.c Unregister Infiniband device
213
FunctionFunction iob_pad void iobpad.c Pad I/O buffer
214
StaticStatic add_ipv4_miniroute static struct ipv4_miniroute * __malloc ipv4.c Add IPv4 minirouting table entry
215
StaticStatic del_ipv4_miniroute static void ipv4.c Delete IPv4 minirouting table entry
216
StaticStatic ipv4_route static struct ipv4_miniroute * ipv4.c Perform IPv4 routing
217
StaticStatic ipv4_frag_expired static void ipv4.c Fragment reassembly counter timeout
218
StaticStatic free_fragbuf static void ipv4.c Free fragment buffer
219
StaticStatic ipv4_reassemble static struct io_buffer * ipv4.c Fragment reassembler
220
StaticStatic ipv4_pshdr_chksum static uint16_t ipv4.c Add IPv4 pseudo-header checksum to existing checksum
221
StaticStatic ipv4_ll_addr static int ipv4.c Determine link-layer address
222
StaticStatic ipv4_tx static int ipv4.c Transmit IP packet
223
StaticStatic ipv4_rx static int ipv4.c Process incoming packets
224
StaticStatic ipv4_arp_check static int ipv4.c Check existence of IPv4 address for ARP
225
FunctionFunction inet_ntoa char * ipv4.c Convert IPv4 address to dotted-quad notation
226
StaticStatic ipv4_ntoa static const char * ipv4.c Transcribe IP address
227
StaticStatic ipv4_create_routes static int ipv4.c Create IPv4 routing table based on configured settings
228
StaticStatic add_ipv6_miniroute static struct ipv6_miniroute * __malloc ipv6.c Add IPv6 minirouting table entry
229
StaticStatic del_ipv6_miniroute static void ipv6.c Delete IPv6 minirouting table entry
230
FunctionFunction add_ipv6_address int ipv6.c Add IPv6 interface
231
FunctionFunction del_ipv6_address void ipv6.c Remove IPv6 interface
232
StaticStatic ipv6_tx_csum static uint16_t ipv6.c Calculate TCPIP checksum
233
FunctionFunction ipv6_dump void ipv6.c Dump IP6 header for debugging
234
StaticStatic ipv6_tx static int ipv6.c Transmit IP6 packet
235
StaticStatic ipv6_process_nxt_hdr static int ipv6.c Process next IP6 header
236
StaticStatic ipv6_rx static int ipv6.c Process incoming IP6 packets
237
FunctionFunction inet6_ntoa char * ipv6.c  
238
StaticStatic ipv6_ntoa static const char * ipv6.c  
239
StaticStatic ndp_find_entry static struct ndp_entry * ndp.c Find entry in the neighbour cache
240
StaticStatic add_ndp_entry static void ndp.c Add NDP entry
241
FunctionFunction ndp_resolve int ndp.c Resolve the link-layer address
242
FunctionFunction ndp_process_advert int ndp.c Process neighbour advertisement
243
StaticStatic netdev_record_stat static void netdevice.c Record network device statistic
244
FunctionFunction netdev_tx int netdevice.c Transmit raw packet via network device
245
FunctionFunction netdev_tx_complete_err void netdevice.c Complete network transmission
246
FunctionFunction netdev_tx_complete_next_err void netdevice.c Complete network transmission
247
StaticStatic netdev_tx_flush static void netdevice.c Flush device's transmit queue
248
FunctionFunction netdev_rx void netdevice.c Add packet to receive queue
249
FunctionFunction netdev_rx_err void netdevice.c Discard received packet
250
FunctionFunction netdev_poll void netdevice.c Poll for completed and received packets on network device
251
FunctionFunction netdev_rx_dequeue struct io_buffer * netdevice.c Remove packet from device's receive queue
252
StaticStatic netdev_rx_flush static void netdevice.c Flush device's receive queue
253
StaticStatic free_netdev static void netdevice.c Free network device
254
FunctionFunction alloc_netdev struct net_device * netdevice.c Allocate network device
255
FunctionFunction register_netdev int netdevice.c Register network device
256
FunctionFunction netdev_open int netdevice.c Open network device
257
FunctionFunction netdev_close void netdevice.c Close network device
258
FunctionFunction unregister_netdev void netdevice.c Unregister network device
259
FunctionFunction netdev_irq void netdevice.c Enable or disable interrupts
260
FunctionFunction find_netdev struct net_device * netdevice.c Get network device by name
261
FunctionFunction find_netdev_by_location struct net_device * netdevice.c  
262
FunctionFunction last_opened_netdev struct net_device * netdevice.c Get most recently opened network device
263
FunctionFunction net_tx int netdevice.c Transmit network-layer packet
264
FunctionFunction net_rx int netdevice.c Process received network-layer packet
265
StaticStatic net_step static void netdevice.c Single-step the network stack
266
StaticStatic netdev_store static int netdev_settings.c Store value of network device setting
267
StaticStatic netdev_fetch static int netdev_settings.c Fetch value of network device setting
268
StaticStatic null_open static int nullnet.c @file
269
StaticStatic null_close static void nullnet.c  
270
StaticStatic null_transmit static int nullnet.c  
271
StaticStatic null_poll static void nullnet.c  
272
StaticStatic null_irq static void nullnet.c  
273
StaticStatic rarp_rx static int rarp.c @file
274
StaticStatic rarp_ntoa static const char * rarp.c Transcribe RARP address
275
FunctionFunction start_timer void retry.c Start timer
276
FunctionFunction start_timer_fixed void retry.c Start timer with a specified fixed timeout
277
FunctionFunction stop_timer void retry.c Stop timer
278
StaticStatic timer_expired static void retry.c Handle expired timer
279
StaticStatic retry_step static void retry.c Single-step the retry timer list
280
InlineInline __attribute__ static inline tcp.c Name TCP state
281
InlineInline __attribute__ static inline tcp.c Dump TCP state transition
282
InlineInline __attribute__ static inline tcp.c Dump TCP flags
283
StaticStatic tcp_bind static int tcp.c Open and close
284
StaticStatic tcp_open static int tcp.c Open a TCP connection
285
StaticStatic tcp_close static void tcp.c Close TCP connection
286
StaticStatic tcp_xmit_win static size_t tcp.c Transmit data path
287
StaticStatic tcp_process_queue static size_t tcp.c Process TCP transmit queue
288
StaticStatic tcp_xmit static int tcp.c Transmit any outstanding data
289
StaticStatic tcp_expired static void tcp.c Retransmission timer expired
290
StaticStatic tcp_xmit_reset static int tcp.c Send RST response to incoming packet
291
StaticStatic tcp_demux static struct tcp_connection * tcp.c Receive data path
292
StaticStatic tcp_rx_opts static void tcp.c Parse TCP received options
293
StaticStatic tcp_rx_seq static void tcp.c Consume received sequence space
294
StaticStatic tcp_rx_syn static int tcp.c Handle TCP received SYN
295
StaticStatic tcp_rx_ack static int tcp.c Handle TCP received ACK
296
StaticStatic tcp_rx_data static int tcp.c Handle TCP received data
297
StaticStatic tcp_rx_fin static int tcp.c Handle TCP received FIN
298
StaticStatic tcp_rx_rst static int tcp.c Handle TCP received RST
299
StaticStatic tcp_rx static int tcp.c Process received packet
300
StaticStatic tcp_xfer_close static void tcp.c Data transfer interface
301
StaticStatic tcp_xfer_window static size_t tcp.c Check flow control window
302
StaticStatic tcp_xfer_deliver_iob static int tcp.c Deliver datagram as I/O buffer
303
StaticStatic tcp_open_uri static int tcp.c Open TCP URI
304
FunctionFunction tcpip_rx int tcpip.c Process a received TCP/IP packet
305
FunctionFunction tcpip_tx int tcpip.c Transmit a TCP/IP packet
306
FunctionFunction tcpip_continue_chksum uint16_t tcpip.c Calculate continued TCP/IP checkum
307
FunctionFunction tcpip_chksum uint16_t tcpip.c Calculate TCP/IP checkum
308
StaticStatic free_tls static void tls.c Free TLS session
309
StaticStatic tls_close static void tls.c Finish with TLS session
310
StaticStatic tls_generate_random static void tls.c Random number generation
311
StaticStatic tls_hmac_update_va static void tls.c Update HMAC with a list of ( data, len ) pairs
312
StaticStatic tls_p_hash_va static void tls.c Generate secure pseudo-random data using a single hash function
313
StaticStatic tls_prf static void tls.c Generate secure pseudo-random data
314
StaticStatic tls_generate_master_secret static void tls.c Secret management
315
StaticStatic tls_generate_keys static int tls.c Generate key material
316
StaticStatic tls_clear_cipher static void tls.c Cipher suite management
317
StaticStatic tls_set_cipher static int tls.c Set cipher suite
318
StaticStatic tls_select_cipher static int tls.c Select next cipher suite
319
StaticStatic tls_change_cipher static int tls.c Activate next cipher suite
320
StaticStatic tls_add_handshake static void tls.c Handshake verification
321
StaticStatic tls_verify_handshake static void tls.c Calculate handshake verification hash
322
StaticStatic tls_send_handshake static int tls.c Record handling
323
StaticStatic tls_send_client_hello static int tls.c Transmit Client Hello record
324
StaticStatic tls_send_client_key_exchange static int tls.c Transmit Client Key Exchange record
325
StaticStatic tls_send_change_cipher static int tls.c Transmit Change Cipher record
326
StaticStatic tls_send_finished static int tls.c Transmit Finished record
327
StaticStatic tls_new_change_cipher static int tls.c Receive new Change Cipher record
328
StaticStatic tls_new_alert static int tls.c Receive new Alert record
329
StaticStatic tls_new_server_hello static int tls.c Receive new Server Hello record
330
StaticStatic tls_new_certificate static int tls.c Receive new Certificate record
331
StaticStatic tls_new_server_hello_done static int tls.c Receive new Server Hello Done record
332
StaticStatic tls_new_finished static int tls.c Receive new Finished record
333
StaticStatic tls_new_handshake static int tls.c Receive new Handshake record
334
StaticStatic tls_new_record static int tls.c Receive new record
335
StaticStatic tls_hmac static void tls.c Record encryption/decryption
336
StaticStatic tls_assemble_stream static void * __malloc tls.c Allocate and assemble stream-ciphered record from data and MAC portions
337
StaticStatic tls_assemble_block static void * tls.c Allocate and assemble block-ciphered record from data and MAC portions
338
StaticStatic tls_send_plaintext static int tls.c Send plaintext record
339
StaticStatic tls_split_stream static int tls.c Split stream-ciphered record into data and MAC portions
340
StaticStatic tls_split_block static int tls.c Split block-ciphered record into data and MAC portions
341
StaticStatic tls_new_ciphertext static int tls.c Receive new ciphertext record
342
StaticStatic tls_plainstream_close static void tls.c Plaintext stream operations
343
StaticStatic tls_plainstream_window static size_t tls.c Check flow control window
344
StaticStatic tls_plainstream_deliver_raw static int tls.c Deliver datagram as raw data
345
StaticStatic tls_cipherstream_close static void tls.c Ciphertext stream operations
346
StaticStatic tls_newdata_process_header static int tls.c Handle received TLS header
347
StaticStatic tls_newdata_process_data static int tls.c Handle received TLS data payload
348
StaticStatic tls_cipherstream_deliver_raw static int tls.c Receive new ciphertext
349
StaticStatic tls_step static void tls.c Controlling process
350
FunctionFunction add_tls int tls.c Instantiator
351
StaticStatic udp_bind static int udp.c Bind UDP connection to local port
352
StaticStatic udp_open_common static int udp.c Open a UDP connection
353
FunctionFunction udp_open int udp.c Open a UDP connection
354
FunctionFunction udp_open_promisc int udp.c Open a promiscuous UDP connection
355
StaticStatic udp_close static void udp.c Close a UDP connection
356
StaticStatic udp_tx static int udp.c Transmit data via a UDP connection to a specified address
357
StaticStatic udp_demux static struct udp_connection * udp.c Identify UDP connection by local address
358
StaticStatic udp_rx static int udp.c Process a received packet
359
StaticStatic udp_xfer_close static void udp.c Data transfer interface
360
StaticStatic udp_alloc_iob static struct io_buffer * udp.c Allocate I/O buffer for UDP
361
StaticStatic udp_xfer_deliver_iob static int udp.c Deliver datagram as I/O buffer
362
StaticStatic udp_open_uri static int udp.c Open UDP URI
363
StaticStatic ftp_free static void ftp.c Free FTP request
364
StaticStatic ftp_done static void ftp.c Mark FTP operation as complete
365
StaticStatic ftp_uri_path static const char * ftp.c Retrieve FTP pathname
366
StaticStatic ftp_control_close static void ftp.c Handle control channel being closed
367
StaticStatic ftp_parse_value static void ftp.c Parse FTP byte sequence value
368
StaticStatic ftp_next_state static void ftp.c Move to next state and send the appropriate FTP control string
369
StaticStatic ftp_reply static void ftp.c Handle an FTP control channel response
370
StaticStatic ftp_control_deliver_raw static int ftp.c Handle new data arriving on FTP control channel
371
StaticStatic ftp_data_closed static void ftp.c FTP data channel
372
StaticStatic ftp_data_deliver_iob static int ftp.c Handle data delivery via FTP data channel
373
StaticStatic ftp_xfer_closed static void ftp.c Data transfer interface
374
StaticStatic ftp_open static int ftp.c URI opener
375
StaticStatic http_free static void http.c Free HTTP request
376
StaticStatic http_done static void http.c Mark HTTP request as complete
377
StaticStatic http_response_to_rc static int http.c Convert HTTP response code to return status code
378
StaticStatic http_rx_response static int http.c Handle HTTP response
379
StaticStatic http_rx_content_length static int http.c Handle HTTP Content-Length header
380
StaticStatic http_rx_header static int http.c Handle HTTP header
381
StaticStatic http_rx_data static int http.c Handle new data arriving via HTTP connection in the data phase
382
StaticStatic http_socket_deliver_iob static int http.c Handle new data arriving via HTTP connection
383
StaticStatic http_step static void http.c HTTP process
384
StaticStatic http_socket_close static void http.c HTTP connection closed by network stack
385
StaticStatic http_xfer_close static void http.c Close HTTP data transfer interface
386
FunctionFunction http_open_filter int http.c Initiate an HTTP connection, with optional filter
387
StaticStatic http_open static int http.c Initiate an HTTP connection
388
StaticStatic https_open static int https.c Initiate an HTTPS connection
389
StaticStatic iscsi_rx_buffered_data_done static void iscsi.c Finish receiving PDU data into buffer
390
StaticStatic iscsi_free static void iscsi.c Free iSCSI session
391
StaticStatic iscsi_open_connection static int iscsi.c Open iSCSI transport-layer connection
392
StaticStatic iscsi_close_connection static void iscsi.c Close iSCSI transport-layer connection
393
StaticStatic iscsi_scsi_done static void iscsi.c Mark iSCSI SCSI operation as complete
394
StaticStatic iscsi_start_command static void iscsi.c iSCSI SCSI command issuing
395
StaticStatic iscsi_rx_scsi_response static int iscsi.c Receive data segment of an iSCSI SCSI response PDU
396
StaticStatic iscsi_rx_data_in static int iscsi.c Receive data segment of an iSCSI data-in PDU
397
StaticStatic iscsi_rx_r2t static int iscsi.c Receive data segment of an iSCSI R2T PDU
398
StaticStatic iscsi_start_data_out static void iscsi.c Build iSCSI data-out BHS
399
StaticStatic iscsi_data_out_done static void iscsi.c Complete iSCSI data-out PDU transmission
400
StaticStatic iscsi_tx_data_out static int iscsi.c Send iSCSI data-out data segment
401
StaticStatic iscsi_build_login_request_strings static int iscsi.c iSCSI login
402
StaticStatic iscsi_start_login static void iscsi.c Build iSCSI login request BHS
403
StaticStatic iscsi_login_request_done static void iscsi.c Complete iSCSI login request PDU transmission
404
StaticStatic iscsi_tx_login_request static int iscsi.c Transmit data segment of an iSCSI login request PDU
405
StaticStatic iscsi_handle_targetaddress_value static int iscsi.c Handle iSCSI TargetAddress text value
406
StaticStatic iscsi_handle_authmethod_value static int iscsi.c Handle iSCSI AuthMethod text value
407
StaticStatic iscsi_handle_chap_a_value static int iscsi.c Handle iSCSI CHAP_A text value
408
StaticStatic iscsi_handle_chap_i_value static int iscsi.c Handle iSCSI CHAP_I text value
409
StaticStatic iscsi_handle_chap_c_value static int iscsi.c Handle iSCSI CHAP_C text value
410
StaticStatic iscsi_handle_chap_n_value static int iscsi.c Handle iSCSI CHAP_N text value
411
StaticStatic iscsi_handle_chap_r_value static int iscsi.c Handle iSCSI CHAP_R text value
412
StaticStatic iscsi_handle_string static int iscsi.c Handle iSCSI string
413
StaticStatic iscsi_handle_strings static int iscsi.c Handle iSCSI strings
414
StaticStatic iscsi_rx_buffered_data static int iscsi.c Receive PDU data into buffer
415
StaticStatic iscsi_status_to_rc static int iscsi.c Convert iSCSI response status to return status code
416
StaticStatic iscsi_rx_login_response static int iscsi.c Receive data segment of an iSCSI login response PDU
417
StaticStatic iscsi_start_tx static void iscsi.c iSCSI to socket interface
418
StaticStatic iscsi_tx_nothing static int iscsi.c Transmit nothing
419
StaticStatic iscsi_tx_bhs static int iscsi.c Transmit basic header segment of an iSCSI PDU
420
StaticStatic iscsi_tx_data static int iscsi.c Transmit data segment of an iSCSI PDU
421
StaticStatic iscsi_tx_data_padding static int iscsi.c Transmit data padding of an iSCSI PDU
422
StaticStatic iscsi_tx_done static void iscsi.c Complete iSCSI PDU transmission
423
StaticStatic iscsi_tx_step static void iscsi.c Transmit iSCSI PDU
424
StaticStatic iscsi_rx_bhs static int iscsi.c Receive basic header segment of an iSCSI PDU
425
StaticStatic iscsi_rx_discard static int iscsi.c Discard portion of an iSCSI PDU.
426
StaticStatic iscsi_rx_data static int iscsi.c Receive data segment of an iSCSI PDU
427
StaticStatic iscsi_socket_deliver_raw static int iscsi.c Receive new data
428
StaticStatic iscsi_socket_close static void iscsi.c Handle stream connection closure
429
StaticStatic iscsi_vredirect static int iscsi.c Handle redirection event
430
StaticStatic iscsi_command static int iscsi.c iSCSI command issuing
431
StaticStatic iscsi_detached_command static int iscsi.c  
432
FunctionFunction iscsi_detach void iscsi.c Shut down iSCSI interface
433
StaticStatic iscsi_parse_lun static int iscsi.c Parse iSCSI LUN
434
StaticStatic iscsi_parse_root_path static int iscsi.c Parse iSCSI root path
435
StaticStatic iscsi_set_auth static int iscsi.c Set iSCSI authentication details
436
FunctionFunction iscsi_attach int iscsi.c Attach iSCSI interface
437
StaticStatic apply_iscsi_string_setting static int iscsi.c Apply iSCSI setting
438
StaticStatic apply_iscsi_settings static int iscsi.c Apply iSCSI settings
439
FunctionFunction iscsi_initiator_iqn const char * iscsi.c Initiator name
440
InlineInline dhcp_msgtype_name static inline const char * dhcp.c Name a DHCP packet type
441
StaticStatic dhcp_xid static uint32_t dhcp.c Calculate DHCP transaction ID for a network device
442
InlineInline __attribute__ static inline dhcp.c Increment reference count on DHCP settings block
443
InlineInline __attribute__ static inline dhcp.c Decrement reference count on DHCP settings block
444
StaticStatic dhcpset_store static int dhcp.c Store value of DHCP setting
445
StaticStatic dhcpset_fetch static int dhcp.c Fetch value of DHCP setting
446
StaticStatic dhcpset_create static struct dhcp_settings * dhcp.c Create DHCP setting block
447
InlineInline dhcp_state_name static inline const char * dhcp.c Name a DHCP session state
448
StaticStatic dhcp_free static void dhcp.c Free DHCP session
449
StaticStatic dhcp_finished static void dhcp.c Mark DHCP session as complete
450
FunctionFunction dhcp_create_packet int dhcp.c Data transfer interface
451
FunctionFunction dhcp_create_request int dhcp.c Create DHCP request packet
452
StaticStatic dhcp_tx static int dhcp.c Transmit DHCP request
453
StaticStatic dhcp_set_state static void dhcp.c Transition to new DHCP session state
454
StaticStatic dhcp_store_dhcpoffer static void dhcp.c Store received DHCPOFFER
455
StaticStatic dhcp_rx_dhcpoffer static void dhcp.c Handle received DHCPOFFER
456
StaticStatic dhcp_store_dhcpack static int dhcp.c Store received DHCPACK
457
StaticStatic dhcp_rx_dhcpack static void dhcp.c Handle received DHCPACK
458
StaticStatic dhcp_rx_proxydhcpack static void dhcp.c Handle received ProxyDHCPACK
459
StaticStatic dhcp_deliver_iob static int dhcp.c Receive new data
460
StaticStatic dhcp_timer_expired static void dhcp.c Handle DHCP retry timer expiry
461
StaticStatic dhcp_job_kill static void dhcp.c Job control interface
462
FunctionFunction start_dhcp int dhcp.c Instantiator
463
StaticStatic dns_done static void dns.c Mark DNS request as complete
464
StaticStatic dns_name_cmp static int dns.c Compare DNS reply name against the query name from the original request
465
StaticStatic dns_skip_name static const char * dns.c Skip over a (possibly compressed) DNS name
466
StaticStatic dns_find_rr static union dns_rr_info * dns.c Find an RR in a reply packet corresponding to our query
467
StaticStatic dns_make_name static char * dns.c Convert a standard NUL-terminated string to a DNS name
468
InlineInline dns_unmake_name static inline char * dns.c Convert an uncompressed DNS name to a NUL-terminated string
469
StaticStatic dns_decompress_name static char * dns.c Decompress a DNS name
470
StaticStatic dns_send_packet static int dns.c Send next packet in DNS request
471
StaticStatic dns_timer_expired static void dns.c Handle DNS retransmission timer expiry
472
StaticStatic dns_xfer_deliver_raw static int dns.c Receive new data
473
StaticStatic dns_xfer_close static void dns.c Receive new data
474
StaticStatic dns_resolv static int dns.c Resolve name using DNS
475
StaticStatic apply_nameserver_setting static int dns.c Apply nameserver setting
476
StaticStatic slam_free static void slam.c Free a SLAM request
477
StaticStatic slam_finished static void slam.c Mark SLAM request as complete
478
StaticStatic slam_put_value static int slam.c TX datapath
479
StaticStatic slam_tx_nack static int slam.c Send SLAM NACK packet
480
StaticStatic slam_master_timer_expired static void slam.c Handle SLAM master client retry timer expiry
481
StaticStatic slam_slave_timer_expired static void slam.c Handle SLAM slave client retry timer expiry
482
StaticStatic slam_pull_value static int slam.c RX datapath
483
StaticStatic slam_pull_header static int slam.c Read and strip SLAM header
484
StaticStatic slam_mc_socket_deliver static int slam.c Receive SLAM data packet
485
StaticStatic slam_socket_deliver static int slam.c Receive SLAM non-data packet
486
StaticStatic slam_socket_close static void slam.c Close SLAM unicast socket
487
StaticStatic slam_mc_socket_close static void slam.c Close SLAM multicast socket
488
StaticStatic slam_xfer_close static void slam.c Data transfer interface
489
StaticStatic slam_parse_multicast_address static int slam.c Parse SLAM URI multicast address
490
StaticStatic slam_open static int slam.c Initiate a SLAM request
491
StaticStatic tftp_free static void tftp.c Free TFTP request
492
StaticStatic tftp_done static void tftp.c Mark TFTP request as complete
493
StaticStatic tftp_reopen static int tftp.c Reopen TFTP socket
494
StaticStatic tftp_reopen_mc static int tftp.c Reopen TFTP multicast socket
495
StaticStatic tftp_presize static int tftp.c Presize TFTP receive buffers and block bitmap
496
FunctionFunction tftp_set_request_blksize void tftp.c Set TFTP request blocksize
497
FunctionFunction tftp_set_mtftp_address void tftp.c Set MTFTP multicast address
498
FunctionFunction tftp_set_mtftp_port void tftp.c Set MTFTP multicast port
499
StaticStatic tftp_send_rrq static int tftp.c Transmit RRQ
500
StaticStatic tftp_send_ack static int tftp.c Transmit ACK
501
StaticStatic tftp_send_packet static int tftp.c Transmit next relevant packet
502
StaticStatic tftp_timer_expired static void tftp.c Handle TFTP retransmission timer expiry
503
StaticStatic tftp_process_blksize static int tftp.c Process TFTP "blksize" option
504
StaticStatic tftp_process_tsize static int tftp.c Process TFTP "tsize" option
505
StaticStatic tftp_process_multicast static int tftp.c Process TFTP "multicast" option
506
StaticStatic tftp_process_option static int tftp.c Process TFTP option
507
StaticStatic tftp_rx_oack static int tftp.c Receive OACK
508
StaticStatic tftp_rx_data static int tftp.c Receive DATA
509
StaticStatic tftp_rx_error static int tftp.c Receive ERROR
510
StaticStatic tftp_rx static int tftp.c Receive new data
511
StaticStatic tftp_socket_deliver_iob static int tftp.c Receive new data via socket
512
StaticStatic tftp_mc_socket_deliver_iob static int tftp.c Receive new data via multicast socket
513
StaticStatic tftp_xfer_close static void tftp.c Close TFTP data transfer interface
514
StaticStatic tftp_core_open static int tftp.c Initiate TFTP/TFTM/MTFTP download
515
StaticStatic tftp_open static int tftp.c Initiate TFTP download
516
StaticStatic tftm_open static int tftp.c Initiate TFTM download
517
StaticStatic mtftp_open static int tftp.c Initiate MTFTP download
518
StaticStatic tftp_apply_settings static int tftp.c Apply TFTP configuration settings
519
StaticStatic await_fsp static int fsp.c  
520
StaticStatic proto_fsp static int fsp.c  
521
FunctionFunction url_fsp int fsp.c  
522
StaticStatic rfc1112_sleep_interval static long igmp.c  
523
StaticStatic send_igmp_reports static void igmp.c  
524
StaticStatic process_igmp static void igmp.c  
525
FunctionFunction leave_group void igmp.c  
526
FunctionFunction join_group void igmp.c  
527
FunctionFunction rpc_init void nfs.c RPC_INIT - set up the ID counter to something fairly random
528
StaticStatic rpc_printerror static void nfs.c RPC_PRINTERROR - Print a low level RPC error message
529
StaticStatic await_rpc static int nfs.c AWAIT_RPC - Wait for an rpc packet
530
StaticStatic rpc_lookup static int nfs.c RPC_LOOKUP - Lookup RPC Port numbers
531
StaticStatic rpc_add_credentials static long * nfs.c RPC_ADD_CREDENTIALS - Add RPC authentication/verifier entries
532
StaticStatic nfs_printerror static void nfs.c NFS_PRINTERROR - Print a NFS error message
533
StaticStatic nfs_mount static int nfs.c NFS_MOUNT - Mount an NFS Filesystem
534
StaticStatic nfs_umountall static void nfs.c NFS_UMOUNTALL - Unmount all our NFS Filesystems on the Server
535
StaticStatic nfs_reset static void nfs.c NFS_RESET - Reset the NFS subsystem
536
StaticStatic nfs_readlink static int nfs.c NFS_READLINK (AH 2003-07-14)
537
StaticStatic nfs_lookup static int nfs.c NFS_LOOKUP - Lookup Pathname
538
StaticStatic nfs_read static int nfs.c NFS_READ - Read File on NFS Server
539
StaticStatic nfs static int nfs.c NFS - Download extended BOOTP data, or kernel image from NFS server
540
InlineInline nbns_make_name static inline char * nmb.c  
541
StaticStatic nmb_resolv static int nmb.c  
542
FunctionFunction linebuf_test void linebuf_test.c  
543
FunctionFunction memcpy_0 void __regparm memcpy_test.c  
544
FunctionFunction memcpy_1 void __regparm memcpy_test.c  
545
FunctionFunction memcpy_2 void __regparm memcpy_test.c  
546
FunctionFunction memcpy_3 void __regparm memcpy_test.c  
547
FunctionFunction memcpy_4 void __regparm memcpy_test.c  
548
FunctionFunction memcpy_5 void __regparm memcpy_test.c  
549
FunctionFunction memcpy_6 void __regparm memcpy_test.c  
550
FunctionFunction memcpy_7 void __regparm memcpy_test.c  
551
FunctionFunction memcpy_8 void __regparm memcpy_test.c  
552
FunctionFunction memcpy_9 void __regparm memcpy_test.c  
553
FunctionFunction memcpy_10 void __regparm memcpy_test.c  
554
FunctionFunction memcpy_11 void __regparm memcpy_test.c  
555
FunctionFunction memcpy_12 void __regparm memcpy_test.c  
556
FunctionFunction memcpy_13 void __regparm memcpy_test.c  
557
FunctionFunction memcpy_14 void __regparm memcpy_test.c  
558
FunctionFunction memcpy_15 void __regparm memcpy_test.c  
559
FunctionFunction memcpy_16 void __regparm memcpy_test.c  
560
FunctionFunction memcpy_17 void __regparm memcpy_test.c  
561
FunctionFunction memcpy_18 void __regparm memcpy_test.c  
562
FunctionFunction memcpy_19 void __regparm memcpy_test.c  
563
FunctionFunction memcpy_20 void __regparm memcpy_test.c  
564
FunctionFunction memcpy_21 void __regparm memcpy_test.c  
565
FunctionFunction memcpy_22 void __regparm memcpy_test.c  
566
FunctionFunction memcpy_23 void __regparm memcpy_test.c  
567
FunctionFunction memcpy_24 void __regparm memcpy_test.c  
568
FunctionFunction memcpy_25 void __regparm memcpy_test.c  
569
FunctionFunction memcpy_26 void __regparm memcpy_test.c  
570
FunctionFunction memcpy_27 void __regparm memcpy_test.c  
571
FunctionFunction memcpy_28 void __regparm memcpy_test.c  
572
FunctionFunction umalloc_test void umalloc_test.c  
573
StaticStatic test_parse_unparse static int uri_test.c  
574
StaticStatic test_resolve static int uri_test.c  
575
FunctionFunction uri_test int uri_test.c  
576
StaticStatic find_boot_netdev static struct net_device * autoboot.c Identify the boot network device
577
StaticStatic boot_embedded_image static int autoboot.c Boot embedded image
578
StaticStatic boot_next_server_and_filename static int autoboot.c Boot using next-server and filename
579
FunctionFunction boot_root_path int autoboot.c Boot using root path
580
StaticStatic netboot static int autoboot.c Boot from a network device
581
StaticStatic close_all_netdevs static void autoboot.c Close all open net devices
582
FunctionFunction autoboot void autoboot.c Boot the system
583
FunctionFunction dhcp int dhcpmgmt.c @file
584
FunctionFunction ifopen int ifmgmt.c @file
585
FunctionFunction ifclose void ifmgmt.c Close network device
586
StaticStatic ifstat_errors static void ifmgmt.c Print network device error breakdown
587
FunctionFunction ifstat void ifmgmt.c Print status of network device
588
FunctionFunction iflinkwait int ifmgmt.c Wait for link-up
589
FunctionFunction imgfetch int imgmgmt.c @file
590
FunctionFunction imgload int imgmgmt.c Load an image
591
FunctionFunction imgexec int imgmgmt.c Execute an image
592
FunctionFunction imgautoselect struct image * imgmgmt.c Identify the only loaded image
593
FunctionFunction imgstat void imgmgmt.c Display status of an image
594
FunctionFunction imgfree void imgmgmt.c Free an image
595
FunctionFunction route void route.c @file
596
StaticStatic xmalloc static void * efilink.c Allocate memory
597
StaticStatic generate_pe_reloc static void efilink.c Generate entry in PE relocation table
598
StaticStatic output_pe_reltab static size_t efilink.c Calculate size of binary PE relocation table
599
StaticStatic read_symtab static void efilink.c Read symbol table
600
StaticStatic read_reltab static arelent ** efilink.c Read relocation table
601
StaticStatic open_input_bfd static struct bfd_file * efilink.c Open input BFD file
602
StaticStatic open_output_bfd static struct bfd_file * efilink.c Open output BFD file
603
StaticStatic copy_bfd_section static void efilink.c Copy section from input BFD file to output BFD file
604
StaticStatic process_reloc static void efilink.c Process relocation record
605
StaticStatic create_reloc_section static void efilink.c Create .reloc section
606
FunctionFunction main int efilink.c  
607
StaticStatic flag_signalled static void hijack.c  
608
FunctionFunction pcap_inject int hijack.c Substitute for pcap_inject(), if this version of libpcap doesn't
609
StaticStatic __attribute__ static hijack.c Log error message
610
StaticStatic hijack_open static int hijack.c Open pcap device
611
StaticStatic hijack_close static void hijack.c Close pcap device
612
StaticStatic hijack_install_filter static int hijack.c Install filter for hijacked connection
613
StaticStatic hijack_filter_ethernet static int hijack.c Set up filter for hijacked ethernet connection
614
StaticStatic hijack_filter static int hijack.c Set up filter for hijacked connection
615
StaticStatic forward_from_hijacker static ssize_t hijack.c Forward data from hijacker
616
StaticStatic forward_to_hijacker static ssize_t hijack.c Forward data to hijacker
617
StaticStatic run_hijacker static int hijack.c Run hijacker
618
StaticStatic open_listener static int hijack.c Open listener socket
619
StaticStatic listen_for_hijackers static int hijack.c Listen on listener socket
620
StaticStatic close_listener static void hijack.c Close listener socket
621
StaticStatic usage static void hijack.c Print usage
622
StaticStatic parse_options static int hijack.c Parse command-line options
623
StaticStatic daemonise static int hijack.c Daemonise
624
FunctionFunction main int hijack.c  
625
FunctionFunction main int mucurses_test.c  
626
FunctionFunction get_iscsi_chap_secret void mucurses_test.c  
627
FunctionFunction mdelay void mucurses_test.c  
628
StaticStatic Error static __inline__ void nrv2b.c  
629
StaticStatic i86ul_to_host static unsigned long nrv2b.c  
630
StaticStatic host_to_i86ul static unsigned long nrv2b.c  
631
StaticStatic assert_match static void nrv2b.c  
632
StaticStatic swd_initdict static void nrv2b.c  
633
StaticStatic swd_insertdict static void nrv2b.c  
634
StaticStatic swd_init static int nrv2b.c  
635
StaticStatic swd_exit static void nrv2b.c  
636
StaticStatic swd_getbyte static __inline__ void nrv2b.c  
637
StaticStatic swd_remove_node static __inline__ void nrv2b.c remove node from lists
638
StaticStatic swd_accept static void nrv2b.c  
639
StaticStatic swd_search static void nrv2b.c  
640
StaticStatic swd_search2 static int nrv2b.c  
641
StaticStatic swd_findbest static void nrv2b.c  
642
StaticStatic init_match static int nrv2b.c  
643
StaticStatic find_match static int nrv2b.c  
644
StaticStatic bbConfig static int nrv2b.c  
645
StaticStatic bbWriteBits static void nrv2b.c  
646
StaticStatic bbPutBit static void nrv2b.c  
647
StaticStatic bbPutByte static void nrv2b.c  
648
StaticStatic bbFlushBits static void nrv2b.c  
649
StaticStatic code_prefix_ss11 static void nrv2b.c  
650
StaticStatic code_match static void nrv2b.c  
651
StaticStatic code_run static void nrv2b.c  
652
StaticStatic len_of_coded_match static int nrv2b.c  
653
FunctionFunction ucl_nrv2b_99_compress int nrv2b.c  
654
FunctionFunction Encode void nrv2b.c  
655
FunctionFunction Decode void nrv2b.c  
656
FunctionFunction main int nrv2b.c  
657
StaticStatic read_file static int zbin.c  
658
StaticStatic read_input_file static int zbin.c  
659
StaticStatic read_zinfo_file static int zbin.c  
660
StaticStatic alloc_output_file static int zbin.c  
661
StaticStatic process_zinfo_copy static int zbin.c  
662
StaticStatic process_zinfo_pack static int zbin.c  
663
StaticStatic process_zinfo_subtract static int zbin.c  
664
StaticStatic process_zinfo_subb static int zbin.c  
665
StaticStatic process_zinfo_subw static int zbin.c  
666
StaticStatic process_zinfo_subl static int zbin.c  
667
StaticStatic process_zinfo static int zbin.c  
668
StaticStatic write_output_file static int zbin.c  
669
FunctionFunction main int zbin.c  
670
FunctionFunction main int bromutil.c  
671
FunctionFunction main int cromutil.c  
672
FunctionFunction main int main.c MAIN - Kick off routine
673
StaticStatic loadkernel static int main.c  
674
FunctionFunction load void main.c LOAD - Try to get booted
675
FunctionFunction sleep void misc.c SLEEP
676
FunctionFunction twiddle void misc.c TWIDDLE
677
FunctionFunction strcasecmp int misc.c STRCASECMP (not entirely correct, but this will do for our purposes)
678
StaticStatic do_printf static char * misc.c PRINTF and friends
679
FunctionFunction sprintf char * misc.c  
680
FunctionFunction printf void misc.c  
681
FunctionFunction inet_aton int misc.c INET_ATON - Convert an ascii x.x.x.x to binary form
682
FunctionFunction getdec int misc.c  
683
StaticStatic empty_8042 static void misc.c  
684
FunctionFunction gateA20_set void misc.c  
685
FunctionFunction gateA20_unset void misc.c  
686
FunctionFunction putchar void misc.c  
687
FunctionFunction getchar int misc.c GETCHAR - Read the next character from the console WITHOUT ECHO
688
FunctionFunction iskey int misc.c  
689
FunctionFunction currticks unsigned long misc.c  
690
FunctionFunction main int bin2intelhex.c  
691
StaticStatic Usage static void tunctl.c  
692
FunctionFunction main int tunctl.c  
693
StaticStatic Error static __inline__ void lzhuf.c  
694
StaticStatic i86ul_to_host static unsigned long lzhuf.c  
695
StaticStatic host_to_i86ul static unsigned long lzhuf.c  
696
StaticStatic InitTree static void lzhuf.c  
697
StaticStatic InsertNode static void lzhuf.c  
698
StaticStatic DeleteNode static void lzhuf.c  
699
StaticStatic GetBit static int lzhuf.c  
700
StaticStatic GetByte static int lzhuf.c  
701
StaticStatic Putcode static void lzhuf.c  
702
StaticStatic StartHuff static void lzhuf.c  
703
StaticStatic reconst static void lzhuf.c  
704
StaticStatic update static void lzhuf.c  
705
StaticStatic EncodeChar static void lzhuf.c  
706
StaticStatic EncodePosition static void lzhuf.c  
707
StaticStatic EncodeEnd static void lzhuf.c  
708
StaticStatic DecodeChar static int lzhuf.c  
709
StaticStatic DecodePosition static int lzhuf.c  
710
FunctionFunction Encode void lzhuf.c  
711
FunctionFunction Decode void lzhuf.c  
712
FunctionFunction main int lzhuf.c  
713
StaticStatic slam_encode static int mini-slamd.c  
714
StaticStatic slam_decode static unsigned long mini-slamd.c  
715
FunctionFunction del_client void mini-slamd.c  
716
FunctionFunction add_client void mini-slamd.c  
717
FunctionFunction push_client void mini-slamd.c  
718
FunctionFunction next_client void mini-slamd.c  
719
FunctionFunction main int mini-slamd.c  
720
FunctionFunction usage int mkQNXnbi.c  
721
FunctionFunction usage void p910nd.c  
722
FunctionFunction show_version void p910nd.c  
723
FunctionFunction open_printer FILE * p910nd.c  
724
FunctionFunction get_lock int p910nd.c  
725
FunctionFunction free_lock void p910nd.c  
726
FunctionFunction copy_stream int p910nd.c  
727
FunctionFunction one_job void p910nd.c  
728
FunctionFunction server void p910nd.c  
729
FunctionFunction is_standalone int p910nd.c  
730
FunctionFunction main int p910nd.c  
731
StaticStatic skipcomment static int ppmtoansi.c  
732
StaticStatic readentry static int ppmtoansi.c  
733
StaticStatic packpixel static void ppmtoansi.c  
734
StaticStatic dg static int ppmtoansi.c  
735
StaticStatic i2s static char * ppmtoansi.c  
736
StaticStatic flushdata static void ppmtoansi.c  
737
FunctionFunction main int ppmtoansi.c  
738
StaticStatic rom_scan static void rom-scan.c  
739
FunctionFunction main int rom-scan.c  
740
StaticStatic rom_scan static int romid.c  
741
FunctionFunction main int romid.c *************** main stuff ****************
742
StaticStatic get_next_arena static arena * setenvs.c  
743
StaticStatic is_valid_arena static int setenvs.c  
744
StaticStatic get_first_arena static arena * setenvs.c  
745
StaticStatic is_valid_env static int setenvs.c  
746
StaticStatic get_arena_of_environment static arena * setenvs.c  
747
FunctionFunction settheenv int setenvs.c  
748
FunctionFunction my_read_proc int dp83820flash.c  
749
FunctionFunction my_write_proc int dp83820flash.c  
750
FunctionFunction init_module int __init dp83820flash.c  
751
FunctionFunction cleanup_module void dp83820flash.c  
752
FunctionFunction fixb int dp83820_write.c  
753
FunctionFunction openit int dp83820_write.c  
754
FunctionFunction set void dp83820_write.c  
755
FunctionFunction get int dp83820_write.c  
756
FunctionFunction getromsize int dp83820_write.c  
757
FunctionFunction loadfile int dp83820_write.c  
758
FunctionFunction readbios void dp83820_write.c  
759
FunctionFunction verifybios int dp83820_write.c  
760
FunctionFunction writebios void dp83820_write.c  
761
FunctionFunction helptext void dp83820_write.c  
762
FunctionFunction main int dp83820_write.c  
763
FunctionFunction main   main.c  
764
FunctionFunction setpeer   main.c  
765
FunctionFunction modecmd   main.c  
766
FunctionFunction setbinary   main.c  
767
FunctionFunction setascii   main.c  
768
FunctionFunction setmode   main.c  
769
FunctionFunction put   main.c  
770
FunctionFunction putusage   main.c  
771
FunctionFunction get   main.c  
772
FunctionFunction getusage   main.c  
773
FunctionFunction setrexmt   main.c  
774
FunctionFunction settimeout   main.c  
775
FunctionFunction status   main.c  
776
FunctionFunction intr void main.c  
777
FunctionFunction tail char * main.c  
778
FunctionFunction command   main.c  
779
FunctionFunction getcmd struct cmd * main.c  
780
FunctionFunction makeargv   main.c  
781
FunctionFunction quit   main.c  
782
FunctionFunction help   main.c  
783
FunctionFunction settrace   main.c  
784
FunctionFunction setverbose   main.c  
785
FunctionFunction setblocksize   main.c  
786
FunctionFunction timer void tftp.c  
787
FunctionFunction strnlen   tftp.c  
788
FunctionFunction parseoack   tftp.c  
789
FunctionFunction sendfile   tftp.c  
790
FunctionFunction recvfile   tftp.c  
791
FunctionFunction makerequest   tftp.c  
792
FunctionFunction nak   tftp.c  
793
FunctionFunction topts   tftp.c  
794
FunctionFunction tpacket   tftp.c  
795
FunctionFunction startclock   tftp.c  
796
FunctionFunction stopclock   tftp.c  
797
FunctionFunction printstats   tftp.c  
798
FunctionFunction main   tftpd.c  
799
FunctionFunction set_blksize   tftpd.c  
800
FunctionFunction do_opt   tftpd.c  
801
FunctionFunction tftp   tftpd.c  
802
FunctionFunction validate_access   tftpd.c  
803
FunctionFunction timer void tftpd.c  
804
FunctionFunction sendfile   tftpd.c  
805
FunctionFunction justquit void tftpd.c  
806
FunctionFunction recvfile   tftpd.c  
807
FunctionFunction nak   tftpd.c  
808
FunctionFunction w_init struct tftphdr * tftpsubs.c  
809
FunctionFunction r_init struct tftphdr * tftpsubs.c  
810
FunctionFunction rw_init struct tftphdr * tftpsubs.c  
811
FunctionFunction readit   tftpsubs.c  
812
FunctionFunction read_ahead   tftpsubs.c  
813
FunctionFunction writeit   tftpsubs.c  
814
FunctionFunction write_behind   tftpsubs.c  
815
FunctionFunction synchnet int tftpsubs.c  
816
FunctionFunction wakeup_server void wol.c  
817
InlineInline aout_probe static inline os_download_t aout_loader.c  
818
StaticStatic aout_download static sector_t aout_loader.c  
819
InlineInline flag_is_changeable static inline int cpu.c @file
820
FunctionFunction get_cpuinfo void cpu.c Get CPU information
821
FunctionFunction _dump_regs void __asmcall dumpregs.c  
822
StaticStatic elf_freebsd_probe static void freebsd_loader.c  
823
StaticStatic elf_freebsd_fixup_segment static void freebsd_loader.c  
824
StaticStatic elf_freebsd_find_segment_end static void freebsd_loader.c  
825
StaticStatic elf_freebsd_debug_loader static int freebsd_loader.c  
826
StaticStatic elf_freebsd_boot static void freebsd_loader.c  
827
StaticStatic aout_freebsd_probe static void freebsd_loader.c  
828
StaticStatic aout_freebsd_boot static void freebsd_loader.c  
829
StaticStatic gdbmach_find_hwbp static struct hwbp * gdbmach.c  
830
StaticStatic gdbmach_commit_hwbp static void gdbmach.c  
831
FunctionFunction gdbmach_set_breakpoint int gdbmach.c  
832
StaticStatic gdbmach_disable_hwbps static void gdbmach.c  
833
StaticStatic gdbmach_enable_hwbps static void gdbmach.c  
834
FunctionFunction gdbmach_handler __asmcall void gdbmach.c  
835
FunctionFunction __attribute__   nulltrap.c  
836
InlineInline send_nonspecific_eoi static inline void pic8259.c @file
837
InlineInline send_specific_eoi static inline void pic8259.c Send specific EOI(s)
838
FunctionFunction send_eoi void pic8259.c Send End-Of-Interrupt to the PIC
839
StaticStatic rdtsc_udelay static void rdtsc_timer.c Delay for a fixed number of microseconds
840
StaticStatic rdtsc_ticks_per_sec static unsigned long rdtsc_timer.c Get number of ticks per second
841
FunctionFunction memcpy_to_real void realmode.c  
842
FunctionFunction memcpy_from_real void realmode.c  
843
FunctionFunction relocate __asmcall void relocate.c Relocate Etherboot
844
StaticStatic load_timer2 static void timer2.c  
845
StaticStatic timer2_running static int timer2.c  
846
FunctionFunction timer2_udelay void timer2.c  
847
StaticStatic memsetw static void video_subr.c  
848
StaticStatic video_init static void video_subr.c  
849
StaticStatic video_scroll static void video_subr.c  
850
StaticStatic vga_putc static void video_subr.c  
851
StaticStatic wince_probe static os_download_t wince_loader.c  
852
StaticStatic ce_loader static sector_t wince_loader.c  
853
StaticStatic get_x_header static int wince_loader.c  
854
StaticStatic jump_2ep static void wince_loader.c  
855
StaticStatic x86_readq static uint64_t x86_io.c @file
856
StaticStatic x86_writeq static void x86_io.c Write 64-bit qword to memory-mapped device
857
StaticStatic undipci_find_rom static struct undi_rom * undi.c @file
858
StaticStatic undipci_probe static int undi.c Probe PCI device
859
StaticStatic undipci_remove static void undi.c Remove PCI device
860
FunctionFunction undi_load int undiload.c Call UNDI loader to create a pixie
861
FunctionFunction undi_unload int undiload.c Unload a pixie
862
InlineInline __attribute__ static inline undinet.c UNDI API call
863
StaticStatic undinet_call static int undinet.c Issue UNDI API call
864
StaticStatic undinet_hook_isr static void undinet.c Hook UNDI interrupt service routine
865
StaticStatic undinet_unhook_isr static void undinet.c Unhook UNDI interrupt service routine
866
StaticStatic undinet_isr_triggered static int undinet.c Test to see if UNDI ISR has been triggered
867
StaticStatic undinet_transmit static int undinet.c Transmit packet
868
StaticStatic undinet_poll static void undinet.c Poll for received packets
869
StaticStatic undinet_open static int undinet.c Open NIC
870
StaticStatic undinet_close static void undinet.c Close NIC
871
StaticStatic undinet_irq static void undinet.c Enable/disable interrupts
872
FunctionFunction undinet_probe int undinet.c Probe UNDI device
873
FunctionFunction undinet_remove void undinet.c Remove UNDI device
874
StaticStatic undibus_probe static int undionly.c @file
875
StaticStatic undibus_remove static void undionly.c Remove UNDI root bus
876
StaticStatic undionly_shutdown static void undionly.c Prepare for exit
877
StaticStatic undirom_parse_pxeromid static int undirom.c Parse PXE ROM ID structure
878
StaticStatic undirom_parse_pcirheader static int undirom.c Parse PCI expansion header
879
StaticStatic undirom_probe static int undirom.c Probe UNDI ROM
880
StaticStatic undirom_probe_all_roms static void undirom.c Create UNDI ROMs for all possible expansion ROMs
881
FunctionFunction undirom_find_pci struct undi_rom * undirom.c Find UNDI ROM for PCI device
882
FunctionFunction set_fbms void basemem.c @file
883
StaticStatic bios_handle_cup static void bios_console.c Handle ANSI CUP (cursor position)
884
StaticStatic bios_handle_ed static void bios_console.c Handle ANSI ED (erase in page)
885
StaticStatic bios_handle_sgr static void bios_console.c Handle ANSI SGR (set graphics rendition)
886
StaticStatic bios_putchar static void bios_console.c Print a character to BIOS console
887
StaticStatic scancode_to_ansi_seq static const char * bios_console.c Get ANSI escape sequence corresponding to BIOS scancode
888
StaticStatic bios_getchar static int bios_console.c Get character from BIOS console
889
StaticStatic bios_iskey static int bios_console.c Check for character ready to read from BIOS console
890
FunctionFunction fake_e820 void fakee820.c  
891
FunctionFunction unfake_e820 void fakee820.c  
892
StaticStatic empty_8042 static void gateA20.c Drain keyboard controller
893
StaticStatic gateA20_is_set static int gateA20.c Fast test to see if gate A20 is already set
894
FunctionFunction gateA20_set void gateA20.c  
895
FunctionFunction gateA20_unset void gateA20.c  
896
StaticStatic hide_region static void hidemem.c Hide region of memory from system memory map
897
FunctionFunction hide_basemem void hidemem.c Hide used base memory
898
FunctionFunction hide_umalloc void hidemem.c Hide umalloc() region
899
FunctionFunction hide_textdata void hidemem.c Hide .text and .data
900
StaticStatic hide_etherboot static void hidemem.c Hide Etherboot
901
StaticStatic unhide_etherboot static void hidemem.c Unhide Etherboot
902
StaticStatic extmemsize_e801 static unsigned int memmap.c Get size of extended memory via INT 15,e801
903
StaticStatic extmemsize_88 static unsigned int memmap.c Get size of extended memory via INT 15,88
904
FunctionFunction extmemsize unsigned int memmap.c Get size of extended memory
905
StaticStatic meme820 static int memmap.c Get e820 memory map
906
FunctionFunction get_memmap void memmap.c Get memory map
907
StaticStatic is_pnp_bios static int pnpbios.c Test address for PnP BIOS structure
908
FunctionFunction find_pnp_bios int pnpbios.c Locate Plug-and-Play BIOS
909
FunctionFunction call_bootsector int bootsector.c Jump to preloaded bootsector
910
StaticStatic bzimage_parse_cmdline static int bzimage.c Parse kernel command line for bootloader parameters
911
StaticStatic bzimage_set_cmdline static int bzimage.c Set command line
912
StaticStatic bzimage_load_initrd static size_t bzimage.c Load initrd
913
StaticStatic bzimage_load_initrds static int bzimage.c Load initrds, if any
914
StaticStatic bzimage_exec static int bzimage.c Execute bzImage image
915
StaticStatic bzimage_load_header static int bzimage.c Load and parse bzImage header
916
StaticStatic bzimage_load_real static int bzimage.c Load real-mode portion of bzImage
917
StaticStatic bzimage_load_non_real static int bzimage.c Load non-real-mode portion of bzImage
918
StaticStatic bzimage_write_header static int bzimage.c Update and store bzImage header
919
FunctionFunction bzimage_load int bzimage.c Load bzImage image into memory
920
StaticStatic com32_exec static int com32.c Execute COMBOOT image
921
StaticStatic com32_identify static int com32.c Check image name extension
922
StaticStatic comboot_load_image static int com32.c Load COM32 image into memory
923
StaticStatic comboot_prepare_bounce_buffer static int com32.c Prepare COM32 low memory bounce buffer
924
StaticStatic com32_load static int com32.c Load COM32 image into memory
925
StaticStatic comboot_copy_cmdline static void comboot.c Copy command line to PSP
926
StaticStatic comboot_init_psp static void comboot.c Initialize PSP
927
StaticStatic comboot_exec static int comboot.c Execute COMBOOT image
928
StaticStatic comboot_identify static int comboot.c Check image name extension
929
StaticStatic comboot_prepare_segment static int comboot.c Load COMBOOT image into memory, preparing a segment and returning it
930
StaticStatic comboot_load static int comboot.c Load COMBOOT image into memory
931
StaticStatic elfboot_exec static int elfboot.c Execute ELF image
932
StaticStatic elfboot_load static int elfboot.c Load ELF image into memory
933
StaticStatic word_checksum static unsigned int eltorito.c Calculate 16-bit word checksum
934
StaticStatic eltorito_exec static int eltorito.c Execute El Torito image
935
StaticStatic eltorito_read_voldesc static int eltorito.c Read and verify El Torito Boot Record Volume Descriptor
936
StaticStatic eltorito_read_catalog static int eltorito.c Read and verify El Torito Boot Catalog
937
StaticStatic eltorito_load_disk static int eltorito.c Load El Torito virtual disk image into memory
938
StaticStatic eltorito_load static int eltorito.c Load El Torito image into memory
939
StaticStatic multiboot_build_memmap static void multiboot.c Build multiboot memory map
940
FunctionFunction multiboot_add_cmdline physaddr_t multiboot.c Add command line in base memory
941
StaticStatic multiboot_build_module_list static unsigned int multiboot.c Build multiboot module list
942
StaticStatic multiboot_exec static int multiboot.c Execute multiboot image
943
StaticStatic multiboot_find_header static int multiboot.c Find multiboot header
944
StaticStatic multiboot_load_raw static int multiboot.c Load raw multiboot image into memory
945
StaticStatic multiboot_load_elf static int multiboot.c Load ELF multiboot image into memory
946
StaticStatic multiboot_load static int multiboot.c Load multiboot image into memory
947
StaticStatic nbi_prepare_segment static int nbi.c Prepare a segment for an NBI image
948
StaticStatic nbi_load_segment static int nbi.c Load a segment for an NBI image
949
StaticStatic nbi_process_segments static int nbi.c Process segments of an NBI image
950
StaticStatic nbi_load static int nbi.c Load an NBI image into memory
951
StaticStatic nbi_boot16 static int nbi.c Boot a 16-bit NBI image
952
StaticStatic nbi_boot32 static int nbi.c Boot a 32-bit NBI image
953
StaticStatic nbi_prepare_dhcp static int nbi.c Prepare DHCP parameter block for NBI image
954
StaticStatic nbi_exec static int nbi.c Execute a loaded NBI image
955
StaticStatic pxe_exec static int pxe_image.c Execute PXE image
956
FunctionFunction pxe_load int pxe_image.c Load PXE image into memory
957
FunctionFunction abft_fill_data void abft.c Fill in all variable portions of aBFT
958
StaticStatic aoeboot static int aoeboot.c  
959
FunctionFunction hook_bios_interrupt void biosint.c @file BIOS interrupts
960
FunctionFunction unhook_bios_interrupt int biosint.c Unhook INT vector
961
StaticStatic bios_cpu_nap static void bios_nap.c Save power by halting the CPU until the next interrupt
962
StaticStatic bios_find_smbios static int bios_smbios.c @file
963
StaticStatic bios_currticks static unsigned long bios_timer.c Get current system time in ticks
964
StaticStatic ibft_set_ipaddr static void ibft.c Fill in an IP address field within iBFT
965
StaticStatic ibft_set_ipaddr_option static void ibft.c Fill in an IP address within iBFT from configuration setting
966
StaticStatic ibft_ipaddr static const char * ibft.c Read IP address from iBFT (for debugging)
967
StaticStatic ibft_alloc_string static int ibft.c Allocate a string within iBFT
968
StaticStatic ibft_set_string static int ibft.c Fill in a string field within iBFT
969
StaticStatic ibft_set_string_option static int ibft.c Fill in a string field within iBFT from configuration setting
970
StaticStatic ibft_string static const char * ibft.c Read string from iBFT (for debugging)
971
StaticStatic ibft_fill_nic static int ibft.c Fill in NIC portion of iBFT
972
StaticStatic ibft_fill_initiator static int ibft.c Fill in Initiator portion of iBFT
973
StaticStatic ibft_fill_target_chap static int ibft.c Fill in Target CHAP portion of iBFT
974
StaticStatic ibft_fill_target_reverse_chap static int ibft.c Fill in Target Reverse CHAP portion of iBFT
975
StaticStatic ibft_fill_target static int ibft.c Fill in Target portion of iBFT
976
FunctionFunction ibft_fill_data int ibft.c Fill in all variable portions of iBFT
977
StaticStatic int13_reset static int int13.c INT 13, 00 - Reset disk system
978
StaticStatic int13_get_last_status static int int13.c INT 13, 01 - Get status of last operation
979
StaticStatic int13_rw_sectors static int int13.c Read / write sectors
980
StaticStatic int13_read_sectors static int int13.c INT 13, 02 - Read sectors
981
StaticStatic int13_write_sectors static int int13.c INT 13, 03 - Write sectors
982
StaticStatic int13_get_parameters static int int13.c INT 13, 08 - Get drive parameters
983
StaticStatic int13_get_disk_type static int int13.c INT 13, 15 - Get disk type
984
StaticStatic int13_extension_check static int int13.c INT 13, 41 - Extensions installation check
985
StaticStatic int13_extended_rw static int int13.c Extended read / write
986
StaticStatic int13_extended_read static int int13.c INT 13, 42 - Extended read
987
StaticStatic int13_extended_write static int int13.c INT 13, 43 - Extended write
988
StaticStatic int13_get_extended_parameters static int int13.c INT 13, 48 - Get extended parameters
989
StaticStatic int13 static __asmcall void int13.c INT 13 handler
990
StaticStatic hook_int13 static void int13.c Hook INT 13 handler
991
StaticStatic unhook_int13 static void int13.c Unhook INT 13 handler
992
StaticStatic guess_int13_geometry static void int13.c Guess INT 13 drive geometry
993
FunctionFunction register_int13_drive void int13.c Register INT 13 emulated drive
994
FunctionFunction unregister_int13_drive void int13.c Unregister INT 13 emulated drive
995
FunctionFunction int13_boot int int13.c Attempt to boot from an INT 13 drive
996
StaticStatic iscsiboot static int iscsiboot.c  
997
StaticStatic init_eheap static int memtop_umalloc.c Initialise external heap
998
StaticStatic ecollect_free static void memtop_umalloc.c Collect free blocks
999
StaticStatic memtop_urealloc static userptr_t memtop_umalloc.c Reallocate external memory
1000
StaticStatic pcibios_max_bus static int pcibios.c @file
1001
FunctionFunction pcibios_read int pcibios.c Read configuration space via PCI BIOS
1002
FunctionFunction pcibios_write int pcibios.c Write configuration space via PCI BIOS
1003
StaticStatic pxenv_unknown static PXENV_EXIT_t pxe_call.c Handle an unknown PXE API call
1004
FunctionFunction pxe_api_call __asmcall void pxe_call.c Dispatch PXE API call
1005
FunctionFunction pxe_loader_call __asmcall void pxe_call.c Dispatch PXE loader call
1006
FunctionFunction pxe_hook_int1a void pxe_call.c Hook INT 1A for PXE
1007
FunctionFunction pxe_unhook_int1a int pxe_call.c Unhook INT 1A for PXE
1008
StaticStatic pxe_checksum static uint8_t pxe_call.c Calculate byte checksum as used by PXE
1009
FunctionFunction pxe_init_structures void pxe_call.c Initialise !PXE and PXENV+ structures
1010
FunctionFunction pxe_start_nbp int pxe_call.c  
1011
FunctionFunction pxenv_file_open PXENV_EXIT_t pxe_file.c FILE OPEN
1012
FunctionFunction pxenv_file_close PXENV_EXIT_t pxe_file.c FILE CLOSE
1013
FunctionFunction pxenv_file_select PXENV_EXIT_t pxe_file.c FILE SELECT
1014
FunctionFunction pxenv_file_read PXENV_EXIT_t pxe_file.c FILE READ
1015
FunctionFunction pxenv_get_file_size PXENV_EXIT_t pxe_file.c GET FILE SIZE
1016
FunctionFunction pxenv_file_exec PXENV_EXIT_t pxe_file.c FILE EXEC
1017
FunctionFunction pxenv_file_api_check PXENV_EXIT_t pxe_file.c FILE API CHECK
1018
FunctionFunction undi_loader PXENV_EXIT_t pxe_loader.c @file
1019
FunctionFunction pxe_set_cached_filename void pxe_preboot.c Set PXE cached TFTP filename
1020
FunctionFunction pxenv_unload_stack PXENV_EXIT_t pxe_preboot.c UNLOAD BASE CODE STACK
1021
FunctionFunction pxenv_get_cached_info PXENV_EXIT_t pxe_preboot.c  
1022
FunctionFunction pxenv_restart_tftp PXENV_EXIT_t pxe_preboot.c  
1023
FunctionFunction pxenv_start_undi PXENV_EXIT_t pxe_preboot.c  
1024
FunctionFunction pxenv_stop_undi PXENV_EXIT_t pxe_preboot.c  
1025
FunctionFunction pxenv_start_base PXENV_EXIT_t pxe_preboot.c  
1026
FunctionFunction pxenv_stop_base PXENV_EXIT_t pxe_preboot.c  
1027
StaticStatic pxe_tftp_close static void pxe_tftp.c Close PXE TFTP connection
1028
StaticStatic pxe_tftp_xfer_deliver_iob static int pxe_tftp.c Receive new data
1029
StaticStatic pxe_tftp_xfer_close static void pxe_tftp.c Handle close() event
1030
StaticStatic pxe_tftp_open static int pxe_tftp.c Open PXE TFTP connection
1031
FunctionFunction pxenv_tftp_open PXENV_EXIT_t pxe_tftp.c TFTP OPEN
1032
FunctionFunction pxenv_tftp_close PXENV_EXIT_t pxe_tftp.c TFTP CLOSE
1033
FunctionFunction pxenv_tftp_read PXENV_EXIT_t pxe_tftp.c TFTP READ
1034
FunctionFunction pxenv_tftp_read_file PXENV_EXIT_t pxe_tftp.c TFTP/MTFTP read file
1035
FunctionFunction pxenv_tftp_get_fsize PXENV_EXIT_t pxe_tftp.c TFTP GET FILE SIZE
1036
StaticStatic pxe_udp_deliver_iob static int pxe_udp.c Receive PXE UDP data
1037
FunctionFunction pxenv_udp_open PXENV_EXIT_t pxe_udp.c UDP OPEN
1038
FunctionFunction pxenv_udp_close PXENV_EXIT_t pxe_udp.c UDP CLOSE
1039
FunctionFunction pxenv_udp_write PXENV_EXIT_t pxe_udp.c UDP WRITE
1040
FunctionFunction pxenv_udp_read PXENV_EXIT_t pxe_udp.c UDP READ
1041
FunctionFunction pxe_set_netdev void pxe_undi.c Set network device as current PXE network device
1042
StaticStatic pxe_netdev_open static int pxe_undi.c Open PXE network device
1043
StaticStatic pxe_netdev_close static void pxe_undi.c Close PXE network device
1044
FunctionFunction pxenv_undi_startup PXENV_EXIT_t pxe_undi.c  
1045
FunctionFunction pxenv_undi_cleanup PXENV_EXIT_t pxe_undi.c  
1046
FunctionFunction pxenv_undi_initialize PXENV_EXIT_t pxe_undi.c  
1047
FunctionFunction pxenv_undi_reset_adapter PXENV_EXIT_t pxe_undi.c  
1048
FunctionFunction pxenv_undi_shutdown PXENV_EXIT_t pxe_undi.c  
1049
FunctionFunction pxenv_undi_open PXENV_EXIT_t pxe_undi.c  
1050
FunctionFunction pxenv_undi_close PXENV_EXIT_t pxe_undi.c  
1051
FunctionFunction pxenv_undi_transmit PXENV_EXIT_t pxe_undi.c  
1052
FunctionFunction pxenv_undi_set_mcast_address PXENV_EXIT_t pxe_undi.c  
1053
FunctionFunction pxenv_undi_set_station_address PXENV_EXIT_t pxe_undi.c  
1054
FunctionFunction pxenv_undi_set_packet_filter PXENV_EXIT_t pxe_undi.c  
1055
FunctionFunction pxenv_undi_get_information PXENV_EXIT_t pxe_undi.c  
1056
FunctionFunction pxenv_undi_get_statistics PXENV_EXIT_t pxe_undi.c  
1057
FunctionFunction pxenv_undi_clear_statistics PXENV_EXIT_t pxe_undi.c  
1058
FunctionFunction pxenv_undi_initiate_diags PXENV_EXIT_t pxe_undi.c  
1059
FunctionFunction pxenv_undi_force_interrupt PXENV_EXIT_t pxe_undi.c  
1060
FunctionFunction pxenv_undi_get_mcast_address PXENV_EXIT_t pxe_undi.c  
1061
FunctionFunction pxenv_undi_get_nic_type PXENV_EXIT_t pxe_undi.c  
1062
FunctionFunction pxenv_undi_get_iface_info PXENV_EXIT_t pxe_undi.c  
1063
FunctionFunction pxenv_undi_get_state PXENV_EXIT_t pxe_undi.c  
1064
FunctionFunction pxenv_undi_isr PXENV_EXIT_t pxe_undi.c  
1065
FunctionFunction com32_intcall void __asmcall com32_call.c Interrupt call helper
1066
FunctionFunction com32_farcall void __asmcall com32_call.c Farcall helper
1067
FunctionFunction com32_cfarcall int __asmcall com32_call.c CDECL farcall helper
1068
StaticStatic print_user_string static void comboot_call.c Print a string with a particular terminator
1069
StaticStatic shuffle static void comboot_call.c Perform a series of memory copies from a list in low memory
1070
FunctionFunction comboot_force_text_mode void comboot_call.c Set default text mode
1071
StaticStatic comboot_fetch_kernel static int comboot_call.c Fetch kernel and optional initrd
1072
StaticStatic int20 static __asmcall void comboot_call.c Terminate program interrupt handler
1073
StaticStatic int21 static __asmcall void comboot_call.c DOS-compatible API
1074
StaticStatic int22 static __asmcall void comboot_call.c SYSLINUX API
1075
FunctionFunction hook_comboot_interrupts void comboot_call.c Hook BIOS interrupts related to COMBOOT API (INT 20h, 21h, 22h)
1076
FunctionFunction unhook_comboot_interrupts void comboot_call.c Unhook BIOS interrupts related to COMBOOT API (INT 20h, 21h, 22h)
1077
StaticStatic comboot_resolv_done static void comboot_resolv.c  
1078
FunctionFunction comboot_resolv int comboot_resolv.c  
1079
FunctionFunction copy_user_to_rm_stack uint16_t librm_mgmt.c Allocate space on the real-mode stack and copy data there from a
1080
FunctionFunction remove_user_from_rm_stack void librm_mgmt.c Deallocate space on the real-mode stack, optionally copying back
1081
FunctionFunction pcidirect_prepare void pcidirect.c @file
1082
FunctionFunction __memcpy void * x86_string.c Copy memory area
1083
StaticStatic efix86_cpu_nap static void efix86_nap.c @file
1084
FunctionFunction _start EFI_STATUS EFIAPI efidrvprefix.c EFI entry point
1085
FunctionFunction _start EFI_STATUS EFIAPI efiprefix.c EFI entry point
1086
FunctionFunction acpi_fix_checksum void acpi.c @file
1087
StaticStatic ansiesc_call_handler static void ansiesc.c @file
1088
FunctionFunction ansiesc_process int ansiesc.c Process character that may be part of ANSI escape sequence
1089
FunctionFunction vasprintf int asprintf.c Write a formatted string to newly allocated memory.
1090
FunctionFunction asprintf int asprintf.c Write a formatted string to newly allocated memory.
1091
FunctionFunction base64_encode void base64.c Base64-encode a string
1092
FunctionFunction basename char * basename.c Return base name from path
1093
FunctionFunction dirname char * basename.c Return directory name from path
1094
FunctionFunction bitmap_resize int bitmap.c @file
1095
FunctionFunction bitmap_test int bitmap.c Test bit in bitmap
1096
FunctionFunction bitmap_set void bitmap.c Set bit in bitmap
1097
FunctionFunction __flsl int bitops.c  
1098
StaticStatic btext_setup_display static void btext.c  
1099
StaticStatic map_boot_text static void btext.c  
1100
StaticStatic calc_base static unsigned char * BTEXT btext.c  
1101
StaticStatic btext_clearscreen static void BTEXT btext.c  
1102
FunctionFunction dcbst __inline__ void btext.c  
1103
StaticStatic btext_flushscreen static void BTEXT btext.c  
1104
StaticStatic scrollscreen static BTEXT void btext.c  
1105
StaticStatic btext_drawchar static void BTEXT btext.c  
1106
StaticStatic btext_drawstring static void BTEXT btext.c  
1107
StaticStatic btext_drawhex static void BTEXT btext.c  
1108
StaticStatic draw_byte static void BTEXT btext.c  
1109
StaticStatic draw_byte_32 static void BTEXT btext.c  
1110
StaticStatic draw_byte_16 static void BTEXT btext.c  
1111
StaticStatic draw_byte_8 static void BTEXT btext.c  
1112
StaticStatic btext_init static void btext.c  
1113
StaticStatic btext_putc static void btext.c  
1114
FunctionFunction putchar void console.c Write a single character to each console device.
1115
StaticStatic has_input static struct console_driver * console.c Check to see if any input is available on any console.
1116
FunctionFunction getchar int console.c Read a single character from any console.
1117
FunctionFunction iskey int console.c Check for available input on any console.
1118
FunctionFunction cpio_set_field void cpio.c Set field within a CPIO header
1119
FunctionFunction churi void cwuri.c Change working URI
1120
FunctionFunction pause void debug.c  
1121
FunctionFunction more void debug.c  
1122
StaticStatic dbg_hex_dump_da_row static void debug.c Print row of a hex dump with specified display address
1123
FunctionFunction dbg_hex_dump_da void debug.c Print hex dump with specified display address
1124
FunctionFunction guard_region void debug.c  
1125
FunctionFunction check_region int debug.c  
1126
StaticStatic dbg_autocolour static int debug.c Choose colour index for debug autocolourisation
1127
FunctionFunction dbg_autocolourise void debug.c Select automatic colour for debug messages
1128
FunctionFunction dbg_decolourise void debug.c Revert to normal colour
1129
StaticStatic rootdev_probe static int device.c Probe a root device
1130
StaticStatic rootdev_remove static void device.c Remove a root device
1131
StaticStatic probe_devices static void device.c Probe all devices
1132
StaticStatic remove_devices static void device.c Remove all devices
1133
StaticStatic downloader_free static void downloader.c Free downloader object
1134
StaticStatic downloader_finished static void downloader.c Terminate download
1135
StaticStatic downloader_ensure_size static int downloader.c Ensure that download buffer is large enough for the specified size
1136
StaticStatic downloader_job_kill static void downloader.c Job control interface
1137
StaticStatic downloader_xfer_deliver_iob static int downloader.c Data transfer interface
1138
StaticStatic downloader_xfer_close static void downloader.c Handle close() event received via data transfer interface
1139
FunctionFunction create_downloader int downloader.c Instantiator
1140
FunctionFunction execv int exec.c Execute command
1141
StaticStatic expand_command static char * exec.c Expand variables within command line
1142
StaticStatic split_args static int exec.c Split command line into argv array
1143
FunctionFunction system int exec.c Execute command line
1144
StaticStatic echo_exec static int exec.c The "echo" command
1145
FunctionFunction filter_close void filter.c @file
1146
FunctionFunction filter_vredirect int filter.c  
1147
FunctionFunction filter_window size_t filter.c  
1148
FunctionFunction filter_alloc_iob struct io_buffer * filter.c  
1149
FunctionFunction filter_deliver_iob int filter.c  
1150
FunctionFunction filter_deliver_raw int filter.c  
1151
StaticStatic gdbserial_recv static size_t gdbserial.c  
1152
StaticStatic gdbserial_send static void gdbserial.c  
1153
FunctionFunction gdbserial_configure struct gdb_transport * gdbserial.c  
1154
StaticStatic gdbstub_from_hex_digit static uint8_t gdbstub.c  
1155
StaticStatic gdbstub_to_hex_digit static uint8_t gdbstub.c  
1156
StaticStatic gdbstub_from_hex_buf static void gdbstub.c  
1157
StaticStatic gdbstub_to_hex_buf static void gdbstub.c  
1158
StaticStatic gdbstub_cksum static uint8_t gdbstub.c  
1159
StaticStatic gdbstub_tx_packet static void gdbstub.c  
1160
StaticStatic gdbstub_send_ok static void gdbstub.c  
1161
StaticStatic gdbstub_send_num_packet static void gdbstub.c  
1162
StaticStatic gdbstub_get_packet_args static int gdbstub.c  
1163
StaticStatic gdbstub_send_errno static void gdbstub.c  
1164
StaticStatic gdbstub_report_signal static void gdbstub.c  
1165
StaticStatic gdbstub_read_regs static void gdbstub.c  
1166
StaticStatic gdbstub_write_regs static void gdbstub.c  
1167
StaticStatic gdbstub_read_mem static void gdbstub.c  
1168
StaticStatic gdbstub_write_mem static void gdbstub.c  
1169
StaticStatic gdbstub_continue static void gdbstub.c  
1170
StaticStatic gdbstub_breakpoint static void gdbstub.c  
1171
StaticStatic gdbstub_rx_packet static void gdbstub.c  
1172
StaticStatic gdbstub_state_new static void gdbstub.c  
1173
StaticStatic gdbstub_state_data static void gdbstub.c  
1174
StaticStatic gdbstub_state_cksum1 static void gdbstub.c  
1175
StaticStatic gdbstub_state_cksum2 static void gdbstub.c  
1176
StaticStatic gdbstub_state_wait_ack static void gdbstub.c  
1177
StaticStatic gdbstub_parse static void gdbstub.c  
1178
FunctionFunction gdbstub_handler void gdbstub.c  
1179
FunctionFunction find_gdb_transport struct gdb_transport * gdbstub.c  
1180
FunctionFunction gdbstub_start void gdbstub.c  
1181
StaticStatic gdbudp_ensure_netdev_open static void gdbudp.c  
1182
StaticStatic gdbudp_recv static size_t gdbudp.c  
1183
StaticStatic gdbudp_send static void gdbudp.c  
1184
FunctionFunction gdbudp_configure struct gdb_transport * gdbudp.c  
1185
StaticStatic gdbudp_init static int gdbudp.c  
1186
StaticStatic getchar_timeout static int getkey.c Read character from console if available within timeout period
1187
FunctionFunction getkey int getkey.c Get single keypress
1188
StaticStatic get_argv_argument static const char * getopt.c Get option argument from argv[] array
1189
StaticStatic match_long_option static int getopt.c Match long option
1190
StaticStatic match_short_option static int getopt.c Match short option
1191
FunctionFunction getopt_long int getopt.c Parse command-line options
1192
StaticStatic hw_finished static void hw.c  
1193
StaticStatic hw_xfer_close static void hw.c  
1194
StaticStatic hw_step static void hw.c  
1195
StaticStatic hw_open static int hw.c  
1196
StaticStatic i365_get static u_char i82365.c  
1197
StaticStatic i365_set static void i82365.c  
1198
FunctionFunction add_socket_i365 void i82365.c  
1199
FunctionFunction i365_bset void i82365.c  
1200
FunctionFunction i365_bclr void i82365.c  
1201
FunctionFunction identify_i365 int i82365.c  
1202
FunctionFunction init_i82365 int i82365.c  
1203
FunctionFunction phex void i82365.c  
1204
FunctionFunction deinit_i82365 int i82365.c  
1205
FunctionFunction i82365_interfacer int i82365.c  
1206
StaticStatic free_image static void image.c Free executable/loadable image
1207
FunctionFunction alloc_image struct image * image.c Allocate executable/loadable image
1208
FunctionFunction image_set_uri int image.c Set image URI
1209
FunctionFunction image_set_cmdline int image.c Set image command line
1210
FunctionFunction register_image int image.c Register executable/loadable image
1211
FunctionFunction unregister_image void image.c Unregister executable/loadable image
1212
FunctionFunction find_image struct image * image.c Find image by name
1213
StaticStatic image_load_type static int image.c Load executable/loadable image into memory
1214
FunctionFunction image_load int image.c Load executable/loadable image into memory
1215
FunctionFunction image_autoload int image.c Autodetect image type and load executable/loadable image into memory
1216
FunctionFunction image_exec int image.c Execute loaded image
1217
FunctionFunction register_and_autoload_image int image.c Register and autoload an image
1218
FunctionFunction register_and_autoexec_image int image.c Register and autoexec an image
1219
FunctionFunction initialise void init.c Initialise gPXE
1220
FunctionFunction startup void init.c Start up gPXE
1221
FunctionFunction shutdown void init.c Shut down gPXE
1222
FunctionFunction plug void interface.c @file
1223
FunctionFunction plug_plug void interface.c Plug two interfaces together
1224
FunctionFunction alloc_iob struct io_buffer * iobuf.c @file
1225
FunctionFunction free_iob void iobuf.c Free I/O buffer
1226
FunctionFunction iob_ensure_headroom int iobuf.c Ensure I/O buffer has sufficient headroom
1227
FunctionFunction job_done void job.c @file
1228
FunctionFunction job_kill void job.c  
1229
FunctionFunction ignore_job_done void job.c Helper methods
1230
FunctionFunction ignore_job_kill void job.c  
1231
FunctionFunction ignore_job_progress void job.c  
1232
FunctionFunction buffered_line char * linebuf.c Retrieve buffered-up line
1233
FunctionFunction empty_line_buffer void linebuf.c Discard line buffer contents
1234
FunctionFunction line_buffer ssize_t linebuf.c Buffer up received data by lines
1235
FunctionFunction main __asmcall int main.c Main entry point
1236
FunctionFunction alloc_memblock void * malloc.c Allocate a memory block
1237
FunctionFunction free_memblock void malloc.c Free a memory block
1238
FunctionFunction realloc void * malloc.c Reallocate memory
1239
FunctionFunction malloc void * malloc.c Allocate memory
1240
FunctionFunction free void malloc.c Free memory
1241
FunctionFunction zalloc void * malloc.c Allocate cleared memory
1242
FunctionFunction mpopulate void malloc.c Add memory to allocation pool
1243
StaticStatic init_heap static void malloc.c Initialise the heap
1244
FunctionFunction mdumpfree void malloc.c Dump free block list
1245
FunctionFunction inet_aton int misc.c INET_ATON - Convert an ascii x.x.x.x to binary form
1246
FunctionFunction isspace int misc.c  
1247
FunctionFunction strtoul unsigned long misc.c  
1248
StaticStatic monojob_done static void monojob.c  
1249
FunctionFunction monojob_wait int monojob.c Wait for single foreground job to complete
1250
StaticStatic nvo_checksum static unsigned int nvo.c @file
1251
StaticStatic nvo_load static int nvo.c Load non-volatile stored options from non-volatile storage device
1252
StaticStatic nvo_save static int nvo.c Save non-volatile stored options back to non-volatile storage device
1253
StaticStatic nvo_init_dhcpopts static void nvo.c Parse stored options
1254
StaticStatic nvo_store static int nvo.c Store value of NVO setting
1255
StaticStatic nvo_fetch static int nvo.c Fetch value of NVO setting
1256
FunctionFunction nvo_init void nvo.c Initialise non-volatile stored options
1257
FunctionFunction register_nvo int nvo.c Register non-volatile stored options
1258
FunctionFunction unregister_nvo void nvo.c Unregister non-volatile stored options
1259
FunctionFunction xfer_open_uri int open.c Open URI
1260
FunctionFunction xfer_open_uri_string int open.c Open URI string
1261
FunctionFunction xfer_open_socket int open.c Open socket
1262
FunctionFunction xfer_vopen int open.c Open location
1263
FunctionFunction xfer_open int open.c Open location
1264
FunctionFunction sleepticks void pcmcia.c  
1265
StaticStatic pcmcia_init_all static void pcmcia.c  
1266
StaticStatic pcmcia_shutdown_all static void pcmcia.c  
1267
StaticStatic get_scancode static int pc_kbd.c  
1268
StaticStatic kbd_havekey static int pc_kbd.c  
1269
StaticStatic kbd_ischar static int pc_kbd.c  
1270
StaticStatic kbd_getc static int pc_kbd.c  
1271
StaticStatic posix_file_free static void posix_io.c Free open file
1272
StaticStatic posix_file_finished static void posix_io.c Terminate file data transfer
1273
StaticStatic posix_file_xfer_close static void posix_io.c Handle close() event
1274
StaticStatic posix_file_xfer_deliver_iob static int posix_io.c Handle deliver_iob() event
1275
StaticStatic posix_fd_to_file static struct posix_file * posix_io.c Identify file by file descriptor
1276
StaticStatic posix_find_free_fd static int posix_io.c Find an available file descriptor
1277
FunctionFunction open int posix_io.c Open file
1278
FunctionFunction select int posix_io.c Check file descriptors for readiness
1279
FunctionFunction read_user ssize_t posix_io.c Read data from file
1280
FunctionFunction fsize ssize_t posix_io.c Determine file size
1281
FunctionFunction close int posix_io.c Close file
1282
FunctionFunction process_add void process.c Add process to process list
1283
FunctionFunction process_del void process.c Remove process from process list
1284
FunctionFunction step void process.c Single-step a single process
1285
StaticStatic init_processes static void process.c Initialise processes
1286
StaticStatic print_lacp_state static void proto_eth_slow.c  
1287
InlineInline print_lacpdu static inline void proto_eth_slow.c  
1288
InlineInline lacp_timer_val static inline unsigned long proto_eth_slow.c  
1289
StaticStatic print_lacp static void proto_eth_slow.c  
1290
StaticStatic lacp_init_state static void proto_eth_slow.c  
1291
InlineInline lacp_update_ntt static inline int proto_eth_slow.c  
1292
InlineInline lacp_record_pdu static inline void proto_eth_slow.c  
1293
InlineInline lacp_timer_expired static inline int proto_eth_slow.c  
1294
InlineInline lacp_start_periodic_timer static inline void proto_eth_slow.c  
1295
InlineInline lacp_start_current_while_timer static inline void proto_eth_slow.c  
1296
StaticStatic send_lacp_reports static void proto_eth_slow.c  
1297
InlineInline send_eth_slow_reports static inline void proto_eth_slow.c  
1298
InlineInline process_eth_slow static inline void proto_eth_slow.c  
1299
FunctionFunction srandom void random.c Seed the pseudo-random number generator
1300
FunctionFunction random long int random.c Generate a pseudo-random number between 0 and 2147483647L or 2147483562?
1301
FunctionFunction ref_get struct refcnt * refcnt.c @file
1302
FunctionFunction ref_put void refcnt.c Decrement reference count
1303
FunctionFunction resolv_done void resolv.c @file
1304
FunctionFunction ignore_resolv_done void resolv.c Ignore name resolution done() event
1305
StaticStatic numeric_step static void resolv.c  
1306
StaticStatic numeric_resolv static int resolv.c  
1307
StaticStatic resolv_mux_try static int resolv.c Try current child name resolver
1308
StaticStatic resolv_mux_done static void resolv.c Handle done() event from child name resolver
1309
FunctionFunction resolv int resolv.c Start name resolution
1310
StaticStatic named_resolv_done static void resolv.c Handle done() event
1311
FunctionFunction xfer_open_named_socket int resolv.c Open named socket
1312
FunctionFunction serial_putc void serial.c  
1313
FunctionFunction serial_getc int serial.c  
1314
FunctionFunction serial_ischar int serial.c  
1315
StaticStatic serial_init static void serial.c  
1316
StaticStatic serial_fini static void serial.c  
1317
StaticStatic serial_console_init static void serial_console.c  
1318
FunctionFunction simple_settings_store int settings.c Registered settings blocks
1319
FunctionFunction simple_settings_fetch int settings.c Fetch value of simple setting
1320
StaticStatic apply_settings static int settings.c Apply all settings
1321
StaticStatic reprioritise_settings static void settings.c Reprioritise settings
1322
FunctionFunction register_settings int settings.c Register settings block
1323
FunctionFunction unregister_settings void settings.c Unregister settings block
1324
FunctionFunction find_child_settings struct settings * settings.c Find child named settings block
1325
FunctionFunction find_settings struct settings * settings.c Find named settings block
1326
FunctionFunction store_setting int settings.c Core settings routines
1327
FunctionFunction fetch_setting int settings.c Fetch value of setting
1328
FunctionFunction fetch_setting_len int settings.c Fetch length of setting
1329
FunctionFunction fetch_string_setting int settings.c Fetch value of string setting
1330
FunctionFunction fetch_string_setting_copy int settings.c Fetch value of string setting
1331
FunctionFunction fetch_ipv4_setting int settings.c Fetch value of IPv4 address setting
1332
FunctionFunction fetch_int_setting int settings.c Fetch value of signed integer setting
1333
FunctionFunction fetch_uint_setting int settings.c Fetch value of unsigned integer setting
1334
FunctionFunction fetch_intz_setting long settings.c Fetch value of signed integer setting, or zero
1335
FunctionFunction fetch_uintz_setting unsigned long settings.c Fetch value of unsigned integer setting, or zero
1336
FunctionFunction fetch_uuid_setting int settings.c Fetch value of UUID setting
1337
FunctionFunction setting_cmp int settings.c Compare two settings
1338
FunctionFunction storef_setting int settings.c Formatted setting routines
1339
StaticStatic find_setting static struct setting * settings.c Find named setting
1340
StaticStatic find_setting_type static struct setting_type * settings.c Find setting type
1341
StaticStatic parse_setting_name static int settings.c Parse setting name
1342
FunctionFunction storef_named_setting int settings.c Parse and store value of named setting
1343
FunctionFunction fetchf_named_setting int settings.c Fetch and format value of named setting
1344
StaticStatic storef_string static int settings.c Setting types
1345
StaticStatic fetchf_string static int settings.c Fetch and format value of string setting
1346
StaticStatic storef_uristring static int settings.c Parse and store value of URI-encoded string setting
1347
StaticStatic fetchf_uristring static int settings.c Fetch and format value of URI-encoded string setting
1348
StaticStatic storef_ipv4 static int settings.c Parse and store value of IPv4 address setting
1349
StaticStatic fetchf_ipv4 static int settings.c Fetch and format value of IPv4 address setting
1350
StaticStatic storef_int static int settings.c Parse and store value of integer setting
1351
StaticStatic storef_int8 static int settings.c Parse and store value of 8-bit integer setting
1352
StaticStatic storef_int16 static int settings.c Parse and store value of 16-bit integer setting
1353
StaticStatic storef_int32 static int settings.c Parse and store value of 32-bit integer setting
1354
StaticStatic fetchf_int static int settings.c Fetch and format value of signed integer setting
1355
StaticStatic fetchf_uint static int settings.c Fetch and format value of unsigned integer setting
1356
StaticStatic storef_hex static int settings.c Parse and store value of hex string setting
1357
StaticStatic fetchf_hex static int settings.c Fetch and format value of hex string setting
1358
StaticStatic storef_uuid static int settings.c Parse and store value of UUID setting
1359
StaticStatic fetchf_uuid static int settings.c Fetch and format value of UUID setting
1360
FunctionFunction strcpy char * string.c ** FROM string.c ***
1361
FunctionFunction strncpy char * string.c strncpy - Copy a length-limited, %NUL-terminated string
1362
FunctionFunction strcat char * string.c strcat - Append one %NUL-terminated string to another
1363
FunctionFunction strcmp int string.c strcmp - Compare two strings
1364
FunctionFunction strncmp int string.c strncmp - Compare two length-limited strings
1365
FunctionFunction strcasecmp int string.c  
1366
FunctionFunction strchr char * string.c strchr - Find the first occurrence of a character in a string
1367
FunctionFunction strrchr char * string.c strrchr - Find the last occurrence of a character in a string
1368
FunctionFunction strlen size_t string.c strlen - Find the length of a string
1369
FunctionFunction strnlen size_t string.c strnlen - Find the length of a length-limited string
1370
FunctionFunction memset void * string.c memset - Fill a region of memory with the given value
1371
FunctionFunction memcpy void * string.c memcpy - Copy one area of memory to another
1372
FunctionFunction memmove void * string.c memmove - Copy one area of memory to another
1373
FunctionFunction memcmp int string.c memcmp - Compare two areas of memory
1374
FunctionFunction strstr char * string.c strstr - Find the first substring in a %NUL terminated string
1375
FunctionFunction memchr void * string.c memchr - Find a character in an area of memory.
1376
FunctionFunction strndup char * string.c  
1377
FunctionFunction strdup char * string.c  
1378
FunctionFunction strnicmp int stringextra.c ** FROM string.c ***
1379
FunctionFunction strncat char * stringextra.c strncat - Append a length-limited, %NUL-terminated string to another
1380
FunctionFunction strspn size_t stringextra.c strspn - Calculate the length of the initial substring of @s which only
1381
FunctionFunction strcspn size_t stringextra.c strcspn - Calculate the length of the initial substring of @s which only
1382
FunctionFunction strpbrk char * stringextra.c strpbrk - Find the first occurrence of a set of characters
1383
FunctionFunction strtok char * stringextra.c strtok - Split a string into tokens
1384
FunctionFunction strsep char * stringextra.c strsep - Split a string into tokens
1385
FunctionFunction bcopy char * stringextra.c bcopy - Copy one area of memory to another
1386
FunctionFunction memscan void * stringextra.c memscan - Find a character in an area of memory.
1387
FunctionFunction mdelay void timer.c Delay for a fixed number of milliseconds
1388
FunctionFunction sleep unsigned int timer.c Delay for a fixed number of seconds
1389
StaticStatic dump_uri static void uri.c Dump URI for debugging
1390
FunctionFunction parse_uri struct uri * uri.c Parse URI
1391
FunctionFunction uri_port unsigned int uri.c Get port from URI
1392
FunctionFunction unparse_uri int uri.c Unparse URI
1393
FunctionFunction uri_dup struct uri * uri.c Duplicate URI
1394
FunctionFunction resolve_path char * uri.c Resolve base+relative path
1395
FunctionFunction resolve_uri struct uri * uri.c Resolve base+relative URI
1396
StaticStatic is_unreserved_uri_char static int uri.c Test for unreserved URI characters
1397
FunctionFunction uri_encode size_t uri.c URI-encode string
1398
FunctionFunction uri_decode size_t uri.c Decode URI-encoded string
1399
FunctionFunction uuid_ntoa char * uuid.c @file
1400
StaticStatic format_hex static char * vsprintf.c Format a hexadecimal number
1401
StaticStatic format_decimal static char * vsprintf.c Format a decimal number
1402
InlineInline cputchar static inline void vsprintf.c Print character via a printf context
1403
FunctionFunction vcprintf size_t vsprintf.c Write a formatted string to a printf context
1404
StaticStatic printf_sputc static void vsprintf.c Write character to buffer
1405
FunctionFunction vsnprintf int vsprintf.c Write a formatted string to a buffer
1406
FunctionFunction snprintf int vsprintf.c Write a formatted string to a buffer
1407
FunctionFunction vssnprintf int vsprintf.c Version of vsnprintf() that accepts a signed buffer size
1408
FunctionFunction ssnprintf int vsprintf.c Version of vsnprintf() that accepts a signed buffer size
1409
StaticStatic printf_putchar static void vsprintf.c Write character to console
1410
FunctionFunction vprintf int vsprintf.c Write a formatted string to the console
1411
FunctionFunction printf int vsprintf.c Write a formatted string to the console.
1412
FunctionFunction xfer_close void xfer.c Close data transfer interface
1413
FunctionFunction xfer_vredirect int xfer.c Send redirection event
1414
FunctionFunction xfer_redirect int xfer.c Send redirection event
1415
FunctionFunction xfer_window size_t xfer.c Check flow control window
1416
FunctionFunction xfer_alloc_iob struct io_buffer * xfer.c Allocate I/O buffer
1417
FunctionFunction xfer_deliver_iob_meta int xfer.c Deliver datagram as I/O buffer with metadata
1418
FunctionFunction xfer_deliver_iob int xfer.c Deliver datagram as I/O buffer with metadata
1419
FunctionFunction xfer_deliver_raw int xfer.c Deliver datagram as raw data
1420
FunctionFunction xfer_vprintf int xfer.c Deliver formatted string
1421
FunctionFunction xfer_printf int xfer.c Deliver formatted string
1422
FunctionFunction xfer_seek int xfer.c Seek to position
1423
FunctionFunction ignore_xfer_close void xfer.c Helper methods
1424
FunctionFunction ignore_xfer_vredirect int xfer.c Ignore vredirect() event
1425
FunctionFunction unlimited_xfer_window size_t xfer.c Unlimited flow control window
1426
FunctionFunction no_xfer_window size_t xfer.c No flow control window
1427
FunctionFunction default_xfer_alloc_iob struct io_buffer * xfer.c Allocate I/O buffer
1428
FunctionFunction xfer_deliver_as_raw int xfer.c Deliver datagram as raw data
1429
FunctionFunction xfer_deliver_as_iob int xfer.c Deliver datagram as I/O buffer
1430
FunctionFunction ignore_xfer_deliver_raw int xfer.c Ignore datagram as raw data event
1431
StaticStatic asn1_start static int asn1.c @file
1432
FunctionFunction asn1_enter int asn1.c Enter ASN.1 object
1433
FunctionFunction asn1_skip int asn1.c Skip ASN.1 object
1434
StaticStatic aes_setkey static int axtls_aes.c Set key
1435
StaticStatic aes_setiv static void axtls_aes.c Set initialisation vector
1436
StaticStatic aes_call_axtls static void axtls_aes.c Call AXTLS' AES_encrypt() or AES_decrypt() functions
1437
StaticStatic aes_encrypt static void axtls_aes.c Encrypt data
1438
StaticStatic aes_decrypt static void axtls_aes.c Decrypt data
1439
StaticStatic sha1_init static void axtls_sha1.c  
1440
StaticStatic sha1_update static void axtls_sha1.c  
1441
StaticStatic sha1_final static void axtls_sha1.c  
1442
StaticStatic cbc_xor static void cbc.c @file
1443
FunctionFunction cbc_encrypt void cbc.c Encrypt data
1444
FunctionFunction cbc_decrypt void cbc.c Decrypt data
1445
FunctionFunction chap_init int chap.c @file
1446
FunctionFunction chap_update void chap.c Add data to the CHAP challenge
1447
FunctionFunction chap_respond void chap.c Respond to the CHAP challenge
1448
FunctionFunction chap_finish void chap.c Free resources used by a CHAP response
1449
StaticStatic digest_null_init static void crypto_null.c  
1450
StaticStatic digest_null_update static void crypto_null.c  
1451
StaticStatic digest_null_final static void crypto_null.c  
1452
StaticStatic cipher_null_setkey static int crypto_null.c  
1453
StaticStatic cipher_null_setiv static void crypto_null.c  
1454
StaticStatic cipher_null_encrypt static void crypto_null.c  
1455
StaticStatic cipher_null_decrypt static void crypto_null.c  
1456
StaticStatic hmac_reduce_key static void hmac.c Reduce HMAC key length
1457
FunctionFunction hmac_init void hmac.c Initialise HMAC
1458
FunctionFunction hmac_final void hmac.c Finalise HMAC
1459
StaticStatic f1 static u32 __md5step md5.c  
1460
StaticStatic f2 static u32 __md5step md5.c  
1461
StaticStatic f3 static u32 __md5step md5.c  
1462
StaticStatic f4 static u32 __md5step md5.c  
1463
StaticStatic md5_transform static void md5.c  
1464
InlineInline le32_to_cpu_array static inline void md5.c  
1465
InlineInline cpu_to_le32_array static inline void md5.c  
1466
InlineInline md5_transform_helper static inline void md5.c  
1467
StaticStatic md5_init static void md5.c  
1468
StaticStatic md5_update static void md5.c  
1469
StaticStatic md5_final static void md5.c  
1470
StaticStatic x509_public_key static int x509.c Identify X.509 certificate public key
1471
FunctionFunction x509_rsa_public_key int x509.c Identify X.509 certificate RSA modulus and public exponent
1472
StaticStatic AES_xtime static unsigned char aes.c  
1473
FunctionFunction AES_set_key void aes.c Set up AES with the key/iv and cipher size.
1474
FunctionFunction AES_convert_key void aes.c Change a key for decryption.
1475
FunctionFunction AES_cbc_encrypt void aes.c Encrypt a byte sequence (with a block size 16) using the AES cipher.
1476
FunctionFunction AES_cbc_decrypt void aes.c Decrypt a byte sequence (with a block size 16) using the AES cipher.
1477
FunctionFunction AES_encrypt void aes.c Encrypt a single block (16 bytes) of data
1478
FunctionFunction AES_decrypt void aes.c Decrypt a single block (16 bytes) of data
1479
FunctionFunction bi_initialize BI_CTX * bigint.c @brief Start a new bigint context.
1480
FunctionFunction bi_terminate void bigint.c @brief Close the bigint context and free any resources.
1481
FunctionFunction bi_copy bigint * bigint.c @brief Increment the number of references to this object.
1482
FunctionFunction bi_permanent void bigint.c @brief Simply make a bigint object "unfreeable" if bi_free() is called on it.
1483
FunctionFunction bi_depermanent void bigint.c @brief Take a permanent object and make it eligible for freedom.
1484
FunctionFunction bi_free void bigint.c @brief Free a bigint object so it can be used again.
1485
FunctionFunction int_to_bi bigint * bigint.c @brief Convert an (unsigned) integer into a bigint.
1486
FunctionFunction bi_clone bigint * bigint.c @brief Do a full copy of the bigint object.
1487
FunctionFunction bi_add bigint * bigint.c @brief Perform an addition operation between two bigints.
1488
FunctionFunction bi_subtract bigint * bigint.c @brief Perform a subtraction operation between two bigints.
1489
StaticStatic bi_int_multiply static bigint * bigint.c Perform a multiply between a bigint an an (unsigned) integer
1490
FunctionFunction bi_divide bigint * bigint.c @brief Does both division and modulo calculations.
1491
StaticStatic bi_int_divide static bigint * bigint.c  
1492
StaticStatic modular_inverse static comp bigint.c There is a need for the value of integer N' such that B^-1(B-1)-N^-1N'=1,
1493
FunctionFunction defined   bigint.c  
1494
StaticStatic comp_left_shift static bigint * bigint.c Take each component and shift it up (in terms of components)
1495
FunctionFunction bi_import bigint * bigint.c @brief Allow a binary sequence to be imported as a bigint.
1496
FunctionFunction bi_str_import bigint * bigint.c @brief The testharness uses this code to import text hex-streams and
1497
FunctionFunction bi_print void bigint.c  
1498
FunctionFunction bi_export void bigint.c @brief Take a bigint and convert it into a byte sequence.
1499
FunctionFunction bi_set_mod void bigint.c @brief Pre-calculate some of the expensive steps in reduction.
1500
FunctionFunction bi_free_mod void bigint.c @brief Used when cleaning various bigints at the end of a session.
1501
StaticStatic regular_multiply static bigint * bigint.c Perform a standard multiplication between two bigints.
1502
StaticStatic karatsuba static bigint * bigint.c  
1503
FunctionFunction bi_multiply bigint * bigint.c @brief Perform a multiplication operation between two bigints.
1504
StaticStatic regular_square static bigint * bigint.c  
1505
FunctionFunction bi_square bigint * bigint.c @brief Perform a square operation on a bigint.
1506
FunctionFunction bi_compare int bigint.c @brief Compare two bigints.
1507
StaticStatic more_comps static void bigint.c  
1508
StaticStatic alloc static bigint * bigint.c  
1509
StaticStatic find_max_exp_index static int bigint.c  
1510
StaticStatic exp_bit_is_one static int bigint.c  
1511
StaticStatic check static void bigint.c  
1512
StaticStatic trim static bigint * bigint.c  
1513
FunctionFunction bi_mont bigint * bigint.c @brief Perform a single montgomery reduction.
1514
StaticStatic comp_mod static bigint * bigint.c  
1515
StaticStatic partial_multiply static bigint * bigint.c  
1516
FunctionFunction bi_barrett bigint * bigint.c @brief Perform a single Barrett reduction.
1517
StaticStatic precompute_slide_window static void bigint.c  
1518
FunctionFunction bi_mod_power bigint * bigint.c @brief Perform a modular exponentiation.
1519
FunctionFunction bi_mod_power2 bigint * bigint.c @brief Perform a modular exponentiation using a temporary modulus.
1520
FunctionFunction RSA_priv_key_new void rsa.c  
1521
FunctionFunction RSA_pub_key_new void rsa.c  
1522
FunctionFunction RSA_free void rsa.c Free up any RSA context resources.
1523
FunctionFunction RSA_decrypt int rsa.c @brief Use PKCS1.5 for decryption/verification.
1524
FunctionFunction RSA_private bigint * rsa.c Performs m = c^d mod n
1525
StaticStatic bi_crt static bigint * rsa.c Use the Chinese Remainder Theorem to quickly perform RSA decrypts.
1526
FunctionFunction RSA_print void rsa.c Used for diagnostics.
1527
FunctionFunction RSA_public bigint * rsa.c Performs c = m^e mod n
1528
FunctionFunction RSA_encrypt int rsa.c Use PKCS1.5 for encryption/signing.
1529
FunctionFunction RSA_sign_verify bigint * rsa.c Take a signature and decrypt it.
1530
FunctionFunction SHA1Init void sha1.c Initialize the SHA1 context
1531
FunctionFunction SHA1Update void sha1.c Accepts an array of octets as the next portion of the message.
1532
FunctionFunction SHA1Final void sha1.c Return the 160-bit message digest into the user's array
1533
StaticStatic SHA1ProcessMessageBlock static void sha1.c Process the next 512 bits of the message stored in the array.
1534
StaticStatic SHA1PadMessage static void sha1.c  
1535
FunctionFunction write_bit void bitbash.c @file
1536
FunctionFunction read_bit int bitbash.c Read input bit
1537
StaticStatic i2c_delay static void i2c_bit.c @file
1538
StaticStatic setscl static void i2c_bit.c Set state of I2C SCL line
1539
StaticStatic setsda static void i2c_bit.c Set state of I2C SDA line
1540
StaticStatic getsda static int i2c_bit.c Get state of I2C SDA line
1541
StaticStatic i2c_start static void i2c_bit.c Send an I2C start condition
1542
StaticStatic i2c_send_bit static void i2c_bit.c Send an I2C data bit
1543
StaticStatic i2c_recv_bit static int i2c_bit.c Receive an I2C data bit
1544
StaticStatic i2c_stop static void i2c_bit.c Send an I2C stop condition
1545
StaticStatic i2c_send_byte static int i2c_bit.c Send byte via I2C bus and check for acknowledgement
1546
StaticStatic i2c_recv_byte static uint8_t i2c_bit.c Receive byte via I2C bus
1547
StaticStatic i2c_select static int i2c_bit.c Select I2C device for reading or writing
1548
StaticStatic i2c_reset static int i2c_bit.c Reset I2C bus
1549
StaticStatic i2c_bit_read static int i2c_bit.c Read data from I2C device via bit-bashing interface
1550
StaticStatic i2c_bit_write static int i2c_bit.c Write data to I2C device via bit-bashing interface
1551
FunctionFunction init_i2c_bit_basher int i2c_bit.c Initialise I2C bit-bashing interface
1552
StaticStatic spi_bit_delay static void spi_bit.c @file
1553
StaticStatic spi_bit_set_slave_select static void spi_bit.c Select/deselect slave
1554
StaticStatic spi_bit_transfer static void spi_bit.c Transfer bits over SPI bit-bashing bus
1555
StaticStatic spi_bit_rw static int spi_bit.c Read/write data via SPI bit-bashing bus
1556
FunctionFunction init_spi_bit_basher void spi_bit.c Initialise SPI bit-bashing interface
1557
InlineInline __attribute__ static inline ata.c @file
1558
InlineInline __attribute__ static inline ata.c Issue ATA command
1559
StaticStatic ata_read static int ata.c Read block from ATA device
1560
StaticStatic ata_write static int ata.c Write block to ATA device
1561
StaticStatic ata_identify static int ata.c Identify ATA device
1562
FunctionFunction init_atadev int ata.c Initialise ATA device
1563
InlineInline __attribute__ static inline ramdisk.c @file
1564
StaticStatic ramdisk_read static int ramdisk.c Read block
1565
StaticStatic ramdisk_write static int ramdisk.c Write block
1566
FunctionFunction init_ramdisk int ramdisk.c  
1567
InlineInline __attribute__ static inline scsi.c  
1568
StaticStatic scsi_command static int scsi.c Issue SCSI command
1569
StaticStatic scsi_read_10 static int scsi.c Read block from SCSI device using READ (10)
1570
StaticStatic scsi_read_16 static int scsi.c Read block from SCSI device using READ (16)
1571
StaticStatic scsi_write_10 static int scsi.c Write block to SCSI device using WRITE (10)
1572
StaticStatic scsi_write_16 static int scsi.c Write block to SCSI device using WRITE (16)
1573
StaticStatic scsi_read_capacity_10 static int scsi.c Read capacity of SCSI device via READ CAPACITY (10)
1574
StaticStatic scsi_read_capacity_16 static int scsi.c Read capacity of SCSI device via READ CAPACITY (16)
1575
FunctionFunction init_scsidev int scsi.c Initialise SCSI device
1576
FunctionFunction eisa_device_enabled void eisa.c Reset and enable/disable an EISA device
1577
StaticStatic eisa_probe static int eisa.c Probe an EISA device
1578
StaticStatic eisa_remove static void eisa.c Remove an EISA device
1579
StaticStatic eisabus_probe static int eisa.c Probe EISA root bus
1580
StaticStatic eisabus_remove static void eisa.c Remove EISA root bus
1581
StaticStatic isa_probe static int isa.c Probe an ISA device
1582
StaticStatic isa_remove static void isa.c Remove an ISA device
1583
StaticStatic isabus_probe static int isa.c Probe ISA root bus
1584
StaticStatic isabus_remove static void isa.c Remove ISA root bus
1585
InlineInline isapnp_write_address static inline void isapnp.c  
1586
InlineInline isapnp_write_data static inline void isapnp.c  
1587
InlineInline isapnp_read_data static inline unsigned int isapnp.c  
1588
InlineInline isapnp_write_byte static inline void isapnp.c  
1589
InlineInline isapnp_read_byte static inline unsigned int isapnp.c  
1590
InlineInline isapnp_read_word static inline unsigned int isapnp.c  
1591
InlineInline isapnp_set_read_port static inline void isapnp.c Inform cards of a new read port address
1592
InlineInline isapnp_serialisolation static inline void isapnp.c Enter the Isolation state.
1593
InlineInline isapnp_wait_for_key static inline void isapnp.c Enter the Wait for Key state.
1594
InlineInline isapnp_reset_csn static inline void isapnp.c Reset (i.e. remove) Card Select Number.
1595
InlineInline isapnp_wake static inline void isapnp.c Place a specified card into the Config state.
1596
InlineInline isapnp_read_resourcedata static inline unsigned int isapnp.c  
1597
InlineInline isapnp_read_status static inline unsigned int isapnp.c  
1598
InlineInline isapnp_write_csn static inline void isapnp.c Assign a Card Select Number to a card, and enter the Config state.
1599
InlineInline isapnp_logicaldevice static inline void isapnp.c  
1600
InlineInline isapnp_activate static inline void isapnp.c  
1601
InlineInline isapnp_deactivate static inline void isapnp.c  
1602
InlineInline isapnp_read_iobase static inline unsigned int isapnp.c  
1603
InlineInline isapnp_read_irqno static inline unsigned int isapnp.c  
1604
StaticStatic isapnp_delay static void isapnp.c  
1605
InlineInline isapnp_lfsr_next static inline unsigned int isapnp.c Linear feedback shift register.
1606
StaticStatic isapnp_send_key static void isapnp.c Send the ISAPnP initiation key.
1607
StaticStatic isapnp_checksum static unsigned int isapnp.c Compute ISAPnP identifier checksum
1608
InlineInline isapnp_peek_byte static inline unsigned int isapnp.c  
1609
StaticStatic isapnp_peek static void isapnp.c Read resource data.
1610
StaticStatic isapnp_find_tag static int isapnp.c Find a tag within the resource data.
1611
StaticStatic isapnp_find_logdevid static int isapnp.c Find specified Logical Device ID tag
1612
StaticStatic isapnp_try_isolate static int isapnp.c Try isolating ISAPnP cards at the current read port.
1613
StaticStatic isapnp_isolate static void isapnp.c Find a valid read port and isolate all ISAPnP cards.
1614
FunctionFunction isapnp_device_activation void isapnp.c Activate or deactivate an ISAPnP device.
1615
StaticStatic isapnp_probe static int isapnp.c Probe an ISAPnP device
1616
StaticStatic isapnp_remove static void isapnp.c Remove an ISAPnP device
1617
StaticStatic isapnpbus_probe static int isapnp.c Probe ISAPnP root bus
1618
StaticStatic isapnpbus_remove static void isapnp.c Remove ISAPnP root bus
1619
FunctionFunction isa_id_string char * isa_ids.c  
1620
StaticStatic mca_probe static int mca.c Probe an MCA device
1621
StaticStatic mca_remove static void mca.c Remove an MCA device
1622
StaticStatic mcabus_probe static int mca.c Probe MCA root bus
1623
StaticStatic mcabus_remove static void mca.c Remove MCA root bus
1624
StaticStatic pci_bar static unsigned long pci.c Read PCI BAR
1625
FunctionFunction pci_bar_start unsigned long pci.c Find the start of a PCI BAR
1626
StaticStatic pci_read_bases static void pci.c Read membase and ioaddr for a PCI device
1627
FunctionFunction adjust_pci_device void pci.c Enable PCI device
1628
StaticStatic pci_probe static int pci.c Probe a PCI device
1629
StaticStatic pci_remove static void pci.c Remove a PCI device
1630
StaticStatic pcibus_probe static int pci.c Probe PCI root bus
1631
StaticStatic pcibus_remove static void pci.c Remove PCI root bus
1632
FunctionFunction pci_find_capability int pciextra.c Look for a PCI capability
1633
FunctionFunction pci_bar_size unsigned long pciextra.c Find the size of a PCI BAR
1634
FunctionFunction vp_find_vq int virtio-pci.c  
1635
FunctionFunction vring_detach void virtio-ring.c  
1636
FunctionFunction vring_get_buf int virtio-ring.c  
1637
FunctionFunction vring_add_buf void virtio-ring.c  
1638
FunctionFunction vring_kick void virtio-ring.c  
1639
StaticStatic arbel_alloc_qn_offset static int arbel.c @file
1640
StaticStatic arbel_free_qn_offset static void arbel.c Free queue number
1641
StaticStatic arbel_cmd_wait static int arbel.c HCA commands
1642
StaticStatic arbel_cmd static int arbel.c Issue HCA command
1643
InlineInline arbel_cmd_query_dev_lim static inline int arbel.c  
1644
InlineInline arbel_cmd_query_fw static inline int arbel.c  
1645
InlineInline arbel_cmd_init_hca static inline int arbel.c  
1646
InlineInline arbel_cmd_close_hca static inline int arbel.c  
1647
InlineInline arbel_cmd_init_ib static inline int arbel.c  
1648
InlineInline arbel_cmd_close_ib static inline int arbel.c  
1649
InlineInline arbel_cmd_sw2hw_mpt static inline int arbel.c  
1650
InlineInline arbel_cmd_map_eq static inline int arbel.c  
1651
InlineInline arbel_cmd_sw2hw_eq static inline int arbel.c  
1652
InlineInline arbel_cmd_hw2sw_eq static inline int arbel.c  
1653
InlineInline arbel_cmd_sw2hw_cq static inline int arbel.c  
1654
InlineInline arbel_cmd_hw2sw_cq static inline int arbel.c  
1655
InlineInline arbel_cmd_rst2init_qpee static inline int arbel.c  
1656
InlineInline arbel_cmd_init2rtr_qpee static inline int arbel.c  
1657
InlineInline arbel_cmd_rtr2rts_qpee static inline int arbel.c  
1658
InlineInline arbel_cmd_rts2rts_qp static inline int arbel.c  
1659
InlineInline arbel_cmd_2rst_qpee static inline int arbel.c  
1660
InlineInline arbel_cmd_mad_ifc static inline int arbel.c  
1661
InlineInline arbel_cmd_read_mgm static inline int arbel.c  
1662
InlineInline arbel_cmd_write_mgm static inline int arbel.c  
1663
InlineInline arbel_cmd_mgid_hash static inline int arbel.c  
1664
InlineInline arbel_cmd_run_fw static inline int arbel.c  
1665
InlineInline arbel_cmd_disable_lam static inline int arbel.c  
1666
InlineInline arbel_cmd_enable_lam static inline int arbel.c  
1667
InlineInline arbel_cmd_unmap_icm static inline int arbel.c  
1668
InlineInline arbel_cmd_map_icm static inline int arbel.c  
1669
InlineInline arbel_cmd_unmap_icm_aux static inline int arbel.c  
1670
InlineInline arbel_cmd_map_icm_aux static inline int arbel.c  
1671
InlineInline arbel_cmd_set_icm_size static inline int arbel.c  
1672
InlineInline arbel_cmd_unmap_fa static inline int arbel.c  
1673
InlineInline arbel_cmd_map_fa static inline int arbel.c  
1674
StaticStatic arbel_mad static int arbel.c MAD operations
1675
StaticStatic arbel_create_cq static int arbel.c Completion queue operations
1676
StaticStatic arbel_destroy_cq static void arbel.c Destroy completion queue
1677
StaticStatic arbel_create_send_wq static int arbel.c Queue pair operations
1678
StaticStatic arbel_create_recv_wq static int arbel.c Create receive work queue
1679
StaticStatic arbel_create_qp static int arbel.c Create queue pair
1680
StaticStatic arbel_modify_qp static int arbel.c Modify queue pair
1681
StaticStatic arbel_destroy_qp static void arbel.c Destroy queue pair
1682
StaticStatic arbel_ring_doorbell static void arbel.c Work request operations
1683
StaticStatic arbel_post_send static int arbel.c Post send work queue entry
1684
StaticStatic arbel_post_recv static int arbel.c Post receive work queue entry
1685
StaticStatic arbel_complete static int arbel.c Handle completion
1686
StaticStatic arbel_poll_cq static void arbel.c Poll completion queue
1687
StaticStatic arbel_create_eq static int arbel.c Event queues
1688
StaticStatic arbel_destroy_eq static void arbel.c Destroy event queue
1689
StaticStatic arbel_event_port_state_change static void arbel.c Handle port state event
1690
StaticStatic arbel_poll_eq static void arbel.c Poll event queue
1691
StaticStatic arbel_open static int arbel.c Infiniband link-layer operations
1692
StaticStatic arbel_close static void arbel.c Close Infiniband link
1693
StaticStatic arbel_mcast_attach static int arbel.c Multicast group operations
1694
StaticStatic arbel_mcast_detach static void arbel.c Detach from multicast group
1695
StaticStatic arbel_start_firmware static int arbel.c Firmware control
1696
StaticStatic arbel_stop_firmware static void arbel.c Stop firmware running
1697
StaticStatic arbel_get_limits static int arbel.c Infinihost Context Memory management
1698
StaticStatic icm_usage static size_t arbel.c Get ICM usage
1699
StaticStatic arbel_alloc_icm static int arbel.c Allocate ICM
1700
StaticStatic arbel_free_icm static void arbel.c Free ICM
1701
StaticStatic arbel_setup_mpt static int arbel.c PCI interface
1702
StaticStatic arbel_probe static int arbel.c Probe PCI device
1703
StaticStatic arbel_remove static void arbel.c Remove PCI device
1704
StaticStatic hermon_bitmask_alloc static int hermon.c @file
1705
StaticStatic hermon_bitmask_free static void hermon.c Free offsets within usage bitmask
1706
StaticStatic hermon_cmd_wait static int hermon.c HCA commands
1707
StaticStatic hermon_cmd static int hermon.c Issue HCA command
1708
InlineInline hermon_cmd_query_dev_cap static inline int hermon.c  
1709
InlineInline hermon_cmd_query_fw static inline int hermon.c  
1710
InlineInline hermon_cmd_init_hca static inline int hermon.c  
1711
InlineInline hermon_cmd_close_hca static inline int hermon.c  
1712
InlineInline hermon_cmd_init_port static inline int hermon.c  
1713
InlineInline hermon_cmd_close_port static inline int hermon.c  
1714
InlineInline hermon_cmd_sw2hw_mpt static inline int hermon.c  
1715
InlineInline hermon_cmd_write_mtt static inline int hermon.c  
1716
InlineInline hermon_cmd_map_eq static inline int hermon.c  
1717
InlineInline hermon_cmd_sw2hw_eq static inline int hermon.c  
1718
InlineInline hermon_cmd_hw2sw_eq static inline int hermon.c  
1719
InlineInline hermon_cmd_query_eq static inline int hermon.c  
1720
InlineInline hermon_cmd_sw2hw_cq static inline int hermon.c  
1721
InlineInline hermon_cmd_hw2sw_cq static inline int hermon.c  
1722
InlineInline hermon_cmd_rst2init_qp static inline int hermon.c  
1723
InlineInline hermon_cmd_init2rtr_qp static inline int hermon.c  
1724
InlineInline hermon_cmd_rtr2rts_qp static inline int hermon.c  
1725
InlineInline hermon_cmd_rts2rts_qp static inline int hermon.c  
1726
InlineInline hermon_cmd_2rst_qp static inline int hermon.c  
1727
InlineInline hermon_cmd_mad_ifc static inline int hermon.c  
1728
InlineInline hermon_cmd_read_mcg static inline int hermon.c  
1729
InlineInline hermon_cmd_write_mcg static inline int hermon.c  
1730
InlineInline hermon_cmd_mgid_hash static inline int hermon.c  
1731
InlineInline hermon_cmd_run_fw static inline int hermon.c  
1732
InlineInline hermon_cmd_unmap_icm static inline int hermon.c  
1733
InlineInline hermon_cmd_map_icm static inline int hermon.c  
1734
InlineInline hermon_cmd_unmap_icm_aux static inline int hermon.c  
1735
InlineInline hermon_cmd_map_icm_aux static inline int hermon.c  
1736
InlineInline hermon_cmd_set_icm_size static inline int hermon.c  
1737
InlineInline hermon_cmd_unmap_fa static inline int hermon.c  
1738
InlineInline hermon_cmd_map_fa static inline int hermon.c  
1739
StaticStatic hermon_alloc_mtt static int hermon.c Memory translation table operations
1740
StaticStatic hermon_free_mtt static void hermon.c Free MTT entries
1741
StaticStatic hermon_mad static int hermon.c MAD operations
1742
StaticStatic hermon_create_cq static int hermon.c Completion queue operations
1743
StaticStatic hermon_destroy_cq static void hermon.c Destroy completion queue
1744
StaticStatic hermon_create_qp static int hermon.c Queue pair operations
1745
StaticStatic hermon_modify_qp static int hermon.c Modify queue pair
1746
StaticStatic hermon_destroy_qp static void hermon.c Destroy queue pair
1747
StaticStatic hermon_post_send static int hermon.c Post send work queue entry
1748
StaticStatic hermon_post_recv static int hermon.c Post receive work queue entry
1749
StaticStatic hermon_complete static int hermon.c Handle completion
1750
StaticStatic hermon_poll_cq static void hermon.c Poll completion queue
1751
StaticStatic hermon_create_eq static int hermon.c Event queues
1752
StaticStatic hermon_destroy_eq static void hermon.c Destroy event queue
1753
StaticStatic hermon_event_port_state_change static void hermon.c Handle port state event
1754
StaticStatic hermon_poll_eq static void hermon.c Poll event queue
1755
StaticStatic hermon_open static int hermon.c Infiniband link-layer operations
1756
StaticStatic hermon_close static void hermon.c Close Infiniband link
1757
StaticStatic hermon_mcast_attach static int hermon.c Multicast group operations
1758
StaticStatic hermon_mcast_detach static void hermon.c Detach from multicast group
1759
StaticStatic hermon_map_vpm static int hermon.c Firmware control
1760
StaticStatic hermon_start_firmware static int hermon.c Start firmware running
1761
StaticStatic hermon_stop_firmware static void hermon.c Stop firmware running
1762
StaticStatic hermon_get_cap static int hermon.c Infinihost Context Memory management
1763
StaticStatic icm_usage static size_t hermon.c Get ICM usage
1764
StaticStatic hermon_alloc_icm static int hermon.c Allocate ICM
1765
StaticStatic hermon_free_icm static void hermon.c Free ICM
1766
StaticStatic hermon_setup_mpt static int hermon.c PCI interface
1767
StaticStatic hermon_probe static int hermon.c Probe PCI device
1768
StaticStatic hermon_remove static void hermon.c Remove PCI device
1769
FunctionFunction ib_push int ib_packet.c @file
1770
FunctionFunction ib_pull int ib_packet.c Remove IB headers
1771
StaticStatic ib_sma_get_node_info static void ib_sma.c @file
1772
StaticStatic ib_sma_get_node_desc static void ib_sma.c Get node description
1773
StaticStatic ib_sma_get_guid_info static void ib_sma.c Get GUID information
1774
StaticStatic ib_sma_get_port_info static void ib_sma.c Get port information
1775
StaticStatic ib_sma_set_port_info static int ib_sma.c Set port information
1776
StaticStatic ib_sma_get_pkey_table static void ib_sma.c Get partition key table
1777
StaticStatic ib_sma_set_pkey_table static int ib_sma.c Set partition key table
1778
StaticStatic ib_sma_handler static struct ib_sma_handler * ib_sma.c Identify attribute handler
1779
StaticStatic ib_sma_mad static int ib_sma.c Respond to management datagram
1780
StaticStatic ib_sma_refill_recv static void ib_sma.c Refill SMA receive ring
1781
StaticStatic ib_sma_complete_send static void ib_sma.c Complete SMA send
1782
StaticStatic ib_sma_complete_recv static void ib_sma.c Complete SMA receive
1783
StaticStatic ib_sma_step static void ib_sma.c Poll SMA
1784
FunctionFunction ib_create_sma int ib_sma.c Create SMA
1785
FunctionFunction ib_destroy_sma void ib_sma.c Destroy SMA
1786
StaticStatic ib_smc_get_port_info static int ib_smc.c @file
1787
StaticStatic ib_smc_get_guid_info static int ib_smc.c Get GUID information
1788
StaticStatic ib_smc_get_pkey_table static int ib_smc.c Get partition key table
1789
FunctionFunction ib_smc_update int ib_smc.c Get MAD parameters
1790
StaticStatic linda_readq static void linda.c Linda register access
1791
StaticStatic linda_writeq static void linda.c Write Linda qword register
1792
StaticStatic linda_writel static void linda.c Write Linda dword register
1793
StaticStatic linda_link_state_text static const char * linda.c Link state management
1794
StaticStatic linda_link_state_changed static void linda.c Handle link state change
1795
StaticStatic linda_set_port_info static int linda.c Set port information
1796
StaticStatic linda_ctx_to_qpn static int linda.c Context allocation
1797
StaticStatic linda_qpn_to_ctx static int linda.c Map QPN to context number
1798
StaticStatic linda_alloc_ctx static int linda.c Allocate a context
1799
StaticStatic linda_free_ctx static void linda.c Free a context
1800
StaticStatic linda_alloc_send_buf static unsigned int linda.c Allocate a send buffer
1801
StaticStatic linda_free_send_buf static void linda.c Free a send buffer
1802
StaticStatic linda_send_buf_in_use static int linda.c Check to see if send buffer is in use
1803
StaticStatic linda_send_buffer_offset static unsigned long linda.c Calculate starting offset for send buffer
1804
StaticStatic linda_create_send_wq static int linda.c Create send work queue
1805
StaticStatic linda_destroy_send_wq static void linda.c Destroy send work queue
1806
StaticStatic linda_init_send static int linda.c Initialise send datapath
1807
StaticStatic linda_fini_send static void linda.c Shut down send datapath
1808
StaticStatic linda_create_recv_wq static int linda.c Receive datapath
1809
StaticStatic linda_destroy_recv_wq static void linda.c Destroy receive work queue
1810
StaticStatic linda_init_recv static int linda.c Initialise receive datapath
1811
StaticStatic linda_fini_recv static void linda.c Shut down receive datapath
1812
StaticStatic linda_create_cq static int linda.c Completion queue operations
1813
StaticStatic linda_destroy_cq static void linda.c Destroy completion queue
1814
StaticStatic linda_create_qp static int linda.c Queue pair operations
1815
StaticStatic linda_modify_qp static int linda.c Modify queue pair
1816
StaticStatic linda_destroy_qp static void linda.c Destroy queue pair
1817
StaticStatic linda_post_send static int linda.c Work request operations
1818
StaticStatic linda_complete_send static void linda.c Complete send work queue entry
1819
StaticStatic linda_poll_send_wq static void linda.c Poll send work queue
1820
StaticStatic linda_post_recv static int linda.c Post receive work queue entry
1821
StaticStatic linda_complete_recv static void linda.c Complete receive work queue entry
1822
StaticStatic linda_poll_recv_wq static void linda.c Poll receive work queue
1823
StaticStatic linda_poll_cq static void linda.c Poll completion queue
1824
StaticStatic linda_poll_eq static void linda.c Event queues
1825
StaticStatic linda_open static int linda.c Infiniband link-layer operations
1826
StaticStatic linda_close static void linda.c Close Infiniband link
1827
StaticStatic linda_mcast_attach static int linda.c Multicast group operations
1828
StaticStatic linda_mcast_detach static void linda.c Detach from multicast group
1829
StaticStatic linda_i2c_read_bit static int linda.c Read Linda I2C line status
1830
StaticStatic linda_i2c_write_bit static void linda.c Write Linda I2C line status
1831
StaticStatic linda_init_i2c static int linda.c Initialise Linda I2C subsystem
1832
StaticStatic linda_read_eeprom static int linda.c Read EEPROM parameters
1833
StaticStatic linda_ib_epb_request static int linda.c External parallel bus access
1834
StaticStatic linda_ib_epb_wait static int linda.c Wait for IB external parallel bus transaction to complete
1835
StaticStatic linda_ib_epb_release static void linda.c Release ownership of the IB external parallel bus
1836
StaticStatic linda_ib_epb_read static int linda.c Read data via IB external parallel bus
1837
StaticStatic linda_ib_epb_write static int linda.c Write data via IB external parallel bus
1838
StaticStatic linda_ib_epb_mod_reg static int linda.c Read/modify/write EPB register
1839
StaticStatic linda_ib_epb_ram_xfer static int linda.c Transfer data to/from microcontroller RAM
1840
StaticStatic linda_set_serdes_param static int linda.c Program IB SerDes register(s)
1841
StaticStatic linda_set_serdes_params static int linda.c Program IB SerDes registers
1842
StaticStatic linda_program_uc_ram static int linda.c Program the microcontroller RAM
1843
StaticStatic linda_verify_uc_ram static int linda.c Verify the microcontroller RAM
1844
StaticStatic linda_trim_ib static int linda.c Use the microcontroller to trim the IB link
1845
StaticStatic linda_init_ib_serdes static int linda.c Initialise the IB SerDes
1846
StaticStatic linda_probe static int linda.c PCI layer interface
1847
StaticStatic linda_remove static void linda.c Remove PCI device
1848
StaticStatic el3_eisa_probe static int 3c509-eisa.c  
1849
StaticStatic el3_eisa_disable static void 3c509-eisa.c  
1850
InlineInline t509_set_drvdata static inline void 3c509.c Set 3c509 driver-private data
1851
InlineInline t509_get_drvdata static inline void * 3c509.c Get 3c509 driver-private data
1852
InlineInline t509_set_id_port static inline void 3c509.c  
1853
InlineInline t509_wait_for_id_sequence static inline void 3c509.c  
1854
InlineInline t509_global_reset static inline void 3c509.c  
1855
InlineInline t509_reset_tag static inline void 3c509.c  
1856
InlineInline t509_set_tag static inline void 3c509.c  
1857
InlineInline t509_select_tag static inline void 3c509.c  
1858
InlineInline t509_activate static inline void 3c509.c  
1859
InlineInline t509_deactivate_and_reset_tag static inline void 3c509.c  
1860
InlineInline t509_load_eeprom_word static inline void 3c509.c  
1861
InlineInline t509_find_id_port static inline int 3c509.c  
1862
StaticStatic t509_send_id_sequence static void 3c509.c  
1863
StaticStatic t509_id_read_eeprom static uint16_t 3c509.c  
1864
StaticStatic t509_isolate static int 3c509.c  
1865
InlineInline activate_t509_device static inline void 3c509.c  
1866
InlineInline deactivate_t509_device static inline void 3c509.c  
1867
StaticStatic legacy_t509_probe static int 3c509.c  
1868
StaticStatic legacy_t509_disable static void 3c509.c  
1869
InlineInline legacy_t509_set_drvdata static inline void 3c509.c  
1870
InlineInline legacy_t509_get_drvdata static inline void * 3c509.c  
1871
StaticStatic t509_probe static int 3c509.c Probe a 3c509 device
1872
StaticStatic t509_remove static void 3c509.c Remove a 3c509 device
1873
StaticStatic t509bus_probe static int 3c509.c Probe 3c509 root bus
1874
StaticStatic t509bus_remove static void 3c509.c Remove 3c509 root bus
1875
StaticStatic t3c515_wait static void 3c515.c  
1876
StaticStatic t515_reset static void 3c515.c RESET - Reset adapter
1877
StaticStatic t515_poll static int 3c515.c POLL - Wait for a frame
1878
StaticStatic t515_transmit static void 3c515.c TRANSMIT - Transmit a frame
1879
StaticStatic t515_disable static void 3c515.c DISABLE - Turn off ethernet interface
1880
StaticStatic t515_irq static void 3c515.c  
1881
StaticStatic t515_probe static int 3c515.c PROBE - Look for an adapter, this routine's visible to the outside
1882
StaticStatic corkscrew_found_device static int 3c515.c  
1883
StaticStatic corkscrew_probe1 static int 3c515.c  
1884
StaticStatic t529_probe static int 3c529.c  
1885
StaticStatic t529_disable static void 3c529.c  
1886
StaticStatic t595_reset static void 3c595.c ETH_RESET - Reset adapter
1887
StaticStatic t595_transmit static void 3c595.c  
1888
StaticStatic t595_poll static int 3c595.c ETH_POLL - Wait for a frame
1889
StaticStatic eeprom_rdy static int 3c595.c 3Com 595 - specific routines
1890
StaticStatic get_e static int 3c595.c  
1891
StaticStatic vxgetlink static void 3c595.c  
1892
StaticStatic vxsetlink static void 3c595.c  
1893
StaticStatic t595_disable static void 3c595.c  
1894
StaticStatic t595_irq static void 3c595.c  
1895
StaticStatic t595_probe static int 3c595.c ETH_PROBE - Look for an adapter
1896
FunctionFunction t5x9_disable void 3c5x9.c ETH_RESET - Reset adapter
1897
StaticStatic t509_enable static void 3c5x9.c  
1898
StaticStatic t509_reset static void 3c5x9.c  
1899
StaticStatic t509_transmit static void 3c5x9.c  
1900
StaticStatic t509_poll static int 3c5x9.c ETH_POLL - Wait for a frame
1901
StaticStatic t509_irq static void 3c5x9.c ETH_IRQ - interrupt handling
1902
StaticStatic eeprom_rdy static int 3c5x9.c 3Com 509 - specific routines
1903
StaticStatic get_e static int 3c5x9.c  
1904
FunctionFunction t5x9_probe int 3c5x9.c ETH_PROBE - Look for an adapter
1905
StaticStatic a3c90x_internal_IssueCommand static int 3c90x.c * a3c90x_internal_IssueCommand: sends a command to the 3c90x card
1906
StaticStatic a3c90x_internal_SetWindow static int 3c90x.c * a3c90x_internal_SetWindow: selects a register window set.
1907
StaticStatic a3c90x_internal_ReadEeprom static unsigned short 3c90x.c * a3c90x_internal_ReadEeprom - read data from the serial eeprom.
1908
StaticStatic a3c90x_internal_WriteEepromWord static int 3c90x.c * a3c90x_internal_WriteEepromWord - write a physical word of
1909
StaticStatic a3c90x_internal_WriteEeprom static int 3c90x.c * a3c90x_internal_WriteEeprom - write data to the serial eeprom,
1910
StaticStatic a3c90x_reset static void 3c90x.c * a3c90x_reset: exported function that resets the card to its default
1911
StaticStatic a3c90x_transmit static void 3c90x.c * a3c90x_transmit: exported function that transmits a packet. Does not
1912
StaticStatic a3c90x_poll static int 3c90x.c * a3c90x_poll: exported routine that waits for a certain length of time
1913
StaticStatic a3c90x_disable static void 3c90x.c * a3c90x_disable: exported routine to disable the card. What's this for?
1914
StaticStatic a3c90x_irq static void 3c90x.c  
1915
StaticStatic a3c90x_probe static int 3c90x.c * a3c90x_probe: exported routine to probe for the 3c905 card and perform
1916
StaticStatic amd8111e_init_hw_default static void amd8111e.c  
1917
StaticStatic amd8111e_start static int amd8111e.c  
1918
StaticStatic amd8111e_read_phy static int amd8111e.c  
1919
StaticStatic amd8111e_write_phy static int amd8111e.c  
1920
StaticStatic amd8111e_probe_ext_phy static void amd8111e.c  
1921
StaticStatic amd8111e_disable_interrupt static void amd8111e.c  
1922
StaticStatic amd8111e_enable_interrupt static void amd8111e.c  
1923
StaticStatic amd8111e_force_interrupt static void amd8111e.c  
1924
StaticStatic amd8111e_get_mac_address static int amd8111e.c  
1925
StaticStatic amd8111e_init_rx_ring static int amd8111e.c  
1926
StaticStatic amd8111e_init_tx_ring static int amd8111e.c  
1927
StaticStatic amd8111e_wait_tx_ring static int amd8111e.c  
1928
StaticStatic amd8111e_wait_link static void amd8111e.c  
1929
StaticStatic amd8111e_poll_link static void amd8111e.c  
1930
StaticStatic amd8111e_restart static void amd8111e.c  
1931
StaticStatic amd8111e_transmit static void amd8111e.c Interface Functions *
1932
StaticStatic amd8111e_poll static int amd8111e.c  
1933
StaticStatic amd8111e_disable static void amd8111e.c  
1934
StaticStatic amd8111e_irq static void amd8111e.c  
1935
StaticStatic amd8111e_probe static int amd8111e.c  
1936
InlineInline ring_next static inline int b44.c  
1937
InlineInline br32 static inline u32 b44.c  
1938
InlineInline bw32 static inline void b44.c  
1939
InlineInline bflush static inline void b44.c  
1940
FunctionFunction phys_ram_within_limit int b44.c Return non-zero if the installed RAM is within
1941
StaticStatic pending_tx_index static u32 b44.c Ring cells waiting to be processed are between 'tx_cur' and 'pending'
1942
StaticStatic pending_rx_index static u32 b44.c Ring cells waiting to be processed are between 'rx_cur' and 'pending'
1943
StaticStatic b44_wait_bit static int b44.c Wait until the given bit is set/cleared.
1944
InlineInline ssb_get_core_rev static inline u32 b44.c  
1945
InlineInline ssb_is_core_up static inline int b44.c  
1946
StaticStatic ssb_pci_setup static u32 b44.c  
1947
StaticStatic ssb_core_disable static void b44.c  
1948
StaticStatic ssb_core_reset static void b44.c  
1949
StaticStatic b44_chip_reset static void b44.c  
1950
StaticStatic b44_halt static void b44.c called by b44_poll in the error path
1951
StaticStatic b44_init_hw static void b44.c  
1952
StaticStatic b44_populate_rx_descriptor static void b44.c * Management of ring descriptors **
1953
StaticStatic b44_rx_refill static void b44.c  
1954
StaticStatic b44_free_rx_ring static void b44.c  
1955
StaticStatic b44_init_rx_ring static int b44.c  
1956
StaticStatic b44_free_tx_ring static void b44.c  
1957
StaticStatic b44_init_tx_ring static int b44.c  
1958
StaticStatic b44_phy_read static int b44.c * Interaction with the PHY **
1959
StaticStatic b44_phy_write static int b44.c  
1960
StaticStatic b44_phy_reset static int b44.c  
1961
StaticStatic b44_cam_write static void b44.c  
1962
StaticStatic b44_set_mac_addr static void b44.c  
1963
StaticStatic b44_read_eeprom static void b44.c  
1964
StaticStatic b44_load_mac_and_phy_addr static void b44.c  
1965
StaticStatic b44_set_rx_mode static void b44.c  
1966
StaticStatic b44_probe static int b44.c * Implementation of gPXE driver callbacks **
1967
StaticStatic b44_remove static void b44.c Remove device
1968
StaticStatic b44_irq static void b44.c Enable or disable interrupts
1969
StaticStatic b44_open static int b44.c Open network device
1970
StaticStatic b44_close static void b44.c Close network device
1971
StaticStatic b44_transmit static int b44.c Transmit packet
1972
StaticStatic b44_tx_complete static void b44.c Recycles sent TX descriptors and notifies network stack
1973
StaticStatic b44_process_rx_packets static void b44.c  
1974
StaticStatic b44_poll static void b44.c Poll for completed and received packets
1975
StaticStatic bnx2_reg_rd_ind static u32 bnx2.c  
1976
StaticStatic bnx2_reg_wr_ind static void bnx2.c  
1977
StaticStatic bnx2_ctx_wr static void bnx2.c  
1978
StaticStatic bnx2_read_phy static int bnx2.c  
1979
StaticStatic bnx2_write_phy static int bnx2.c  
1980
StaticStatic bnx2_disable_int static void bnx2.c  
1981
StaticStatic bnx2_alloc_mem static int bnx2.c  
1982
StaticStatic bnx2_report_fw_link static void bnx2.c  
1983
StaticStatic bnx2_report_link static void bnx2.c  
1984
StaticStatic bnx2_resolve_flow_ctrl static void bnx2.c  
1985
StaticStatic bnx2_5708s_linkup static int bnx2.c  
1986
StaticStatic bnx2_5706s_linkup static int bnx2.c  
1987
StaticStatic bnx2_copper_linkup static int bnx2.c  
1988
StaticStatic bnx2_set_mac_link static int bnx2.c  
1989
StaticStatic bnx2_set_link static int bnx2.c  
1990
StaticStatic bnx2_reset_phy static int bnx2.c  
1991
StaticStatic bnx2_phy_get_pause_adv static u32 bnx2.c  
1992
StaticStatic bnx2_setup_serdes_phy static int bnx2.c  
1993
StaticStatic bnx2_setup_copper_phy static int bnx2.c  
1994
StaticStatic bnx2_setup_phy static int bnx2.c  
1995
StaticStatic bnx2_init_5708s_phy static int bnx2.c  
1996
StaticStatic bnx2_init_5706s_phy static int bnx2.c  
1997
StaticStatic bnx2_init_copper_phy static int bnx2.c  
1998
StaticStatic bnx2_init_phy static int bnx2.c  
1999
StaticStatic bnx2_fw_sync static int bnx2.c  
2000
StaticStatic bnx2_init_context static void bnx2.c  
2001
StaticStatic bnx2_alloc_bad_rbuf static int bnx2.c  
2002
StaticStatic bnx2_set_mac_addr static void bnx2.c  
2003
StaticStatic bnx2_set_rx_mode static void bnx2.c  
2004
StaticStatic load_rv2p_fw static void bnx2.c  
2005
StaticStatic load_cpu_fw static void bnx2.c  
2006
StaticStatic bnx2_init_cpus static void bnx2.c  
2007
StaticStatic bnx2_set_power_state_0 static int bnx2.c  
2008
StaticStatic bnx2_enable_nvram_access static void bnx2.c  
2009
StaticStatic bnx2_disable_nvram_access static void bnx2.c  
2010
StaticStatic bnx2_init_nvram static int bnx2.c  
2011
StaticStatic bnx2_reset_chip static int bnx2.c  
2012
StaticStatic bnx2_disable static void bnx2.c  
2013
StaticStatic bnx2_init_chip static int bnx2.c  
2014
StaticStatic bnx2_init_tx_ring static void bnx2.c  
2015
StaticStatic bnx2_init_rx_ring static void bnx2.c  
2016
StaticStatic bnx2_reset_nic static int bnx2.c  
2017
StaticStatic bnx2_init_nic static int bnx2.c  
2018
StaticStatic bnx2_init_board static int bnx2.c  
2019
StaticStatic bnx2_transmit static void bnx2.c  
2020
StaticStatic bnx2_poll_link static int bnx2.c  
2021
StaticStatic bnx2_poll static int bnx2.c  
2022
StaticStatic bnx2_irq static void bnx2.c  
2023
StaticStatic bnx2_probe static int bnx2.c  
2024
InlineInline readreg static inline int cs89x0.c CS89x0 - specific routines
2025
InlineInline writereg static inline void cs89x0.c  
2026
StaticStatic wait_eeprom_ready static int cs89x0.c EEPROM access
2027
StaticStatic get_eeprom_data static int cs89x0.c  
2028
StaticStatic get_eeprom_chksum static int cs89x0.c  
2029
StaticStatic clrline static void cs89x0.c Activate all of the available media and probe for network
2030
StaticStatic control_dc_dc static void cs89x0.c  
2031
StaticStatic detect_tp static int cs89x0.c  
2032
StaticStatic send_test_pkt static int cs89x0.c  
2033
StaticStatic detect_aui static int cs89x0.c  
2034
StaticStatic detect_bnc static int cs89x0.c  
2035
StaticStatic cs89x0_reset static void cs89x0.c ETH_RESET - Reset adapter
2036
StaticStatic cs89x0_transmit static void cs89x0.c ETH_TRANSMIT - Transmit a frame
2037
StaticStatic cs89x0_poll static int cs89x0.c ETH_POLL - Wait for a frame
2038
StaticStatic cs89x0_irq static void cs89x0.c  
2039
StaticStatic cs89x0_probe_addr static int cs89x0.c ETH_PROBE - Look for an adapter
2040
StaticStatic cs89x0_probe static int cs89x0.c  
2041
StaticStatic cs89x0_disable static void cs89x0.c  
2042
InlineInline whereami static inline void davicom.c Utility Routines
2043
StaticStatic davicom_more static void davicom.c  
2044
StaticStatic davicom_wait static void davicom.c  
2045
StaticStatic phy_read static int davicom.c For DAVICOM phyxcer register by MII interface
2046
StaticStatic phy_write static void davicom.c  
2047
StaticStatic phy_write_1bit static void davicom.c  
2048
StaticStatic phy_read_1bit static int davicom.c  
2049
StaticStatic HPNA_process static void davicom.c  
2050
StaticStatic davicom_media_chk static void davicom.c  
2051
StaticStatic read_eeprom static int davicom.c EEPROM Reading Code
2052
StaticStatic davicom_init_chain static void davicom.c davicom_init_chain - setup the tx and rx descriptors
2053
StaticStatic davicom_reset static void davicom.c davicom_reset - Reset adapter
2054
StaticStatic davicom_transmit static void davicom.c eth_transmit - Transmit a frame
2055
StaticStatic davicom_poll static int davicom.c eth_poll - Wait for a frame
2056
StaticStatic davicom_disable static void davicom.c eth_disable - Disable the interface
2057
StaticStatic davicom_irq static void davicom.c eth_irq - enable, disable and force interrupts
2058
StaticStatic davicom_probe static int davicom.c eth_probe - Look for an adapter
2059
StaticStatic depca_init_ring static void depca.c  
2060
InlineInline LoadCSRs static inline void depca.c  
2061
InlineInline InitRestartDepca static inline int depca.c  
2062
StaticStatic depca_reset static void depca.c RESET - Reset adapter
2063
StaticStatic depca_poll static int depca.c POLL - Wait for a frame
2064
StaticStatic depca_transmit static void depca.c TRANSMIT - Transmit a frame
2065
StaticStatic depca_disable static void depca.c DISABLE - Turn off ethernet interface
2066
StaticStatic depca_irq static void depca.c IRQ - Interrupt Control
2067
StaticStatic depca_probe1 static int depca.c  
2068
StaticStatic depca_probe static int depca.c PROBE - Look for an adapter, this routine's visible to the outside
2069
StaticStatic dmfe_reset static void dmfe.c  
2070
StaticStatic dmfe_init_dm910x static void dmfe.c  
2071
StaticStatic dmfe_poll static int dmfe.c POLL - Wait for a frame
2072
StaticStatic dmfe_irq static void dmfe.c  
2073
StaticStatic dmfe_transmit static void dmfe.c TRANSMIT - Transmit a frame
2074
StaticStatic dmfe_disable static void dmfe.c DISABLE - Turn off ethernet interface
2075
StaticStatic dmfe_probe static int dmfe.c  
2076
StaticStatic dmfe_descriptor_init static void dmfe.c  
2077
StaticStatic update_cr6 static void dmfe.c  
2078
StaticStatic dm9132_id_table static void dmfe.c  
2079
StaticStatic send_filter_frame static void dmfe.c  
2080
StaticStatic read_srom_word static u16 dmfe.c  
2081
StaticStatic dmfe_sense_speed static u8 dmfe.c  
2082
StaticStatic dmfe_set_phyxcer static void dmfe.c  
2083
StaticStatic dmfe_process_mode static void dmfe.c  
2084
StaticStatic phy_write static void dmfe.c  
2085
StaticStatic phy_read static u16 dmfe.c  
2086
StaticStatic phy_write_1bit static void dmfe.c  
2087
StaticStatic phy_read_1bit static u16 dmfe.c  
2088
StaticStatic dmfe_parse_srom static void dmfe.c  
2089
StaticStatic dmfe_program_DM9801 static void dmfe.c  
2090
StaticStatic dmfe_program_DM9802 static void dmfe.c  
2091
StaticStatic eepro_reset static void eepro.c RESET - Reset adapter
2092
StaticStatic eepro_poll static int eepro.c POLL - Wait for a frame
2093
StaticStatic eepro_transmit static void eepro.c TRANSMIT - Transmit a frame
2094
StaticStatic eepro_disable static void eepro.c DISABLE - Turn off ethernet interface
2095
StaticStatic eepro_irq static void eepro.c DISABLE - Enable, Disable, or Force interrupts
2096
StaticStatic read_eeprom static int eepro.c  
2097
StaticStatic eepro_probe1 static int eepro.c  
2098
StaticStatic eepro_probe static int eepro.c PROBE - Look for an adapter, this routine's visible to the outside
2099
InlineInline wait_for_cmd_done static inline void eepro100.c  
2100
StaticStatic mdio_write static int eepro100.c Locally used functions
2101
StaticStatic mdio_read static int eepro100.c  
2102
StaticStatic do_eeprom_cmd static int eepro100.c  
2103
InlineInline whereami static inline void eepro100.c  
2104
StaticStatic eepro100_irq static void eepro100.c  
2105
StaticStatic eepro100_transmit static void eepro100.c  
2106
StaticStatic speedo_rx_soft_reset static void eepro100.c  
2107
StaticStatic eepro100_poll static int eepro100.c  
2108
StaticStatic eepro100_disable static void eepro100.c  
2109
StaticStatic eepro100_probe static int eepro100.c  
2110
FunctionFunction hd void eepro100.c  
2111
StaticStatic epic100_probe static int epic100.c Externally visible functions
2112
StaticStatic set_rx_mode static void epic100.c  
2113
StaticStatic epic100_open static void epic100.c  
2114
StaticStatic epic100_init_ring static void epic100.c  
2115
StaticStatic epic100_transmit static void epic100.c  
2116
StaticStatic epic100_poll static int epic100.c  
2117
StaticStatic epic100_disable static void epic100.c  
2118
StaticStatic epic100_irq static void epic100.c  
2119
StaticStatic read_eeprom static int epic100.c  
2120
StaticStatic mii_read static int epic100.c  
2121
StaticStatic gmii_autoneg_advertised static unsigned int etherfabric.c Retrieve GMII autonegotiation advertised abilities
2122
StaticStatic gmii_autoneg_lpa static unsigned int etherfabric.c Retrieve GMII autonegotiation link partner abilities
2123
StaticStatic gmii_nway_result static unsigned int etherfabric.c Calculate GMII autonegotiated link technology
2124
StaticStatic gmii_link_ok static int etherfabric.c Check GMII PHY link status
2125
StaticStatic mdio_clause45_wait_reset_mmds static int etherfabric.c  
2126
StaticStatic mdio_clause45_reset_mmd static int etherfabric.c  
2127
StaticStatic mdio_clause45_links_ok static int etherfabric.c  
2128
StaticStatic mdio_clause45_check_mmds static int etherfabric.c  
2129
InlineInline _falcon_writel static inline void etherfabric.c  
2130
InlineInline _falcon_readl static inline uint32_t etherfabric.c  
2131
InlineInline falcon_write static inline void etherfabric.c Write to a Falcon register
2132
InlineInline falcon_write_sram static inline void etherfabric.c Write to Falcon SRAM
2133
InlineInline falcon_writel static inline void etherfabric.c Write dword to Falcon register that allows partial writes
2134
InlineInline falcon_read static inline void etherfabric.c Read from a Falcon register
2135
InlineInline falcon_read_sram static inline void etherfabric.c Read from Falcon SRAM
2136
InlineInline falcon_readl static inline void etherfabric.c Read dword from a portion of a Falcon register
2137
InlineInline falcon_event_present static inline int etherfabric.c See if an event is present
2138
StaticStatic falcon_eventq_read_ack static void etherfabric.c  
2139
InlineInline falcon_dump_regs static inline void etherfabric.c Dump register contents (for debugging)
2140
StaticStatic falcon_interrupts static void etherfabric.c  
2141
StaticStatic falcon_spi_wait static int etherfabric.c  
2142
StaticStatic falcon_spi_rw static int etherfabric.c  
2143
StaticStatic falcon_i2c_bit_write static void etherfabric.c Falcon bit-bashed I2C interface
2144
StaticStatic falcon_i2c_bit_read static int etherfabric.c  
2145
StaticStatic falcon_gmii_wait static int etherfabric.c MDIO access
2146
StaticStatic falcon_mdio_write static void etherfabric.c  
2147
StaticStatic falcon_mdio_read static int etherfabric.c  
2148
StaticStatic falcon_reconfigure_mac_wrapper static void etherfabric.c MAC wrapper
2149
StaticStatic falcon_gmac_writel static void etherfabric.c  
2150
StaticStatic falcon_gmac_readl static void etherfabric.c  
2151
StaticStatic mentormac_reset static void etherfabric.c  
2152
StaticStatic mentormac_init static void etherfabric.c  
2153
StaticStatic falcon_init_gmac static int etherfabric.c  
2154
StaticStatic falcon_xmac_writel static void etherfabric.c XMAC handling
2155
StaticStatic falcon_xmac_readl static void etherfabric.c Read dword from a Falcon XMAC register
2156
StaticStatic falcon_setup_xaui static void etherfabric.c Configure Falcon XAUI output
2157
StaticStatic falcon_xgmii_status static int etherfabric.c  
2158
StaticStatic falcon_mask_status_intr static void etherfabric.c  
2159
StaticStatic falcon_reset_xmac static int etherfabric.c Reset 10G MAC connected to port
2160
StaticStatic falcon_reset_xaui static int etherfabric.c  
2161
StaticStatic falcon_xaui_link_ok static int etherfabric.c  
2162
StaticStatic falcon_reconfigure_xmac static void etherfabric.c Initialise XMAC
2163
StaticStatic falcon_init_xmac static int etherfabric.c  
2164
StaticStatic falcon_xaui_phy_init static int etherfabric.c Null PHY handling
2165
StaticStatic alaska_init static int etherfabric.c Alaska PHY
2166
StaticStatic falcon_xfp_phy_init static int etherfabric.c  
2167
StaticStatic falcon_txc_logic_reset static int etherfabric.c  
2168
StaticStatic falcon_txc_phy_init static int etherfabric.c  
2169
StaticStatic falcon_tenxpress_check_c11 static int etherfabric.c  
2170
StaticStatic falcon_tenxpress_phy_init static int etherfabric.c  
2171
StaticStatic falcon_pm8358_phy_init static int etherfabric.c  
2172
StaticStatic sfe4001_init static int etherfabric.c  
2173
StaticStatic sfe4001_fini static void etherfabric.c  
2174
StaticStatic sfe4002_init static int etherfabric.c  
2175
StaticStatic sfe4002_fini static void etherfabric.c  
2176
StaticStatic sfe4003_init static int etherfabric.c  
2177
StaticStatic sfe4003_fini static void etherfabric.c  
2178
StaticStatic falcon_free_special_buffer static void etherfabric.c Hardware initialisation
2179
StaticStatic falcon_alloc_special_buffer static void* etherfabric.c  
2180
StaticStatic clear_b0_fpga_memories static void etherfabric.c  
2181
StaticStatic falcon_reset static int etherfabric.c  
2182
StaticStatic falcon_probe_nic_variant static void etherfabric.c  
2183
StaticStatic falcon_init_spi_device static void etherfabric.c  
2184
StaticStatic falcon_probe_spi static int etherfabric.c  
2185
StaticStatic falcon_probe_nvram static int etherfabric.c  
2186
StaticStatic falcon_init_sram static int etherfabric.c  
2187
StaticStatic falcon_setup_nic static void etherfabric.c  
2188
StaticStatic falcon_init_resources static void etherfabric.c  
2189
StaticStatic falcon_fini_resources static void etherfabric.c  
2190
StaticStatic falcon_build_rx_desc static void etherfabric.c Hardware rx path
2191
StaticStatic falcon_notify_rx_desc static void etherfabric.c  
2192
StaticStatic falcon_build_tx_desc static void etherfabric.c Hardware tx path
2193
StaticStatic falcon_notify_tx_desc static void etherfabric.c  
2194
StaticStatic efab_fill_rx_queue static int etherfabric.c Software receive interface
2195
StaticStatic efab_receive static void etherfabric.c  
2196
StaticStatic efab_transmit static int etherfabric.c Software transmit interface
2197
StaticStatic efab_transmit_done static int etherfabric.c  
2198
StaticStatic falcon_clear_interrupts static void etherfabric.c Hardware event path
2199
StaticStatic falcon_handle_event static void etherfabric.c  
2200
StaticStatic efab_poll static void etherfabric.c Software (polling) interrupt handler
2201
StaticStatic efab_irq static void etherfabric.c  
2202
StaticStatic efab_free_resources static void etherfabric.c Software open/close
2203
StaticStatic efab_alloc_resources static int etherfabric.c  
2204
StaticStatic efab_init_mac static int etherfabric.c  
2205
StaticStatic efab_close static void etherfabric.c  
2206
StaticStatic efab_open static int etherfabric.c  
2207
StaticStatic efab_remove static void etherfabric.c  
2208
StaticStatic efab_probe static int etherfabric.c  
2209
InlineInline pci_push static inline void forcedeth.c  
2210
InlineInline nv_descr_getlength static inline u32 forcedeth.c  
2211
StaticStatic reg_delay static int forcedeth.c  
2212
StaticStatic mii_rw static int forcedeth.c  
2213
StaticStatic phy_reset static int forcedeth.c  
2214
StaticStatic phy_init static int forcedeth.c  
2215
StaticStatic start_rx static void forcedeth.c  
2216
StaticStatic stop_rx static void forcedeth.c  
2217
StaticStatic start_tx static void forcedeth.c  
2218
StaticStatic stop_tx static void forcedeth.c  
2219
StaticStatic txrx_reset static void forcedeth.c  
2220
StaticStatic alloc_rx static int forcedeth.c  
2221
StaticStatic update_linkspeed static int forcedeth.c  
2222
StaticStatic nv_linkchange static void forcedeth.c  
2223
StaticStatic init_ring static int forcedeth.c  
2224
StaticStatic set_multicast static void forcedeth.c  
2225
StaticStatic forcedeth_reset static int forcedeth.c RESET - Reset the NIC to prepare for use
2226
StaticStatic forcedeth_poll static int forcedeth.c POLL - Wait for a frame
2227
StaticStatic forcedeth_transmit static void forcedeth.c TRANSMIT - Transmit a frame
2228
StaticStatic forcedeth_disable static void forcedeth.c DISABLE - Turn off ethernet interface
2229
StaticStatic forcedeth_irq static void forcedeth.c IRQ - Enable, Disable, or Force interrupts
2230
StaticStatic forcedeth_probe static int forcedeth.c  
2231
StaticStatic ipoib_lookup_peer_by_key static struct ipoib_peer * ipoib.c Look up cached peer by key
2232
StaticStatic ipoib_lookup_peer_by_gid static struct ipoib_peer * ipoib.c Look up cached peer by GID
2233
StaticStatic ipoib_cache_peer static struct ipoib_peer * ipoib.c Store GID and QPN in peer cache
2234
StaticStatic ipoib_push static int ipoib.c IPoIB link layer
2235
StaticStatic ipoib_pull static int ipoib.c Remove IPoIB link-layer header
2236
FunctionFunction ipoib_ntoa const char * ipoib.c Transcribe IPoIB address
2237
StaticStatic ipoib_mc_hash static int ipoib.c Hash multicast address
2238
StaticStatic ipoib_destroy_qset static void ipoib.c IPoIB network device
2239
StaticStatic ipoib_create_qset static int ipoib.c Create queue set
2240
StaticStatic ipoib_get_path_record static int ipoib.c Transmit path record request
2241
StaticStatic ipoib_mc_member_record static int ipoib.c Transmit multicast group membership request
2242
StaticStatic ipoib_transmit static int ipoib.c Transmit packet via IPoIB network device
2243
StaticStatic ipoib_data_complete_send static void ipoib.c Handle IPoIB data send completion
2244
StaticStatic ipoib_data_complete_recv static void ipoib.c Handle IPoIB data receive completion
2245
StaticStatic ipoib_meta_complete_send static void ipoib.c Handle IPoIB metadata send completion
2246
StaticStatic ipoib_recv_path_record static void ipoib.c Handle received IPoIB path record
2247
StaticStatic ipoib_recv_mc_member_record static void ipoib.c Handle received IPoIB multicast membership record
2248
StaticStatic ipoib_meta_complete_recv static void ipoib.c Handle IPoIB metadata receive completion
2249
StaticStatic ipoib_refill_recv static void ipoib.c Refill IPoIB receive ring
2250
StaticStatic ipoib_poll static void ipoib.c Poll IPoIB network device
2251
StaticStatic ipoib_irq static void ipoib.c Enable/disable interrupts on IPoIB network device
2252
StaticStatic ipoib_join_broadcast_group static int ipoib.c Join IPv4 broadcast multicast group
2253
StaticStatic ipoib_leave_broadcast_group static void ipoib.c Leave IPv4 broadcast multicast group
2254
StaticStatic ipoib_open static int ipoib.c Open IPoIB network device
2255
StaticStatic ipoib_close static void ipoib.c Close IPoIB network device
2256
StaticStatic ipoib_set_ib_params static void ipoib.c Update IPoIB dynamic Infiniband parameters
2257
FunctionFunction ipoib_link_state_changed void ipoib.c Handle link status change
2258
FunctionFunction ipoib_probe int ipoib.c Probe IPoIB device
2259
FunctionFunction ipoib_remove void ipoib.c Remove IPoIB device
2260
StaticStatic legacy_transmit static int legacy.c  
2261
StaticStatic legacy_poll static void legacy.c  
2262
StaticStatic legacy_open static int legacy.c  
2263
StaticStatic legacy_close static void legacy.c  
2264
StaticStatic legacy_irq static void legacy.c  
2265
FunctionFunction legacy_probe int legacy.c  
2266
FunctionFunction legacy_remove void legacy.c  
2267
FunctionFunction dummy_connect int legacy.c  
2268
FunctionFunction dummy_irq void legacy.c  
2269
StaticStatic init_ring static void mtd80x.c init_ring - setup the tx and rx descriptors
2270
StaticStatic mtd_reset static void mtd80x.c RESET - Reset Adapter
2271
StaticStatic mtd_poll static int mtd80x.c POLL - Wait for a frame
2272
StaticStatic mtd_transmit static void mtd80x.c TRANSMIT - Transmit a frame
2273
StaticStatic mtd_disable static void mtd80x.c DISABLE - Turn off ethernet interface
2274
StaticStatic mtd_probe static int mtd80x.c PROBE - Look for an adapter, this routine's visible to the outside
2275
StaticStatic set_rx_mode static void mtd80x.c  
2276
StaticStatic m80x_read_tick static unsigned int mtd80x.c  
2277
StaticStatic m80x_delay static void mtd80x.c  
2278
StaticStatic m80x_send_cmd_to_phy static u32 mtd80x.c  
2279
StaticStatic mdio_read static int mtd80x.c  
2280
StaticStatic mdio_write static void mtd80x.c  
2281
StaticStatic getlinkstatus static void mtd80x.c  
2282
StaticStatic getlinktype static void mtd80x.c  
2283
StaticStatic mtnic_alloc_aligned static int mtnic.c MTNIC allocation functions
2284
StaticStatic mtnic_alloc_cmdif static int mtnic.c mtnic alloc command interface
2285
StaticStatic mtnic_free_io_buffers static void mtnic.c Free RX io buffers
2286
StaticStatic mtnic_alloc_iobuf static int mtnic.c mtnic alloc and attach io buffers
2287
StaticStatic mtnic_alloc_ring static int mtnic.c mtnic alloc ring
2288
StaticStatic mtnic_alloc_cq static int mtnic.c mtnic alloc CQ
2289
FunctionFunction mtnic_alloc_resources unsigned int mtnic.c mtnic_alloc_resources
2290
StaticStatic mtnic_alloc_eq static int mtnic.c mtnic alloc_eq
2291
InlineInline cmdif_go_bit static inline int mtnic.c Mtnic commands functions
2292
StaticStatic mtnic_cmd static int mtnic.c  
2293
StaticStatic mtnic_map_cmd static int mtnic.c  
2294
StaticStatic mtnic_QUERY_FW static int mtnic.c  
2295
StaticStatic mtnic_OPEN_NIC static int mtnic.c  
2296
StaticStatic mtnic_CONFIG_RX static int mtnic.c  
2297
StaticStatic mtnic_CONFIG_TX static int mtnic.c  
2298
StaticStatic mtnic_HEART_BEAT static int mtnic.c  
2299
StaticStatic mtnic_SET_PORT_DEFAULT_RING static int mtnic.c  
2300
StaticStatic mtnic_CONFIG_PORT_RSS_STEER static int mtnic.c  
2301
StaticStatic mtnic_SET_PORT_RSS_INDIRECTION static int mtnic.c  
2302
StaticStatic mtnic_CONFIG_CQ static int mtnic.c  
2303
StaticStatic mtnic_CONFIG_TX_RING static int mtnic.c  
2304
StaticStatic mtnic_CONFIG_RX_RING static int mtnic.c  
2305
StaticStatic mtnic_CONFIG_EQ static int mtnic.c  
2306
StaticStatic mtnic_SET_RX_RING_ADDR static int mtnic.c  
2307
StaticStatic mtnic_SET_PORT_STATE static int mtnic.c  
2308
StaticStatic mtnic_SET_PORT_MTU static int mtnic.c  
2309
StaticStatic mtnic_RELEASE_RESOURCE static int mtnic.c  
2310
StaticStatic mtnic_QUERY_CAP static int mtnic.c  
2311
StaticStatic mtnic_query_num_ports static int mtnic.c  
2312
StaticStatic mtnic_query_mac static int mtnic.c  
2313
StaticStatic mtnic_query_offsets static int mtnic.c  
2314
FunctionFunction mtnic_reset void mtnic.c MTNIC initalization functions
2315
StaticStatic restore_config static int mtnic.c Restore PCI config
2316
StaticStatic mtnic_init_pci static int mtnic.c Init PCI configuration
2317
InlineInline mtnic_init_card static inline int mtnic.c Initial hardware
2318
FunctionFunction mtnic_process_tx_cq void mtnic.c Process functions
2319
FunctionFunction mtnic_process_rx_cq int mtnic.c  
2320
StaticStatic mtnic_open static int mtnic.c net_device functions
2321
StaticStatic mtnic_poll static void mtnic.c Check if we got completion for receive and transmit and
2322
StaticStatic mtnic_transmit static int mtnic.c  
2323
StaticStatic mtnic_close static void mtnic.c  
2324
StaticStatic mtnic_disable static void mtnic.c  
2325
StaticStatic mtnic_irq static void mtnic.c  
2326
StaticStatic mtnic_probe static int mtnic.c  
2327
StaticStatic natsemi_spi_read_bit static int natsemi.c  
2328
StaticStatic natsemi_spi_write_bit static void natsemi.c  
2329
StaticStatic natsemi_init_eeprom static void natsemi.c  
2330
StaticStatic natsemi_probe static int natsemi.c Probe PCI device
2331
StaticStatic natsemi_remove static void natsemi.c Remove PCI device
2332
StaticStatic natsemi_reset static void natsemi.c Reset NIC
2333
StaticStatic natsemi_open static int natsemi.c Open NIC
2334
StaticStatic natsemi_close static void natsemi.c Close NIC
2335
StaticStatic natsemi_transmit static int natsemi.c Transmit packet
2336
StaticStatic natsemi_poll static void natsemi.c Poll for received packets
2337
StaticStatic natsemi_irq static void natsemi.c Enable/disable interrupts
2338
StaticStatic eth_pio_read static void ne2k_isa.c ETH_PIO_READ - Read a frame via Programmed I/O
2339
StaticStatic eth_pio_write static void ne2k_isa.c ETH_PIO_WRITE - Write a frame via Programmed I/O
2340
StaticStatic enable_multicast static void ne2k_isa.c enable_multicast - Enable Multicast
2341
StaticStatic ne_probe1 static int ne2k_isa.c NE_PROBE1 - Look for an adapter on the ISA bus
2342
StaticStatic ne_probe static int ne2k_isa.c NE_PROBE - Initialize an adapter ???
2343
StaticStatic ne_disable static void ne2k_isa.c NE_DISABLE - Turn off adapter
2344
StaticStatic ne_reset static void ne2k_isa.c NE_RESET - Reset adapter
2345
StaticStatic ne_poll static int ne2k_isa.c NE_POLL - Wait for a frame
2346
StaticStatic ne_transmit static void ne2k_isa.c NE_TRANSMIT - Transmit a frame
2347
StaticStatic phy_intr static void ns83820.c  
2348
StaticStatic ns83820_setup_rx static void ns83820.c  
2349
StaticStatic ns83820_do_reset static void ns83820.c  
2350
StaticStatic ns83820_reset static void ns83820.c  
2351
StaticStatic ns83820_getmac static void ns83820.c  
2352
StaticStatic ns83820_set_multicast static void ns83820.c  
2353
StaticStatic ns83820_run_bist static void ns83820.c  
2354
StaticStatic ns83820_check_intr static void ns83820.c Check Link
2355
StaticStatic ns83820_poll static int ns83820.c POLL - Wait for a frame
2356
InlineInline kick_tx static inline void ns83820.c  
2357
StaticStatic ns83820_transmit static void ns83820.c TRANSMIT - Transmit a frame
2358
StaticStatic ns83820_disable static void ns83820.c DISABLE - Turn off ethernet interface
2359
StaticStatic ns83820_irq static void ns83820.c IRQ - Enable, Disable, or Force interrupts
2360
StaticStatic ns83820_probe static int ns83820.c  
2361
FunctionFunction !defined   ns8390.c ETHERBOOT - BOOTP/TFTP Bootstrap Program
2362
StaticStatic eth_pio_write static void ns8390.c ETH_PIO_WRITE - Write a frame via Programmed I/O
2363
StaticStatic eth_pio_read static void ns8390.c ETH_PIO_READ - Dummy routine when NE2000 not compiled in
2364
StaticStatic enable_multicast static void ns8390.c enable_multycast - Enable Multicast
2365
StaticStatic ns8390_reset static void ns8390.c NS8390_RESET - Reset adapter
2366
StaticStatic eth_rx_overrun static void ns8390.c ETH_RX_OVERRUN - Bring adapter back to work after an RX overrun
2367
StaticStatic ns8390_transmit static void ns8390.c NS8390_TRANSMIT - Transmit a frame
2368
StaticStatic ns8390_poll static int ns8390.c NS8390_POLL - Wait for a frame
2369
StaticStatic ns8390_disable static void ns8390.c NS8390_DISABLE - Turn off adapter
2370
StaticStatic ns8390_irq static void ns8390.c NS8390_IRQ - Enable, Disable, or Force interrupts
2371
StaticStatic eth_probe static int ns8390.c ETH_PROBE - Look for an adapter
2372
StaticStatic pcnet32_wio_read_csr static u16 pcnet32.c  
2373
StaticStatic pcnet32_wio_write_csr static void pcnet32.c  
2374
StaticStatic pcnet32_wio_read_bcr static u16 pcnet32.c  
2375
StaticStatic pcnet32_wio_write_bcr static void pcnet32.c  
2376
StaticStatic pcnet32_wio_read_rap static u16 pcnet32.c  
2377
StaticStatic pcnet32_wio_write_rap static void pcnet32.c  
2378
StaticStatic pcnet32_wio_reset static void pcnet32.c  
2379
StaticStatic pcnet32_wio_check static int pcnet32.c  
2380
StaticStatic pcnet32_dwio_read_csr static u16 pcnet32.c  
2381
StaticStatic pcnet32_dwio_write_csr static void pcnet32.c  
2382
StaticStatic pcnet32_dwio_read_bcr static u16 pcnet32.c  
2383
StaticStatic pcnet32_dwio_write_bcr static void pcnet32.c  
2384
StaticStatic pcnet32_dwio_read_rap static u16 pcnet32.c  
2385
StaticStatic pcnet32_dwio_write_rap static void pcnet32.c  
2386
StaticStatic pcnet32_dwio_reset static void pcnet32.c  
2387
StaticStatic pcnet32_dwio_check static int pcnet32.c  
2388
StaticStatic pcnet32_init_ring static int pcnet32.c  
2389
StaticStatic pcnet32_reset static void pcnet32.c RESET - Reset adapter
2390
StaticStatic pcnet32_poll static int pcnet32.c POLL - Wait for a frame
2391
StaticStatic pcnet32_transmit static void pcnet32.c TRANSMIT - Transmit a frame
2392
StaticStatic pcnet32_disable static void pcnet32.c DISABLE - Turn off ethernet interface
2393
StaticStatic pcnet32_irq static void pcnet32.c IRQ - Enable, Disable, or Force interrupts
2394
StaticStatic pcnet32_probe static int pcnet32.c PROBE - Look for an adapter, this routine's visible to the outside
2395
StaticStatic mdio_read static int pcnet32.c  
2396
StaticStatic mdio_write static void pcnet32.c  
2397
StaticStatic pnic_command_quiet static uint16_t pnic.c  
2398
StaticStatic pnic_command static uint16_t pnic.c  
2399
StaticStatic pnic_api_check static int pnic.c  
2400
StaticStatic pnic_poll static void pnic.c POLL - Wait for a frame
2401
StaticStatic pnic_transmit static int pnic.c TRANSMIT - Transmit a frame
2402
StaticStatic pnic_open static int pnic.c OPEN - Open network device
2403
StaticStatic pnic_close static void pnic.c CLOSE - Close network device
2404
StaticStatic pnic_irq static void pnic.c IRQ - Enable/disable interrupts
2405
StaticStatic pnic_remove static void pnic.c DISABLE - Turn off ethernet interface
2406
StaticStatic pnic_probe static int pnic.c PROBE - Look for an adapter, this routine's visible to the outside
2407
InlineInline hfa384x_getreg static inline UINT16 prism2.c  
2408
InlineInline hfa384x_setreg static inline void prism2.c  
2409
InlineInline hfa384x_getreg_noswap static inline UINT16 prism2.c  
2410
InlineInline hfa384x_setreg_noswap static inline void prism2.c  
2411
StaticStatic hfa384x_docmd_wait static int prism2.c  
2412
StaticStatic hfa384x_prepare_bap static int prism2.c  
2413
StaticStatic hfa384x_copy_from_bap static int prism2.c  
2414
StaticStatic hfa384x_copy_to_bap static int prism2.c  
2415
InlineInline hfa384x_cmd_access static inline int prism2.c  
2416
StaticStatic hfa384x_drvr_getconfig static int prism2.c  
2417
StaticStatic hfa384x_drvr_getconfig16 static int prism2.c  
2418
StaticStatic hfa384x_drvr_getconfig32 static int prism2.c  
2419
StaticStatic hfa384x_drvr_setconfig static int prism2.c  
2420
StaticStatic hfa384x_drvr_setconfig16 static int prism2.c  
2421
StaticStatic hfa384x_drvr_setconfig32 static int prism2.c  
2422
StaticStatic hfa384x_wait_for_event static int prism2.c  
2423
StaticStatic prism2_poll static int prism2.c POLL - Wait for a frame
2424
StaticStatic prism2_transmit static void prism2.c TRANSMIT - Transmit a frame
2425
StaticStatic prism2_disable static void prism2.c DISABLE - Turn off ethernet interface
2426
StaticStatic prism2_irq static void prism2.c IRQ - Enable, Disable, or Force interrupts
2427
StaticStatic prism2_probe static int prism2.c PROBE - Look for an adapter, this routine's visible to the outside
2428
StaticStatic prism2_pci_probe static int prism2_pci.c  
2429
StaticStatic prism2_pci_disable static void prism2_pci.c  
2430
StaticStatic prism2_find_plx static int prism2_plx.c  
2431
StaticStatic prism2_plx_probe static int prism2_plx.c  
2432
StaticStatic prism2_plx_disable static void prism2_plx.c  
2433
StaticStatic mdio_write static void r8169.c * Low level hardware routines **
2434
StaticStatic mdio_read static int r8169.c  
2435
StaticStatic mdio_patch static void r8169.c  
2436
StaticStatic rtl_ephy_write static void r8169.c  
2437
StaticStatic rtl_ephy_read static u16 r8169.c  
2438
StaticStatic rtl_csi_write static void r8169.c  
2439
StaticStatic rtl_csi_read static u32 r8169.c  
2440
StaticStatic rtl8169_irq_mask_and_ack static void r8169.c  
2441
StaticStatic rtl8169_tbi_reset_pending static unsigned int r8169.c  
2442
StaticStatic rtl8169_xmii_reset_pending static unsigned int r8169.c  
2443
StaticStatic rtl8169_tbi_link_ok static unsigned int r8169.c  
2444
StaticStatic rtl8169_xmii_link_ok static unsigned int r8169.c  
2445
StaticStatic rtl8169_tbi_reset_enable static void r8169.c  
2446
StaticStatic rtl8169_xmii_reset_enable static void r8169.c  
2447
StaticStatic rtl8169_set_speed_tbi static int r8169.c  
2448
StaticStatic rtl8169_set_speed_xmii static int r8169.c  
2449
StaticStatic rtl8169_set_speed static int r8169.c  
2450
StaticStatic rtl8169_write_gmii_reg_bit static void r8169.c  
2451
StaticStatic rtl8169_get_mac_version static void r8169.c  
2452
StaticStatic rtl_phy_write static void r8169.c  
2453
StaticStatic rtl8169s_hw_phy_config static void r8169.c  
2454
StaticStatic rtl8169sb_hw_phy_config static void r8169.c  
2455
StaticStatic rtl8168bb_hw_phy_config static void r8169.c  
2456
StaticStatic rtl8168bef_hw_phy_config static void r8169.c  
2457
StaticStatic rtl8168cp_1_hw_phy_config static void r8169.c  
2458
StaticStatic rtl8168cp_2_hw_phy_config static void r8169.c  
2459
StaticStatic rtl8168c_1_hw_phy_config static void r8169.c  
2460
StaticStatic rtl8168c_2_hw_phy_config static void r8169.c  
2461
StaticStatic rtl8168c_3_hw_phy_config static void r8169.c  
2462
StaticStatic rtl8168c_4_hw_phy_config static void r8169.c  
2463
StaticStatic rtl8168d_hw_phy_config static void r8169.c  
2464
StaticStatic rtl8102e_hw_phy_config static void r8169.c  
2465
StaticStatic rtl_hw_phy_config static void r8169.c  
2466
StaticStatic rtl8169_phy_reset static void r8169.c  
2467
StaticStatic rtl8169_init_phy static void r8169.c  
2468
StaticStatic rtl8169_hw_reset static void r8169.c  
2469
StaticStatic rtl_set_rx_tx_config_registers static void r8169.c  
2470
StaticStatic rtl_soft_reset static void r8169.c  
2471
StaticStatic rtl_hw_start static void r8169.c  
2472
StaticStatic rtl_set_rx_tx_desc_registers static void r8169.c  
2473
StaticStatic rtl_rw_cpluscmd static u16 r8169.c  
2474
StaticStatic rtl_set_rx_max_size static void r8169.c  
2475
StaticStatic rtl8169_set_magic_reg static void r8169.c  
2476
StaticStatic rtl_set_rx_mode static void r8169.c  
2477
StaticStatic rtl_hw_start_8169 static void r8169.c  
2478
StaticStatic rtl_tx_performance_tweak static void r8169.c  
2479
StaticStatic rtl_csi_access_enable static void r8169.c  
2480
StaticStatic rtl_ephy_init static void r8169.c  
2481
StaticStatic rtl_disable_clock_request static void r8169.c  
2482
StaticStatic rtl_hw_start_8168bb static void r8169.c  
2483
StaticStatic rtl_hw_start_8168bef static void r8169.c  
2484
StaticStatic __rtl_hw_start_8168cp static void r8169.c  
2485
StaticStatic rtl_hw_start_8168cp_1 static void r8169.c  
2486
StaticStatic rtl_hw_start_8168cp_2 static void r8169.c  
2487
StaticStatic rtl_hw_start_8168cp_3 static void r8169.c  
2488
StaticStatic rtl_hw_start_8168c_1 static void r8169.c  
2489
StaticStatic rtl_hw_start_8168c_2 static void r8169.c  
2490
StaticStatic rtl_hw_start_8168c_3 static void r8169.c  
2491
StaticStatic rtl_hw_start_8168c_4 static void r8169.c  
2492
StaticStatic rtl_hw_start_8168d static void r8169.c  
2493
StaticStatic rtl_hw_start_8168 static void r8169.c  
2494
StaticStatic rtl_hw_start_8102e_1 static void r8169.c  
2495
StaticStatic rtl_hw_start_8102e_2 static void r8169.c  
2496
StaticStatic rtl_hw_start_8102e_3 static void r8169.c  
2497
StaticStatic rtl_hw_start_8101 static void r8169.c  
2498
StaticStatic rtl8169_setup_tx_resources static int r8169.c * gPXE API Support Routines **
2499
StaticStatic rtl8169_process_tx_packets static void r8169.c  
2500
StaticStatic rtl8169_free_tx_resources static void r8169.c  
2501
StaticStatic rtl8169_populate_rx_descriptor static void r8169.c  
2502
StaticStatic rtl8169_refill_rx_ring static void r8169.c Refill descriptor ring
2503
StaticStatic rtl8169_setup_rx_resources static int r8169.c setup_rx_resources - allocate Rx resources (Descriptors)
2504
StaticStatic rtl8169_process_rx_packets static void r8169.c  
2505
StaticStatic rtl8169_free_rx_resources static void r8169.c  
2506
StaticStatic rtl8169_get_nic_variant static int r8169.c  
2507
StaticStatic rtl8169_irq_enable static void r8169.c  
2508
StaticStatic rtl8169_irq_disable static void r8169.c  
2509
StaticStatic rtl8169_open static int r8169.c * gPXE Core API Routines **
2510
StaticStatic rtl8169_transmit static int r8169.c transmit - Transmit a packet
2511
StaticStatic rtl8169_poll static void r8169.c poll - Poll for received packets
2512
StaticStatic rtl8169_close static void r8169.c close - Disable network interface
2513
StaticStatic rtl8169_irq static void r8169.c irq - enable or Disable interrupts
2514
StaticStatic rtl8169_probe static int r8169.c probe - Initial configuration of NIC
2515
StaticStatic rtl8169_remove static void r8169.c remove - Device Removal Routine
2516
StaticStatic rtl_spi_read_bit static int rtl8139.c  
2517
StaticStatic rtl_spi_write_bit static void rtl8139.c  
2518
StaticStatic rtl_init_eeprom static void rtl8139.c Set up for EEPROM access
2519
StaticStatic rtl_reset static void rtl8139.c Reset NIC
2520
StaticStatic rtl_open static int rtl8139.c Open NIC
2521
StaticStatic rtl_close static void rtl8139.c Close NIC
2522
StaticStatic rtl_transmit static int rtl8139.c Transmit packet
2523
StaticStatic rtl_poll static void rtl8139.c Poll for received packets
2524
StaticStatic rtl_irq static void rtl8139.c Enable/disable interrupts
2525
StaticStatic rtl_probe static int rtl8139.c Probe PCI device
2526
StaticStatic rtl_remove static void rtl8139.c Remove PCI device
2527
StaticStatic sis900_get_mac_addr static int sis900.c  
2528
StaticStatic sis96x_get_mac_addr static int sis900.c  
2529
StaticStatic sis630e_get_mac_addr static int sis900.c  
2530
StaticStatic sis635_get_mac_addr static int sis900.c  
2531
StaticStatic sis900_probe static int sis900.c  
2532
StaticStatic sis900_read_eeprom static u16 sis900.c  
2533
StaticStatic sis900_mdio_idle static void sis900.c  
2534
StaticStatic sis900_mdio_reset static void sis900.c  
2535
StaticStatic sis900_mdio_read static u16 sis900.c  
2536
StaticStatic sis900_mdio_write static void sis900.c  
2537
StaticStatic sis900_init static void sis900.c  
2538
StaticStatic sis900_reset static void sis900.c  
2539
StaticStatic sis900_init_rxfilter static void sis900.c  
2540
StaticStatic sis900_init_txd static void sis900.c  
2541
StaticStatic sis900_init_rxd static void sis900.c  
2542
StaticStatic sis900_set_rx_mode static void sis900.c  
2543
StaticStatic sis900_check_mode static void sis900.c  
2544
StaticStatic sis900_read_mode static void sis900.c  
2545
StaticStatic amd79c901_read_mode static void sis900.c  
2546
StaticStatic ics1893_read_mode static void sis900.c  
2547
StaticStatic rtl8201_read_mode static void sis900.c  
2548
StaticStatic vt6103_read_mode static void sis900.c  
2549
StaticStatic sis900_transmit static void sis900.c  
2550
StaticStatic sis900_poll static int sis900.c  
2551
StaticStatic sis900_disable static void sis900.c  
2552
StaticStatic sis900_irq static void sis900.c  
2553
StaticStatic smc_read_phy_register static word smc9000.c  
2554
StaticStatic smc_write_phy_register static void smc9000.c  
2555
StaticStatic smc_detect_phy static int smc9000.c  
2556
StaticStatic smc_phy_configure static void smc9000.c  
2557
StaticStatic smc_reset static void smc9000.c  
2558
StaticStatic smc9000_probe_addr static int smc9000.c  
2559
StaticStatic smc9000_transmit static void smc9000.c ETH_TRANSMIT - Transmit a frame
2560
StaticStatic smc9000_poll static int smc9000.c ETH_POLL - Wait for a frame
2561
StaticStatic smc9000_disable static void smc9000.c  
2562
StaticStatic smc9000_irq static void smc9000.c  
2563
StaticStatic smc9000_probe static int smc9000.c ETH_PROBE - Look for an adapter
2564
StaticStatic check_duplex static void sundance.c  
2565
StaticStatic init_ring static void sundance.c init_ring - setup the tx and rx descriptors
2566
StaticStatic sundance_reset static void sundance.c RESET - Reset Adapter
2567
StaticStatic sundance_irq static void sundance.c IRQ - Wait for a frame
2568
StaticStatic sundance_poll static int sundance.c POLL - Wait for a frame
2569
StaticStatic sundance_transmit static void sundance.c TRANSMIT - Transmit a frame
2570
StaticStatic sundance_disable static void sundance.c DISABLE - Turn off ethernet interface
2571
StaticStatic sundance_probe static int sundance.c PROBE - Look for an adapter, this routine's visible to the outside
2572
StaticStatic eeprom_read static int sundance.c  
2573
StaticStatic mdio_sync static void sundance.c  
2574
StaticStatic mdio_read static int sundance.c  
2575
StaticStatic mdio_write static void sundance.c  
2576
StaticStatic set_rx_mode static void sundance.c  
2577
StaticStatic pci_save_state static int tg3.c pci_save_state - save the PCI configuration space of a device before suspending
2578
StaticStatic pci_restore_state static int tg3.c pci_restore_state - Restore the saved state of a PCI device
2579
StaticStatic tg3_write_indirect_reg32 static void tg3.c  
2580
StaticStatic tw32_carefully static void tg3.c  
2581
StaticStatic tw32_mailbox2 static void tg3.c  
2582
StaticStatic tg3_write_mem static void tg3.c  
2583
StaticStatic tg3_read_mem static void tg3.c  
2584
StaticStatic tg3_disable_ints static void tg3.c  
2585
StaticStatic tg3_switch_clocks static void tg3.c  
2586
StaticStatic tg3_readphy static int tg3.c  
2587
StaticStatic tg3_writephy static int tg3.c  
2588
StaticStatic tg3_writedsp static int tg3.c  
2589
StaticStatic tg3_phy_set_wirespeed static void tg3.c  
2590
StaticStatic tg3_bmcr_reset static int tg3.c  
2591
StaticStatic tg3_wait_macro_done static int tg3.c  
2592
StaticStatic tg3_phy_write_and_check_testpat static int tg3.c  
2593
StaticStatic tg3_phy_reset_chanpat static int tg3.c  
2594
StaticStatic tg3_phy_reset_5703_4_5 static int tg3.c  
2595
StaticStatic tg3_phy_reset static int tg3.c  
2596
StaticStatic tg3_set_power_state_0 static void tg3.c  
2597
StaticStatic tg3_link_report static void tg3.c  
2598
StaticStatic tg3_setup_flow_control static void tg3.c  
2599
StaticStatic tg3_aux_stat_to_speed_duplex static void tg3.c  
2600
StaticStatic tg3_phy_copper_begin static int tg3.c  
2601
StaticStatic tg3_init_5401phy_dsp static int tg3.c  
2602
StaticStatic tg3_setup_copper_phy static int tg3.c  
2603
StaticStatic tg3_fiber_aneg_smachine static int tg3.c  
2604
StaticStatic tg3_setup_fiber_phy static int tg3.c  
2605
StaticStatic tg3_setup_phy static int tg3.c  
2606
StaticStatic tg3_stop_block static int tg3.c  
2607
StaticStatic tg3_abort_hw static int tg3.c  
2608
StaticStatic tg3_chip_reset static void tg3.c  
2609
StaticStatic tg3_stop_fw static void tg3.c  
2610
StaticStatic tg3_restart_fw static int tg3.c  
2611
StaticStatic tg3_halt static int tg3.c  
2612
StaticStatic __tg3_set_mac_addr static void tg3.c  
2613
StaticStatic tg3_set_bdinfo static void tg3.c  
2614
StaticStatic tg3_init_rings static void tg3.c  
2615
StaticStatic tg3_setup_hw static int tg3.c  
2616
StaticStatic tg3_nvram_init static void tg3.c  
2617
StaticStatic tg3_nvram_read_using_eeprom static int tg3.c  
2618
StaticStatic tg3_nvram_read static int tg3.c  
2619
StaticStatic tg3_phy_probe static int tg3.c  
2620
StaticStatic tg3_read_partno static void tg3.c  
2621
StaticStatic tg3_get_invariants static int tg3.c  
2622
StaticStatic tg3_get_device_address static int tg3.c  
2623
StaticStatic tg3_setup_dma static int tg3.c  
2624
StaticStatic tg3_init_link_config static void tg3.c  
2625
StaticStatic tg3_phy_string static const char * tg3.c  
2626
StaticStatic tg3_poll_link static void tg3.c  
2627
StaticStatic tg3_ack_irqs static void tg3.c POLL - Wait for a frame
2628
StaticStatic tg3_poll static int tg3.c  
2629
StaticStatic tg3_set_txd static void tg3.c TRANSMIT - Transmit a frame
2630
StaticStatic tg3_transmit static void tg3.c  
2631
StaticStatic tg3_disable static void tg3.c DISABLE - Turn off ethernet interface
2632
StaticStatic tg3_irq static void tg3.c IRQ - Enable, Disable, or Force interrupts
2633
StaticStatic tg3_probe static int tg3.c PROBE - Look for an adapter, this routine's visible to the outside
2634
StaticStatic TLan_ResetLists static void tlan.c TLan_ResetLists
2635
FunctionFunction TLan_ResetAdapter void tlan.c TLan_Reset
2636
FunctionFunction TLan_FinishReset void tlan.c  
2637
StaticStatic tlan_poll static int tlan.c POLL - Wait for a frame
2638
StaticStatic refill_rx static void tlan.c  
2639
StaticStatic tlan_transmit static void tlan.c TRANSMIT - Transmit a frame
2640
StaticStatic tlan_disable static void tlan.c DISABLE - Turn off ethernet interface
2641
StaticStatic tlan_irq static void tlan.c IRQ - Enable, Disable, or Force interrupts
2642
StaticStatic TLan_SetMulticastList static void tlan.c  
2643
StaticStatic tlan_probe static int tlan.c  
2644
FunctionFunction TLan_EeSendStart void tlan.c  
2645
FunctionFunction TLan_EeSendByte int tlan.c TLan_EeSendByte
2646
FunctionFunction TLan_EeReceiveByte void tlan.c TLan_EeReceiveByte
2647
FunctionFunction TLan_EeReadByte int tlan.c TLan_EeReadByte
2648
FunctionFunction TLan_MiiReadReg int tlan.c  
2649
FunctionFunction TLan_MiiSendData void tlan.c TLan_MiiSendData
2650
FunctionFunction TLan_MiiSync void tlan.c TLan_MiiSync
2651
FunctionFunction TLan_MiiWriteReg void tlan.c TLan_MiiWriteReg
2652
FunctionFunction TLan_SetMac void tlan.c TLan_SetMac
2653
FunctionFunction TLan_PhyDetect void tlan.c TLan_PhyDetect
2654
FunctionFunction TLan_PhyPowerDown void tlan.c  
2655
FunctionFunction TLan_PhyPowerUp void tlan.c  
2656
FunctionFunction TLan_PhyReset void tlan.c  
2657
FunctionFunction TLan_PhyStartLink void tlan.c  
2658
FunctionFunction TLan_PhyFinishAutoNeg void tlan.c  
2659
FunctionFunction TLan_PhyMonitor void tlan.c TLan_phyMonitor
2660
StaticStatic whereami static void tulip.c Utility Routines
2661
StaticStatic tulip_more static void tulip.c  
2662
StaticStatic tulip_wait static void tulip.c  
2663
FunctionFunction mdio_read int tulip.c  
2664
FunctionFunction mdio_write void tulip.c  
2665
StaticStatic read_eeprom static int tulip.c EEPROM Reading Code
2666
StaticStatic parse_eeprom static void tulip.c EEPROM Parsing Code
2667
StaticStatic tulip_init_ring static void tulip.c tulip_init_ring - setup the tx and rx descriptors
2668
StaticStatic set_rx_mode static void tulip.c  
2669
StaticStatic tulip_reset static void tulip.c eth_reset - Reset adapter
2670
StaticStatic tulip_transmit static void tulip.c eth_transmit - Transmit a frame
2671
StaticStatic tulip_poll static int tulip.c eth_poll - Wait for a frame
2672
StaticStatic tulip_disable static void tulip.c eth_disable - Disable the interface
2673
StaticStatic tulip_irq static void tulip.c IRQ - Enable, Disable, or Force interrupts
2674
StaticStatic tulip_probe static int tulip.c eth_probe - Look for an adapter
2675
StaticStatic start_link static void tulip.c  
2676
StaticStatic nway_start static void tulip.c  
2677
StaticStatic init_media static void tulip.c  
2678
StaticStatic pnic_do_nway static void tulip.c  
2679
StaticStatic select_media static void tulip.c  
2680
StaticStatic tulip_check_duplex static int tulip.c  
2681
StaticStatic reload_eeprom static void via-rhine.c  
2682
StaticStatic rhine_init_ring static void via-rhine.c  
2683
FunctionFunction QueryAuto int via-rhine.c  
2684
FunctionFunction ReadMII int via-rhine.c  
2685
FunctionFunction WriteMII void via-rhine.c  
2686
FunctionFunction MIIDelay void via-rhine.c  
2687
FunctionFunction rhine_irq void via-rhine.c IRQ - PXE IRQ Handler
2688
StaticStatic rhine_probe static int via-rhine.c  
2689
StaticStatic set_rx_mode static void via-rhine.c  
2690
StaticStatic rhine_probe1 static void via-rhine.c  
2691
StaticStatic rhine_disable static void via-rhine.c  
2692
StaticStatic rhine_reset static void via-rhine.c ETH_RESET - Reset adapter
2693
StaticStatic rhine_poll static int via-rhine.c  
2694
StaticStatic rhine_transmit static void via-rhine.c  
2695
StaticStatic velocity_set_int_opt static void via-velocity.c velocity_set_int_opt - parser for integer options
2696
StaticStatic velocity_set_bool_opt static void via-velocity.c velocity_set_bool_opt - parser for boolean options
2697
StaticStatic velocity_get_options static void via-velocity.c velocity_get_options - set options on device
2698
StaticStatic velocity_init_cam_filter static void via-velocity.c velocity_init_cam_filter - initialise CAM
2699
InlineInline velocity_give_many_rx_descs static inline void via-velocity.c  
2700
StaticStatic velocity_rx_refill static int via-velocity.c  
2701
StaticStatic velocity_poll static int via-velocity.c POLL - Wait for a frame
2702
StaticStatic velocity_transmit static void via-velocity.c TRANSMIT - Transmit a frame
2703
StaticStatic velocity_disable static void via-velocity.c DISABLE - Turn off ethernet interface
2704
StaticStatic velocity_irq static void via-velocity.c IRQ - handle interrupts
2705
StaticStatic velocity_probe static int via-velocity.c PROBE - Look for an adapter, this routine's visible to the outside
2706
StaticStatic velocity_init_info static void via-velocity.c velocity_init_info - init private data
2707
FunctionFunction pci_resource_flags unsigned long via-velocity.c  
2708
StaticStatic velocity_get_pci_info static int via-velocity.c  
2709
StaticStatic velocity_print_link_status static void via-velocity.c velocity_print_link_status - link status reporting
2710
StaticStatic velocity_rx_reset static void via-velocity.c velocity_rx_reset - handle a receive reset
2711
StaticStatic velocity_init_registers static void via-velocity.c velocity_init_registers - initialise MAC registers
2712
StaticStatic velocity_soft_reset static int via-velocity.c velocity_soft_reset - soft reset
2713
StaticStatic velocity_init_rings static int via-velocity.c velocity_init_rings - set up DMA rings
2714
StaticStatic velocity_open static int via-velocity.c  
2715
StaticStatic mii_init static void via-velocity.c mii_init - set up MII
2716
StaticStatic safe_disable_mii_autopoll static void via-velocity.c safe_disable_mii_autopoll - autopoll off
2717
StaticStatic enable_mii_autopoll static void via-velocity.c enable_mii_autopoll - turn on autopolling
2718
StaticStatic velocity_mii_read static int via-velocity.c velocity_mii_read - read MII data
2719
StaticStatic velocity_mii_write static int via-velocity.c velocity_mii_write - write MII data
2720
StaticStatic velocity_get_opt_media_mode static u32 via-velocity.c velocity_get_opt_media_mode - get media selection
2721
StaticStatic mii_set_auto_on static void via-velocity.c mii_set_auto_on - autonegotiate on
2722
StaticStatic set_mii_flow_control static void via-velocity.c set_mii_flow_control - flow control setup
2723
StaticStatic velocity_set_media_mode static int via-velocity.c velocity_set_media_mode - set media mode
2724
StaticStatic mii_check_media_mode static u32 via-velocity.c mii_check_media_mode - check media state
2725
StaticStatic check_connection_type static u32 via-velocity.c  
2726
StaticStatic enable_flow_control_ability static void via-velocity.c enable_flow_control_ability - flow control
2727
FunctionFunction pci_set_power_state int via-velocity.c pci_set_power_state - Set the power state of a PCI device
2728
StaticStatic virtnet_disable static void virtio-net.c  
2729
StaticStatic virtnet_poll static int virtio-net.c  
2730
StaticStatic virtnet_transmit static void virtio-net.c  
2731
StaticStatic virtnet_irq static void virtio-net.c  
2732
StaticStatic provide_buffers static void virtio-net.c  
2733
StaticStatic virtnet_probe static int virtio-net.c  
2734
StaticStatic decode_interrupt static void w89c840.c  
2735
StaticStatic w89c840_reset static void w89c840.c w89c840_reset - Reset adapter
2736
StaticStatic handle_intr static void w89c840.c  
2737
StaticStatic w89c840_poll static int w89c840.c w89c840_poll - Wait for a frame
2738
StaticStatic w89c840_transmit static void w89c840.c w89c840_transmit - Transmit a frame
2739
StaticStatic w89c840_disable static void w89c840.c w89c840_disable - Turn off ethernet interface
2740
StaticStatic w89c840_irq static void w89c840.c w89c840_irq - Enable, Disable, or Force interrupts
2741
StaticStatic w89c840_probe static int w89c840.c w89c840_probe - Look for an adapter, this routine's visible to the outside
2742
StaticStatic eeprom_read static int w89c840.c  
2743
StaticStatic mdio_sync static void w89c840.c  
2744
StaticStatic mdio_read static int w89c840.c  
2745
StaticStatic mdio_write static void w89c840.c  
2746
StaticStatic check_duplex static void w89c840.c  
2747
StaticStatic set_rx_mode static void w89c840.c  
2748
StaticStatic init_ring static void w89c840.c  
2749
StaticStatic e1000_get_hw_control static void e1000.c e1000_get_hw_control - get control of the h/w from f/w
2750
StaticStatic e1000_irq_enable static void e1000.c e1000_irq_enable - Enable default interrupt generation settings
2751
StaticStatic e1000_irq_disable static void e1000.c e1000_irq_disable - Mask off interrupt generation on the NIC
2752
StaticStatic e1000_irq_force static void e1000.c e1000_irq_force - trigger interrupt
2753
StaticStatic e1000_sw_init static int e1000.c e1000_sw_init - Initialize general software structures (struct e1000_adapter)
2754
StaticStatic e1000_setup_tx_resources static int e1000.c e1000_setup_tx_resources - allocate Tx resources (Descriptors)
2755
StaticStatic e1000_free_tx_resources static void e1000.c  
2756
StaticStatic e1000_configure_tx static void e1000.c e1000_configure_tx - Configure 8254x Transmit Unit after Reset
2757
StaticStatic e1000_setup_rx_resources static int e1000.c e1000_setup_rx_resources - allocate Rx resources (Descriptors)
2758
StaticStatic e1000_free_rx_resources static void e1000.c  
2759
StaticStatic e1000_configure_rx static void e1000.c e1000_configure_rx - Configure 8254x Receive Unit after Reset
2760
StaticStatic e1000_reset static void e1000.c e1000_reset - Put e1000 NIC in known initial state
2761
StaticStatic e1000_close static void e1000.c Functions that implement the gPXE driver API *
2762
StaticStatic e1000_transmit static int e1000.c e1000_transmit - Transmit a packet
2763
StaticStatic e1000_poll static void e1000.c e1000_poll - Poll for received packets
2764
StaticStatic e1000_irq static void e1000.c e1000_irq - enable or Disable interrupts
2765
StaticStatic e1000_probe static int e1000.c e1000_probe - Initial configuration of e1000 NIC
2766
StaticStatic e1000_remove static void e1000.c e1000_remove - Device Removal Routine
2767
StaticStatic e1000_open static int e1000.c e1000_open - Called when a network interface is made active
2768
FunctionFunction e1000_read_pcie_cap_reg int32_t e1000.c  
2769
FunctionFunction e1000_pci_clear_mwi void e1000.c  
2770
FunctionFunction e1000_pci_set_mwi void e1000.c  
2771
FunctionFunction e1000_read_pci_cfg void e1000.c  
2772
FunctionFunction e1000_write_pci_cfg void e1000.c  
2773
FunctionFunction e1000_io_write void e1000.c  
2774
StaticStatic e1000_set_phy_type static int32_t e1000_hw.c Set the phy type member in the hw struct.
2775
StaticStatic e1000_phy_init_script static void e1000_hw.c IGP phy init script - initializes the GbE PHY
2776
FunctionFunction e1000_set_mac_type int32_t e1000_hw.c Set the mac type member in the hw struct.
2777
FunctionFunction e1000_set_media_type void e1000_hw.c Set media type and TBI compatibility.
2778
FunctionFunction e1000_reset_hw int32_t e1000_hw.c Reset the transmit and receive units; mask and clear all interrupts.
2779
StaticStatic e1000_initialize_hardware_bits static void e1000_hw.c Initialize a number of hardware-dependent bits
2780
FunctionFunction e1000_init_hw int32_t e1000_hw.c Performs basic configuration of the adapter.
2781
StaticStatic e1000_adjust_serdes_amplitude static int32_t e1000_hw.c Adjust SERDES output amplitude based on EEPROM setting.
2782
FunctionFunction e1000_setup_link int32_t e1000_hw.c Configures flow control and link settings.
2783
StaticStatic e1000_setup_fiber_serdes_link static int32_t e1000_hw.c Sets up link for a fiber based or serdes based adapter
2784
StaticStatic e1000_copper_link_preconfig static int32_t e1000_hw.c Make sure we have a valid PHY and change PHY mode before link setup.
2785
StaticStatic e1000_copper_link_igp_setup static int32_t e1000_hw.c Copper link setup for e1000_phy_igp series.
2786
StaticStatic e1000_copper_link_ggp_setup static int32_t e1000_hw.c Copper link setup for e1000_phy_gg82563 series.
2787
StaticStatic e1000_copper_link_mgp_setup static int32_t e1000_hw.c Copper link setup for e1000_phy_m88 series.
2788
StaticStatic e1000_copper_link_autoneg static int32_t e1000_hw.c Setup auto-negotiation and flow control advertisements,
2789
StaticStatic e1000_copper_link_postconfig static int32_t e1000_hw.c Config the MAC and the PHY after link is up.
2790
StaticStatic e1000_setup_copper_link static int32_t e1000_hw.c Detects which PHY is present and setup the speed and duplex
2791
StaticStatic e1000_configure_kmrn_for_10_100 static int32_t e1000_hw.c Configure the MAC-to-PHY interface for 10/100Mbps
2792
StaticStatic e1000_configure_kmrn_for_1000 static int32_t e1000_hw.c  
2793
FunctionFunction e1000_phy_setup_autoneg int32_t e1000_hw.c Configures PHY autoneg and flow control advertisement settings
2794
StaticStatic e1000_phy_force_speed_duplex static int32_t e1000_hw.c Force PHY speed and duplex settings to hw->forced_speed_duplex
2795
FunctionFunction e1000_config_collision_dist void e1000_hw.c Sets the collision distance in the Transmit Control register
2796
StaticStatic e1000_config_mac_to_phy static int32_t e1000_hw.c Sets MAC speed and duplex settings to reflect the those in the PHY
2797
FunctionFunction e1000_force_mac_fc int32_t e1000_hw.c Forces the MAC's flow control settings.
2798
StaticStatic e1000_config_fc_after_link_up static int32_t e1000_hw.c Configures flow control settings after link is established
2799
FunctionFunction e1000_check_for_link int32_t e1000_hw.c Checks to see if the link status of the hardware has changed.
2800
FunctionFunction e1000_get_speed_and_duplex int32_t e1000_hw.c Detects the current speed and duplex settings of the hardware.
2801
StaticStatic e1000_wait_autoneg static int32_t e1000_hw.c Blocks until autoneg completes or times out (~4.5 seconds)
2802
StaticStatic e1000_raise_mdi_clk static void e1000_hw.c Raises the Management Data Clock
2803
StaticStatic e1000_lower_mdi_clk static void e1000_hw.c Lowers the Management Data Clock
2804
StaticStatic e1000_shift_out_mdi_bits static void e1000_hw.c Shifts data bits out to the PHY
2805
StaticStatic e1000_shift_in_mdi_bits static uint16_t e1000_hw.c Shifts data bits in from the PHY
2806
StaticStatic e1000_swfw_sync_acquire static int32_t e1000_hw.c  
2807
StaticStatic e1000_swfw_sync_release static void e1000_hw.c  
2808
FunctionFunction e1000_read_phy_reg int32_t e1000_hw.c Reads the value from a PHY register, if the value is on a specific non zero
2809
StaticStatic e1000_read_phy_reg_ex static int32_t e1000_hw.c  
2810
FunctionFunction e1000_write_phy_reg int32_t e1000_hw.c Writes a value to a PHY register
2811
StaticStatic e1000_write_phy_reg_ex static int32_t e1000_hw.c  
2812
StaticStatic e1000_read_kmrn_reg static int32_t e1000_hw.c  
2813
StaticStatic e1000_write_kmrn_reg static int32_t e1000_hw.c  
2814
FunctionFunction e1000_phy_hw_reset int32_t e1000_hw.c Returns the PHY to the power-on reset state
2815
FunctionFunction e1000_phy_reset int32_t e1000_hw.c Resets the PHY
2816
FunctionFunction e1000_phy_powerdown_workaround void e1000_hw.c  
2817
StaticStatic e1000_kumeran_lock_loss_workaround static int32_t e1000_hw.c  
2818
StaticStatic e1000_detect_gig_phy static int32_t e1000_hw.c Probes the expected PHY address for known PHY IDs
2819
StaticStatic e1000_phy_reset_dsp static int32_t e1000_hw.c Resets the PHY's DSP
2820
StaticStatic e1000_phy_igp_get_info static int32_t e1000_hw.c Get PHY information from various PHY registers for igp PHY only.
2821
StaticStatic e1000_phy_ife_get_info static int32_t e1000_hw.c Get PHY information from various PHY registers for ife PHY only.
2822
StaticStatic e1000_phy_m88_get_info static int32_t e1000_hw.c Get PHY information from various PHY registers fot m88 PHY only.
2823
FunctionFunction e1000_phy_get_info int32_t e1000_hw.c Get PHY information from various PHY registers
2824
FunctionFunction e1000_validate_mdi_setting int32_t e1000_hw.c  
2825
FunctionFunction e1000_init_eeprom_params int32_t e1000_hw.c Sets up eeprom variables in the hw struct. Must be called after mac_type
2826
StaticStatic e1000_raise_ee_clk static void e1000_hw.c Raises the EEPROM's clock input.
2827
StaticStatic e1000_lower_ee_clk static void e1000_hw.c Lowers the EEPROM's clock input.
2828
StaticStatic e1000_shift_out_ee_bits static void e1000_hw.c Shift data bits out to the EEPROM.
2829
StaticStatic e1000_shift_in_ee_bits static uint16_t e1000_hw.c Shift data bits in from the EEPROM
2830
StaticStatic e1000_acquire_eeprom static int32_t e1000_hw.c Prepares EEPROM for access
2831
StaticStatic e1000_standby_eeprom static void e1000_hw.c Returns EEPROM to a "standby" state
2832
StaticStatic e1000_release_eeprom static void e1000_hw.c Terminates a command by inverting the EEPROM's chip select pin
2833
StaticStatic e1000_spi_eeprom_ready static int32_t e1000_hw.c Reads a 16 bit word from the EEPROM.
2834
FunctionFunction e1000_read_eeprom int32_t e1000_hw.c Reads a 16 bit word from the EEPROM.
2835
StaticStatic e1000_read_eeprom_eerd static int32_t e1000_hw.c Reads a 16 bit word from the EEPROM using the EERD register.
2836
StaticStatic e1000_write_eeprom_eewr static int32_t e1000_hw.c Writes a 16 bit word from the EEPROM using the EEWR register.
2837
StaticStatic e1000_poll_eerd_eewr_done static int32_t e1000_hw.c Polls the status bit (bit 1) of the EERD to determine when the read is done.
2838
StaticStatic e1000_is_onboard_nvm_eeprom static boolean_t e1000_hw.c  
2839
FunctionFunction e1000_validate_eeprom_checksum int32_t e1000_hw.c Verifies that the EEPROM has a valid checksum
2840
FunctionFunction e1000_update_eeprom_checksum int32_t e1000_hw.c Calculates the EEPROM checksum and writes it to the EEPROM
2841
FunctionFunction e1000_write_eeprom int32_t e1000_hw.c Parent function for writing words to the different EEPROM types.
2842
StaticStatic e1000_write_eeprom_spi static int32_t e1000_hw.c Writes a 16 bit word to a given offset in an SPI EEPROM.
2843
StaticStatic e1000_write_eeprom_microwire static int32_t e1000_hw.c Writes a 16 bit word to a given offset in a Microwire EEPROM.
2844
StaticStatic e1000_commit_shadow_ram static int32_t e1000_hw.c Flushes the cached eeprom to NVM. This is done by saving the modified values
2845
FunctionFunction e1000_read_mac_addr int32_t e1000_hw.c Reads the adapter's MAC address from the EEPROM and inverts the LSB for the
2846
StaticStatic e1000_init_rx_addrs static void e1000_hw.c Initializes receive address filters.
2847
FunctionFunction e1000_hash_mc_addr uint32_t e1000_hw.c Hashes an address to determine its location in the multicast table
2848
FunctionFunction e1000_mta_set void e1000_hw.c Sets the bit in the multicast table corresponding to the hash value.
2849
FunctionFunction e1000_rar_set void e1000_hw.c Puts an ethernet address into a receive address register.
2850
FunctionFunction e1000_write_vfta void e1000_hw.c Writes a value to the specified offset in the VLAN filter table.
2851
StaticStatic e1000_clear_vfta static void e1000_hw.c Clears the VLAN filer table
2852
StaticStatic e1000_id_led_init static int32_t e1000_hw.c  
2853
FunctionFunction e1000_setup_led int32_t e1000_hw.c Prepares SW controlable LED for use and saves the current state of the LED.
2854
FunctionFunction e1000_blink_led_start int32_t e1000_hw.c Used on 82571 and later Si that has LED blink bits.
2855
FunctionFunction e1000_cleanup_led int32_t e1000_hw.c Restores the saved state of the SW controlable LED.
2856
FunctionFunction e1000_led_on int32_t e1000_hw.c Turns on the software controllable LED
2857
FunctionFunction e1000_led_off int32_t e1000_hw.c Turns off the software controllable LED
2858
StaticStatic e1000_clear_hw_cntrs static void e1000_hw.c Clears all hardware statistics counters.
2859
FunctionFunction e1000_reset_adaptive void e1000_hw.c Resets Adaptive IFS to its default state.
2860
FunctionFunction e1000_update_adaptive void e1000_hw.c Called during the callback/watchdog routine to update IFS value based on
2861
FunctionFunction e1000_tbi_adjust_stats void e1000_hw.c Adjusts the statistic counters when a frame is accepted by TBI_ACCEPT
2862
FunctionFunction e1000_get_bus_info void e1000_hw.c Gets the current PCI bus type, speed, and width of the hardware
2863
StaticStatic e1000_write_reg_io static void e1000_hw.c Writes a value to one of the devices registers using port I/O (as opposed to
2864
StaticStatic e1000_get_cable_length static int32_t e1000_hw.c Estimates the cable length.
2865
StaticStatic e1000_check_polarity static int32_t e1000_hw.c Check the cable polarity
2866
StaticStatic e1000_check_downshift static int32_t e1000_hw.c Check if Downshift occured
2867
StaticStatic e1000_config_dsp_after_link_change static int32_t e1000_hw.c 82541_rev_2 & 82547_rev_2 have the capability to configure the DSP when a
2868
StaticStatic e1000_set_phy_mode static int32_t e1000_hw.c Set PHY to class A mode
2869
StaticStatic e1000_set_d3_lplu_state static int32_t e1000_hw.c This function sets the lplu state according to the active flag. When
2870
StaticStatic e1000_set_d0_lplu_state static int32_t e1000_hw.c This function sets the lplu d0 state according to the active flag. When
2871
StaticStatic e1000_set_vco_speed static int32_t e1000_hw.c Change VCO speed register to improve Bit Error Rate performance of SERDES.
2872
StaticStatic e1000_host_if_read_cookie static int32_t e1000_hw.c This function reads the cookie from ARC ram.
2873
StaticStatic e1000_mng_enable_host_if static int32_t e1000_hw.c This function checks whether the HOST IF is enabled for command operaton
2874
StaticStatic e1000_mng_host_if_write static int32_t e1000_hw.c This function writes the buffer content at the offset given on the host if.
2875
StaticStatic e1000_mng_write_cmd_header static int32_t e1000_hw.c This function writes the command header after does the checksum calculation.
2876
StaticStatic e1000_mng_write_commit static int32_t e1000_hw.c This function indicates to ARC that a new command is pending which completes
2877
FunctionFunction e1000_check_mng_mode boolean_t e1000_hw.c This function checks the mode of the firmware.
2878
FunctionFunction e1000_mng_write_dhcp_info int32_t e1000_hw.c This function writes the dhcp info .
2879
StaticStatic e1000_calculate_mng_checksum static uint8_t e1000_hw.c This function calculates the checksum.
2880
FunctionFunction e1000_enable_tx_pkt_filtering boolean_t e1000_hw.c This function checks whether tx pkt filtering needs to be enabled or not.
2881
FunctionFunction e1000_enable_mng_pass_thru uint32_t e1000_hw.c Verifies the hardware needs to allow ARPs to be processed by the host
2882
StaticStatic e1000_polarity_reversal_workaround static int32_t e1000_hw.c  
2883
StaticStatic e1000_set_pci_express_master_disable static void e1000_hw.c Disables PCI-Express master access.
2884
FunctionFunction e1000_disable_pciex_master int32_t e1000_hw.c Disables PCI-Express master access and verifies there are no pending requests
2885
StaticStatic e1000_get_auto_rd_done static int32_t e1000_hw.c Check for EEPROM Auto Read bit done.
2886
StaticStatic e1000_get_phy_cfg_done static int32_t e1000_hw.c Checks if the PHY configuration is done
2887
StaticStatic e1000_get_hw_eeprom_semaphore static int32_t e1000_hw.c Using the combination of SMBI and SWESMBI semaphore bits when resetting
2888
StaticStatic e1000_put_hw_eeprom_semaphore static void e1000_hw.c This function clears HW semaphore bits.
2889
StaticStatic e1000_get_software_semaphore static int32_t e1000_hw.c Obtaining software semaphore bit (SMBI) before resetting PHY.
2890
StaticStatic e1000_release_software_semaphore static void e1000_hw.c Release semaphore bit (SMBI).
2891
FunctionFunction e1000_check_phy_reset_block int32_t e1000_hw.c Checks if PHY reset is blocked due to SOL/IDER session, for example.
2892
StaticStatic e1000_arc_subsystem_valid static uint8_t e1000_hw.c  
2893
StaticStatic e1000_set_pci_ex_no_snoop static int32_t e1000_hw.c Configure PCI-Ex no-snoop
2894
StaticStatic e1000_get_software_flag static int32_t e1000_hw.c Get software semaphore FLAG bit (SWFLAG).
2895
StaticStatic e1000_release_software_flag static void e1000_hw.c Release software semaphore FLAG bit (SWFLAG).
2896
StaticStatic e1000_read_eeprom_ich8 static int32_t e1000_hw.c Reads a 16 bit word or words from the EEPROM using the ICH8's flash access
2897
StaticStatic e1000_write_eeprom_ich8 static int32_t e1000_hw.c Writes a 16 bit word or words to the EEPROM using the ICH8's flash access
2898
StaticStatic e1000_ich8_cycle_init static int32_t e1000_hw.c This function does initial flash setup so that a new read/write/erase cycle
2899
StaticStatic e1000_ich8_flash_cycle static int32_t e1000_hw.c This function starts a flash cycle and waits for its completion
2900
StaticStatic e1000_read_ich8_data static int32_t e1000_hw.c Reads a byte or word from the NVM using the ICH8 flash access registers.
2901
StaticStatic e1000_write_ich8_data static int32_t e1000_hw.c Writes One /two bytes to the NVM using the ICH8 flash access registers.
2902
StaticStatic e1000_read_ich8_byte static int32_t e1000_hw.c Reads a single byte from the NVM using the ICH8 flash access registers.
2903
StaticStatic e1000_verify_write_ich8_byte static int32_t e1000_hw.c Writes a single byte to the NVM using the ICH8 flash access registers.
2904
StaticStatic e1000_write_ich8_byte static int32_t e1000_hw.c Writes a single byte to the NVM using the ICH8 flash access registers.
2905
StaticStatic e1000_read_ich8_word static int32_t e1000_hw.c Reads a word from the NVM using the ICH8 flash access registers.
2906
FunctionFunction e1000_erase_ich8_4k_segment int32_t e1000_hw.c Erases the bank specified. Each bank may be a 4, 8 or 64k block. Banks are 0
2907
StaticStatic e1000_init_lcd_from_nvm_config_region static int32_t e1000_hw.c  
2908
StaticStatic e1000_init_lcd_from_nvm static int32_t e1000_hw.c This function initializes the PHY from the NVM on ICH8 platforms. This
2909
StaticStatic phantom_crb_access_128m static unsigned long phantom.c CRB register access
2910
StaticStatic phantom_crb_access_32m static unsigned long phantom.c Prepare for access to CRB register via 32MB BAR
2911
StaticStatic phantom_crb_access_2m static unsigned long phantom.c Prepare for access to CRB register via 2MB BAR
2912
StaticStatic phantom_readl static uint32_t phantom.c Read from Phantom CRB register
2913
StaticStatic phantom_writel static void phantom.c Write to Phantom CRB register
2914
InlineInline phantom_write_hilo static inline void phantom.c Write to Phantom CRB HI/LO register pair
2915
StaticStatic phantom_read_test_mem_block static int phantom.c Firmware message buffer access (for debug)
2916
StaticStatic phantom_read_test_mem static int phantom.c Read single byte from Phantom test memory
2917
StaticStatic phantom_dmesg static int phantom.c Dump Phantom firmware dmesg log
2918
StaticStatic __attribute__ static void phantom.c Dump Phantom firmware dmesg logs
2919
StaticStatic phantom_wait_for_cmd static int phantom.c Firmware interface
2920
StaticStatic phantom_issue_cmd static int phantom.c Issue command to firmware
2921
StaticStatic phantom_issue_buf_cmd static int phantom.c Issue buffer-format command to firmware
2922
StaticStatic phantom_create_rx_ctx static int phantom.c Create Phantom RX context
2923
StaticStatic phantom_destroy_rx_ctx static void phantom.c Destroy Phantom RX context
2924
StaticStatic phantom_create_tx_ctx static int phantom.c Create Phantom TX context
2925
StaticStatic phantom_destroy_tx_ctx static void phantom.c Destroy Phantom TX context
2926
StaticStatic phantom_alloc_rds static int phantom.c Descriptor ring management
2927
StaticStatic phantom_post_rds static void phantom.c Post Phantom RX descriptor
2928
StaticStatic phantom_alloc_cds static int phantom.c Allocate Phantom TX descriptor
2929
StaticStatic phantom_post_cds static void phantom.c Post Phantom TX descriptor
2930
StaticStatic phantom_update_macaddr static int phantom.c MAC address management
2931
InlineInline phantom_add_macaddr static inline int phantom.c Add MAC address
2932
InlineInline phantom_del_macaddr static inline int phantom.c Remove MAC address
2933
StaticStatic phantom_poll_link_state static void phantom.c Link state detection
2934
StaticStatic phantom_refill_rx_ring static void phantom.c Main driver body
2935
StaticStatic phantom_open static int phantom.c Open NIC
2936
StaticStatic phantom_close static void phantom.c Close NIC
2937
StaticStatic phantom_transmit static int phantom.c Transmit packet
2938
StaticStatic phantom_poll static void phantom.c Poll for received packets
2939
StaticStatic phantom_irq static void phantom.c Enable/disable interrupts
2940
StaticStatic phantom_clp_wait static int phantom.c Wait for Phantom CLP command to complete
2941
StaticStatic phantom_clp_cmd static int phantom.c Issue Phantom CLP command
2942
StaticStatic phantom_clp_store static int phantom.c Store Phantom CLP setting
2943
StaticStatic phantom_clp_fetch static int phantom.c Fetch Phantom CLP setting
2944
StaticStatic phantom_clp_setting static unsigned int phantom.c Find Phantom CLP setting
2945
StaticStatic phantom_store_setting static int phantom.c Store Phantom CLP setting
2946
StaticStatic phantom_fetch_setting static int phantom.c Fetch Phantom CLP setting
2947
StaticStatic phantom_map_crb static int phantom.c Initialisation
2948
StaticStatic phantom_unhalt_pegs static void phantom.c Unhalt all PEGs
2949
StaticStatic phantom_init_cmdpeg static int phantom.c Initialise the Phantom command PEG
2950
StaticStatic phantom_get_macaddr static void phantom.c Read Phantom MAC address
2951
StaticStatic phantom_check_boot_enable static int phantom.c Check Phantom is enabled for boot
2952
StaticStatic phantom_init_rcvpeg static int phantom.c Initialise Phantom receive PEG
2953
StaticStatic phantom_probe static int phantom.c Probe PCI device
2954
StaticStatic phantom_remove static void phantom.c Remove PCI device
2955
FunctionFunction nvs_read int nvs.c @file
2956
StaticStatic nvs_verify static int nvs.c Verify content of non-volatile storage device
2957
FunctionFunction nvs_write int nvs.c Write to non-volatile storage device
2958
InlineInline spi_command static inline unsigned int spi.c @file
2959
StaticStatic spi_wait static int spi.c Wait for SPI device to complete operation
2960
FunctionFunction spi_read int spi.c Read data from SPI device
2961
FunctionFunction spi_write int spi.c Write data to SPI device
2962
FunctionFunction threewire_read int threewire.c @file
2963
FunctionFunction threewire_write int threewire.c Write data to three-wire device
2964
StaticStatic insert_delete static void editstring.c Insert and/or delete text within an editable string
2965
StaticStatic insert_character static void editstring.c Insert character at current cursor position
2966
StaticStatic delete_character static void editstring.c Delete character at current cursor position
2967
StaticStatic backspace static void editstring.c Delete character to left of current cursor position
2968
StaticStatic kill_eol static void editstring.c Delete to end of line
2969
FunctionFunction edit_string int editstring.c Edit editable string
2970
StaticStatic sync_console static void readline.c Synchronise console with edited string
2971
FunctionFunction readline char * readline.c Read line from console
2972
StaticStatic exit_exec static int shell.c "exit" command body
2973
StaticStatic help_exec static int shell.c "help" command body
2974
FunctionFunction shell void shell.c Start command shell
2975
FunctionFunction shell_banner int shell_banner.c @file
2976
StaticStatic find_error static struct errortab * strerror.c Find error description
2977
StaticStatic find_closest_error static struct errortab * strerror.c Find closest error description
2978
FunctionFunction strerror const char * strerror.c Retrieve string representation of error number.
2979
StaticStatic autoboot_exec static int autoboot_cmd.c  
2980
StaticStatic config_exec static int config_cmd.c  
2981
StaticStatic dhcp_syntax static void dhcp_cmd.c @file
2982
StaticStatic dhcp_exec static int dhcp_cmd.c The "dhcp" command
2983
StaticStatic pxebs_syntax static void dhcp_cmd.c "pxebs" command syntax message
2984
StaticStatic pxebs_exec static int dhcp_cmd.c The "pxebs" command
2985
StaticStatic gdbstub_syntax static void gdbstub_cmd.c @file
2986
StaticStatic gdbstub_exec static int gdbstub_cmd.c The "gdbstub" command
2987
StaticStatic ifcommon_syntax static void ifmgmt_cmd.c Print syntax of if command
2988
StaticStatic ifcommon_do_all static int ifmgmt_cmd.c Execute if command over all network devices
2989
StaticStatic ifcommon_do_list static int ifmgmt_cmd.c Execute if command over list of network devices
2990
StaticStatic __attribute__ static ifmgmt_cmd.c Execute if command
2991
StaticStatic ifopen_payload static int ifmgmt_cmd.c  
2992
StaticStatic ifopen_exec static int ifmgmt_cmd.c  
2993
StaticStatic ifclose_payload static int ifmgmt_cmd.c  
2994
StaticStatic ifclose_exec static int ifmgmt_cmd.c  
2995
StaticStatic ifstat_payload static int ifmgmt_cmd.c  
2996
StaticStatic ifstat_exec static int ifmgmt_cmd.c  
2997
StaticStatic imgfill_cmdline static int image_cmd.c Fill in image command line
2998
StaticStatic imgfetch_core_syntax static void image_cmd.c "imgfetch"/"module"/"kernel" command syntax message
2999
StaticStatic imgfetch_core_exec static int image_cmd.c The "imgfetch"/"module"/"kernel" command body
3000
StaticStatic imgfetch_exec static int image_cmd.c The "imgfetch"/"module" command
3001
StaticStatic kernel_exec static int image_cmd.c The "kernel" command
3002
StaticStatic chain_exec static int image_cmd.c The "chain" command
3003
StaticStatic imgload_syntax static void image_cmd.c "imgload" command syntax message
3004
StaticStatic imgload_exec static int image_cmd.c The "imgload" command
3005
StaticStatic imgargs_syntax static void image_cmd.c "imgargs" command syntax message
3006
StaticStatic imgargs_exec static int image_cmd.c The "imgargs" command body
3007
StaticStatic imgexec_syntax static void image_cmd.c "imgexec" command syntax message
3008
StaticStatic imgexec_exec static int image_cmd.c The "imgexec" command
3009
StaticStatic imgstat_syntax static void image_cmd.c "imgstat" command syntax message
3010
StaticStatic imgstat_exec static int image_cmd.c The "imgstat" command
3011
StaticStatic imgfree_syntax static void image_cmd.c "imgstat" command syntax message
3012
StaticStatic imgfree_exec static int image_cmd.c The "imgfree" command
3013
StaticStatic login_exec static int login_cmd.c  
3014
StaticStatic show_exec static int nvo_cmd.c  
3015
StaticStatic set_exec static int nvo_cmd.c  
3016
StaticStatic clear_exec static int nvo_cmd.c  
3017
StaticStatic route_syntax static void route_cmd.c @file
3018
StaticStatic route_exec static int route_cmd.c The "route" command
3019
StaticStatic sanboot_syntax static void sanboot_cmd.c "sanboot" command syntax message
3020
StaticStatic sanboot_exec static int sanboot_cmd.c The "sanboot" command
3021
FunctionFunction beep int alert.c @file
3022
StaticStatic ansiscr_reset static void ansi_screen.c  
3023
StaticStatic ansiscr_movetoyx static void ansi_screen.c  
3024
StaticStatic ansiscr_putc static void ansi_screen.c  
3025
StaticStatic ansiscr_getc static int ansi_screen.c  
3026
StaticStatic ansiscr_peek static bool ansi_screen.c  
3027
FunctionFunction wclrtobot int clear.c @file
3028
FunctionFunction wclrtoeol int clear.c Clear a window to the end of the current line
3029
FunctionFunction wdelch int clear.c Delete character under the cursor in a window
3030
FunctionFunction wdeleteln int clear.c Delete line under a window's cursor
3031
FunctionFunction werase int clear.c Completely clear a window
3032
FunctionFunction colour_content int colour.c Identify the RGB components of a given colour value
3033
FunctionFunction init_pair int colour.c Initialise colour pair
3034
FunctionFunction pair_content int colour.c Get colours of colour pair
3035
FunctionFunction box int edging.c @file
3036
FunctionFunction wborder int edging.c Draw borders from single-byte characters and renditions around a
3037
FunctionFunction whline int edging.c Create a horizontal line in a window
3038
FunctionFunction wvline int edging.c Create a vertical line in a window
3039
StaticStatic _wgetc static int kb.c  
3040
FunctionFunction wgetch int kb.c Pop a character from the FIFO into a window
3041
FunctionFunction wgetnstr int kb.c Read at most n characters from the FIFO into a window
3042
FunctionFunction echo int kb.c  
3043
FunctionFunction noecho int kb.c  
3044
StaticStatic _wupdcurs static void mucurses.c Update cursor position
3045
FunctionFunction _wputch void mucurses.c Write a single character rendition to a window
3046
FunctionFunction _wputc void mucurses.c Write a single character to a window
3047
FunctionFunction _wcursback void mucurses.c Retreat the cursor back one position (useful for a whole host of
3048
FunctionFunction _wputchstr void mucurses.c Write a chtype string to a window
3049
FunctionFunction _wputstr void mucurses.c Write a standard c-style string to a window
3050
FunctionFunction wmove int mucurses.c Move a window's cursor to the specified position
3051
FunctionFunction waddch int print.c @file
3052
FunctionFunction waddnstr int print.c Add string of single-byte characters to a window
3053
StaticStatic _printw_handler static void print.c  
3054
FunctionFunction vw_printw int print.c Print formatted output in a window
3055
FunctionFunction wprintw int print.c Print formatted output to a window
3056
FunctionFunction waddchnstr int print_nadv.c @file
3057
StaticStatic _enter_slk static void slk.c  
3058
StaticStatic _leave_slk static void slk.c  
3059
StaticStatic _print_label static void slk.c  
3060
FunctionFunction slk_attr attr_t slk.c Return the attribute used for the soft function keys
3061
FunctionFunction slk_attroff int slk.c Turn off soft function key attributes
3062
FunctionFunction slk_attron int slk.c Turn on soft function key attributes
3063
FunctionFunction slk_attrset int slk.c Set soft function key attributes
3064
FunctionFunction slk_attr_off int slk.c Turn off soft function key attributes
3065
FunctionFunction slk_attr_on int slk.c Turn on soft function key attributes
3066
FunctionFunction slk_attr_set int slk.c Set soft function key attributes
3067
FunctionFunction slk_clear int slk.c Clear the soft function key labels from the screen
3068
FunctionFunction slk_colour int slk.c Set soft label colour pair
3069
FunctionFunction slk_init int slk.c Initialise the soft function keys
3070
FunctionFunction slk_label char* slk.c Return the label for the specified soft key
3071
FunctionFunction slk_restore int slk.c Restore soft function key labels to the screen
3072
FunctionFunction slk_set int slk.c Configure specified soft key
3073
InlineInline getbkgd inline chtype winattrs.c @file
3074
FunctionFunction wattroff int winattrs.c Turn off attributes in a window
3075
FunctionFunction wattron int winattrs.c Turn on attributes in a window
3076
FunctionFunction wattrset int winattrs.c Set attributes in a window
3077
FunctionFunction wattr_get int winattrs.c Get attributes and colour pair information
3078
FunctionFunction wattr_off int winattrs.c Turn off attributes in a window
3079
FunctionFunction wattr_on int winattrs.c Turn on attributes in a window
3080
FunctionFunction wattr_set int winattrs.c Set attributes and colour pair information in a window
3081
FunctionFunction wcolour_set int winattrs.c Set colour pair for a window
3082
FunctionFunction delwin int windows.c @file
3083
FunctionFunction derwin WINDOW * windows.c Create a new derived window
3084
FunctionFunction dupwin WINDOW * windows.c Create a duplicate of the specified window
3085
FunctionFunction mvwin int windows.c Move window origin to specified coordinates
3086
FunctionFunction newwin WINDOW * windows.c Create new WINDOW
3087
FunctionFunction subwin WINDOW * windows.c Create a new sub-window
3088
FunctionFunction initscr WINDOW * wininit.c @file
3089
FunctionFunction endwin int wininit.c Finalise console environment
3090
FunctionFunction init_editbox void editbox.c Initialise text box widget
3091
FunctionFunction draw_editbox void editbox.c Draw text box widget
3092
FunctionFunction login_ui int login_ui.c  
3093
StaticStatic load_setting static void settings_ui.c Load setting widget value from configuration settings
3094
StaticStatic save_setting static int settings_ui.c Save setting widget value back to configuration settings
3095
StaticStatic init_setting static void settings_ui.c Initialise setting widget
3096
StaticStatic draw_setting static void settings_ui.c Draw setting widget
3097
StaticStatic edit_setting static int settings_ui.c Edit setting widget
3098
StaticStatic init_setting_index static void settings_ui.c Initialise setting widget by index
3099
StaticStatic vmsg static void settings_ui.c Print message centred on specified row
3100
StaticStatic msg static void settings_ui.c Print message centred on specified row
3101
StaticStatic clearmsg static void settings_ui.c Clear message on specified row
3102
StaticStatic valert static void settings_ui.c Print alert message
3103
StaticStatic alert static void settings_ui.c Print alert message
3104
StaticStatic draw_title_row static void settings_ui.c Draw title row
3105
StaticStatic draw_info_row static void settings_ui.c Draw information row
3106
StaticStatic draw_instruction_row static void settings_ui.c Draw instruction row
3107
StaticStatic main_loop static int settings_ui.c  
3108
FunctionFunction settings_ui int settings_ui.c  
3109
StaticStatic efi_image_exec static int efi_image.c Execute EFI image
3110
StaticStatic efi_image_load static int efi_image.c Load EFI image into memory
3111
StaticStatic elf_load_segment static int elf.c Load ELF segment into memory
3112
FunctionFunction elf_load int elf.c Load ELF image into memory
3113
StaticStatic __attribute__ static void embedded.c Free embedded image
3114
FunctionFunction EMBED EMBED_ALL #define embedded.c  
3115
StaticStatic embedded_init static void embedded.c Register all embedded images
3116
StaticStatic script_exec static int script.c Execute script
3117
StaticStatic script_load static int script.c Load script into memory
3118
FunctionFunction prep_segment int segment.c Prepare segment for loading
3119
StaticStatic efi_handle_cup static void efi_console.c Handle ANSI CUP (cursor position)
3120
StaticStatic efi_handle_ed static void efi_console.c Handle ANSI ED (erase in page)
3121
StaticStatic efi_handle_sgr static void efi_console.c Handle ANSI SGR (set graphics rendition)
3122
StaticStatic efi_putchar static void efi_console.c Print a character to EFI console
3123
StaticStatic scancode_to_ansi_seq static const char * efi_console.c Get ANSI escape sequence corresponding to EFI scancode
3124
StaticStatic efi_getchar static int efi_console.c Get character from EFI console
3125
StaticStatic efi_iskey static int efi_console.c Check for character ready to read from EFI console
3126
StaticStatic efi_find_table static void * efi_init.c Look up EFI configuration table
3127
FunctionFunction efi_init EFI_STATUS efi_init.c Initialise EFI environment
3128
StaticStatic efi_width static EFI_CPU_IO_PROTOCOL_WIDTH efi_io.c Determine EFI CPU I/O width code
3129
FunctionFunction efi_ioread unsigned long long efi_io.c Read from device
3130
FunctionFunction efi_iowrite void efi_io.c Write to device
3131
FunctionFunction efi_ioreads void efi_io.c String read from device
3132
FunctionFunction efi_iowrites void efi_io.c String write to device
3133
StaticStatic efi_iodelay static void efi_io.c Wait for I/O-mapped operation to complete
3134
StaticStatic efipci_address static unsigned long efi_pci.c  
3135
FunctionFunction efipci_read int efi_pci.c  
3136
FunctionFunction efipci_write int efi_pci.c  
3137
StaticStatic efi_find_smbios static int efi_smbios.c Find SMBIOS
3138
StaticStatic efi_snp_set_mode static void efi_snp.c Set EFI SNP mode based on gPXE net device parameters
3139
StaticStatic efi_snp_poll static void efi_snp.c Poll net device and count received packets
3140
StaticStatic efi_snp_start static EFI_STATUS EFIAPI efi_snp.c Change SNP state from "stopped" to "started"
3141
StaticStatic efi_snp_stop static EFI_STATUS EFIAPI efi_snp.c Change SNP state from "started" to "stopped"
3142
StaticStatic efi_snp_initialize static EFI_STATUS EFIAPI efi_snp.c Open the network device
3143
StaticStatic efi_snp_reset static EFI_STATUS EFIAPI efi_snp.c Reset the network device
3144
StaticStatic efi_snp_shutdown static EFI_STATUS EFIAPI efi_snp.c Shut down the network device
3145
StaticStatic efi_snp_receive_filters static EFI_STATUS EFIAPI efi_snp.c Manage receive filters
3146
StaticStatic efi_snp_station_address static EFI_STATUS EFIAPI efi_snp.c Set station address
3147
StaticStatic efi_snp_statistics static EFI_STATUS EFIAPI efi_snp.c Get (or reset) statistics
3148
StaticStatic efi_snp_mcast_ip_to_mac static EFI_STATUS EFIAPI efi_snp.c Convert multicast IP address to MAC address
3149
StaticStatic efi_snp_nvdata static EFI_STATUS EFIAPI efi_snp.c Read or write non-volatile storage
3150
StaticStatic efi_snp_get_status static EFI_STATUS EFIAPI efi_snp.c Read interrupt status and TX recycled buffer status
3151
StaticStatic efi_snp_transmit static EFI_STATUS EFIAPI efi_snp.c Start packet transmission
3152
StaticStatic efi_snp_receive static EFI_STATUS EFIAPI efi_snp.c Receive packet
3153
StaticStatic efi_snp_wait_for_packet static VOID EFIAPI efi_snp.c Poll event
3154
StaticStatic efi_snp_netdev static struct net_device * efi_snp.c Locate net device corresponding to EFI device
3155
StaticStatic efi_snp_snpdev static struct efi_snp_device * efi_snp.c Locate SNP corresponding to EFI device
3156
StaticStatic efi_snp_driver_supported static EFI_STATUS EFIAPI efi_snp.c Check to see if driver supports a device
3157
StaticStatic efi_snp_driver_start static EFI_STATUS EFIAPI efi_snp.c Attach driver to device
3158
StaticStatic efi_snp_driver_stop static EFI_STATUS EFIAPI efi_snp.c Detach driver from device
3159
StaticStatic efi_snp_get_driver_name static EFI_STATUS EFIAPI efi_snp.c Look up driver name
3160
StaticStatic efi_snp_get_controller_name static EFI_STATUS EFIAPI efi_snp.c Look up controller name
3161
FunctionFunction efi_snp_install int efi_snp.c Install EFI SNP driver
3162
FunctionFunction efi_strerror const char * efi_strerror.c @file
3163
StaticStatic efi_udelay static void efi_timer.c Delay for a fixed number of microseconds
3164
StaticStatic efi_currticks static unsigned long efi_timer.c Get current system time in ticks
3165
StaticStatic efi_ticks_per_sec static unsigned long efi_timer.c Get number of ticks per second
3166
StaticStatic efi_urealloc static userptr_t efi_umalloc.c Reallocate external memory
3167
StaticStatic find_strings_terminator static size_t smbios.c Find SMBIOS strings terminator
3168
FunctionFunction find_smbios_structure int smbios.c Find specific structure type within SMBIOS
3169
FunctionFunction read_smbios_structure int smbios.c Copy SMBIOS structure
3170
FunctionFunction read_smbios_string int smbios.c Find indexed string within SMBIOS structure
3171
StaticStatic smbios_store static int smbios_settings.c Store value of SMBIOS setting
3172
StaticStatic smbios_fetch static int smbios_settings.c Fetch value of SMBIOS setting
3173
StaticStatic smbios_init static void smbios_settings.c Initialise SMBIOS settings
3174
FunctionFunction gcc_implicit_memcpy void * memcpy.c  
3175
FunctionFunction __divdi3 __libgcc int64_t __divdi3.c  
3176
FunctionFunction __moddi3 __libgcc int64_t __moddi3.c  
3177
FunctionFunction __udivdi3 __libgcc uint64_t __udivdi3.c  
3178
FunctionFunction __udivmoddi4 __libgcc uint64_t __udivmoddi4.c  
3179
FunctionFunction __umoddi3 __libgcc uint64_t __umoddi3.c  
3180
StaticStatic aoe_free static void aoe.c  
3181
StaticStatic aoe_done static void aoe.c Mark current AoE command complete
3182
StaticStatic aoe_send_command static int aoe.c Send AoE command
3183
StaticStatic aoe_timer_expired static void aoe.c Handle AoE retry timer expiry
3184
StaticStatic aoe_rx_cfg static int aoe.c Handle AoE configuration command response
3185
StaticStatic aoe_rx_ata static int aoe.c Handle AoE ATA command response
3186
StaticStatic aoe_rx static int aoe.c Process incoming AoE packets
3187
StaticStatic aoe_command static int aoe.c Issue ATA command via an open AoE session
3188
StaticStatic aoe_discover static int aoe.c Issue AoE config query for AoE target discovery
3189
StaticStatic aoe_detached_command static int aoe.c  
3190
FunctionFunction aoe_detach void aoe.c  
3191
StaticStatic aoe_parse_root_path static int aoe.c  
3192
FunctionFunction aoe_attach int aoe.c  
3193
StaticStatic arp_find_entry static struct arp_entry * arp.c Find entry in the ARP cache
3194
FunctionFunction arp_resolve int arp.c Look up media-specific link-layer address in the ARP cache
3195
StaticStatic arp_find_protocol static struct arp_net_protocol * arp.c Identify ARP protocol
3196
StaticStatic arp_rx static int arp.c Process incoming ARP packets
3197
StaticStatic arp_ntoa static const char * arp.c Transcribe ARP address
3198
InlineInline dhcp_tag_name static inline char * dhcpopts.c @file
3199
InlineInline __attribute__ static inline dhcpopts.c Get pointer to DHCP option
3200
InlineInline __attribute__ static inline dhcpopts.c Get offset of a DHCP option
3201
StaticStatic dhcp_option_len static unsigned int dhcpopts.c Calculate length of any DHCP option
3202
StaticStatic find_dhcp_option_with_encap static int dhcpopts.c Find DHCP option within DHCP options block, and its encapsulator (if any)
3203
StaticStatic resize_dhcp_option static int dhcpopts.c Resize a DHCP option
3204
StaticStatic set_dhcp_option static int dhcpopts.c Set value of DHCP option
3205
FunctionFunction dhcpopt_store int dhcpopts.c Store value of DHCP option setting
3206
FunctionFunction dhcpopt_extensible_store int dhcpopts.c Store value of DHCP option setting, extending options block if necessary
3207
FunctionFunction dhcpopt_fetch int dhcpopts.c Fetch value of DHCP option setting
3208
StaticStatic dhcpopt_update_len static void dhcpopts.c Recalculate length of DHCP options block
3209
FunctionFunction dhcpopt_init void dhcpopts.c Initialise prepopulated block of DHCP options
3210
StaticStatic used_len_ipv4 static size_t dhcppkt.c @file
3211
StaticStatic used_len_string static size_t dhcppkt.c Calculate used length of a string field within a DHCP packet
3212
InlineInline dhcp_packet_field static inline void * dhcppkt.c Get address of a DHCP packet field
3213
StaticStatic find_dhcp_packet_field static struct dhcp_packet_field * dhcppkt.c Find DHCP packet field corresponding to settings tag number
3214
FunctionFunction dhcppkt_store int dhcppkt.c Store value of DHCP packet setting
3215
FunctionFunction dhcppkt_fetch int dhcppkt.c Fetch value of DHCP packet setting
3216
StaticStatic dhcppkt_settings_store static int dhcppkt.c DHCP packet settings interface
3217
StaticStatic dhcppkt_settings_fetch static int dhcppkt.c Fetch value of DHCP setting
3218
FunctionFunction dhcppkt_init void dhcppkt.c Constructor
3219
StaticStatic eth_push static int ethernet.c Add Ethernet link-layer header
3220
StaticStatic eth_pull static int ethernet.c Remove Ethernet link-layer header
3221
FunctionFunction eth_ntoa const char * ethernet.c Transcribe Ethernet address
3222
StaticStatic eth_mc_hash static int ethernet.c Hash multicast address
3223
StaticStatic copy_encap_settings static int fakedhcp.c @file
3224
StaticStatic copy_settings static int fakedhcp.c Copy settings to DHCP packet
3225
FunctionFunction create_fakedhcpdiscover int fakedhcp.c Create fake DHCPDISCOVER packet
3226
FunctionFunction create_fakedhcpack int fakedhcp.c Create fake DHCPACK packet
3227
FunctionFunction create_fakepxebsack int fakedhcp.c Create fake PXE Boot Server ACK packet
3228
StaticStatic icmp_rx static int icmp.c Process a received packet
3229
FunctionFunction icmp6_send_solicit int icmpv6.c Send neighbour solicitation packet
3230
StaticStatic icmp6_rx static int icmpv6.c Process ICMP6 headers
3231
FunctionFunction icmp6_test_nadvert void icmpv6.c  
3232
FunctionFunction ib_create_cq struct ib_completion_queue * infiniband.c Create completion queue
3233
FunctionFunction ib_destroy_cq void infiniband.c Destroy completion queue
3234
FunctionFunction ib_create_qp struct ib_queue_pair * infiniband.c Create queue pair
3235
FunctionFunction ib_modify_qp int infiniband.c Modify queue pair
3236
FunctionFunction ib_destroy_qp void infiniband.c Destroy queue pair
3237
FunctionFunction ib_find_qp_qpn struct ib_queue_pair * infiniband.c Find queue pair by QPN
3238
FunctionFunction ib_find_qp_mgid struct ib_queue_pair * infiniband.c Find queue pair by multicast GID
3239
FunctionFunction ib_find_wq struct ib_work_queue * infiniband.c Find work queue belonging to completion queue
3240
FunctionFunction ib_post_send int infiniband.c Post send work queue entry
3241
FunctionFunction ib_post_recv int infiniband.c Post receive work queue entry
3242
FunctionFunction ib_complete_send void infiniband.c Complete send work queue entry
3243
FunctionFunction ib_complete_recv void infiniband.c Complete receive work queue entry
3244
FunctionFunction ib_open int infiniband.c Open port
3245
FunctionFunction ib_close void infiniband.c Close port
3246
FunctionFunction ib_mcast_attach int infiniband.c Attach to multicast group
3247
FunctionFunction ib_mcast_detach void infiniband.c Detach from multicast group
3248
FunctionFunction ib_link_state_changed void infiniband.c Event queues
3249
StaticStatic ib_step static void infiniband.c Single-step the Infiniband event queue
3250
FunctionFunction alloc_ibdev struct ib_device * infiniband.c Infiniband device creation/destruction
3251
FunctionFunction register_ibdev int infiniband.c Register Infiniband device
3252
FunctionFunction unregister_ibdev void infiniband.c Unregister Infiniband device
3253
FunctionFunction iob_pad void iobpad.c Pad I/O buffer
3254
StaticStatic add_ipv4_miniroute static struct ipv4_miniroute * __malloc ipv4.c Add IPv4 minirouting table entry
3255
StaticStatic del_ipv4_miniroute static void ipv4.c Delete IPv4 minirouting table entry
3256
StaticStatic ipv4_route static struct ipv4_miniroute * ipv4.c Perform IPv4 routing
3257
StaticStatic ipv4_frag_expired static void ipv4.c Fragment reassembly counter timeout
3258
StaticStatic free_fragbuf static void ipv4.c Free fragment buffer
3259
StaticStatic ipv4_reassemble static struct io_buffer * ipv4.c Fragment reassembler
3260
StaticStatic ipv4_pshdr_chksum static uint16_t ipv4.c Add IPv4 pseudo-header checksum to existing checksum
3261
StaticStatic ipv4_ll_addr static int ipv4.c Determine link-layer address
3262
StaticStatic ipv4_tx static int ipv4.c Transmit IP packet
3263
StaticStatic ipv4_rx static int ipv4.c Process incoming packets
3264
StaticStatic ipv4_arp_check static int ipv4.c Check existence of IPv4 address for ARP
3265
FunctionFunction inet_ntoa char * ipv4.c Convert IPv4 address to dotted-quad notation
3266
StaticStatic ipv4_ntoa static const char * ipv4.c Transcribe IP address
3267
StaticStatic ipv4_create_routes static int ipv4.c Create IPv4 routing table based on configured settings
3268
StaticStatic add_ipv6_miniroute static struct ipv6_miniroute * __malloc ipv6.c Add IPv6 minirouting table entry
3269
StaticStatic del_ipv6_miniroute static void ipv6.c Delete IPv6 minirouting table entry
3270
FunctionFunction add_ipv6_address int ipv6.c Add IPv6 interface
3271
FunctionFunction del_ipv6_address void ipv6.c Remove IPv6 interface
3272
StaticStatic ipv6_tx_csum static uint16_t ipv6.c Calculate TCPIP checksum
3273
FunctionFunction ipv6_dump void ipv6.c Dump IP6 header for debugging
3274
StaticStatic ipv6_tx static int ipv6.c Transmit IP6 packet
3275
StaticStatic ipv6_process_nxt_hdr static int ipv6.c Process next IP6 header
3276
StaticStatic ipv6_rx static int ipv6.c Process incoming IP6 packets
3277
FunctionFunction inet6_ntoa char * ipv6.c  
3278
StaticStatic ipv6_ntoa static const char * ipv6.c  
3279
StaticStatic ndp_find_entry static struct ndp_entry * ndp.c Find entry in the neighbour cache
3280
StaticStatic add_ndp_entry static void ndp.c Add NDP entry
3281
FunctionFunction ndp_resolve int ndp.c Resolve the link-layer address
3282
FunctionFunction ndp_process_advert int ndp.c Process neighbour advertisement
3283
StaticStatic netdev_record_stat static void netdevice.c Record network device statistic
3284
FunctionFunction netdev_tx int netdevice.c Transmit raw packet via network device
3285
FunctionFunction netdev_tx_complete_err void netdevice.c Complete network transmission
3286
FunctionFunction netdev_tx_complete_next_err void netdevice.c Complete network transmission
3287
StaticStatic netdev_tx_flush static void netdevice.c Flush device's transmit queue
3288
FunctionFunction netdev_rx void netdevice.c Add packet to receive queue
3289
FunctionFunction netdev_rx_err void netdevice.c Discard received packet
3290
FunctionFunction netdev_poll void netdevice.c Poll for completed and received packets on network device
3291
FunctionFunction netdev_rx_dequeue struct io_buffer * netdevice.c Remove packet from device's receive queue
3292
StaticStatic netdev_rx_flush static void netdevice.c Flush device's receive queue
3293
StaticStatic free_netdev static void netdevice.c Free network device
3294
FunctionFunction alloc_netdev struct net_device * netdevice.c Allocate network device
3295
FunctionFunction register_netdev int netdevice.c Register network device
3296
FunctionFunction netdev_open int netdevice.c Open network device
3297
FunctionFunction netdev_close void netdevice.c Close network device
3298
FunctionFunction unregister_netdev void netdevice.c Unregister network device
3299
FunctionFunction netdev_irq void netdevice.c Enable or disable interrupts
3300
FunctionFunction find_netdev struct net_device * netdevice.c Get network device by name
3301
FunctionFunction find_netdev_by_location struct net_device * netdevice.c  
3302
FunctionFunction last_opened_netdev struct net_device * netdevice.c Get most recently opened network device
3303
FunctionFunction net_tx int netdevice.c Transmit network-layer packet
3304
FunctionFunction net_rx int netdevice.c Process received network-layer packet
3305
StaticStatic net_step static void netdevice.c Single-step the network stack
3306
StaticStatic netdev_store static int netdev_settings.c Store value of network device setting
3307
StaticStatic netdev_fetch static int netdev_settings.c Fetch value of network device setting
3308
StaticStatic null_open static int nullnet.c @file
3309
StaticStatic null_close static void nullnet.c  
3310
StaticStatic null_transmit static int nullnet.c  
3311
StaticStatic null_poll static void nullnet.c  
3312
StaticStatic null_irq static void nullnet.c  
3313
StaticStatic rarp_rx static int rarp.c @file
3314
StaticStatic rarp_ntoa static const char * rarp.c Transcribe RARP address
3315
FunctionFunction start_timer void retry.c Start timer
3316
FunctionFunction start_timer_fixed void retry.c Start timer with a specified fixed timeout
3317
FunctionFunction stop_timer void retry.c Stop timer
3318
StaticStatic timer_expired static void retry.c Handle expired timer
3319
StaticStatic retry_step static void retry.c Single-step the retry timer list
3320
InlineInline __attribute__ static inline tcp.c Name TCP state
3321
InlineInline __attribute__ static inline tcp.c Dump TCP state transition
3322
InlineInline __attribute__ static inline tcp.c Dump TCP flags
3323
StaticStatic tcp_bind static int tcp.c Open and close
3324
StaticStatic tcp_open static int tcp.c Open a TCP connection
3325
StaticStatic tcp_close static void tcp.c Close TCP connection
3326
StaticStatic tcp_xmit_win static size_t tcp.c Transmit data path
3327
StaticStatic tcp_process_queue static size_t tcp.c Process TCP transmit queue
3328
StaticStatic tcp_xmit static int tcp.c Transmit any outstanding data
3329
StaticStatic tcp_expired static void tcp.c Retransmission timer expired
3330
StaticStatic tcp_xmit_reset static int tcp.c Send RST response to incoming packet
3331
StaticStatic tcp_demux static struct tcp_connection * tcp.c Receive data path
3332
StaticStatic tcp_rx_opts static void tcp.c Parse TCP received options
3333
StaticStatic tcp_rx_seq static void tcp.c Consume received sequence space
3334
StaticStatic tcp_rx_syn static int tcp.c Handle TCP received SYN
3335
StaticStatic tcp_rx_ack static int tcp.c Handle TCP received ACK
3336
StaticStatic tcp_rx_data static int tcp.c Handle TCP received data
3337
StaticStatic tcp_rx_fin static int tcp.c Handle TCP received FIN
3338
StaticStatic tcp_rx_rst static int tcp.c Handle TCP received RST
3339
StaticStatic tcp_rx static int tcp.c Process received packet
3340
StaticStatic tcp_xfer_close static void tcp.c Data transfer interface
3341
StaticStatic tcp_xfer_window static size_t tcp.c Check flow control window
3342
StaticStatic tcp_xfer_deliver_iob static int tcp.c Deliver datagram as I/O buffer
3343
StaticStatic tcp_open_uri static int tcp.c Open TCP URI
3344
FunctionFunction tcpip_rx int tcpip.c Process a received TCP/IP packet
3345
FunctionFunction tcpip_tx int tcpip.c Transmit a TCP/IP packet
3346
FunctionFunction tcpip_continue_chksum uint16_t tcpip.c Calculate continued TCP/IP checkum
3347
FunctionFunction tcpip_chksum uint16_t tcpip.c Calculate TCP/IP checkum
3348
StaticStatic tls_uint24 static unsigned long tls.c Utility functions
3349
StaticStatic free_tls static void tls.c Cleanup functions
3350
StaticStatic tls_close static void tls.c Finish with TLS session
3351
StaticStatic tls_generate_random static void tls.c Random number generation
3352
StaticStatic tls_hmac_update_va static void tls.c Update HMAC with a list of ( data, len ) pairs
3353
StaticStatic tls_p_hash_va static void tls.c Generate secure pseudo-random data using a single hash function
3354
StaticStatic tls_prf static void tls.c Generate secure pseudo-random data
3355
StaticStatic tls_generate_master_secret static void tls.c Secret management
3356
StaticStatic tls_generate_keys static int tls.c Generate key material
3357
StaticStatic tls_clear_cipher static void tls.c Cipher suite management
3358
StaticStatic tls_set_cipher static int tls.c Set cipher suite
3359
StaticStatic tls_select_cipher static int tls.c Select next cipher suite
3360
StaticStatic tls_change_cipher static int tls.c Activate next cipher suite
3361
StaticStatic tls_add_handshake static void tls.c Handshake verification
3362
StaticStatic tls_verify_handshake static void tls.c Calculate handshake verification hash
3363
StaticStatic tls_send_handshake static int tls.c Record handling
3364
StaticStatic tls_send_client_hello static int tls.c Transmit Client Hello record
3365
StaticStatic tls_send_client_key_exchange static int tls.c Transmit Client Key Exchange record
3366
StaticStatic tls_send_change_cipher static int tls.c Transmit Change Cipher record
3367
StaticStatic tls_send_finished static int tls.c Transmit Finished record
3368
StaticStatic tls_new_change_cipher static int tls.c Receive new Change Cipher record
3369
StaticStatic tls_new_alert static int tls.c Receive new Alert record
3370
StaticStatic tls_new_server_hello static int tls.c Receive new Server Hello handshake record
3371
StaticStatic tls_new_certificate static int tls.c Receive new Certificate handshake record
3372
StaticStatic tls_new_server_hello_done static int tls.c Receive new Server Hello Done handshake record
3373
StaticStatic tls_new_finished static int tls.c Receive new Finished handshake record
3374
StaticStatic tls_new_handshake static int tls.c Receive new Handshake record
3375
StaticStatic tls_new_record static int tls.c Receive new record
3376
StaticStatic tls_hmac static void tls.c Record encryption/decryption
3377
StaticStatic tls_assemble_stream static void * __malloc tls.c Allocate and assemble stream-ciphered record from data and MAC portions
3378
StaticStatic tls_assemble_block static void * tls.c Allocate and assemble block-ciphered record from data and MAC portions
3379
StaticStatic tls_send_plaintext static int tls.c Send plaintext record
3380
StaticStatic tls_split_stream static int tls.c Split stream-ciphered record into data and MAC portions
3381
StaticStatic tls_split_block static int tls.c Split block-ciphered record into data and MAC portions
3382
StaticStatic tls_new_ciphertext static int tls.c Receive new ciphertext record
3383
StaticStatic tls_plainstream_close static void tls.c Plaintext stream operations
3384
StaticStatic tls_plainstream_window static size_t tls.c Check flow control window
3385
StaticStatic tls_plainstream_deliver_raw static int tls.c Deliver datagram as raw data
3386
StaticStatic tls_cipherstream_close static void tls.c Ciphertext stream operations
3387
StaticStatic tls_newdata_process_header static int tls.c Handle received TLS header
3388
StaticStatic tls_newdata_process_data static int tls.c Handle received TLS data payload
3389
StaticStatic tls_cipherstream_deliver_raw static int tls.c Receive new ciphertext
3390
StaticStatic tls_step static void tls.c Controlling process
3391
FunctionFunction add_tls int tls.c Instantiator
3392
StaticStatic udp_bind static int udp.c Bind UDP connection to local port
3393
StaticStatic udp_open_common static int udp.c Open a UDP connection
3394
FunctionFunction udp_open int udp.c Open a UDP connection
3395
FunctionFunction udp_open_promisc int udp.c Open a promiscuous UDP connection
3396
StaticStatic udp_close static void udp.c Close a UDP connection
3397
StaticStatic udp_tx static int udp.c Transmit data via a UDP connection to a specified address
3398
StaticStatic udp_demux static struct udp_connection * udp.c Identify UDP connection by local address
3399
StaticStatic udp_rx static int udp.c Process a received packet
3400
StaticStatic udp_xfer_close static void udp.c Data transfer interface
3401
StaticStatic udp_alloc_iob static struct io_buffer * udp.c Allocate I/O buffer for UDP
3402
StaticStatic udp_xfer_deliver_iob static int udp.c Deliver datagram as I/O buffer
3403
StaticStatic udp_open_uri static int udp.c Open UDP URI
3404
StaticStatic ftp_free static void ftp.c Free FTP request
3405
StaticStatic ftp_done static void ftp.c Mark FTP operation as complete
3406
StaticStatic ftp_uri_path static const char * ftp.c Retrieve FTP pathname
3407
StaticStatic ftp_control_close static void ftp.c Handle control channel being closed
3408
StaticStatic ftp_parse_value static void ftp.c Parse FTP byte sequence value
3409
StaticStatic ftp_next_state static void ftp.c Move to next state and send the appropriate FTP control string
3410
StaticStatic ftp_reply static void ftp.c Handle an FTP control channel response
3411
StaticStatic ftp_control_deliver_raw static int ftp.c Handle new data arriving on FTP control channel
3412
StaticStatic ftp_data_closed static void ftp.c FTP data channel
3413
StaticStatic ftp_data_deliver_iob static int ftp.c Handle data delivery via FTP data channel
3414
StaticStatic ftp_xfer_closed static void ftp.c Data transfer interface
3415
StaticStatic ftp_open static int ftp.c URI opener
3416
StaticStatic http_free static void http.c Free HTTP request
3417
StaticStatic http_done static void http.c Mark HTTP request as complete
3418
StaticStatic http_response_to_rc static int http.c Convert HTTP response code to return status code
3419
StaticStatic http_rx_response static int http.c Handle HTTP response
3420
StaticStatic http_rx_content_length static int http.c Handle HTTP Content-Length header
3421
StaticStatic http_rx_header static int http.c Handle HTTP header
3422
StaticStatic http_rx_data static int http.c Handle new data arriving via HTTP connection in the data phase
3423
StaticStatic http_socket_deliver_iob static int http.c Handle new data arriving via HTTP connection
3424
StaticStatic http_step static void http.c HTTP process
3425
StaticStatic http_socket_close static void http.c HTTP connection closed by network stack
3426
StaticStatic http_xfer_close static void http.c Close HTTP data transfer interface
3427
FunctionFunction http_open_filter int http.c Initiate an HTTP connection, with optional filter
3428
StaticStatic http_open static int http.c Initiate an HTTP connection
3429
StaticStatic https_open static int https.c Initiate an HTTPS connection
3430
StaticStatic iscsi_rx_buffered_data_done static void iscsi.c Finish receiving PDU data into buffer
3431
StaticStatic iscsi_free static void iscsi.c Free iSCSI session
3432
StaticStatic iscsi_open_connection static int iscsi.c Open iSCSI transport-layer connection
3433
StaticStatic iscsi_close_connection static void iscsi.c Close iSCSI transport-layer connection
3434
StaticStatic iscsi_scsi_done static void iscsi.c Mark iSCSI SCSI operation as complete
3435
StaticStatic iscsi_start_command static void iscsi.c iSCSI SCSI command issuing
3436
StaticStatic iscsi_rx_scsi_response static int iscsi.c Receive data segment of an iSCSI SCSI response PDU
3437
StaticStatic iscsi_rx_data_in static int iscsi.c Receive data segment of an iSCSI data-in PDU
3438
StaticStatic iscsi_rx_r2t static int iscsi.c Receive data segment of an iSCSI R2T PDU
3439
StaticStatic iscsi_start_data_out static void iscsi.c Build iSCSI data-out BHS
3440
StaticStatic iscsi_data_out_done static void iscsi.c Complete iSCSI data-out PDU transmission
3441
StaticStatic iscsi_tx_data_out static int iscsi.c Send iSCSI data-out data segment
3442
StaticStatic iscsi_build_login_request_strings static int iscsi.c iSCSI login
3443
StaticStatic iscsi_start_login static void iscsi.c Build iSCSI login request BHS
3444
StaticStatic iscsi_login_request_done static void iscsi.c Complete iSCSI login request PDU transmission
3445
StaticStatic iscsi_tx_login_request static int iscsi.c Transmit data segment of an iSCSI login request PDU
3446
StaticStatic iscsi_handle_targetaddress_value static int iscsi.c Handle iSCSI TargetAddress text value
3447
StaticStatic iscsi_handle_authmethod_value static int iscsi.c Handle iSCSI AuthMethod text value
3448
StaticStatic iscsi_handle_chap_a_value static int iscsi.c Handle iSCSI CHAP_A text value
3449
StaticStatic iscsi_handle_chap_i_value static int iscsi.c Handle iSCSI CHAP_I text value
3450
StaticStatic iscsi_handle_chap_c_value static int iscsi.c Handle iSCSI CHAP_C text value
3451
StaticStatic iscsi_handle_chap_n_value static int iscsi.c Handle iSCSI CHAP_N text value
3452
StaticStatic iscsi_handle_chap_r_value static int iscsi.c Handle iSCSI CHAP_R text value
3453
StaticStatic iscsi_handle_string static int iscsi.c Handle iSCSI string
3454
StaticStatic iscsi_handle_strings static int iscsi.c Handle iSCSI strings
3455
StaticStatic iscsi_rx_buffered_data static int iscsi.c Receive PDU data into buffer
3456
StaticStatic iscsi_status_to_rc static int iscsi.c Convert iSCSI response status to return status code
3457
StaticStatic iscsi_rx_login_response static int iscsi.c Receive data segment of an iSCSI login response PDU
3458
StaticStatic iscsi_start_tx static void iscsi.c iSCSI to socket interface
3459
StaticStatic iscsi_tx_nothing static int iscsi.c Transmit nothing
3460
StaticStatic iscsi_tx_bhs static int iscsi.c Transmit basic header segment of an iSCSI PDU
3461
StaticStatic iscsi_tx_data static int iscsi.c Transmit data segment of an iSCSI PDU
3462
StaticStatic iscsi_tx_data_padding static int iscsi.c Transmit data padding of an iSCSI PDU
3463
StaticStatic iscsi_tx_done static void iscsi.c Complete iSCSI PDU transmission
3464
StaticStatic iscsi_tx_step static void iscsi.c Transmit iSCSI PDU
3465
StaticStatic iscsi_rx_bhs static int iscsi.c Receive basic header segment of an iSCSI PDU
3466
StaticStatic iscsi_rx_discard static int iscsi.c Discard portion of an iSCSI PDU.
3467
StaticStatic iscsi_rx_data static int iscsi.c Receive data segment of an iSCSI PDU
3468
StaticStatic iscsi_socket_deliver_raw static int iscsi.c Receive new data
3469
StaticStatic iscsi_socket_close static void iscsi.c Handle stream connection closure
3470
StaticStatic iscsi_vredirect static int iscsi.c Handle redirection event
3471
StaticStatic iscsi_command static int iscsi.c iSCSI command issuing
3472
StaticStatic iscsi_detached_command static int iscsi.c  
3473
FunctionFunction iscsi_detach void iscsi.c Shut down iSCSI interface
3474
StaticStatic iscsi_parse_lun static int iscsi.c Parse iSCSI LUN
3475
StaticStatic iscsi_parse_root_path static int iscsi.c Parse iSCSI root path
3476
StaticStatic iscsi_set_auth static int iscsi.c Set iSCSI authentication details
3477
FunctionFunction iscsi_attach int iscsi.c Attach iSCSI interface
3478
StaticStatic apply_iscsi_string_setting static int iscsi.c Apply iSCSI setting
3479
StaticStatic apply_iscsi_settings static int iscsi.c Apply iSCSI settings
3480
FunctionFunction iscsi_initiator_iqn const char * iscsi.c Initiator name
3481
InlineInline dhcp_msgtype_name static inline const char * dhcp.c Name a DHCP packet type
3482
StaticStatic dhcp_xid static uint32_t dhcp.c Calculate DHCP transaction ID for a network device
3483
StaticStatic dhcp_free static void dhcp.c Free DHCP session
3484
StaticStatic dhcp_finished static void dhcp.c Mark DHCP session as complete
3485
StaticStatic dhcp_set_state static void dhcp.c Transition to new DHCP session state
3486
StaticStatic dhcp_discovery_tx static int dhcp.c DHCP state machine
3487
StaticStatic dhcp_discovery_rx static void dhcp.c Handle received packet during DHCP discovery
3488
StaticStatic dhcp_discovery_expired static void dhcp.c Handle timer expiry during DHCP discovery
3489
StaticStatic dhcp_request_tx static int dhcp.c Construct transmitted packet for DHCP request
3490
StaticStatic dhcp_request_rx static void dhcp.c Handle received packet during DHCP request
3491
StaticStatic dhcp_request_expired static void dhcp.c Handle timer expiry during DHCP discovery
3492
StaticStatic dhcp_proxy_tx static int dhcp.c Construct transmitted packet for ProxyDHCP request
3493
StaticStatic dhcp_proxy_rx static void dhcp.c Handle received packet during ProxyDHCP request
3494
StaticStatic dhcp_proxy_expired static void dhcp.c Handle timer expiry during ProxyDHCP request
3495
StaticStatic dhcp_pxebs_tx static int dhcp.c Construct transmitted packet for PXE Boot Server Discovery
3496
StaticStatic dhcp_pxebs_accept static int dhcp.c Check to see if PXE Boot Server address is acceptable
3497
StaticStatic dhcp_pxebs_rx static void dhcp.c Handle received packet during PXE Boot Server Discovery
3498
StaticStatic dhcp_pxebs_expired static void dhcp.c Handle timer expiry during PXE Boot Server Discovery
3499
FunctionFunction dhcp_create_packet int dhcp.c Packet construction
3500
FunctionFunction dhcp_create_request int dhcp.c Create DHCP request packet
3501
StaticStatic dhcp_tx static int dhcp.c Data transfer interface
3502
StaticStatic dhcp_deliver_iob static int dhcp.c Receive new data
3503
StaticStatic dhcp_timer_expired static void dhcp.c Handle DHCP retry timer expiry
3504
StaticStatic dhcp_job_kill static void dhcp.c Job control interface
3505
FunctionFunction start_dhcp int dhcp.c Start DHCP state machine on a network device
3506
StaticStatic pxebs_list static void dhcp.c Retrieve list of PXE boot servers for a given server type
3507
FunctionFunction start_pxebs int dhcp.c Start PXE Boot Server Discovery on a network device
3508
StaticStatic dns_done static void dns.c Mark DNS request as complete
3509
StaticStatic dns_name_cmp static int dns.c Compare DNS reply name against the query name from the original request
3510
StaticStatic dns_skip_name static const char * dns.c Skip over a (possibly compressed) DNS name
3511
StaticStatic dns_find_rr static union dns_rr_info * dns.c Find an RR in a reply packet corresponding to our query
3512
StaticStatic dns_qualify_name static char * dns.c Append DHCP domain name if available and name is not fully qualified
3513
StaticStatic dns_make_name static char * dns.c Convert a standard NUL-terminated string to a DNS name
3514
InlineInline dns_unmake_name static inline char * dns.c Convert an uncompressed DNS name to a NUL-terminated string
3515
StaticStatic dns_decompress_name static char * dns.c Decompress a DNS name
3516
StaticStatic dns_send_packet static int dns.c Send next packet in DNS request
3517
StaticStatic dns_timer_expired static void dns.c Handle DNS retransmission timer expiry
3518
StaticStatic dns_xfer_deliver_raw static int dns.c Receive new data
3519
StaticStatic dns_xfer_close static void dns.c Receive new data
3520
StaticStatic dns_resolv static int dns.c Resolve name using DNS
3521
StaticStatic apply_dns_settings static int dns.c Apply DNS settings
3522
StaticStatic slam_free static void slam.c Free a SLAM request
3523
StaticStatic slam_finished static void slam.c Mark SLAM request as complete
3524
StaticStatic slam_put_value static int slam.c TX datapath
3525
StaticStatic slam_tx_nack static int slam.c Send SLAM NACK packet
3526
StaticStatic slam_master_timer_expired static void slam.c Handle SLAM master client retry timer expiry
3527
StaticStatic slam_slave_timer_expired static void slam.c Handle SLAM slave client retry timer expiry
3528
StaticStatic slam_pull_value static int slam.c RX datapath
3529
StaticStatic slam_pull_header static int slam.c Read and strip SLAM header
3530
StaticStatic slam_mc_socket_deliver static int slam.c Receive SLAM data packet
3531
StaticStatic slam_socket_deliver static int slam.c Receive SLAM non-data packet
3532
StaticStatic slam_socket_close static void slam.c Close SLAM unicast socket
3533
StaticStatic slam_mc_socket_close static void slam.c Close SLAM multicast socket
3534
StaticStatic slam_xfer_close static void slam.c Data transfer interface
3535
StaticStatic slam_parse_multicast_address static int slam.c Parse SLAM URI multicast address
3536
StaticStatic slam_open static int slam.c Initiate a SLAM request
3537
StaticStatic tftp_free static void tftp.c Free TFTP request
3538
StaticStatic tftp_done static void tftp.c Mark TFTP request as complete
3539
StaticStatic tftp_reopen static int tftp.c Reopen TFTP socket
3540
StaticStatic tftp_reopen_mc static int tftp.c Reopen TFTP multicast socket
3541
StaticStatic tftp_presize static int tftp.c Presize TFTP receive buffers and block bitmap
3542
FunctionFunction tftp_set_request_blksize void tftp.c Set TFTP request blocksize
3543
FunctionFunction tftp_set_mtftp_address void tftp.c Set MTFTP multicast address
3544
FunctionFunction tftp_set_mtftp_port void tftp.c Set MTFTP multicast port
3545
StaticStatic tftp_send_rrq static int tftp.c Transmit RRQ
3546
StaticStatic tftp_send_ack static int tftp.c Transmit ACK
3547
StaticStatic tftp_send_packet static int tftp.c Transmit next relevant packet
3548
StaticStatic tftp_timer_expired static void tftp.c Handle TFTP retransmission timer expiry
3549
StaticStatic tftp_process_blksize static int tftp.c Process TFTP "blksize" option
3550
StaticStatic tftp_process_tsize static int tftp.c Process TFTP "tsize" option
3551
StaticStatic tftp_process_multicast static int tftp.c Process TFTP "multicast" option
3552
StaticStatic tftp_process_option static int tftp.c Process TFTP option
3553
StaticStatic tftp_rx_oack static int tftp.c Receive OACK
3554
StaticStatic tftp_rx_data static int tftp.c Receive DATA
3555
StaticStatic tftp_rx_error static int tftp.c Receive ERROR
3556
StaticStatic tftp_rx static int tftp.c Receive new data
3557
StaticStatic tftp_socket_deliver_iob static int tftp.c Receive new data via socket
3558
StaticStatic tftp_mc_socket_deliver_iob static int tftp.c Receive new data via multicast socket
3559
StaticStatic tftp_xfer_close static void tftp.c Close TFTP data transfer interface
3560
StaticStatic tftp_xfer_window static size_t tftp.c Check flow control window
3561
StaticStatic tftp_core_open static int tftp.c Initiate TFTP/TFTM/MTFTP download
3562
StaticStatic tftp_open static int tftp.c Initiate TFTP download
3563
StaticStatic tftm_open static int tftp.c Initiate TFTM download
3564
StaticStatic mtftp_open static int tftp.c Initiate MTFTP download
3565
StaticStatic tftp_apply_settings static int tftp.c Apply TFTP configuration settings
3566
StaticStatic await_fsp static int fsp.c  
3567
StaticStatic proto_fsp static int fsp.c  
3568
FunctionFunction url_fsp int fsp.c  
3569
StaticStatic rfc1112_sleep_interval static long igmp.c  
3570
StaticStatic send_igmp_reports static void igmp.c  
3571
StaticStatic process_igmp static void igmp.c  
3572
FunctionFunction leave_group void igmp.c  
3573
FunctionFunction join_group void igmp.c  
3574
FunctionFunction rpc_init void nfs.c RPC_INIT - set up the ID counter to something fairly random
3575
StaticStatic rpc_printerror static void nfs.c RPC_PRINTERROR - Print a low level RPC error message
3576
StaticStatic await_rpc static int nfs.c AWAIT_RPC - Wait for an rpc packet
3577
StaticStatic rpc_lookup static int nfs.c RPC_LOOKUP - Lookup RPC Port numbers
3578
StaticStatic rpc_add_credentials static long * nfs.c RPC_ADD_CREDENTIALS - Add RPC authentication/verifier entries
3579
StaticStatic nfs_printerror static void nfs.c NFS_PRINTERROR - Print a NFS error message
3580
StaticStatic nfs_mount static int nfs.c NFS_MOUNT - Mount an NFS Filesystem
3581
StaticStatic nfs_umountall static void nfs.c NFS_UMOUNTALL - Unmount all our NFS Filesystems on the Server
3582
StaticStatic nfs_reset static void nfs.c NFS_RESET - Reset the NFS subsystem
3583
StaticStatic nfs_readlink static int nfs.c NFS_READLINK (AH 2003-07-14)
3584
StaticStatic nfs_lookup static int nfs.c NFS_LOOKUP - Lookup Pathname
3585
StaticStatic nfs_read static int nfs.c NFS_READ - Read File on NFS Server
3586
StaticStatic nfs static int nfs.c NFS - Download extended BOOTP data, or kernel image from NFS server
3587
InlineInline nbns_make_name static inline char * nmb.c  
3588
StaticStatic nmb_resolv static int nmb.c  
3589
FunctionFunction linebuf_test void linebuf_test.c  
3590
FunctionFunction memcpy_0 void __regparm memcpy_test.c  
3591
FunctionFunction memcpy_1 void __regparm memcpy_test.c  
3592
FunctionFunction memcpy_2 void __regparm memcpy_test.c  
3593
FunctionFunction memcpy_3 void __regparm memcpy_test.c  
3594
FunctionFunction memcpy_4 void __regparm memcpy_test.c  
3595
FunctionFunction memcpy_5 void __regparm memcpy_test.c  
3596
FunctionFunction memcpy_6 void __regparm memcpy_test.c  
3597
FunctionFunction memcpy_7 void __regparm memcpy_test.c  
3598
FunctionFunction memcpy_8 void __regparm memcpy_test.c  
3599
FunctionFunction memcpy_9 void __regparm memcpy_test.c  
3600
FunctionFunction memcpy_10 void __regparm memcpy_test.c  
3601
FunctionFunction memcpy_11 void __regparm memcpy_test.c  
3602
FunctionFunction memcpy_12 void __regparm memcpy_test.c  
3603
FunctionFunction memcpy_13 void __regparm memcpy_test.c  
3604
FunctionFunction memcpy_14 void __regparm memcpy_test.c  
3605
FunctionFunction memcpy_15 void __regparm memcpy_test.c  
3606
FunctionFunction memcpy_16 void __regparm memcpy_test.c  
3607
FunctionFunction memcpy_17 void __regparm memcpy_test.c  
3608
FunctionFunction memcpy_18 void __regparm memcpy_test.c  
3609
FunctionFunction memcpy_19 void __regparm memcpy_test.c  
3610
FunctionFunction memcpy_20 void __regparm memcpy_test.c  
3611
FunctionFunction memcpy_21 void __regparm memcpy_test.c  
3612
FunctionFunction memcpy_22 void __regparm memcpy_test.c  
3613
FunctionFunction memcpy_23 void __regparm memcpy_test.c  
3614
FunctionFunction memcpy_24 void __regparm memcpy_test.c  
3615
FunctionFunction memcpy_25 void __regparm memcpy_test.c  
3616
FunctionFunction memcpy_26 void __regparm memcpy_test.c  
3617
FunctionFunction memcpy_27 void __regparm memcpy_test.c  
3618
FunctionFunction memcpy_28 void __regparm memcpy_test.c  
3619
FunctionFunction umalloc_test void umalloc_test.c  
3620
StaticStatic test_parse_unparse static int uri_test.c  
3621
StaticStatic test_resolve static int uri_test.c  
3622
FunctionFunction uri_test int uri_test.c  
3623
StaticStatic find_boot_netdev static struct net_device * autoboot.c Identify the boot network device
3624
FunctionFunction boot_next_server_and_filename int autoboot.c Boot using next-server and filename
3625
FunctionFunction boot_root_path int autoboot.c Boot using root path
3626
StaticStatic netboot static int autoboot.c Boot from a network device
3627
StaticStatic close_all_netdevs static void autoboot.c Close all open net devices
3628
FunctionFunction autoboot void autoboot.c Boot the system
3629
FunctionFunction dhcp int dhcpmgmt.c @file
3630
FunctionFunction pxebs int dhcpmgmt.c  
3631
FunctionFunction ifopen int ifmgmt.c @file
3632
FunctionFunction ifclose void ifmgmt.c Close network device
3633
StaticStatic ifstat_errors static void ifmgmt.c Print network device error breakdown
3634
FunctionFunction ifstat void ifmgmt.c Print status of network device
3635
FunctionFunction iflinkwait int ifmgmt.c Wait for link-up
3636
FunctionFunction imgfetch int imgmgmt.c @file
3637
FunctionFunction imgload int imgmgmt.c Load an image
3638
FunctionFunction imgexec int imgmgmt.c Execute an image
3639
FunctionFunction imgautoselect struct image * imgmgmt.c Identify the only loaded image
3640
FunctionFunction imgstat void imgmgmt.c Display status of an image
3641
FunctionFunction imgfree void imgmgmt.c Free an image
3642
StaticStatic pxe_menu_parse static int pxemenu.c Parse and allocate PXE boot menu
3643
StaticStatic pxe_menu_draw_item static void pxemenu.c Draw PXE boot menu item
3644
StaticStatic pxe_menu_select static int pxemenu.c Make selection from PXE boot menu
3645
StaticStatic pxe_menu_prompt_and_select static int pxemenu.c Prompt for (and make selection from) PXE boot menu
3646
FunctionFunction pxe_menu_boot int pxemenu.c Boot using PXE boot menu
3647
FunctionFunction route void route.c @file
3648
StaticStatic xmalloc static void * efirom.c Allocate memory
3649
StaticStatic file_size static size_t efirom.c Get file size
3650
StaticStatic read_pe_info static void efirom.c Read information from PE headers
3651
StaticStatic make_efi_rom static void efirom.c Convert EFI image to ROM image
3652
StaticStatic print_help static void efirom.c Print help
3653
StaticStatic parse_options static int efirom.c Parse command-line options
3654
FunctionFunction main int efirom.c  
3655
StaticStatic xmalloc static void * elf2efi.c Allocate memory
3656
StaticStatic efi_file_align static unsigned long elf2efi.c Align section within PE file
3657
StaticStatic generate_pe_reloc static void elf2efi.c Generate entry in PE relocation table
3658
StaticStatic output_pe_reltab static size_t elf2efi.c Calculate size of binary PE relocation table
3659
StaticStatic open_input_bfd static bfd * elf2efi.c Open input BFD file
3660
StaticStatic read_symtab static asymbol ** elf2efi.c Read symbol table
3661
StaticStatic read_reltab static arelent ** elf2efi.c Read relocation table
3662
StaticStatic process_section static struct pe_section * elf2efi.c Process section
3663
StaticStatic process_reloc static void elf2efi.c Process relocation record
3664
StaticStatic create_reloc_section static struct pe_section * elf2efi.c Create relocations section
3665
StaticStatic create_debug_section static struct pe_section * elf2efi.c Create debug section
3666
StaticStatic write_pe_file static void elf2efi.c Write out PE file
3667
StaticStatic elf2pe static void elf2efi.c Convert ELF to PE
3668
StaticStatic print_help static void elf2efi.c Print help
3669
StaticStatic parse_options static int elf2efi.c Parse command-line options
3670
FunctionFunction main int elf2efi.c  
3671
StaticStatic flag_signalled static void hijack.c  
3672
FunctionFunction pcap_inject int hijack.c Substitute for pcap_inject(), if this version of libpcap doesn't
3673
StaticStatic __attribute__ static hijack.c Log error message
3674
StaticStatic hijack_open static int hijack.c Open pcap device
3675
StaticStatic hijack_close static void hijack.c Close pcap device
3676
StaticStatic hijack_install_filter static int hijack.c Install filter for hijacked connection
3677
StaticStatic hijack_filter_ethernet static int hijack.c Set up filter for hijacked ethernet connection
3678
StaticStatic hijack_filter static int hijack.c Set up filter for hijacked connection
3679
StaticStatic forward_from_hijacker static ssize_t hijack.c Forward data from hijacker
3680
StaticStatic forward_to_hijacker static ssize_t hijack.c Forward data to hijacker
3681
StaticStatic run_hijacker static int hijack.c Run hijacker
3682
StaticStatic open_listener static int hijack.c Open listener socket
3683
StaticStatic listen_for_hijackers static int hijack.c Listen on listener socket
3684
StaticStatic close_listener static void hijack.c Close listener socket
3685
StaticStatic usage static void hijack.c Print usage
3686
StaticStatic parse_options static int hijack.c Parse command-line options
3687
StaticStatic daemonise static int hijack.c Daemonise
3688
FunctionFunction main int hijack.c  

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー