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