No. | 型 | 名称 | 属性 | ファイル名 | 説明 |
---|---|---|---|---|---|
1 |
Function | convert_null_to_semi | extern void | initiator_authd.c | |
2 |
Function | strlen_semi | extern int | initiator_authd.c | |
3 |
Function | extract_param | extern int | initiator_authd.c | |
4 |
Function | remove_auth_conn | extern void | initiator_authd.c | |
5 |
Static | get_auth_conn | static auth_conn_t * | initiator_authd.c | |
6 |
Function | iscsi_get_client_auth_info | extern int | initiator_authd.c | |
7 |
Static | authd_verbose | static int | initiator_authd.c | |
8 |
Function | main | extern int | initiator_authd.c | |
9 |
Function | chap_asciihex_to_binaryhex | unsigned char | initiator_chap.c | |
10 |
Function | chap_string_to_hex | void | initiator_chap.c | |
11 |
Function | chap_binaryhex_to_asciihex | void | initiator_chap.c | |
12 |
Function | chap_set_random | void | initiator_chap.c | |
13 |
Static | chap_client_open | static int | initiator_chap.c | |
14 |
Function | chap_close | void | initiator_chap.c | |
15 |
Function | chap_gen_challenge | int | initiator_chap.c | |
16 |
Function | chap_gen_response | int | initiator_chap.c | |
17 |
Function | chap_client_compute_md5 | int | initiator_chap.c | |
18 |
Function | chap_got_mutal_auth_response | int | initiator_chap.c | |
19 |
Function | chap_main_loop | char | initiator_chap.c | |
20 |
Function | get_hostname | int | initiator_ctl.c | |
21 |
Function | usage | void | initiator_ctl.c | |
22 |
Static | check_parameters_init_channel | static int | initiator_ctl.c | |
23 |
Static | check_parameters_free_channel | static int | initiator_ctl.c | |
24 |
Static | check_parameters_force_channel_offline | static int | initiator_ctl.c | |
25 |
Static | check_parameters_set_channel_attrib | static int | initiator_ctl.c | |
26 |
Static | check_parameters_stop_channel | static int | initiator_ctl.c | |
27 |
Static | check_parameters_login | static int | initiator_ctl.c | |
28 |
Static | check_parameters_scanscsi | static int | initiator_ctl.c | |
29 |
Static | check_parameters_logoutsess | static int | initiator_ctl.c | |
30 |
Static | check_parameters_logoutconn | static int | initiator_ctl.c | |
31 |
Static | check_parameters_listchannelparams | static int | initiator_ctl.c | |
32 |
Static | check_parameters_listsessparams | static int | initiator_ctl.c | |
33 |
Static | check_parameters_setchannelparam | static int | initiator_ctl.c | |
34 |
Static | check_parameters_setsessparam | static int | initiator_ctl.c | |
35 |
Static | check_parameters_setinitiatorname | static int | initiator_ctl.c | |
36 |
Static | check_parameters_listknowntargets | static int | initiator_ctl.c | |
37 |
Static | check_parameters_addconnection | static int | initiator_ctl.c | |
38 |
Static | check_parameters_debug_erl | static int | initiator_ctl.c | |
39 |
Static | check_parameters_check_key | static int | initiator_ctl.c | |
40 |
Static | check_ioctl_arguments | static int | initiator_ctl.c | |
41 |
Static | decode_init_channel | static int | initiator_ctl.c | |
42 |
Static | decode_free_channel | static int | initiator_ctl.c | |
43 |
Static | decode_force_channel_offline | static int | initiator_ctl.c | |
44 |
Static | decode_set_channel_attrib | static int | initiator_ctl.c | |
45 |
Static | decode_stop_channel | static int | initiator_ctl.c | |
46 |
Static | decode_login | static int | initiator_ctl.c | |
47 |
Static | decode_scanscsi | static int | initiator_ctl.c | |
48 |
Static | decode_logoutsess | static int | initiator_ctl.c | |
49 |
Static | decode_logoutconn | static int | initiator_ctl.c | |
50 |
Static | decode_listchannelparams | static int | initiator_ctl.c | |
51 |
Static | decode_listsessparams | static int | initiator_ctl.c | |
52 |
Static | decode_setchannelparam | static int | initiator_ctl.c | |
53 |
Static | decode_setsessparam | static int | initiator_ctl.c | |
54 |
Static | decode_setinitiatorname | static int | initiator_ctl.c | |
55 |
Static | decode_listknowntargets | static int | initiator_ctl.c | |
56 |
Static | decode_addconnection | static int | initiator_ctl.c | |
57 |
Static | decode_debug_erl | static int | initiator_ctl.c | |
58 |
Static | decode_check_key | static int | initiator_ctl.c | |
59 |
Static | decode_ioctl_return | static int | initiator_ctl.c | |
60 |
Function | main | int | initiator_ctl.c | |
61 |
Function | main | int | initiator_iname.c | |
62 |
Function | byteSwap | void | md5.c | |
63 |
Function | MD5Init | void | md5.c | |
64 |
Function | MD5Update | void | md5.c | |
65 |
Function | MD5Final | void | md5.c | |
66 |
Function | MD5Transform | void | md5.c | |
67 |
Function | open_tcp | void | comm.c | |
68 |
Function | close_tcp | void | comm.c | |
69 |
Function | InitComm | int | comm.c | Initializes communications |
70 |
Function | AddMsg | int | comm.c | Used to store PDU which comes on a TCP session |
71 |
Function | ISNSJustSendCmd | int | comm.c | Sends a msg to the iSNS without waiting for a response |
72 |
Function | RcvPDU | int | comm.c | Called to receive a PDU from the iSNS |
73 |
Function | SendPDU | int | comm.c | Sends a PDU. This function will actually call send() or sento(). |
74 |
Function | ISNSSendCmd | int | comm.c | This will send a PDU and wait for a rsp. The rsp will be ignored. |
75 |
Function | ISNSSendCmd2 | int | comm.c | This will send a PDU and wait for a rsp. The rsp will be returned. |
76 |
Function | HeartBeatListener | int | comm.c | This will listen for a heartbeat and using the heartbeat message to |
77 |
Function | L3_HeartBeatListener | int | comm.c | |
78 |
Function | TCPReceiveMain | int DWORD WINAPI | comm.c | Thread used to receive ALL TCP messages |
79 |
Function | TCPGetMsg | int | comm.c | Used to retrieve messages from the TCP message Q. |
80 |
Function | get_message | int | comm.c | |
81 |
Function | get_pdu_header | int | comm.c | |
82 |
Function | get_pdu_payload | int | comm.c | |
83 |
Static | emit_iscsi_ascii_tag | static void | core-iscsi.c | |
84 |
Function | initiator_status | int | core-iscsi.c | |
85 |
Function | get_network_portals | int | core-iscsi.c | |
86 |
Static | devattrqry_iscsi_nodes | static void | core-iscsi.c | |
87 |
Function | register_initiator | int | core-iscsi.c | |
88 |
Static | filter | static int | core-iscsi.c | |
89 |
Function | deregister_initiator | extern int | core-iscsi.c | |
90 |
Static | deregister_entity | static int | core-iscsi.c | |
91 |
Function | get_message | int | core-iscsi.c | |
92 |
Static | get_pdu_header | static int | core-iscsi.c | |
93 |
Static | get_pdu_payload | static int | core-iscsi.c | |
94 |
Static | get_initiator_name | static int | core-iscsi.c | |
95 |
Static | get_entity_id | static int | core-iscsi.c | |
96 |
Static | send_and_recv | static int | core-iscsi.c | |
97 |
Static | dump_tlv | static void | core-iscsi.c | |
98 |
Static | emit_hdr | static void | core-iscsi.c | |
99 |
Static | emit_delimiter | static void | core-iscsi.c | |
100 |
Static | emit_entity_protocol | static void | core-iscsi.c | |
101 |
Static | emit_iscsi_node_type | static void | core-iscsi.c | |
102 |
Static | emit_pg_iscsi_name | static void | core-iscsi.c | |
103 |
Static | emit_pg_tag | static void | core-iscsi.c | |
104 |
Static | emit_addr | static void | core-iscsi.c | |
105 |
Static | emit_port | static void | core-iscsi.c | |
106 |
Function | emit_null_addr | void | core-iscsi.c | |
107 |
Static | emit_null_port | static void | core-iscsi.c | |
108 |
Function | check_initiator_registration_status | int | core-iscsi.c | |
109 |
Function | getopt | int | getarg.c | |
110 |
Function | GetISCSI | int | iscsi.c | This will query for iSCSI Node(s) attributes. |
111 |
Function | ParseISCSIQuery | void | iscsi.c | This will parse the response msg from an iSCSI |
112 |
Static | GetXid | static int | isns.c | |
113 |
Function | ISNSCreateHdr | void | isns.c | Zeros out the message and puts a hdr in |
114 |
Function | ISNSInsertQryHdr | void | isns.c | Same as ISNSCreateHdr() but also zeros out the src field |
115 |
Function | ISNSAppendAttr | void | isns.c | Appends an attribute to a msg. Does the necessary, byte |
116 |
Function | get_initiatornode_name | int | isns.c | |
117 |
Function | GetSrc | int | isns.c | Appends the SRC field |
118 |
Function | DisableESI | void | isns.c | Disable an ESI |
119 |
Function | EnableESI | void | isns.c | Enable an ESI |
120 |
Function | ParseESI | void | isns.c | Parses an ESI |
121 |
Function | Send_ESI_Response | int | isns.c | Sends an ESI response |
122 |
Function | Process_SCN | void | isns.c | Process a SCN and sends a response |
123 |
Function | InitESITable | void | isns.c | Initializes the ESI Table. This table contains the ESI thread |
124 |
Function | AddESIPortal | void | isns.c | Adds an ESI Entry to the table |
125 |
Function | KillESIThreads | void | isns.c | Kills all ESI Threads |
126 |
Function | ReplaceSet | void | menu.c | |
127 |
Function | HexDumpToggle | void | menu.c | |
128 |
Function | ParserToggle | void | menu.c | |
129 |
Function | DisplayMenu | void | menu.c | Displays the menu |
130 |
Function | ExitOnTimeout | void | menu.c | |
131 |
Function | IgnoreTimeout | void | menu.c | |
132 |
Function | Interact | int | menu.c | Prompt the user for a menu selection and calls the menu function. |
133 |
Function | ipaddrchar | void | parse.c | |
134 |
Function | FuncIDText | char * | parse.c | |
135 |
Function | isnsTagText | char * | parse.c | |
136 |
Function | errorText | char * | parse.c | |
137 |
Function | ParsePDU | void | parse.c | Parses a PDU |
138 |
Function | DumpHex | void | util.c | |
139 |
Function | WaitForKey | void | util.c | Pauses until a key is pressed. |
140 |
Function | HexToAscii | char * | util.c | Converts hex to ascii |
141 |
Function | GetHexTime | void | util.c | Converts the time to hex-ascii |
142 |
Function | GetHexInput | int | util.c | Prompts for input. The input should be in ascii-hex. Stores it in |
143 |
Function | GetInput | int | util.c | Prompts for an ascii-input |
144 |
Function | GetYesNo | int | util.c | Prompts for yes/no. Returns TRUE if yes. |
145 |
Function | GetCommand | int | util.c | Prints the commnd and returns input. |
146 |
Function | convert_null_to_semi | extern void | initiator_authd.c | |
147 |
Function | strlen_semi | extern int | initiator_authd.c | |
148 |
Function | extract_param | extern int | initiator_authd.c | |
149 |
Function | remove_auth_conn | extern void | initiator_authd.c | |
150 |
Static | get_auth_conn | static auth_conn_t * | initiator_authd.c | |
151 |
Function | iscsi_get_client_auth_info | extern int | initiator_authd.c | |
152 |
Static | authd_verbose | static int | initiator_authd.c | |
153 |
Function | main | extern int | initiator_authd.c | |
154 |
Function | chap_asciihex_to_binaryhex | unsigned char | initiator_chap.c | |
155 |
Function | chap_string_to_hex | void | initiator_chap.c | |
156 |
Function | chap_binaryhex_to_asciihex | void | initiator_chap.c | |
157 |
Function | chap_set_random | void | initiator_chap.c | |
158 |
Static | chap_client_open | static int | initiator_chap.c | |
159 |
Function | chap_close | void | initiator_chap.c | |
160 |
Function | chap_gen_challenge | int | initiator_chap.c | |
161 |
Function | chap_gen_response | int | initiator_chap.c | |
162 |
Function | chap_client_compute_md5 | int | initiator_chap.c | |
163 |
Function | chap_got_mutal_auth_response | int | initiator_chap.c | |
164 |
Function | chap_main_loop | char | initiator_chap.c | |
165 |
Function | get_hostname | int | initiator_ctl.c | |
166 |
Function | usage | void | initiator_ctl.c | |
167 |
Static | check_parameters_init_channel | static int | initiator_ctl.c | |
168 |
Static | check_parameters_free_channel | static int | initiator_ctl.c | |
169 |
Static | check_parameters_force_channel_offline | static int | initiator_ctl.c | |
170 |
Static | check_parameters_set_channel_attrib | static int | initiator_ctl.c | |
171 |
Static | check_parameters_stop_channel | static int | initiator_ctl.c | |
172 |
Static | check_parameters_login | static int | initiator_ctl.c | |
173 |
Static | check_parameters_scanscsi | static int | initiator_ctl.c | |
174 |
Static | check_parameters_logoutsess | static int | initiator_ctl.c | |
175 |
Static | check_parameters_logoutconn | static int | initiator_ctl.c | |
176 |
Static | check_parameters_listchannelparams | static int | initiator_ctl.c | |
177 |
Static | check_parameters_listsessparams | static int | initiator_ctl.c | |
178 |
Static | check_parameters_setchannelparam | static int | initiator_ctl.c | |
179 |
Static | check_parameters_setsessparam | static int | initiator_ctl.c | |
180 |
Static | check_parameters_setinitiatorname | static int | initiator_ctl.c | |
181 |
Static | check_parameters_listknowntargets | static int | initiator_ctl.c | |
182 |
Static | check_parameters_addconnection | static int | initiator_ctl.c | |
183 |
Static | check_parameters_debug_erl | static int | initiator_ctl.c | |
184 |
Static | check_parameters_check_key | static int | initiator_ctl.c | |
185 |
Static | check_ioctl_arguments | static int | initiator_ctl.c | |
186 |
Static | decode_init_channel | static int | initiator_ctl.c | |
187 |
Static | decode_free_channel | static int | initiator_ctl.c | |
188 |
Static | decode_force_channel_offline | static int | initiator_ctl.c | |
189 |
Static | decode_set_channel_attrib | static int | initiator_ctl.c | |
190 |
Static | decode_stop_channel | static int | initiator_ctl.c | |
191 |
Static | decode_login | static int | initiator_ctl.c | |
192 |
Static | decode_scanscsi | static int | initiator_ctl.c | |
193 |
Static | decode_logoutsess | static int | initiator_ctl.c | |
194 |
Static | decode_logoutconn | static int | initiator_ctl.c | |
195 |
Static | decode_listchannelparams | static int | initiator_ctl.c | |
196 |
Static | decode_listsessparams | static int | initiator_ctl.c | |
197 |
Static | decode_setchannelparam | static int | initiator_ctl.c | |
198 |
Static | decode_setsessparam | static int | initiator_ctl.c | |
199 |
Static | decode_setinitiatorname | static int | initiator_ctl.c | |
200 |
Static | decode_listknowntargets | static int | initiator_ctl.c | |
201 |
Static | decode_addconnection | static int | initiator_ctl.c | |
202 |
Static | decode_debug_erl | static int | initiator_ctl.c | |
203 |
Static | decode_check_key | static int | initiator_ctl.c | |
204 |
Static | decode_ioctl_return | static int | initiator_ctl.c | |
205 |
Function | main | int | initiator_ctl.c | |
206 |
Function | main | int | initiator_iname.c | |
207 |
Function | byteSwap | void | md5.c | |
208 |
Function | MD5Init | void | md5.c | |
209 |
Function | MD5Update | void | md5.c | |
210 |
Function | MD5Final | void | md5.c | |
211 |
Function | MD5Transform | void | md5.c | |
212 |
Function | open_tcp | void | comm.c | |
213 |
Function | close_tcp | void | comm.c | |
214 |
Function | InitComm | int | comm.c | Initializes communications |
215 |
Function | AddMsg | int | comm.c | Used to store PDU which comes on a TCP session |
216 |
Function | ISNSJustSendCmd | int | comm.c | Sends a msg to the iSNS without waiting for a response |
217 |
Function | RcvPDU | int | comm.c | Called to receive a PDU from the iSNS |
218 |
Function | SendPDU | int | comm.c | Sends a PDU. This function will actually call send() or sento(). |
219 |
Function | ISNSSendCmd | int | comm.c | This will send a PDU and wait for a rsp. The rsp will be ignored. |
220 |
Function | ISNSSendCmd2 | int | comm.c | This will send a PDU and wait for a rsp. The rsp will be returned. |
221 |
Function | HeartBeatListener | int | comm.c | This will listen for a heartbeat and using the heartbeat message to |
222 |
Function | L3_HeartBeatListener | int | comm.c | |
223 |
Function | TCPReceiveMain | int DWORD WINAPI | comm.c | Thread used to receive ALL TCP messages |
224 |
Function | TCPGetMsg | int | comm.c | Used to retrieve messages from the TCP message Q. |
225 |
Function | get_message | int | comm.c | |
226 |
Function | get_pdu_header | int | comm.c | |
227 |
Function | get_pdu_payload | int | comm.c | |
228 |
Static | emit_iscsi_ascii_tag | static void | core-iscsi.c | |
229 |
Function | initiator_status | int | core-iscsi.c | |
230 |
Function | get_network_portals | int | core-iscsi.c | |
231 |
Static | devattrqry_iscsi_nodes | static void | core-iscsi.c | |
232 |
Function | register_initiator | int | core-iscsi.c | |
233 |
Static | filter | static int | core-iscsi.c | |
234 |
Function | deregister_initiator | extern int | core-iscsi.c | |
235 |
Static | deregister_entity | static int | core-iscsi.c | |
236 |
Function | get_message | int | core-iscsi.c | |
237 |
Static | get_pdu_header | static int | core-iscsi.c | |
238 |
Static | get_pdu_payload | static int | core-iscsi.c | |
239 |
Static | get_initiator_name | static int | core-iscsi.c | |
240 |
Static | get_entity_id | static int | core-iscsi.c | |
241 |
Static | send_and_recv | static int | core-iscsi.c | |
242 |
Static | dump_tlv | static void | core-iscsi.c | |
243 |
Static | emit_hdr | static void | core-iscsi.c | |
244 |
Static | emit_delimiter | static void | core-iscsi.c | |
245 |
Static | emit_entity_protocol | static void | core-iscsi.c | |
246 |
Static | emit_iscsi_node_type | static void | core-iscsi.c | |
247 |
Static | emit_pg_iscsi_name | static void | core-iscsi.c | |
248 |
Static | emit_pg_tag | static void | core-iscsi.c | |
249 |
Static | emit_addr | static void | core-iscsi.c | |
250 |
Static | emit_port | static void | core-iscsi.c | |
251 |
Function | emit_null_addr | void | core-iscsi.c | |
252 |
Static | emit_null_port | static void | core-iscsi.c | |
253 |
Function | check_initiator_registration_status | int | core-iscsi.c | |
254 |
Function | getopt | int | getarg.c | |
255 |
Function | GetISCSI | int | iscsi.c | This will query for iSCSI Node(s) attributes. |
256 |
Function | ParseISCSIQuery | void | iscsi.c | This will parse the response msg from an iSCSI |
257 |
Static | GetXid | static int | isns.c | |
258 |
Function | ISNSCreateHdr | void | isns.c | Zeros out the message and puts a hdr in |
259 |
Function | ISNSInsertQryHdr | void | isns.c | Same as ISNSCreateHdr() but also zeros out the src field |
260 |
Function | ISNSAppendAttr | void | isns.c | Appends an attribute to a msg. Does the necessary, byte |
261 |
Function | get_initiatornode_name | int | isns.c | |
262 |
Function | GetSrc | int | isns.c | Appends the SRC field |
263 |
Function | DisableESI | void | isns.c | Disable an ESI |
264 |
Function | EnableESI | void | isns.c | Enable an ESI |
265 |
Function | ParseESI | void | isns.c | Parses an ESI |
266 |
Function | Send_ESI_Response | int | isns.c | Sends an ESI response |
267 |
Function | Process_SCN | void | isns.c | Process a SCN and sends a response |
268 |
Function | InitESITable | void | isns.c | Initializes the ESI Table. This table contains the ESI thread |
269 |
Function | AddESIPortal | void | isns.c | Adds an ESI Entry to the table |
270 |
Function | KillESIThreads | void | isns.c | Kills all ESI Threads |
271 |
Function | ReplaceSet | void | menu.c | |
272 |
Function | HexDumpToggle | void | menu.c | |
273 |
Function | ParserToggle | void | menu.c | |
274 |
Function | DisplayMenu | void | menu.c | Displays the menu |
275 |
Function | ExitOnTimeout | void | menu.c | |
276 |
Function | IgnoreTimeout | void | menu.c | |
277 |
Function | Interact | int | menu.c | Prompt the user for a menu selection and calls the menu function. |
278 |
Function | ipaddrchar | void | parse.c | |
279 |
Function | FuncIDText | char * | parse.c | |
280 |
Function | isnsTagText | char * | parse.c | |
281 |
Function | errorText | char * | parse.c | |
282 |
Function | ParsePDU | void | parse.c | Parses a PDU |
283 |
Function | DumpHex | void | util.c | |
284 |
Function | WaitForKey | void | util.c | Pauses until a key is pressed. |
285 |
Function | HexToAscii | char * | util.c | Converts hex to ascii |
286 |
Function | GetHexTime | void | util.c | Converts the time to hex-ascii |
287 |
Function | GetHexInput | int | util.c | Prompts for input. The input should be in ascii-hex. Stores it in |
288 |
Function | GetInput | int | util.c | Prompts for an ascii-input |
289 |
Function | GetYesNo | int | util.c | Prompts for yes/no. Returns TRUE if yes. |
290 |
Function | GetCommand | int | util.c | Prints the commnd and returns input. |
291 |
Function | convert_null_to_semi | extern void | initiator_authd.c | |
292 |
Function | strlen_semi | extern int | initiator_authd.c | |
293 |
Function | extract_param | extern int | initiator_authd.c | |
294 |
Function | remove_auth_conn | extern void | initiator_authd.c | |
295 |
Static | get_auth_conn | static auth_conn_t * | initiator_authd.c | |
296 |
Function | iscsi_get_client_auth_info | extern int | initiator_authd.c | |
297 |
Static | authd_verbose | static int | initiator_authd.c | |
298 |
Function | main | extern int | initiator_authd.c | |
299 |
Function | chap_asciihex_to_binaryhex | unsigned char | initiator_chap.c | |
300 |
Function | chap_string_to_hex | void | initiator_chap.c | |
301 |
Static | acl_str_index | static int | initiator_chap.c | |
302 |
Function | chap_string_to_base64 | int | initiator_chap.c | |
303 |
Function | chap_binaryhex_to_asciihex | void | initiator_chap.c | |
304 |
Function | chap_set_random | void | initiator_chap.c | |
305 |
Static | chap_client_open | static int | initiator_chap.c | |
306 |
Function | chap_close | void | initiator_chap.c | |
307 |
Function | chap_gen_challenge | int | initiator_chap.c | |
308 |
Function | chap_gen_response | int | initiator_chap.c | |
309 |
Function | chap_client_compute_md5 | int | initiator_chap.c | |
310 |
Function | chap_got_mutal_auth_response | int | initiator_chap.c | |
311 |
Function | chap_main_loop | char | initiator_chap.c | |
312 |
Function | get_hostname | int | initiator_ctl.c | |
313 |
Function | usage | void | initiator_ctl.c | |
314 |
Static | check_parameters_init_channel | static int | initiator_ctl.c | |
315 |
Static | check_parameters_free_channel | static int | initiator_ctl.c | |
316 |
Static | check_parameters_force_channel_offline | static int | initiator_ctl.c | |
317 |
Static | check_parameters_set_channel_attrib | static int | initiator_ctl.c | |
318 |
Static | check_parameters_stop_channel | static int | initiator_ctl.c | |
319 |
Static | check_parameters_login | static int | initiator_ctl.c | |
320 |
Static | check_parameters_scanscsi | static int | initiator_ctl.c | |
321 |
Static | check_parameters_logoutsess | static int | initiator_ctl.c | |
322 |
Static | check_parameters_logoutconn | static int | initiator_ctl.c | |
323 |
Static | check_parameters_listchannelparams | static int | initiator_ctl.c | |
324 |
Static | check_parameters_listsessparams | static int | initiator_ctl.c | |
325 |
Static | check_parameters_setchannelparam | static int | initiator_ctl.c | |
326 |
Static | check_parameters_setsessparam | static int | initiator_ctl.c | |
327 |
Static | check_parameters_setinitiatorname | static int | initiator_ctl.c | |
328 |
Static | check_parameters_listknowntargets | static int | initiator_ctl.c | |
329 |
Static | check_parameters_addconnection | static int | initiator_ctl.c | |
330 |
Static | check_parameters_debug_erl | static int | initiator_ctl.c | |
331 |
Static | check_parameters_check_key | static int | initiator_ctl.c | |
332 |
Static | check_ioctl_arguments | static int | initiator_ctl.c | |
333 |
Static | decode_init_channel | static int | initiator_ctl.c | |
334 |
Static | decode_free_channel | static int | initiator_ctl.c | |
335 |
Static | decode_force_channel_offline | static int | initiator_ctl.c | |
336 |
Static | decode_set_channel_attrib | static int | initiator_ctl.c | |
337 |
Static | decode_stop_channel | static int | initiator_ctl.c | |
338 |
Static | decode_login | static int | initiator_ctl.c | |
339 |
Static | decode_scanscsi | static int | initiator_ctl.c | |
340 |
Static | decode_logoutsess | static int | initiator_ctl.c | |
341 |
Static | decode_logoutconn | static int | initiator_ctl.c | |
342 |
Static | decode_listchannelparams | static int | initiator_ctl.c | |
343 |
Static | decode_listsessparams | static int | initiator_ctl.c | |
344 |
Static | decode_setchannelparam | static int | initiator_ctl.c | |
345 |
Static | decode_setsessparam | static int | initiator_ctl.c | |
346 |
Static | decode_setinitiatorname | static int | initiator_ctl.c | |
347 |
Static | decode_listknowntargets | static int | initiator_ctl.c | |
348 |
Static | decode_addconnection | static int | initiator_ctl.c | |
349 |
Static | decode_debug_erl | static int | initiator_ctl.c | |
350 |
Static | decode_check_key | static int | initiator_ctl.c | |
351 |
Static | decode_ioctl_return | static int | initiator_ctl.c | |
352 |
Function | main | int | initiator_ctl.c | |
353 |
Function | main | int | initiator_iname.c | |
354 |
Function | byteSwap | void | md5.c | |
355 |
Function | MD5Init | void | md5.c | |
356 |
Function | MD5Update | void | md5.c | |
357 |
Function | MD5Final | void | md5.c | |
358 |
Function | MD5Transform | void | md5.c | |
359 |
Function | open_tcp | void | comm.c | |
360 |
Function | close_tcp | void | comm.c | |
361 |
Function | InitComm | int | comm.c | Initializes communications |
362 |
Function | AddMsg | int | comm.c | Used to store PDU which comes on a TCP session |
363 |
Function | ISNSJustSendCmd | int | comm.c | Sends a msg to the iSNS without waiting for a response |
364 |
Function | RcvPDU | int | comm.c | Called to receive a PDU from the iSNS |
365 |
Function | SendPDU | int | comm.c | Sends a PDU. This function will actually call send() or sento(). |
366 |
Function | ISNSSendCmd | int | comm.c | This will send a PDU and wait for a rsp. The rsp will be ignored. |
367 |
Function | ISNSSendCmd2 | int | comm.c | This will send a PDU and wait for a rsp. The rsp will be returned. |
368 |
Function | HeartBeatListener | int | comm.c | This will listen for a heartbeat and using the heartbeat message to |
369 |
Function | L3_HeartBeatListener | int | comm.c | |
370 |
Function | TCPReceiveMain | int DWORD WINAPI | comm.c | Thread used to receive ALL TCP messages |
371 |
Function | TCPGetMsg | int | comm.c | Used to retrieve messages from the TCP message Q. |
372 |
Function | get_message | int | comm.c | |
373 |
Function | get_pdu_header | int | comm.c | |
374 |
Function | get_pdu_payload | int | comm.c | |
375 |
Static | emit_iscsi_ascii_tag | static void | core-iscsi.c | |
376 |
Function | initiator_status | int | core-iscsi.c | |
377 |
Function | get_network_portals | int | core-iscsi.c | |
378 |
Static | devattrqry_iscsi_nodes | static void | core-iscsi.c | |
379 |
Function | register_initiator | int | core-iscsi.c | |
380 |
Static | filter | static int | core-iscsi.c | |
381 |
Function | deregister_initiator | extern int | core-iscsi.c | |
382 |
Static | deregister_entity | static int | core-iscsi.c | |
383 |
Function | get_message | int | core-iscsi.c | |
384 |
Static | get_pdu_header | static int | core-iscsi.c | |
385 |
Static | get_pdu_payload | static int | core-iscsi.c | |
386 |
Static | get_initiator_name | static int | core-iscsi.c | |
387 |
Static | get_entity_id | static int | core-iscsi.c | |
388 |
Static | send_and_recv | static int | core-iscsi.c | |
389 |
Static | dump_tlv | static void | core-iscsi.c | |
390 |
Static | emit_hdr | static void | core-iscsi.c | |
391 |
Static | emit_delimiter | static void | core-iscsi.c | |
392 |
Static | emit_entity_protocol | static void | core-iscsi.c | |
393 |
Static | emit_iscsi_node_type | static void | core-iscsi.c | |
394 |
Static | emit_pg_iscsi_name | static void | core-iscsi.c | |
395 |
Static | emit_pg_tag | static void | core-iscsi.c | |
396 |
Static | emit_addr | static void | core-iscsi.c | |
397 |
Static | emit_port | static void | core-iscsi.c | |
398 |
Function | emit_null_addr | void | core-iscsi.c | |
399 |
Static | emit_null_port | static void | core-iscsi.c | |
400 |
Function | check_initiator_registration_status | int | core-iscsi.c | |
401 |
Function | getopt | int | getarg.c | |
402 |
Function | GetISCSI | int | iscsi.c | This will query for iSCSI Node(s) attributes. |
403 |
Function | ParseISCSIQuery | void | iscsi.c | This will parse the response msg from an iSCSI |
404 |
Static | GetXid | static int | isns.c | |
405 |
Function | ISNSCreateHdr | void | isns.c | Zeros out the message and puts a hdr in |
406 |
Function | ISNSInsertQryHdr | void | isns.c | Same as ISNSCreateHdr() but also zeros out the src field |
407 |
Function | ISNSAppendAttr | void | isns.c | Appends an attribute to a msg. Does the necessary, byte |
408 |
Function | get_initiatornode_name | int | isns.c | |
409 |
Function | GetSrc | int | isns.c | Appends the SRC field |
410 |
Function | DisableESI | void | isns.c | Disable an ESI |
411 |
Function | EnableESI | void | isns.c | Enable an ESI |
412 |
Function | ParseESI | void | isns.c | Parses an ESI |
413 |
Function | Send_ESI_Response | int | isns.c | Sends an ESI response |
414 |
Function | Process_SCN | void | isns.c | Process a SCN and sends a response |
415 |
Function | InitESITable | void | isns.c | Initializes the ESI Table. This table contains the ESI thread |
416 |
Function | AddESIPortal | void | isns.c | Adds an ESI Entry to the table |
417 |
Function | KillESIThreads | void | isns.c | Kills all ESI Threads |
418 |
Function | ReplaceSet | void | menu.c | |
419 |
Function | HexDumpToggle | void | menu.c | |
420 |
Function | ParserToggle | void | menu.c | |
421 |
Function | DisplayMenu | void | menu.c | Displays the menu |
422 |
Function | ExitOnTimeout | void | menu.c | |
423 |
Function | IgnoreTimeout | void | menu.c | |
424 |
Function | Interact | int | menu.c | Prompt the user for a menu selection and calls the menu function. |
425 |
Function | ipaddrchar | void | parse.c | |
426 |
Function | FuncIDText | char * | parse.c | |
427 |
Function | isnsTagText | char * | parse.c | |
428 |
Function | errorText | char * | parse.c | |
429 |
Function | ParsePDU | void | parse.c | Parses a PDU |
430 |
Function | DumpHex | void | util.c | |
431 |
Function | WaitForKey | void | util.c | Pauses until a key is pressed. |
432 |
Function | HexToAscii | char * | util.c | Converts hex to ascii |
433 |
Function | GetHexTime | void | util.c | Converts the time to hex-ascii |
434 |
Function | GetHexInput | int | util.c | Prompts for input. The input should be in ascii-hex. Stores it in |
435 |
Function | GetInput | int | util.c | Prompts for an ascii-input |
436 |
Function | GetYesNo | int | util.c | Prompts for yes/no. Returns TRUE if yes. |
437 |
Function | GetCommand | int | util.c | Prints the commnd and returns input. |
438 |
Function | convert_null_to_semi | extern void | initiator_authd.c | |
439 |
Function | strlen_semi | extern int | initiator_authd.c | |
440 |
Function | extract_param | extern int | initiator_authd.c | |
441 |
Function | remove_auth_conn | extern void | initiator_authd.c | |
442 |
Static | get_auth_conn | static auth_conn_t * | initiator_authd.c | |
443 |
Function | iscsi_get_client_auth_info | extern int | initiator_authd.c | |
444 |
Static | authd_verbose | static int | initiator_authd.c | |
445 |
Function | main | extern int | initiator_authd.c | |
446 |
Function | chap_asciihex_to_binaryhex | unsigned char | initiator_chap.c | |
447 |
Function | chap_string_to_hex | void | initiator_chap.c | |
448 |
Static | acl_str_index | static int | initiator_chap.c | |
449 |
Function | chap_string_to_base64 | int | initiator_chap.c | |
450 |
Function | chap_binaryhex_to_asciihex | void | initiator_chap.c | |
451 |
Function | chap_set_random | void | initiator_chap.c | |
452 |
Static | chap_client_open | static int | initiator_chap.c | |
453 |
Function | chap_close | void | initiator_chap.c | |
454 |
Function | chap_gen_challenge | int | initiator_chap.c | |
455 |
Function | chap_gen_response | int | initiator_chap.c | |
456 |
Function | chap_client_compute_md5 | int | initiator_chap.c | |
457 |
Function | chap_got_mutal_auth_response | int | initiator_chap.c | |
458 |
Function | chap_main_loop | char | initiator_chap.c | |
459 |
Function | get_hostname | int | initiator_ctl.c | |
460 |
Function | usage | void | initiator_ctl.c | |
461 |
Static | check_parameters_init_channel | static int | initiator_ctl.c | |
462 |
Static | check_parameters_free_channel | static int | initiator_ctl.c | |
463 |
Static | check_parameters_force_channel_offline | static int | initiator_ctl.c | |
464 |
Static | check_parameters_set_channel_attrib | static int | initiator_ctl.c | |
465 |
Static | check_parameters_stop_channel | static int | initiator_ctl.c | |
466 |
Static | check_parameters_login | static int | initiator_ctl.c | |
467 |
Static | check_parameters_scanscsi | static int | initiator_ctl.c | |
468 |
Static | check_parameters_logoutsess | static int | initiator_ctl.c | |
469 |
Static | check_parameters_logoutconn | static int | initiator_ctl.c | |
470 |
Static | check_parameters_listchannelparams | static int | initiator_ctl.c | |
471 |
Static | check_parameters_listsessparams | static int | initiator_ctl.c | |
472 |
Static | check_parameters_setchannelparam | static int | initiator_ctl.c | |
473 |
Static | check_parameters_setsessparam | static int | initiator_ctl.c | |
474 |
Static | check_parameters_setinitiatorname | static int | initiator_ctl.c | |
475 |
Static | check_parameters_listknowntargets | static int | initiator_ctl.c | |
476 |
Static | check_parameters_addconnection | static int | initiator_ctl.c | |
477 |
Static | check_parameters_debug_erl | static int | initiator_ctl.c | |
478 |
Static | check_parameters_check_key | static int | initiator_ctl.c | |
479 |
Static | check_ioctl_arguments | static int | initiator_ctl.c | |
480 |
Static | decode_init_channel | static int | initiator_ctl.c | |
481 |
Static | decode_free_channel | static int | initiator_ctl.c | |
482 |
Static | decode_force_channel_offline | static int | initiator_ctl.c | |
483 |
Static | decode_set_channel_attrib | static int | initiator_ctl.c | |
484 |
Static | decode_stop_channel | static int | initiator_ctl.c | |
485 |
Static | decode_login | static int | initiator_ctl.c | |
486 |
Static | decode_scanscsi | static int | initiator_ctl.c | |
487 |
Static | decode_logoutsess | static int | initiator_ctl.c | |
488 |
Static | decode_logoutconn | static int | initiator_ctl.c | |
489 |
Static | decode_listchannelparams | static int | initiator_ctl.c | |
490 |
Static | decode_listsessparams | static int | initiator_ctl.c | |
491 |
Static | decode_setchannelparam | static int | initiator_ctl.c | |
492 |
Static | decode_setsessparam | static int | initiator_ctl.c | |
493 |
Static | decode_setinitiatorname | static int | initiator_ctl.c | |
494 |
Static | decode_listknowntargets | static int | initiator_ctl.c | |
495 |
Static | decode_addconnection | static int | initiator_ctl.c | |
496 |
Static | decode_debug_erl | static int | initiator_ctl.c | |
497 |
Static | decode_check_key | static int | initiator_ctl.c | |
498 |
Static | decode_ioctl_return | static int | initiator_ctl.c | |
499 |
Function | main | int | initiator_ctl.c | |
500 |
Function | main | int | initiator_iname.c | |
501 |
Function | byteSwap | void | md5.c | |
502 |
Function | MD5Init | void | md5.c | |
503 |
Function | MD5Update | void | md5.c | |
504 |
Function | MD5Final | void | md5.c | |
505 |
Function | MD5Transform | void | md5.c | |
506 |
Function | open_tcp | void | comm.c | |
507 |
Function | close_tcp | void | comm.c | |
508 |
Function | InitComm | int | comm.c | Initializes communications |
509 |
Function | AddMsg | int | comm.c | Used to store PDU which comes on a TCP session |
510 |
Function | ISNSJustSendCmd | int | comm.c | Sends a msg to the iSNS without waiting for a response |
511 |
Function | RcvPDU | int | comm.c | Called to receive a PDU from the iSNS |
512 |
Function | SendPDU | int | comm.c | Sends a PDU. This function will actually call send() or sento(). |
513 |
Function | ISNSSendCmd | int | comm.c | This will send a PDU and wait for a rsp. The rsp will be ignored. |
514 |
Function | ISNSSendCmd2 | int | comm.c | This will send a PDU and wait for a rsp. The rsp will be returned. |
515 |
Function | HeartBeatListener | int | comm.c | This will listen for a heartbeat and using the heartbeat message to |
516 |
Function | L3_HeartBeatListener | int | comm.c | |
517 |
Function | TCPReceiveMain | int DWORD WINAPI | comm.c | Thread used to receive ALL TCP messages |
518 |
Function | TCPGetMsg | int | comm.c | Used to retrieve messages from the TCP message Q. |
519 |
Function | get_message | int | comm.c | |
520 |
Function | get_pdu_header | int | comm.c | |
521 |
Function | get_pdu_payload | int | comm.c | |
522 |
Static | emit_iscsi_ascii_tag | static void | core-iscsi.c | |
523 |
Function | initiator_status | int | core-iscsi.c | |
524 |
Function | get_network_portals | int | core-iscsi.c | |
525 |
Static | devattrqry_iscsi_nodes | static void | core-iscsi.c | |
526 |
Function | register_initiator | int | core-iscsi.c | |
527 |
Static | filter | static int | core-iscsi.c | |
528 |
Function | deregister_initiator | extern int | core-iscsi.c | |
529 |
Static | deregister_entity | static int | core-iscsi.c | |
530 |
Function | get_message | int | core-iscsi.c | |
531 |
Static | get_pdu_header | static int | core-iscsi.c | |
532 |
Static | get_pdu_payload | static int | core-iscsi.c | |
533 |
Static | get_initiator_name | static int | core-iscsi.c | |
534 |
Static | get_entity_id | static int | core-iscsi.c | |
535 |
Static | send_and_recv | static int | core-iscsi.c | |
536 |
Static | dump_tlv | static void | core-iscsi.c | |
537 |
Static | emit_hdr | static void | core-iscsi.c | |
538 |
Static | emit_delimiter | static void | core-iscsi.c | |
539 |
Static | emit_entity_protocol | static void | core-iscsi.c | |
540 |
Static | emit_iscsi_node_type | static void | core-iscsi.c | |
541 |
Static | emit_pg_iscsi_name | static void | core-iscsi.c | |
542 |
Static | emit_pg_tag | static void | core-iscsi.c | |
543 |
Static | emit_addr | static void | core-iscsi.c | |
544 |
Static | emit_port | static void | core-iscsi.c | |
545 |
Function | emit_null_addr | void | core-iscsi.c | |
546 |
Static | emit_null_port | static void | core-iscsi.c | |
547 |
Function | check_initiator_registration_status | int | core-iscsi.c | |
548 |
Function | getopt | int | getarg.c | |
549 |
Function | GetISCSI | int | iscsi.c | This will query for iSCSI Node(s) attributes. |
550 |
Function | ParseISCSIQuery | void | iscsi.c | This will parse the response msg from an iSCSI |
551 |
Static | GetXid | static int | isns.c | |
552 |
Function | ISNSCreateHdr | void | isns.c | Zeros out the message and puts a hdr in |
553 |
Function | ISNSInsertQryHdr | void | isns.c | Same as ISNSCreateHdr() but also zeros out the src field |
554 |
Function | ISNSAppendAttr | void | isns.c | Appends an attribute to a msg. Does the necessary, byte |
555 |
Function | get_initiatornode_name | int | isns.c | |
556 |
Function | GetSrc | int | isns.c | Appends the SRC field |
557 |
Function | DisableESI | void | isns.c | Disable an ESI |
558 |
Function | EnableESI | void | isns.c | Enable an ESI |
559 |
Function | ParseESI | void | isns.c | Parses an ESI |
560 |
Function | Send_ESI_Response | int | isns.c | Sends an ESI response |
561 |
Function | Process_SCN | void | isns.c | Process a SCN and sends a response |
562 |
Function | InitESITable | void | isns.c | Initializes the ESI Table. This table contains the ESI thread |
563 |
Function | AddESIPortal | void | isns.c | Adds an ESI Entry to the table |
564 |
Function | KillESIThreads | void | isns.c | Kills all ESI Threads |
565 |
Function | ReplaceSet | void | menu.c | |
566 |
Function | HexDumpToggle | void | menu.c | |
567 |
Function | ParserToggle | void | menu.c | |
568 |
Function | DisplayMenu | void | menu.c | Displays the menu |
569 |
Function | ExitOnTimeout | void | menu.c | |
570 |
Function | IgnoreTimeout | void | menu.c | |
571 |
Function | Interact | int | menu.c | Prompt the user for a menu selection and calls the menu function. |
572 |
Function | ipaddrchar | void | parse.c | |
573 |
Function | FuncIDText | char * | parse.c | |
574 |
Function | isnsTagText | char * | parse.c | |
575 |
Function | errorText | char * | parse.c | |
576 |
Function | ParsePDU | void | parse.c | Parses a PDU |
577 |
Function | DumpHex | void | util.c | |
578 |
Function | WaitForKey | void | util.c | Pauses until a key is pressed. |
579 |
Function | HexToAscii | char * | util.c | Converts hex to ascii |
580 |
Function | GetHexTime | void | util.c | Converts the time to hex-ascii |
581 |
Function | GetHexInput | int | util.c | Prompts for input. The input should be in ascii-hex. Stores it in |
582 |
Function | GetInput | int | util.c | Prompts for an ascii-input |
583 |
Function | GetYesNo | int | util.c | Prompts for yes/no. Returns TRUE if yes. |
584 |
Function | GetCommand | int | util.c | Prints the commnd and returns input. |
585 |
Function | convert_null_to_semi | extern void | initiator_authd.c | |
586 |
Function | strlen_semi | extern int | initiator_authd.c | |
587 |
Function | extract_param | extern int | initiator_authd.c | |
588 |
Function | remove_auth_conn | extern void | initiator_authd.c | |
589 |
Static | get_auth_conn | static auth_conn_t * | initiator_authd.c | |
590 |
Function | iscsi_get_client_auth_info | extern int | initiator_authd.c | |
591 |
Static | authd_verbose | static int | initiator_authd.c | |
592 |
Function | main | extern int | initiator_authd.c | |
593 |
Function | chap_asciihex_to_binaryhex | unsigned char | initiator_chap.c | |
594 |
Function | chap_string_to_hex | void | initiator_chap.c | |
595 |
Static | acl_str_index | static int | initiator_chap.c | |
596 |
Function | chap_string_to_base64 | int | initiator_chap.c | |
597 |
Function | chap_binaryhex_to_asciihex | void | initiator_chap.c | |
598 |
Function | chap_set_random | void | initiator_chap.c | |
599 |
Static | chap_client_open | static int | initiator_chap.c | |
600 |
Function | chap_close | void | initiator_chap.c | |
601 |
Function | chap_gen_challenge | int | initiator_chap.c | |
602 |
Function | chap_gen_response | int | initiator_chap.c | |
603 |
Function | chap_client_compute_md5 | int | initiator_chap.c | |
604 |
Function | chap_got_mutal_auth_response | int | initiator_chap.c | |
605 |
Function | chap_main_loop | char | initiator_chap.c | |
606 |
Function | get_hostname | int | initiator_ctl.c | |
607 |
Function | usage | void | initiator_ctl.c | |
608 |
Static | check_parameters_init_channel | static int | initiator_ctl.c | |
609 |
Static | check_parameters_free_channel | static int | initiator_ctl.c | |
610 |
Static | check_parameters_force_channel_offline | static int | initiator_ctl.c | |
611 |
Static | check_parameters_set_channel_attrib | static int | initiator_ctl.c | |
612 |
Static | check_parameters_stop_channel | static int | initiator_ctl.c | |
613 |
Static | check_parameters_login | static int | initiator_ctl.c | |
614 |
Static | check_parameters_scanscsi | static int | initiator_ctl.c | |
615 |
Static | check_parameters_logoutsess | static int | initiator_ctl.c | |
616 |
Static | check_parameters_logoutconn | static int | initiator_ctl.c | |
617 |
Static | check_parameters_listchannelparams | static int | initiator_ctl.c | |
618 |
Static | check_parameters_listsessparams | static int | initiator_ctl.c | |
619 |
Static | check_parameters_setchannelparam | static int | initiator_ctl.c | |
620 |
Static | check_parameters_setsessparam | static int | initiator_ctl.c | |
621 |
Static | check_parameters_setinitiatorname | static int | initiator_ctl.c | |
622 |
Static | check_parameters_listknowntargets | static int | initiator_ctl.c | |
623 |
Static | check_parameters_addconnection | static int | initiator_ctl.c | |
624 |
Static | check_parameters_debug_erl | static int | initiator_ctl.c | |
625 |
Static | check_parameters_check_key | static int | initiator_ctl.c | |
626 |
Static | check_ioctl_arguments | static int | initiator_ctl.c | |
627 |
Static | decode_init_channel | static int | initiator_ctl.c | |
628 |
Static | decode_free_channel | static int | initiator_ctl.c | |
629 |
Static | decode_force_channel_offline | static int | initiator_ctl.c | |
630 |
Static | decode_set_channel_attrib | static int | initiator_ctl.c | |
631 |
Static | decode_stop_channel | static int | initiator_ctl.c | |
632 |
Static | decode_login | static int | initiator_ctl.c | |
633 |
Static | decode_scanscsi | static int | initiator_ctl.c | |
634 |
Static | decode_logoutsess | static int | initiator_ctl.c | |
635 |
Static | decode_logoutconn | static int | initiator_ctl.c | |
636 |
Static | decode_listchannelparams | static int | initiator_ctl.c | |
637 |
Static | decode_listsessparams | static int | initiator_ctl.c | |
638 |
Static | decode_setchannelparam | static int | initiator_ctl.c | |
639 |
Static | decode_setsessparam | static int | initiator_ctl.c | |
640 |
Static | decode_setinitiatorname | static int | initiator_ctl.c | |
641 |
Static | decode_listknowntargets | static int | initiator_ctl.c | |
642 |
Static | decode_addconnection | static int | initiator_ctl.c | |
643 |
Static | decode_debug_erl | static int | initiator_ctl.c | |
644 |
Static | decode_check_key | static int | initiator_ctl.c | |
645 |
Static | decode_ioctl_return | static int | initiator_ctl.c | |
646 |
Function | main | int | initiator_ctl.c | |
647 |
Function | main | int | initiator_iname.c | |
648 |
Function | byteSwap | void | md5.c | |
649 |
Function | MD5Init | void | md5.c | |
650 |
Function | MD5Update | void | md5.c | |
651 |
Function | MD5Final | void | md5.c | |
652 |
Function | MD5Transform | void | md5.c | |
653 |
Function | open_tcp | void | comm.c | |
654 |
Function | close_tcp | void | comm.c | |
655 |
Function | InitComm | int | comm.c | Initializes communications |
656 |
Function | AddMsg | int | comm.c | Used to store PDU which comes on a TCP session |
657 |
Function | ISNSJustSendCmd | int | comm.c | Sends a msg to the iSNS without waiting for a response |
658 |
Function | RcvPDU | int | comm.c | Called to receive a PDU from the iSNS |
659 |
Function | SendPDU | int | comm.c | Sends a PDU. This function will actually call send() or sento(). |
660 |
Function | ISNSSendCmd | int | comm.c | This will send a PDU and wait for a rsp. The rsp will be ignored. |
661 |
Function | ISNSSendCmd2 | int | comm.c | This will send a PDU and wait for a rsp. The rsp will be returned. |
662 |
Function | HeartBeatListener | int | comm.c | This will listen for a heartbeat and using the heartbeat message to |
663 |
Function | L3_HeartBeatListener | int | comm.c | |
664 |
Function | TCPReceiveMain | int DWORD WINAPI | comm.c | Thread used to receive ALL TCP messages |
665 |
Function | TCPGetMsg | int | comm.c | Used to retrieve messages from the TCP message Q. |
666 |
Function | get_message | int | comm.c | |
667 |
Function | get_pdu_header | int | comm.c | |
668 |
Function | get_pdu_payload | int | comm.c | |
669 |
Static | emit_iscsi_ascii_tag | static void | core-iscsi.c | |
670 |
Function | initiator_status | int | core-iscsi.c | |
671 |
Function | get_network_portals | int | core-iscsi.c | |
672 |
Static | devattrqry_iscsi_nodes | static void | core-iscsi.c | |
673 |
Function | register_initiator | int | core-iscsi.c | |
674 |
Static | filter | static int | core-iscsi.c | |
675 |
Function | deregister_initiator | extern int | core-iscsi.c | |
676 |
Static | deregister_entity | static int | core-iscsi.c | |
677 |
Function | get_message | int | core-iscsi.c | |
678 |
Static | get_pdu_header | static int | core-iscsi.c | |
679 |
Static | get_pdu_payload | static int | core-iscsi.c | |
680 |
Static | get_initiator_name | static int | core-iscsi.c | |
681 |
Static | get_entity_id | static int | core-iscsi.c | |
682 |
Static | send_and_recv | static int | core-iscsi.c | |
683 |
Static | dump_tlv | static void | core-iscsi.c | |
684 |
Static | emit_hdr | static void | core-iscsi.c | |
685 |
Static | emit_delimiter | static void | core-iscsi.c | |
686 |
Static | emit_entity_protocol | static void | core-iscsi.c | |
687 |
Static | emit_iscsi_node_type | static void | core-iscsi.c | |
688 |
Static | emit_pg_iscsi_name | static void | core-iscsi.c | |
689 |
Static | emit_pg_tag | static void | core-iscsi.c | |
690 |
Static | emit_addr | static void | core-iscsi.c | |
691 |
Static | emit_port | static void | core-iscsi.c | |
692 |
Function | emit_null_addr | void | core-iscsi.c | |
693 |
Static | emit_null_port | static void | core-iscsi.c | |
694 |
Function | check_initiator_registration_status | int | core-iscsi.c | |
695 |
Function | getopt | int | getarg.c | |
696 |
Function | GetISCSI | int | iscsi.c | This will query for iSCSI Node(s) attributes. |
697 |
Function | ParseISCSIQuery | void | iscsi.c | This will parse the response msg from an iSCSI |
698 |
Static | GetXid | static int | isns.c | |
699 |
Function | ISNSCreateHdr | void | isns.c | Zeros out the message and puts a hdr in |
700 |
Function | ISNSInsertQryHdr | void | isns.c | Same as ISNSCreateHdr() but also zeros out the src field |
701 |
Function | ISNSAppendAttr | void | isns.c | Appends an attribute to a msg. Does the necessary, byte |
702 |
Function | get_initiatornode_name | int | isns.c | |
703 |
Function | GetSrc | int | isns.c | Appends the SRC field |
704 |
Function | DisableESI | void | isns.c | Disable an ESI |
705 |
Function | EnableESI | void | isns.c | Enable an ESI |
706 |
Function | ParseESI | void | isns.c | Parses an ESI |
707 |
Function | Send_ESI_Response | int | isns.c | Sends an ESI response |
708 |
Function | Process_SCN | void | isns.c | Process a SCN and sends a response |
709 |
Function | InitESITable | void | isns.c | Initializes the ESI Table. This table contains the ESI thread |
710 |
Function | AddESIPortal | void | isns.c | Adds an ESI Entry to the table |
711 |
Function | KillESIThreads | void | isns.c | Kills all ESI Threads |
712 |
Function | ReplaceSet | void | menu.c | |
713 |
Function | HexDumpToggle | void | menu.c | |
714 |
Function | ParserToggle | void | menu.c | |
715 |
Function | DisplayMenu | void | menu.c | Displays the menu |
716 |
Function | ExitOnTimeout | void | menu.c | |
717 |
Function | IgnoreTimeout | void | menu.c | |
718 |
Function | Interact | int | menu.c | Prompt the user for a menu selection and calls the menu function. |
719 |
Function | ipaddrchar | void | parse.c | |
720 |
Function | FuncIDText | char * | parse.c | |
721 |
Function | isnsTagText | char * | parse.c | |
722 |
Function | errorText | char * | parse.c | |
723 |
Function | ParsePDU | void | parse.c | Parses a PDU |
724 |
Function | DumpHex | void | util.c | |
725 |
Function | WaitForKey | void | util.c | Pauses until a key is pressed. |
726 |
Function | HexToAscii | char * | util.c | Converts hex to ascii |
727 |
Function | GetHexTime | void | util.c | Converts the time to hex-ascii |
728 |
Function | GetHexInput | int | util.c | Prompts for input. The input should be in ascii-hex. Stores it in |
729 |
Function | GetInput | int | util.c | Prompts for an ascii-input |
730 |
Function | GetYesNo | int | util.c | Prompts for yes/no. Returns TRUE if yes. |
731 |
Function | GetCommand | int | util.c | Prints the commnd and returns input. |
732 |
Function | usage | void | gethostip.c | |
733 |
Function | main | int | gethostip.c | |
734 |
Function | __attribute__ | void | syslinux-nomtools.c | |
735 |
Function | __attribute__ | void | syslinux-nomtools.c | |
736 |
Function | xpread | ssize_t | syslinux-nomtools.c | |
737 |
Function | xpwrite | ssize_t | syslinux-nomtools.c | |
738 |
Function | main | int | syslinux-nomtools.c | |
739 |
Function | usage | void | syslinux.c | |
740 |
Function | xpread | ssize_t | syslinux.c | |
741 |
Function | xpwrite | ssize_t | syslinux.c | |
742 |
Function | main | int | syslinux.c | |
743 |
Inline | get_16 | static inline uint16_t | syslxmod.c | |
744 |
Inline | get_32 | static inline uint32_t | syslxmod.c | |
745 |
Inline | set_16 | static inline void | syslxmod.c | |
746 |
Inline | set_32 | static inline void | syslxmod.c | |
747 |
Function | syslinux_make_stupid | void | syslxmod.c | |
748 |
Function | syslinux_make_bootsect | void | syslxmod.c | |
749 |
Function | syslinux_check_bootsect | int | syslxmod.c | |
750 |
Function | abort | void | abort.c | |
751 |
Function | atexit | int | atexit.c | |
752 |
Function | NAME | TYPE | atox.c | |
753 |
Function | calloc | void * | calloc.c | |
754 |
Function | creat | int | creat.c | |
755 |
Function | exit | __noreturn | exit.c | |
756 |
Function | fgetc | int | fgetc.c | |
757 |
Function | fgets | char * | fgets.c | |
758 |
Function | fopen | FILE * | fopen.c | |
759 |
Function | fopendev | FILE * | fopendev.c | |
760 |
Function | fprintf | int | fprintf.c | |
761 |
Function | fputc | int | fputc.c | |
762 |
Function | fputs | int | fputs.c | |
763 |
Function | _fread | size_t | fread.c | |
764 |
Function | fread | size_t | fread2.c | |
765 |
Static | __free_block | static struct free_arena_header * | free.c | |
766 |
Function | free | void | free.c | |
767 |
Function | _fwrite | size_t | fwrite.c | |
768 |
Function | fwrite | size_t | fwrite2.c | |
769 |
Function | getopt | int | getopt.c | |
770 |
Function | jrand48 | long | lrand48.c | |
771 |
Function | mrand48 | long | lrand48.c | |
772 |
Function | nrand48 | long | lrand48.c | |
773 |
Function | lrand48 | long | lrand48.c | |
774 |
Inline | sp | static inline size_t | malloc.c | |
775 |
Static | init_memory_arena | static void __constructor | malloc.c | |
776 |
Static | __malloc_from_block | static void * | malloc.c | |
777 |
Function | malloc | void * | malloc.c | |
778 |
Function | memccpy | void * | memccpy.c | |
779 |
Function | memchr | void * | memchr.c | |
780 |
Function | memcmp | int | memcmp.c | |
781 |
Function | memcpy | void * | memcpy.c | |
782 |
Function | memmem | void * | memmem.c | |
783 |
Function | memmove | void * | memmove.c | |
784 |
Function | memset | void * | memset.c | |
785 |
Function | memswap | void | memswap.c | |
786 |
Static | on_exit_exit | static __noreturn | onexit.c | |
787 |
Function | on_exit | int | onexit.c | |
788 |
Function | perror | void | perror.c | |
789 |
Function | printf | int | printf.c | |
790 |
Function | puts | int | puts.c | |
791 |
Inline | newgap | static inline size_t | qsort.c | |
792 |
Function | qsort | void | qsort.c | |
793 |
Function | realloc | void * | realloc.c | |
794 |
Function | seed48 | unsigned short * | seed48.c | |
795 |
Function | snprintf | int | snprintf.c | |
796 |
Function | sprintf | int | sprintf.c | |
797 |
Function | srand48 | void | srand48.c | |
798 |
Function | sscanf | int | sscanf.c | |
799 |
Function | strcasecmp | int | strcasecmp.c | |
800 |
Function | strcat | char * | strcat.c | |
801 |
Function | strchr | char * | strchr.c | |
802 |
Function | strcmp | int | strcmp.c | |
803 |
Function | strcpy | char * | strcpy.c | |
804 |
Function | strdup | char * | strdup.c | |
805 |
Function | strerror | char * | strerror.c | |
806 |
Function | strlen | size_t | strlen.c | |
807 |
Function | strncasecmp | int | strncasecmp.c | |
808 |
Function | strncat | char * | strncat.c | |
809 |
Function | strncmp | int | strncmp.c | |
810 |
Function | strncpy | char * | strncpy.c | |
811 |
Function | strndup | char * | strndup.c | |
812 |
Function | strntoimax | intmax_t | strntoimax.c | |
813 |
Inline | digitval | static inline int | strntoumax.c | |
814 |
Function | strntoumax | uintmax_t | strntoumax.c | |
815 |
Function | strrchr | char * | strrchr.c | |
816 |
Function | strsep | char * | strsep.c | |
817 |
Inline | set_bit | static inline void | strspn.c | |
818 |
Inline | test_bit | static inline int | strspn.c | |
819 |
Static | strxspn | static size_t | strspn.c | |
820 |
Function | strspn | size_t | strspn.c | |
821 |
Function | strcspn | size_t | strspn.c | |
822 |
Function | strpbrk | char * | strspn.c | |
823 |
Function | strstr | char * | strstr.c | |
824 |
Function | strtok | char * | strtok.c | |
825 |
Function | NAME | TYPE | strtox.c | |
826 |
Function | vfprintf | int | vfprintf.c | |
827 |
Function | vprintf | int | vprintf.c | |
828 |
Static | format_int | static size_t | vsnprintf.c | |
829 |
Function | vsnprintf | int | vsnprintf.c | |
830 |
Function | vsprintf | int | vsprintf.c | |
831 |
Inline | skipspace | static inline const char * | vsscanf.c | |
832 |
Inline | set_bit | static inline void | vsscanf.c | |
833 |
Inline | test_bit | static inline int | vsscanf.c | |
834 |
Function | vsscanf | int | vsscanf.c | |
835 |
Function | __divdi3 | int64_t | __divdi3.c | |
836 |
Function | __moddi3 | int64_t | __moddi3.c | |
837 |
Function | __udivdi3 | uint64_t | __udivdi3.c | |
838 |
Function | __udivmoddi4 | uint64_t | __udivmoddi4.c | |
839 |
Function | __umoddi3 | uint64_t | __umoddi3.c | |
840 |
Static | ansicon_init | static void __constructor | ansicon_write.c | |
841 |
Static | ansicon_erase | static void | ansicon_write.c | |
842 |
Static | ansicon_putchar | static void | ansicon_write.c | |
843 |
Function | __ansicon_write | ssize_t | ansicon_write.c | |
844 |
Static | __ansiserial_write | static ssize_t | ansiserial_write.c | |
845 |
Function | close | int | close.c | |
846 |
Static | __err_read | static ssize_t | err_read.c | |
847 |
Static | __err_write | static ssize_t | err_write.c | |
848 |
Function | __file_close | int | fileclose.c | |
849 |
Function | __file_read | ssize_t | fileread.c | |
850 |
Function | isatty | int | isatty.c | |
851 |
Function | __line_input | ssize_t | line_input.c | |
852 |
Static | __null_read | static ssize_t | null_read.c | |
853 |
Static | __null_write | static ssize_t | null_write.c | |
854 |
Function | open | int | open.c | |
855 |
Function | openconsole | int | openconsole.c | |
856 |
Function | opendev | int | opendev.c | |
857 |
Function | __rawcon_read | ssize_t | rawcon_read.c | |
858 |
Static | __rawcon_write | static ssize_t | rawcon_write.c | |
859 |
Function | read | ssize_t | read.c | |
860 |
Function | __serial_write | ssize_t | serial_write.c | |
861 |
Static | __stdcon_read | static ssize_t | stdcon_read.c | |
862 |
Static | __stdcon_write | static ssize_t | stdcon_write.c | |
863 |
Function | write | ssize_t | write.c | |
864 |
Static | __attribute__ | static void | ansiline.c | |
865 |
Function | console_ansi_std | void | ansiline.c | |
866 |
Static | __attribute__ | static void | ansiline.c | |
867 |
Static | __attribute__ | static void | ansiline.c | |
868 |
Function | console_ansi_std | void | ansiline.c | |
869 |
Static | __attribute__ | static void | ansiraw.c | |
870 |
Function | console_ansi_raw | void | ansiraw.c | |
871 |
Static | __attribute__ | static void | ansiraw.c | |
872 |
Static | __attribute__ | static void | ansiraw.c | |
873 |
Function | console_ansi_raw | void | ansiraw.c | |
874 |
Function | get_key | int | get_key.c | |
875 |
Inline | error | static inline void | chain.c | |
876 |
Function | int13_retry | int | chain.c | |
877 |
Function | get_disk_params | int | chain.c | |
878 |
Function | read_sector | int | chain.c | |
879 |
Function | find_logical_partition | struct part_entry * | chain.c | |
880 |
Function | main | int | chain.c | |
881 |
Function | main | int | fancyhello.c | |
882 |
Function | main | int | hello.c | |
883 |
Static | cooked_keys | static void | keytest.c | |
884 |
Static | raw_keys | static void | keytest.c | |
885 |
Function | main | int | keytest.c | |
886 |
Function | putchar | int | conio.c | |
887 |
Function | puts | int | conio.c | |
888 |
Inline | isdigit | static inline int | conio.c | |
889 |
Static | skip_atoi | static int | conio.c | |
890 |
Function | atou | unsigned int | conio.c | |
891 |
Static | strnlen | static int | conio.c | |
892 |
Static | number | static char * | conio.c | |
893 |
Function | vsprintf | int | conio.c | |
894 |
Function | sprintf | int | conio.c | |
895 |
Function | printf | int | conio.c | |
896 |
Function | e820map_init | void | e820func.c | |
897 |
Static | insertrange_at | static void | e820func.c | |
898 |
Function | insertrange | void | e820func.c | |
899 |
Function | __attribute__ | void | e820test.c | |
900 |
Function | printranges | void | e820test.c | |
901 |
Function | main | int | e820test.c | |
902 |
Function | huft_build | STATIC int | inflate.c | |
903 |
Function | huft_free | STATIC int | inflate.c | |
904 |
Function | inflate_codes | STATIC int | inflate.c | |
905 |
Function | inflate_stored | STATIC int | inflate.c | |
906 |
Function | inflate_fixed | STATIC int | inflate.c | |
907 |
Function | inflate_dynamic | STATIC int | inflate.c | |
908 |
Function | inflate_block | STATIC int | inflate.c | |
909 |
Function | inflate | STATIC int | inflate.c | |
910 |
Static | makecrc | static void | inflate.c | |
911 |
Function | gunzip | int | inflate.c | |
912 |
Inline | get_e820 | static inline int | msetup.c | |
913 |
Inline | get_dos_mem | static inline void | msetup.c | |
914 |
Inline | get_e801 | static inline int | msetup.c | |
915 |
Inline | get_88 | static inline int | msetup.c | |
916 |
Function | get_mem | void | msetup.c | |
917 |
Function | parse_mem | void | msetup.c | |
918 |
Inline | wrz_8 | static inline void | setup.c | |
919 |
Inline | wrz_16 | static inline void | setup.c | |
920 |
Inline | wrz_32 | static inline void | setup.c | |
921 |
Inline | rdz_8 | static inline uint8_t | setup.c | |
922 |
Inline | rdz_16 | static inline uint16_t | setup.c | |
923 |
Inline | rdz_32 | static inline uint32_t | setup.c | |
924 |
Function | getcmditem | const char * | setup.c | |
925 |
Function | unzip_if_needed | void | setup.c | |
926 |
Function | get_disk_image_geometry | const struct geometry * | setup.c | |
927 |
Function | __attribute__ | void | setup.c | |
928 |
Function | setup | uint32_t | setup.c | |
929 |
Inline | get_byte | static inline uch | unzip.c | |
930 |
Inline | unget_byte | static inline void | unzip.c | |
931 |
Static | malloc | static void * | unzip.c | |
932 |
Static | free | static void | unzip.c | |
933 |
Static | gzip_mark | static void | unzip.c | |
934 |
Static | gzip_release | static void | unzip.c | |
935 |
Static | fill_inbuf | static int | unzip.c | |
936 |
Static | flush_window | static void | unzip.c | |
937 |
Static | error | static void | unzip.c | |
938 |
Function | check_zip | int | unzip.c | |
939 |
Function | unzip | void * | unzip.c | |
940 |
Function | bios_int10 | void | biosio.c | |
941 |
Inline | asm_cprint | static inline void | biosio.c | |
942 |
Function | cprint | void | biosio.c | |
943 |
Inline | asm_setdisppage | static inline void | biosio.c | |
944 |
Function | setdisppage | void | biosio.c | |
945 |
Inline | asm_getdisppage | static inline char | biosio.c | |
946 |
Function | getdisppage | char | biosio.c | |
947 |
Inline | asm_getpos | static inline void | biosio.c | |
948 |
Function | getpos | void | biosio.c | |
949 |
Inline | asm_gotoxy | static inline void | biosio.c | |
950 |
Function | gotoxy | void | biosio.c | |
951 |
Inline | asm_sleep | static inline unsigned char | biosio.c | |
952 |
Function | sleep | unsigned char | biosio.c | |
953 |
Function | asm_beep | void | biosio.c | |
954 |
Function | beep | void | biosio.c | |
955 |
Inline | asm_putchar | static inline void | biosio.c | |
956 |
Function | putch | void | biosio.c | |
957 |
Function | scrollup | void | biosio.c | |
958 |
Function | csprint | void | biosio.c | |
959 |
Function | clearwindow | void | biosio.c | |
960 |
Function | cls | void | biosio.c | |
961 |
Function | asm_inputc | char | biosio.c | |
962 |
Function | inputc | char | biosio.c | |
963 |
Inline | asm_cursorshape | static inline void | biosio.c | |
964 |
Function | cursoroff | void | biosio.c | |
965 |
Function | cursoron | void | biosio.c | |
966 |
Inline | asm_getchar | static inline char | biosio.c | |
967 |
Function | getstring | void | biosio.c | |
968 |
Inline | asm_setvideomode | static inline void | biosio.c | |
969 |
Function | setvideomode | void | biosio.c | |
970 |
Inline | asm_checkkbdbuf | static inline unsigned char | biosio.c | |
971 |
Function | checkkbdbuf | unsigned char | biosio.c | |
972 |
Function | clearkbdbuf | void | biosio.c | |
973 |
Function | ontimeout | TIMEOUTCODE | complex.c | |
974 |
Function | msys_handler | void | complex.c | |
975 |
Function | network_handler | void | complex.c | |
976 |
Function | checkbox_handler | void | complex.c | |
977 |
Function | checkkeypress | int | complex.c | |
978 |
Function | menumain | int | complex.c | |
979 |
Inline | currsp | static inline unsigned int | heap.c | |
980 |
Inline | _checkheap | static inline void | heap.c | |
981 |
Function | malloc | void * | heap.c | |
982 |
Function | checkalloc | int | heap.c | |
983 |
Function | free | void | heap.c | |
984 |
Function | _cstart | int | main.c | |
985 |
Function | getch | char | menu.c | |
986 |
Function | printmenuitem | void | menu.c | |
987 |
Function | drawbox | void | menu.c | |
988 |
Function | next_visible | int | menu.c | |
989 |
Function | prev_visible | int | menu.c | |
990 |
Function | find_shortcut | int | menu.c | |
991 |
Function | printmenu | void | menu.c | |
992 |
Function | printradiomenu | void | menu.c | |
993 |
Function | cleanupmenu | void | menu.c | |
994 |
Function | getradiooption | pt_menuitem | menu.c | |
995 |
Function | getmenuoption | pt_menuitem | menu.c | |
996 |
Function | runmenusystem | pt_menuitem | menu.c | |
997 |
Function | showmenus | pt_menuitem | menu.c | |
998 |
Function | init_menusystem | void | menu.c | |
999 |
Function | set_normal_attr | void | menu.c | |
1000 |
Function | set_normal_hlite | void | menu.c | |
1001 |
Function | set_status_info | void | menu.c | |
1002 |
Function | set_title_info | void | menu.c | |
1003 |
Function | set_misc_info | void | menu.c | |
1004 |
Function | set_window_size | void | menu.c | |
1005 |
Function | reg_handler | void | menu.c | |
1006 |
Function | unreg_handler | void | menu.c | |
1007 |
Function | reg_ontimeout | void | menu.c | |
1008 |
Function | unreg_ontimeout | void | menu.c | |
1009 |
Function | calc_visible | void | menu.c | |
1010 |
Function | add_menu | char | menu.c | |
1011 |
Function | set_menu_pos | void | menu.c | |
1012 |
Function | add_sep | pt_menuitem | menu.c | |
1013 |
Function | add_item | pt_menuitem | menu.c | |
1014 |
Function | set_shortcut | void | menu.c | |
1015 |
Function | menumain | int | simple.c | |
1016 |
Function | memset | void * | string.c | |
1017 |
Function | strcpy | char * | string.c | |
1018 |
Function | strcat | char * | string.c | |
1019 |
Function | strcmp | int | string.c | |
1020 |
Function | strlen | int | string.c | |
1021 |
Inline | asm_issyslinux | static inline int | syslinux.c | |
1022 |
Function | issyslinux | int | syslinux.c | |
1023 |
Inline | asm_runcommand | static inline void | syslinux.c | |
1024 |
Function | runcommand | void | syslinux.c | |
1025 |
Inline | asm_gototxtmode | static inline void | syslinux.c | |
1026 |
Function | gototxtmode | void | syslinux.c | |
1027 |
Inline | isdigit | static inline int | atou.c | |
1028 |
Function | atou | unsigned int | atou.c | |
1029 |
Inline | memset | static inline void | c32echo.c | |
1030 |
Function | __start | int | c32echo.c | |
1031 |
Function | putchar | int | conio.c | |
1032 |
Function | puts | int | conio.c | |
1033 |
Function | __start | int | fd.c | |
1034 |
Inline | memset | static inline void | filetest.c | |
1035 |
Static | strcpy | static void | filetest.c | |
1036 |
Static | printregs | static void | filetest.c | |
1037 |
Function | __start | int | filetest.c | |
1038 |
Inline | memset | static inline void | hello.c | |
1039 |
Function | __start | int | hello.c | |
1040 |
Inline | memset | static inline void | hello2.c | |
1041 |
Static | strcpy | static void | hello2.c | |
1042 |
Static | writemsg | static void | hello2.c | |
1043 |
Function | __start | int | hello2.c | |
1044 |
Function | query_memdisk | struct memdiskinfo * | mdiskchk.c | |
1045 |
Function | main | int | mdiskchk.c | |
1046 |
Inline | isdigit | static inline int | printf.c | |
1047 |
Static | strnlen | static int | printf.c | |
1048 |
Static | number | static char * | printf.c | |
1049 |
Function | vsprintf | int | printf.c | |
1050 |
Function | sprintf | int | printf.c | |
1051 |
Function | printf | int | printf.c | |
1052 |
Inline | isdigit | static inline int | skipatou.c | |
1053 |
Function | skip_atou | unsigned int | skipatou.c | |
1054 |
Function | main | int | hello.c | |
1055 |
Function | checkver | int | syslinux-mingw.c | |
1056 |
Function | error | void | syslinux-mingw.c | |
1057 |
Function | usage | void | syslinux-mingw.c | |
1058 |
Function | main | int | syslinux-mingw.c | |
1059 |
Function | main | int | dummy.c | |
1060 |
Function | ontimeout | TIMEOUTCODE | complex.c | |
1061 |
Function | keys_handler | void | complex.c | |
1062 |
Function | login_handler | t_handler_return | complex.c | |
1063 |
Function | msys_handler | void | complex.c | |
1064 |
Function | network_handler | t_handler_return | complex.c | |
1065 |
Function | checkbox_handler | t_handler_return | complex.c | |
1066 |
Function | main | int | complex.c | |
1067 |
Function | main | int | display.c | |
1068 |
Function | main | int | simple.c | |
1069 |
Function | strip | char * | test.c | |
1070 |
Function | execdotcmd | t_dotcmd | test.c | |
1071 |
Function | timeout | TIMEOUTCODE | test.c | |
1072 |
Function | ontimeout | TIMEOUTCODE | test.c | |
1073 |
Function | ontotaltimeout | TIMEOUTCODE | test.c | |
1074 |
Function | keys_handler | void | test.c | |
1075 |
Function | login_handler | t_handler_return | test.c | |
1076 |
Function | check_perms | t_handler_return | test.c | |
1077 |
Function | gencommand | void | test.c | |
1078 |
Function | runcommand | void | test.c | |
1079 |
Function | set_xtra | void | test.c | |
1080 |
Function | main | int | test.c | |
1081 |
Function | strip | char * | test2.c | |
1082 |
Function | execdotcmd | t_dotcmd | test2.c | |
1083 |
Function | timeout | TIMEOUTCODE | test2.c | |
1084 |
Function | ontimeout | TIMEOUTCODE | test2.c | |
1085 |
Function | ontotaltimeout | TIMEOUTCODE | test2.c | |
1086 |
Function | keys_handler | void | test2.c | |
1087 |
Function | login_handler | t_handler_return | test2.c | |
1088 |
Function | check_perms | t_handler_return | test2.c | |
1089 |
Function | gencommand | void | test2.c | |
1090 |
Function | runcommand | void | test2.c | |
1091 |
Function | set_xtra | void | test2.c | |
1092 |
Function | main | int | test2.c | |
1093 |
Function | getpos | void | com32io.c | |
1094 |
Function | sleep | unsigned char | com32io.c | |
1095 |
Function | inputc | char | com32io.c | |
1096 |
Function | getcursorshape | void | com32io.c | |
1097 |
Function | setcursorshape | void | com32io.c | |
1098 |
Function | setvideomode | void | com32io.c | |
1099 |
Function | getcharat | unsigned char | com32io.c | |
1100 |
Static | ascii_to_bin | static int | des.c | |
1101 |
Static | des_init | static void | des.c | |
1102 |
Static | setup_ip_maskl | static void | des.c | |
1103 |
Static | setup_ip_maskr | static void | des.c | |
1104 |
Static | setup_fp_maskl | static void | des.c | |
1105 |
Static | setup_fp_maskr | static void | des.c | |
1106 |
Static | setup_key_perm_maskl | static void | des.c | |
1107 |
Static | setup_key_perm_maskr | static void | des.c | |
1108 |
Static | setup_comp_maskl | static void | des.c | |
1109 |
Static | setup_comp_maskr | static void | des.c | |
1110 |
Static | setup_psbox | static void | des.c | |
1111 |
Static | setup_salt | static void | des.c | |
1112 |
Static | char_to_int | static my_u_int32_t | des.c | |
1113 |
Static | des_setkey | static int | des.c | |
1114 |
Static | do_des | static int | des.c | |
1115 |
Static | des_cipher | static int | des.c | |
1116 |
Function | setkey | void | des.c | |
1117 |
Function | encrypt | void | des.c | |
1118 |
Function | crypt | char * | des.c | |
1119 |
Static | findline | static char * | help.c | |
1120 |
Static | countlines | static int | help.c | |
1121 |
Static | printtext | static void | help.c | |
1122 |
Function | showhelp | void | help.c | |
1123 |
Function | runhelp | void | help.c | |
1124 |
Function | runhelpsystem | void | help.c | |
1125 |
Function | init_help | void | help.c | |
1126 |
Function | close_help | void | help.c | |
1127 |
Static | getch | static int | menu.c | |
1128 |
Function | find_shortcut | int | menu.c | |
1129 |
Static | reset_ui | static void | menu.c | |
1130 |
Function | printmenuitem | void | menu.c | |
1131 |
Static | print_line | static void | menu.c | print_line - Print a whole line in a menu |
1132 |
Static | printmenu | static void | menu.c | |
1133 |
Function | cleanupmenu | void | menu.c | |
1134 |
Static | getmenuoption | static pt_menuitem | menu.c | |
1135 |
Function | runmenusystem | pt_menuitem | menu.c | |
1136 |
Function | find_menu_num | uchar | menu.c | |
1137 |
Function | fix_submenus | void | menu.c | |
1138 |
Function | showmenus | pt_menuitem | menu.c | |
1139 |
Function | init_menusystem | pt_menusystem | menu.c | |
1140 |
Function | set_normal_attr | void | menu.c | |
1141 |
Function | set_normal_hlite | void | menu.c | |
1142 |
Function | set_status_info | void | menu.c | |
1143 |
Function | set_title_info | void | menu.c | |
1144 |
Function | set_misc_info | void | menu.c | |
1145 |
Function | set_menu_options | void | menu.c | |
1146 |
Function | set_window_size | void | menu.c | |
1147 |
Function | reg_handler | void | menu.c | |
1148 |
Function | unreg_handler | void | menu.c | |
1149 |
Function | reg_ontimeout | void | menu.c | |
1150 |
Function | unreg_ontimeout | void | menu.c | |
1151 |
Function | reg_ontotaltimeout | void | menu.c | |
1152 |
Function | unreg_ontotaltimeout | void | menu.c | |
1153 |
Function | next_visible | int | menu.c | |
1154 |
Function | prev_visible | int | menu.c | |
1155 |
Function | next_visible_sep | int | menu.c | |
1156 |
Function | prev_visible_sep | int | menu.c | |
1157 |
Function | calc_visible | int | menu.c | |
1158 |
Function | isvisible | int | menu.c | |
1159 |
Function | calc_first_late | int | menu.c | |
1160 |
Function | calc_first_early | int | menu.c | |
1161 |
Function | add_menu | uchar | menu.c | |
1162 |
Function | set_menu_name | void | menu.c | |
1163 |
Function | add_named_menu | uchar | menu.c | |
1164 |
Function | set_menu_pos | void | menu.c | |
1165 |
Function | add_sep | pt_menuitem | menu.c | |
1166 |
Function | add_item | pt_menuitem | menu.c | |
1167 |
Function | set_item_options | void | menu.c | |
1168 |
Function | close_menusystem | void | menu.c | |
1169 |
Function | append_line_helper | void | menu.c | |
1170 |
Function | gen_append_line | void | menu.c | |
1171 |
Function | authenticate_user | char | passwords.c | |
1172 |
Function | isallowed | char | passwords.c | |
1173 |
Function | init_passwords | void | passwords.c | |
1174 |
Function | close_passwords | void | passwords.c | |
1175 |
Function | issyslinux | char | syslnx.c | |
1176 |
Function | runsyslinuxcmd | void | syslnx.c | |
1177 |
Function | gototxtmode | void | syslnx.c | |
1178 |
Function | syslinux_idle | void | syslnx.c | |
1179 |
Function | getversion | unsigned int | syslnx.c | |
1180 |
Function | runsyslinuximage | void | syslnx.c | |
1181 |
Function | getuserinput | void | tui.c | |
1182 |
Function | drawbox | void | tui.c | |
1183 |
Function | drawhorizline | void | tui.c | |
1184 |
Inline | gdbmach_set_pc | static inline void | gdbstub.c | |
1185 |
Inline | gdbmach_set_single_step | static inline void | gdbstub.c | |
1186 |
Inline | gdbmach_breakpoint | static inline void | gdbstub.c | |
1187 |
Static | gdbmach_find_hwbp | static struct hwbp * | gdbstub.c | |
1188 |
Static | gdbmach_commit_hwbp | static void | gdbstub.c | |
1189 |
Function | gdbmach_set_breakpoint | int | gdbstub.c | |
1190 |
Static | gdbmach_disable_hwbps | static void | gdbstub.c | |
1191 |
Static | gdbmach_enable_hwbps | static void | gdbstub.c | |
1192 |
Static | serial_write | static void | gdbstub.c | |
1193 |
Static | gdbstub_from_hex_digit | static uint8_t | gdbstub.c | |
1194 |
Static | gdbstub_to_hex_digit | static uint8_t | gdbstub.c | |
1195 |
Static | gdbstub_from_hex_buf | static void | gdbstub.c | |
1196 |
Static | gdbstub_to_hex_buf | static void | gdbstub.c | |
1197 |
Static | gdbstub_cksum | static uint8_t | gdbstub.c | |
1198 |
Static | gdbstub_tx_packet | static void | gdbstub.c | |
1199 |
Static | gdbstub_send_ok | static void | gdbstub.c | |
1200 |
Static | gdbstub_send_num_packet | static void | gdbstub.c | |
1201 |
Static | gdbstub_get_packet_args | static int | gdbstub.c | |
1202 |
Static | gdbstub_send_errno | static void | gdbstub.c | |
1203 |
Static | gdbstub_report_signal | static void | gdbstub.c | |
1204 |
Static | gdbstub_read_regs | static void | gdbstub.c | |
1205 |
Static | gdbstub_write_regs | static void | gdbstub.c | |
1206 |
Static | gdbstub_read_mem | static void | gdbstub.c | |
1207 |
Static | gdbstub_write_mem | static void | gdbstub.c | |
1208 |
Static | gdbstub_continue | static void | gdbstub.c | |
1209 |
Static | gdbstub_breakpoint | static void | gdbstub.c | |
1210 |
Static | gdbstub_rx_packet | static void | gdbstub.c | |
1211 |
Static | gdbstub_state_new | static void | gdbstub.c | |
1212 |
Static | gdbstub_state_data | static void | gdbstub.c | |
1213 |
Static | gdbstub_state_cksum1 | static void | gdbstub.c | |
1214 |
Static | gdbstub_state_cksum2 | static void | gdbstub.c | |
1215 |
Static | gdbstub_state_wait_ack | static void | gdbstub.c | |
1216 |
Function | gdbstub_handler | void | gdbstub.c | |
1217 |
Inline | error | static inline void | main.c | |
1218 |
Inline | reloc_ptr | static inline uint32_t | main.c | |
1219 |
Static | hijack_interrupt | static void | main.c | |
1220 |
Static | shift_cmdline | static void | main.c | |
1221 |
Static | reloc_entry | static __noreturn | main.c | |
1222 |
Inline | reloc | static inline __noreturn | main.c | |
1223 |
Function | main | int | main.c | |
1224 |
Function | serial_putc | void | serial.c | |
1225 |
Function | serial_getc | int | serial.c | |
1226 |
Function | serial_init | void | serial.c | |
1227 |
Function | __attribute__ | typedef struct | gfxboot.c | |
1228 |
Function | __attribute__ | typedef struct | gfxboot.c | |
1229 |
Function | main | int | gfxboot.c | |
1230 |
Function | show_message | void | gfxboot.c | |
1231 |
Function | skip_spaces | char * | gfxboot.c | |
1232 |
Function | skip_nonspaces | char * | gfxboot.c | |
1233 |
Function | chop_line | void | gfxboot.c | |
1234 |
Function | read_config_file | int | gfxboot.c | |
1235 |
Function | magic_ok | unsigned | gfxboot.c | |
1236 |
Function | find_file | unsigned | gfxboot.c | |
1237 |
Function | gfx_init | int | gfxboot.c | |
1238 |
Function | gfx_menu_init | int | gfxboot.c | |
1239 |
Function | gfx_done | void | gfxboot.c | |
1240 |
Function | gfx_input | int | gfxboot.c | |
1241 |
Function | save_read | ssize_t | gfxboot.c | |
1242 |
Function | load_one | void * | gfxboot.c | |
1243 |
Function | boot | void | gfxboot.c | |
1244 |
Function | boot_entry | void | gfxboot.c | |
1245 |
Static | have_cpuid_p | static int | cpuid.c | |
1246 |
Function | init_cpu_devs | void | cpuid.c | |
1247 |
Function | get_cpu_vendor | void | cpuid.c | |
1248 |
Function | get_model_name | int | cpuid.c | |
1249 |
Function | detect_cache | void | cpuid.c | |
1250 |
Function | generic_identify | void | cpuid.c | |
1251 |
Static | mpf_checksum | static int | cpuid.c | |
1252 |
Static | smp_scan_config | static int | cpuid.c | |
1253 |
Function | find_smp_config | int | cpuid.c | |
1254 |
Function | set_cpu_flags | void | cpuid.c | |
1255 |
Function | set_generic_info | void | cpuid.c | |
1256 |
Function | detect_cpu | void | cpuid.c | |
1257 |
Function | get_type | void | memory.c | |
1258 |
Function | detect_memory_e820 | void | memory.c | INT 15 - newer BIOSes - GET SYSTEM MEMORY MAP |
1259 |
Function | detect_memory_e801 | int | memory.c | detect_memory_e801 |
1260 |
Function | detect_memory_88 | int | memory.c | |
1261 |
Function | sanitize_e820_map | int | memory.c | |
1262 |
Function | detect_memsize | unsigned long | memory.c | syslinux_scan_memory can be used for that purpose |
1263 |
Function | memsize_e820 | unsigned long | memory.c | syslinux_scan_memory can be used for that purpose |
1264 |
Function | ata_id_string | void | ata.c | ata_id_string - Convert IDENTIFY DEVICE page into string |
1265 |
Function | ata_id_c_string | void | ata.c | ata_id_c_string - Convert IDENTIFY DEVICE page into C string |
1266 |
Function | get_bootloader_string | int | bootloaders.c | get_bootloader_string - return a string describing the boot code in a |
1267 |
Function | get_error | void | error.c | get_error - decode a disk error status |
1268 |
Function | lba_to_chs | void | geom.c | lba_to_chs - split given lba into cylinders/heads/sectors |
1269 |
Static | detect_extensions | static int | geom.c | detect_extensions - detect if we can use extensions |
1270 |
Static | get_drive_parameters_with_extensions | static int | geom.c | get_drive_parameters_with_extensions - retrieve disk parameters via AH=48h |
1271 |
Static | get_drive_parameters_without_extensions | static int | geom.c | get_drive_parameters_without_extensions - retrieve drive parameters via AH=08h |
1272 |
Function | get_drive_parameters | int | geom.c | get_drive_parameters - retrieve drive parameters |
1273 |
Function | get_label | void | labels.c | |
1274 |
Function | get_mbr_string | void | mbrs.c | get_mbr_string - return a string describing the boot code |
1275 |
Function | get_mbr_id | uint32_t | mbrs.c | get_mbr_id - return the first four bytes of the MBR |
1276 |
Inline | is_extended_partition | static inline int | msdos.c | |
1277 |
Inline | msdos_magic_present | static inline int | msdos.c | |
1278 |
Static | process_extended_partition | static int | msdos.c | process_extended_partition - execute a callback for each partition contained listed in an ebr |
1279 |
Static | process_mbr | static int | msdos.c | process_mbr - execute a callback for each partition contained in an {m,e}br |
1280 |
Function | parse_partition_table | int | msdos.c | parse_partition_table - execute a callback for each partition entry |
1281 |
Function | read_mbr | int | read.c | read_mbr - return a pointer to a malloced buffer containing the mbr |
1282 |
Function | dev_read | int | read.c | dev_read - read from a drive |
1283 |
Function | read_sectors | int | read.c | read_sectors - read several sectors from disk |
1284 |
Function | swsusp_check | int | swsusp.c | swsusp_check - check if a (swap) partition contains the swsusp signature |
1285 |
Function | int13_retry | int | util.c | int13_retry - int13h with error handling |
1286 |
Function | write_sectors | int | write.c | write_sectors - write several sectors from disk |
1287 |
Function | write_verify_sector | int | write.c | write_verify_sectors - write several sectors from disk |
1288 |
Function | write_verify_sectors | int | write.c | write_verify_sectors - write several sectors from disk |
1289 |
Static | dmi_on_board_devices_type | static const char * | dmi.c | |
1290 |
Static | dmi_on_board_devices | static void | dmi.c | |
1291 |
Static | dmi_system_reset_boot_option | static const char * | dmi.c | |
1292 |
Static | dmi_system_reset_count | static void | dmi.c | |
1293 |
Static | dmi_system_reset_timer | static void | dmi.c | |
1294 |
Static | dmi_hardware_security_status | static const char * | dmi.c | |
1295 |
Static | dmi_oem_strings | static void | dmi.c | |
1296 |
Static | dmi_system_configuration_options | static void | dmi.c | |
1297 |
Static | dmi_system_boot_status | static void | dmi.c | |
1298 |
Function | dmi_bios_runtime_size | void | dmi.c | |
1299 |
Function | dmi_bios_characteristics | void | dmi.c | |
1300 |
Function | dmi_bios_characteristics_x1 | void | dmi.c | |
1301 |
Function | dmi_bios_characteristics_x2 | void | dmi.c | |
1302 |
Function | dmi_system_uuid | void | dmi.c | |
1303 |
Function | dmi_system_wake_up_type | void | dmi.c | |
1304 |
Static | dmi_base_board_features | static void | dmi.c | |
1305 |
Static | dmi_processor_voltage | static void | dmi.c | |
1306 |
Static | dmi_processor_id | static void | dmi.c | |
1307 |
Function | to_dmi_header | void | dmi.c | |
1308 |
Function | dmi_string | const char * | dmi.c | |
1309 |
Function | checksum | int | dmi.c | |
1310 |
Static | smbios_decode | static int | dmi.c | |
1311 |
Static | legacy_decode | static int | dmi.c | |
1312 |
Function | dmi_iterate | int | dmi.c | |
1313 |
Function | dmi_decode | void | dmi.c | |
1314 |
Function | parse_dmitable | void | dmi.c | |
1315 |
Function | dmi_battery_chemistry | const char * | dmi_battery.c | |
1316 |
Function | dmi_battery_capacity | void | dmi_battery.c | |
1317 |
Function | dmi_battery_voltage | void | dmi_battery.c | |
1318 |
Function | dmi_battery_maximum_error | void | dmi_battery.c | |
1319 |
Function | dmi_cache_mode | const char * | dmi_cache.c | |
1320 |
Function | dmi_cache_location | const char * | dmi_cache.c | |
1321 |
Function | dmi_cache_size | uint16_t | dmi_cache.c | |
1322 |
Function | dmi_cache_types | void | dmi_cache.c | |
1323 |
Function | dmi_cache_ec_type | const char * | dmi_cache.c | |
1324 |
Function | dmi_cache_type | const char * | dmi_cache.c | |
1325 |
Function | dmi_cache_associativity | const char * | dmi_cache.c | |
1326 |
Function | dmi_chassis_type | const char * | dmi_chassis.c | |
1327 |
Function | dmi_chassis_lock | const char * | dmi_chassis.c | |
1328 |
Function | dmi_chassis_state | const char * | dmi_chassis.c | |
1329 |
Function | dmi_chassis_security_status | const char * | dmi_chassis.c | |
1330 |
Function | dmi_ipmi_interface_type | const char * | dmi_ipmi.c | |
1331 |
Function | dmi_ipmi_base_address | void | dmi_ipmi.c | |
1332 |
Function | dmi_memory_array_error_handle | void | dmi_memory.c | |
1333 |
Function | dmi_memory_device_width | void | dmi_memory.c | |
1334 |
Function | dmi_memory_device_size | void | dmi_memory.c | |
1335 |
Function | dmi_memory_device_form_factor | const char * | dmi_memory.c | |
1336 |
Function | dmi_memory_device_set | void | dmi_memory.c | |
1337 |
Function | dmi_memory_device_type | const char * | dmi_memory.c | |
1338 |
Function | dmi_memory_device_type_detail | void | dmi_memory.c | |
1339 |
Function | dmi_memory_device_speed | void | dmi_memory.c | |
1340 |
Function | dmi_memory_module_types | void | dmi_memory.c | |
1341 |
Function | dmi_memory_module_connections | void | dmi_memory.c | |
1342 |
Function | dmi_memory_module_speed | void | dmi_memory.c | |
1343 |
Function | dmi_memory_module_size | void | dmi_memory.c | |
1344 |
Function | dmi_memory_module_error | void | dmi_memory.c | |
1345 |
Function | dmi_processor_type | const char * | dmi_processor.c | |
1346 |
Function | dmi_processor_family | const char * | dmi_processor.c | |
1347 |
Function | dmi_processor_status | const char * | dmi_processor.c | |
1348 |
Function | dmi_processor_upgrade | const char * | dmi_processor.c | |
1349 |
Function | dmi_processor_cache | void | dmi_processor.c | |
1350 |
Function | vpd_checksum | int | vpd.c | |
1351 |
Function | vpd_decode | int | vpd.c | |
1352 |
Function | main_show_cpu | void | hdt-cli-cpu.c | |
1353 |
Static | show_flag | static void | hdt-cli-cpu.c | |
1354 |
Static | show_cpu | static void | hdt-cli-cpu.c | |
1355 |
Static | show_partition_information | static void | hdt-cli-disk.c | show_partition_information - print information about a partition |
1356 |
Function | main_show_disk | void | hdt-cli-disk.c | |
1357 |
Function | main_show_disks | void | hdt-cli-disk.c | |
1358 |
Function | disks_summary | void | hdt-cli-disk.c | |
1359 |
Static | show_dmi_modules | static void | hdt-cli-dmi.c | |
1360 |
Static | show_dmi_base_board | static void | hdt-cli-dmi.c | |
1361 |
Static | show_dmi_system | static void | hdt-cli-dmi.c | |
1362 |
Static | show_dmi_bios | static void | hdt-cli-dmi.c | |
1363 |
Static | show_dmi_chassis | static void | hdt-cli-dmi.c | |
1364 |
Static | show_dmi_ipmi | static void | hdt-cli-dmi.c | |
1365 |
Static | show_dmi_battery | static void | hdt-cli-dmi.c | |
1366 |
Static | show_dmi_cpu | static void | hdt-cli-dmi.c | |
1367 |
Function | show_dmi_memory_bank | void | hdt-cli-dmi.c | |
1368 |
Static | show_dmi_cache | static void | hdt-cli-dmi.c | |
1369 |
Function | show_dmi_memory_module | void | hdt-cli-dmi.c | |
1370 |
Function | main_show_dmi | void | hdt-cli-dmi.c | |
1371 |
Function | show_dmi_memory_modules | void | hdt-cli-dmi.c | |
1372 |
Function | show_dmi_oem_strings | void | hdt-cli-dmi.c | |
1373 |
Function | show_dmi_hardware_security | void | hdt-cli-dmi.c | |
1374 |
Static | cli_clear_screen | static void | hdt-cli-hdt.c | cli_clear_screen - clear (erase) the entire screen |
1375 |
Static | main_show_modes | static void | hdt-cli-hdt.c | main_show_modes - show availables modes |
1376 |
Static | cli_set_mode | static void | hdt-cli-hdt.c | cli_set_mode - set the mode of the cli, in the cli |
1377 |
Static | do_exit | static void | hdt-cli-hdt.c | do_exit - shared helper to exit a mode |
1378 |
Static | show_cli_help | static void | hdt-cli-hdt.c | show_cli_help - shared helper to show available commands |
1379 |
Static | goto_menu | static void | hdt-cli-hdt.c | show_cli_help - shared helper to show available commands |
1380 |
Function | main_show_summary | void | hdt-cli-hdt.c | main_show_summary - give an overview of the system |
1381 |
Function | main_show_hdt | void | hdt-cli-hdt.c | |
1382 |
Static | do_reboot | static void | hdt-cli-hdt.c | do_reboot - reboot the system |
1383 |
Function | main_show_kernel | void | hdt-cli-kernel.c | |
1384 |
Static | show_kernel_modules | static void | hdt-cli-kernel.c | |
1385 |
Static | show_memory_e820 | static void | hdt-cli-memory.c | |
1386 |
Static | show_memory_e801 | static void | hdt-cli-memory.c | |
1387 |
Static | show_memory_88 | static void | hdt-cli-memory.c | |
1388 |
Function | main_show_pci | void | hdt-cli-pci.c | |
1389 |
Static | show_pci_device | static void | hdt-cli-pci.c | |
1390 |
Static | show_pci_devices | static void | hdt-cli-pci.c | |
1391 |
Static | show_pci_irq | static void | hdt-cli-pci.c | |
1392 |
Function | cli_detect_pci | void | hdt-cli-pci.c | |
1393 |
Function | main_show_pxe | void | hdt-cli-pxe.c | |
1394 |
Function | main_show_syslinux | void | hdt-cli-syslinux.c | |
1395 |
Function | main_show_vesa | void | hdt-cli-vesa.c | |
1396 |
Static | show_vesa_modes | static void | hdt-cli-vesa.c | |
1397 |
Static | enable_vesa | static void | hdt-cli-vesa.c | |
1398 |
Static | disable_vesa | static void | hdt-cli-vesa.c | |
1399 |
Function | main_show_vpd | void | hdt-cli-vpd.c | |
1400 |
Static | autocomplete_add_token_to_list | static void | hdt-cli.c | |
1401 |
Static | autocomplete_destroy_list | static void | hdt-cli.c | |
1402 |
Function | set_mode | void | hdt-cli.c | set_mode - set the current mode of the cli |
1403 |
Function | mode_s_to_mode_t | cli_mode_t | hdt-cli.c | mode_s_to_mode_t - given a mode string, return the cli_mode_t representation |
1404 |
Function | find_cli_mode_descr | void | hdt-cli.c | find_cli_mode_descr - find the cli_mode_descr struct associated to a mode |
1405 |
Static | expand_aliases | static void | hdt-cli.c | expand_aliases - resolve aliases mapping |
1406 |
Static | parse_command_line | static void | hdt-cli.c | parse_command_line - low level parser for the command line |
1407 |
Function | find_cli_callback_descr | void | hdt-cli.c | find_cli_callback_descr - find a callback in a list of modules |
1408 |
Static | autocomplete_command | static void | hdt-cli.c | autocomplete_command - print matching commands |
1409 |
Static | autocomplete_module | static void | hdt-cli.c | autocomplete_module - print matching modules |
1410 |
Static | autocomplete | static void | hdt-cli.c | autocomplete - find possible matches for a command line |
1411 |
Static | exec_command | static void | hdt-cli.c | exec_command - main logic to map the command line to callbacks |
1412 |
Static | reset_prompt | static void | hdt-cli.c | |
1413 |
Function | start_auto_mode | void | hdt-cli.c | |
1414 |
Function | print_history | void | hdt-cli.c | |
1415 |
Function | start_cli_mode | void | hdt-cli.c | |
1416 |
Function | convert_isolinux_filename | void | hdt-common.c | |
1417 |
Function | detect_parameters | void | hdt-common.c | |
1418 |
Function | detect_syslinux | void | hdt-common.c | |
1419 |
Function | init_hardware | void | hdt-common.c | |
1420 |
Function | detect_dmi | int | hdt-common.c | |
1421 |
Function | detect_vpd | int | hdt-common.c | vpd_detection - populate the VPD structure |
1422 |
Function | detect_vesa | int | hdt-common.c | |
1423 |
Function | detect_disks | void | hdt-common.c | |
1424 |
Function | detect_pxe | int | hdt-common.c | |
1425 |
Function | detect_memory | void | hdt-common.c | |
1426 |
Function | detect_pci | void | hdt-common.c | |
1427 |
Function | cpu_detect | void | hdt-common.c | |
1428 |
Function | find_argument | const char * | hdt-common.c | |
1429 |
Function | clear_screen | void | hdt-common.c | |
1430 |
Function | skip_spaces | char * | hdt-common.c | |
1431 |
Function | remove_spaces | char * | hdt-common.c | |
1432 |
Function | remove_trailing_lf | char * | hdt-common.c | |
1433 |
Function | del_multi_spaces | char * | hdt-common.c | |
1434 |
Function | reset_more_printf | void | hdt-common.c | |
1435 |
Function | draw_background | int | hdt-common.c | |
1436 |
Function | init_console | void | hdt-common.c | |
1437 |
Function | compute_aboutmenu | void | hdt-menu-about.c | |
1438 |
Static | show_partition_information | static void | hdt-menu-disk.c | |
1439 |
Static | compute_partition_information | static void | hdt-menu-disk.c | compute_partition_information - print information about a partition |
1440 |
Static | compute_disk_module | static int | hdt-menu-disk.c | |
1441 |
Function | compute_disks | void | hdt-menu-disk.c | |
1442 |
Function | compute_system | void | hdt-menu-dmi.c | |
1443 |
Function | compute_chassis | void | hdt-menu-dmi.c | |
1444 |
Function | compute_bios | void | hdt-menu-dmi.c | |
1445 |
Function | compute_motherboard | void | hdt-menu-dmi.c | |
1446 |
Function | compute_ipmi | void | hdt-menu-dmi.c | |
1447 |
Function | compute_battery | void | hdt-menu-dmi.c | |
1448 |
Function | compute_kernel | void | hdt-menu-kernel.c | |
1449 |
Static | compute_e820 | static void | hdt-menu-memory.c | |
1450 |
Static | compute_e801 | static void | hdt-menu-memory.c | |
1451 |
Static | compute_88 | static void | hdt-menu-memory.c | |
1452 |
Static | compute_memory_module | static void | hdt-menu-memory.c | |
1453 |
Static | compute_memory_module_type6 | static void | hdt-menu-memory.c | |
1454 |
Function | compute_memory | void | hdt-menu-memory.c | |
1455 |
Static | compute_pci_device | static void | hdt-menu-pci.c | |
1456 |
Function | compute_PCI | int | hdt-menu-pci.c | |
1457 |
Static | show_flag | static void | hdt-menu-processor.c | |
1458 |
Function | compute_processor | void | hdt-menu-processor.c | |
1459 |
Function | compute_PXE | void | hdt-menu-pxe.c | |
1460 |
Function | compute_summarymenu | void | hdt-menu-summary.c | |
1461 |
Function | compute_syslinuxmenu | void | hdt-menu-syslinux.c | |
1462 |
Static | compute_vesa_card | static void | hdt-menu-vesa.c | |
1463 |
Function | compute_vesa_modes | void | hdt-menu-vesa.c | |
1464 |
Function | compute_VESA | int | hdt-menu-vesa.c | |
1465 |
Function | compute_vpd | void | hdt-menu-vpd.c | compute_vpd - generate vpd menu |
1466 |
Function | start_menu_mode | int | hdt-menu.c | |
1467 |
Function | ontimeout | TIMEOUTCODE | hdt-menu.c | |
1468 |
Function | keys_handler | void | hdt-menu.c | |
1469 |
Function | setup_menu | void | hdt-menu.c | |
1470 |
Function | compute_submenus | void | hdt-menu.c | |
1471 |
Function | compute_main_menu | void | hdt-menu.c | |
1472 |
Function | detect_hardware | void | hdt-menu.c | |
1473 |
Function | sectors_to_size | void | hdt-util.c | |
1474 |
Function | sectors_to_size_dec | void | hdt-util.c | |
1475 |
Function | sectors_to_size_dec2 | void | hdt-util.c | |
1476 |
Function | main | int | hdt.c | |
1477 |
Function | abort | void | abort.c | |
1478 |
Function | asprintf | int | asprintf.c | |
1479 |
Function | atexit | int | atexit.c | |
1480 |
Function | NAME | TYPE | atox.c | |
1481 |
Function | calloc | void * | calloc.c | |
1482 |
Function | chdir | int | chdir.c | |
1483 |
Function | closedir | int | closedir.c | |
1484 |
Function | creat | int | creat.c | |
1485 |
Function | dprintf | void | dprintf.c | |
1486 |
Function | exit | __noreturn | exit.c | |
1487 |
Function | fclose | int | fclose.c | |
1488 |
Function | fdopendir | DIR * | fdopendir.c | |
1489 |
Function | fgetc | int | fgetc.c | |
1490 |
Function | fgets | char * | fgets.c | |
1491 |
Function | fopen | FILE * | fopen.c | |
1492 |
Function | fopendev | FILE * | fopendev.c | |
1493 |
Function | fprintf | int | fprintf.c | |
1494 |
Function | fputc | int | fputc.c | |
1495 |
Function | fputs | int | fputs.c | |
1496 |
Function | _fread | size_t | fread.c | |
1497 |
Function | fread | size_t | fread2.c | |
1498 |
Static | __free_block | static struct free_arena_header * | free.c | |
1499 |
Function | __inject_free_block | void | free.c | |
1500 |
Function | free | void | free.c | |
1501 |
Function | _fwrite | size_t | fwrite.c | |
1502 |
Function | fwrite | size_t | fwrite2.c | |
1503 |
Function | getcwd | char * | getcwd.c | |
1504 |
Function | getopt | int | getopt.c | |
1505 |
Function | jrand48 | long | lrand48.c | |
1506 |
Function | mrand48 | long | lrand48.c | |
1507 |
Function | nrand48 | long | lrand48.c | |
1508 |
Function | lrand48 | long | lrand48.c | |
1509 |
Inline | sp | static inline size_t | malloc.c | |
1510 |
Static | consider_memory_area | static int | malloc.c | |
1511 |
Static | init_memory_arena | static void __constructor | malloc.c | |
1512 |
Static | __malloc_from_block | static void * | malloc.c | |
1513 |
Function | malloc | void * | malloc.c | |
1514 |
Function | memccpy | void * | memccpy.c | |
1515 |
Function | memchr | void * | memchr.c | |
1516 |
Function | memcmp | int | memcmp.c | |
1517 |
Function | memmem | void * | memmem.c | |
1518 |
Function | memswap | void | memswap.c | |
1519 |
Static | on_exit_exit | static __noreturn | onexit.c | |
1520 |
Function | on_exit | int | onexit.c | |
1521 |
Function | opendir | DIR * | opendir.c | |
1522 |
Function | perror | void | perror.c | |
1523 |
Function | printf | int | printf.c | |
1524 |
Function | putchar | int | putchar.c | |
1525 |
Function | puts | int | puts.c | |
1526 |
Inline | newgap | static inline size_t | qsort.c | |
1527 |
Function | qsort | void | qsort.c | |
1528 |
Function | readdir | struct dirent * | readdir.c | |
1529 |
Function | realloc | void * | realloc.c | |
1530 |
Function | seed48 | unsigned short * | seed48.c | |
1531 |
Function | snprintf | int | snprintf.c | |
1532 |
Function | sprintf | int | sprintf.c | |
1533 |
Function | srand48 | void | srand48.c | |
1534 |
Function | sscanf | int | sscanf.c | |
1535 |
Function | stpcpy | char * | stpcpy.c | |
1536 |
Function | stpncpy | char * | stpncpy.c | |
1537 |
Function | strcasecmp | int | strcasecmp.c | |
1538 |
Function | strcat | char * | strcat.c | |
1539 |
Function | strchr | char * | strchr.c | |
1540 |
Function | strcmp | int | strcmp.c | |
1541 |
Function | strcpy | char * | strcpy.c | |
1542 |
Function | strdup | char * | strdup.c | |
1543 |
Function | strerror | char * | strerror.c | |
1544 |
Function | strlcat | size_t | strlcat.c | |
1545 |
Function | strlcpy | size_t | strlcpy.c | |
1546 |
Function | strlen | size_t | strlen.c | |
1547 |
Function | strncasecmp | int | strncasecmp.c | |
1548 |
Function | strncat | char * | strncat.c | |
1549 |
Function | strncmp | int | strncmp.c | |
1550 |
Function | strncpy | char * | strncpy.c | |
1551 |
Function | strndup | char * | strndup.c | |
1552 |
Function | strnlen | size_t | strnlen.c | |
1553 |
Function | strntoimax | intmax_t | strntoimax.c | |
1554 |
Inline | digitval | static inline int | strntoumax.c | |
1555 |
Function | strntoumax | uintmax_t | strntoumax.c | |
1556 |
Function | strpcpy | char * | strpcpy.c | |
1557 |
Function | strrchr | char * | strrchr.c | |
1558 |
Function | strsep | char * | strsep.c | |
1559 |
Inline | set_bit | static inline void | strspn.c | |
1560 |
Inline | test_bit | static inline int | strspn.c | |
1561 |
Static | strxspn | static size_t | strspn.c | |
1562 |
Function | strspn | size_t | strspn.c | |
1563 |
Function | strcspn | size_t | strspn.c | |
1564 |
Function | strpbrk | char * | strspn.c | |
1565 |
Function | strstr | char * | strstr.c | |
1566 |
Function | strtok | char * | strtok.c | |
1567 |
Function | NAME | TYPE | strtox.c | |
1568 |
Function | vasprintf | int | vasprintf.c | |
1569 |
Function | vdprintf | void | vdprintf.c | |
1570 |
Function | vfprintf | int | vfprintf.c | |
1571 |
Function | vprintf | int | vprintf.c | |
1572 |
Static | format_int | static size_t | vsnprintf.c | |
1573 |
Function | vsnprintf | int | vsnprintf.c | |
1574 |
Function | vsprintf | int | vsprintf.c | |
1575 |
Inline | skipspace | static inline const char * | vsscanf.c | |
1576 |
Inline | set_bit | static inline void | vsscanf.c | |
1577 |
Inline | test_bit | static inline int | vsscanf.c | |
1578 |
Function | vsscanf | int | vsscanf.c | |
1579 |
Function | zalloc | void * | zalloc.c | |
1580 |
Static | clamp | static unsigned char | bgr24.c | Colorspace conversion routine |
1581 |
Static | YCrCB_to_BGR24_1x1 | static void | bgr24.c | YCrCb -> BGR24 (1x1) |
1582 |
Static | YCrCB_to_BGR24_2x1 | static void | bgr24.c | |
1583 |
Static | YCrCB_to_BGR24_1x2 | static void | bgr24.c | |
1584 |
Static | YCrCB_to_BGR24_2x2 | static void | bgr24.c | |
1585 |
Static | initialize_bgr24 | static int | bgr24.c | |
1586 |
Static | clamp | static unsigned char | bgra32.c | Colorspace conversion routine |
1587 |
Static | YCrCB_to_BGRA32_1x1 | static void | bgra32.c | YCrCb -> BGRA32 (1x1) |
1588 |
Static | YCrCB_to_BGRA32_2x1 | static void | bgra32.c | |
1589 |
Static | YCrCB_to_BGRA32_1x2 | static void | bgra32.c | |
1590 |
Static | YCrCB_to_BGRA32_2x2 | static void | bgra32.c | |
1591 |
Static | initialize_bgra32 | static int | bgra32.c | |
1592 |
Static | decode_MCU_1x1_1plane | static void | decode1.c | |
1593 |
Static | decode_MCU_2x1_1plane | static void | decode1.c | |
1594 |
Static | decode_MCU_2x2_1plane | static void | decode1.c | |
1595 |
Static | decode_MCU_1x2_1plane | static void | decode1.c | |
1596 |
Static | decode_MCU_1x1_3planes | static void | decode3.c | |
1597 |
Static | decode_MCU_2x1_3planes | static void | decode3.c | |
1598 |
Static | decode_MCU_2x2_3planes | static void | decode3.c | |
1599 |
Static | decode_MCU_1x2_3planes | static void | decode3.c | |
1600 |
Static | YCrCB_to_Grey_1xN | static void | grey.c | YCrCb -> Grey (1x1, 1x2) |
1601 |
Static | YCrCB_to_Grey_2xN | static void | grey.c | YCrCb -> Grey (2x1, 2x2) |
1602 |
Static | initialize_grey | static int | grey.c | |
1603 |
Inline | descale_and_clamp | static inline unsigned char | jidctflt.c | |
1604 |
Inline | descale_and_clamp | static inline unsigned char | jidctflt.c | |
1605 |
Function | tinyjpeg_idct_float | void | jidctflt.c | |
1606 |
Static | clamp | static unsigned char | rgb24.c | Colorspace conversion routine |
1607 |
Static | YCrCB_to_RGB24_1x1 | static void | rgb24.c | YCrCb -> RGB24 (1x1) |
1608 |
Static | YCrCB_to_RGB24_2x1 | static void | rgb24.c | YCrCb -> RGB24 (2x1) |
1609 |
Static | YCrCB_to_RGB24_1x2 | static void | rgb24.c | YCrCb -> RGB24 (1x2) |
1610 |
Static | YCrCB_to_RGB24_2x2 | static void | rgb24.c | YCrCb -> RGB24 (2x2) |
1611 |
Static | initialize_rgb24 | static int | rgb24.c | |
1612 |
Static | clamp | static unsigned char | rgba32.c | Colorspace conversion routine |
1613 |
Static | YCrCB_to_RGBA32_1x1 | static void | rgba32.c | YCrCb -> RGBA32 (1x1) |
1614 |
Static | YCrCB_to_RGBA32_2x1 | static void | rgba32.c | YCrCb -> RGBA32 (2x1) |
1615 |
Static | YCrCB_to_RGBA32_1x2 | static void | rgba32.c | YCrCb -> RGBA32 (1x2) |
1616 |
Static | YCrCB_to_RGBA32_2x2 | static void | rgba32.c | YCrCb -> RGBA32 (2x2) |
1617 |
Static | initialize_rgba32 | static int | rgba32.c | |
1618 |
Static | get_next_huffman_code | static int | tinyjpeg.c | Get the next (valid) huffman code in the stream. |
1619 |
Function | tinyjpeg_process_Huffman_data_unit | void | tinyjpeg.c | Decode a single block that contains the DCT coefficients. |
1620 |
Static | build_huffman_table | static void | tinyjpeg.c | |
1621 |
Static | build_default_huffman_tables | static void | tinyjpeg.c | |
1622 |
Static | print_SOF | static void | tinyjpeg.c | Colorspace conversion routine |
1623 |
Static | build_quantization_table | static void | tinyjpeg.c | JPEG/JFIF Parsing functions |
1624 |
Static | parse_DQT | static int | tinyjpeg.c | |
1625 |
Static | parse_SOF | static int | tinyjpeg.c | |
1626 |
Static | parse_SOS | static int | tinyjpeg.c | |
1627 |
Static | parse_DHT | static int | tinyjpeg.c | |
1628 |
Static | parse_DRI | static int | tinyjpeg.c | |
1629 |
Static | resync | static void | tinyjpeg.c | |
1630 |
Static | find_next_rst_marker | static int | tinyjpeg.c | |
1631 |
Static | parse_JFIF | static int | tinyjpeg.c | |
1632 |
Function | tinyjpeg_init | struct jdec_private * | tinyjpeg.c | Functions exported of the library. |
1633 |
Function | tinyjpeg_free | void | tinyjpeg.c | Free a tinyjpeg object. |
1634 |
Function | tinyjpeg_parse_header | int | tinyjpeg.c | Initialize the tinyjpeg object and prepare the decoding of the stream. |
1635 |
Function | tinyjpeg_decode | int | tinyjpeg.c | Decode and convert the jpeg image into @pixfmt@ image |
1636 |
Function | tinyjpeg_get_errorstring | const char * | tinyjpeg.c | |
1637 |
Function | tinyjpeg_get_size | void | tinyjpeg.c | |
1638 |
Function | tinyjpeg_get_components | int | tinyjpeg.c | |
1639 |
Function | tinyjpeg_set_components | int | tinyjpeg.c | |
1640 |
Function | tinyjpeg_get_bytes_per_row | int | tinyjpeg.c | |
1641 |
Function | tinyjpeg_set_bytes_per_row | int | tinyjpeg.c | |
1642 |
Function | tinyjpeg_set_flags | int | tinyjpeg.c | |
1643 |
Static | YCrCB_to_YUV420P_1x1 | static void | yuv420p.c | Colorspace conversion routine |
1644 |
Static | YCrCB_to_YUV420P_2x1 | static void | yuv420p.c | YCrCb -> YUV420P (2x1) |
1645 |
Static | YCrCB_to_YUV420P_1x2 | static void | yuv420p.c | YCrCb -> YUV420P (1x2) |
1646 |
Static | YCrCB_to_YUV420P_2x2 | static void | yuv420p.c | YCrCb -> YUV420P (2x2) |
1647 |
Static | initialize_yuv420p | static int | yuv420p.c | |
1648 |
Function | __divdi3 | int64_t | __divdi3.c | |
1649 |
Function | __moddi3 | int64_t | __moddi3.c | |
1650 |
Function | __udivdi3 | uint64_t | __udivdi3.c | |
1651 |
Function | __udivmoddi4 | uint64_t | __udivmoddi4.c | |
1652 |
Function | __umoddi3 | uint64_t | __umoddi3.c | |
1653 |
Function | check_if_png | int | example.c | |
1654 |
Function | read_png | void | example.c | |
1655 |
Function | png_set_sig_bytes | void PNGAPI | png.c | |
1656 |
Function | png_sig_cmp | int PNGAPI | png.c | |
1657 |
Function | png_check_sig | int PNGAPI | png.c | |
1658 |
Function | png_zalloc | voidpf PNGAPI voidpf | png.c | |
1659 |
Function | png_zfree | void PNGAPI void | png.c | |
1660 |
Function | png_reset_crc | void | png.c | |
1661 |
Function | png_calculate_crc | void | png.c | |
1662 |
Function | png_create_info_struct | png_infop PNGAPI | png.c | |
1663 |
Function | png_destroy_info_struct | void PNGAPI | png.c | |
1664 |
Function | png_info_init | void PNGAPI | png.c | |
1665 |
Function | png_info_init_3 | void PNGAPI | png.c | |
1666 |
Function | png_data_freer | void PNGAPI | png.c | |
1667 |
Function | png_free_data | void PNGAPI | png.c | |
1668 |
Function | png_info_destroy | void | png.c | |
1669 |
Function | png_get_io_ptr | png_voidp PNGAPI | png.c | |
1670 |
Function | png_init_io | void PNGAPI | png.c | |
1671 |
Function | png_convert_to_rfc1123 | png_charp PNGAPI | png.c | |
1672 |
Function | png_sig_bytes | png_bytep PNGAPI | png.c | |
1673 |
Function | png_get_copyright | png_charp PNGAPI | png.c | |
1674 |
Function | png_get_libpng_ver | png_charp PNGAPI | png.c | |
1675 |
Function | png_get_header_ver | png_charp PNGAPI | png.c | |
1676 |
Function | png_get_header_version | png_charp PNGAPI | png.c | |
1677 |
Function | png_handle_as_unknown | int PNGAPI | png.c | |
1678 |
Function | png_reset_zstream | int PNGAPI | png.c | |
1679 |
Function | png_access_version_number | png_uint_32 PNGAPI | png.c | |
1680 |
Function | png_init_mmx_flags | void | png.c | |
1681 |
Function | ! | png.c | ||
1682 |
Function | png_convert_size | png_size_t PNGAPI | png.c | |
1683 |
Function | png_error | void PNGAPI | pngerror.c | |
1684 |
Function | png_warning | void PNGAPI | pngerror.c | |
1685 |
Static | png_format_buffer | static void | pngerror.c | |
1686 |
Function | png_chunk_error | void PNGAPI | pngerror.c | |
1687 |
Function | png_chunk_warning | void PNGAPI | pngerror.c | |
1688 |
Static | png_default_error | static void | pngerror.c | |
1689 |
Static | png_default_warning | static void | pngerror.c | |
1690 |
Function | png_set_error_fn | void PNGAPI | pngerror.c | |
1691 |
Function | png_get_error_ptr | png_voidp PNGAPI | pngerror.c | |
1692 |
Function | png_set_strip_error_numbers | void PNGAPI | pngerror.c | |
1693 |
Function | png_squelch_warnings | void | pnggccrd.c | |
1694 |
Function | png_combine_row | void | pnggccrd.c | |
1695 |
Function | png_do_read_interlace | void | pnggccrd.c | |
1696 |
Static | png_read_filter_row_mmx_avg | static void | pnggccrd.c | |
1697 |
Static | png_read_filter_row_mmx_paeth | static void | pnggccrd.c | |
1698 |
Static | png_read_filter_row_mmx_sub | static void | pnggccrd.c | |
1699 |
Static | png_read_filter_row_mmx_up | static void | pnggccrd.c | |
1700 |
Function | png_read_filter_row | void | pnggccrd.c | |
1701 |
Function | png_mmx_support | int PNGAPI | pnggccrd.c | |
1702 |
Function | png_get_valid | png_uint_32 PNGAPI | pngget.c | |
1703 |
Function | png_get_rowbytes | png_uint_32 PNGAPI | pngget.c | |
1704 |
Function | png_get_rows | png_bytepp PNGAPI | pngget.c | |
1705 |
Function | png_get_image_width | png_uint_32 PNGAPI | pngget.c | |
1706 |
Function | png_get_image_height | png_uint_32 PNGAPI | pngget.c | |
1707 |
Function | png_get_bit_depth | png_byte PNGAPI | pngget.c | |
1708 |
Function | png_get_color_type | png_byte PNGAPI | pngget.c | |
1709 |
Function | png_get_filter_type | png_byte PNGAPI | pngget.c | |
1710 |
Function | png_get_interlace_type | png_byte PNGAPI | pngget.c | |
1711 |
Function | png_get_compression_type | png_byte PNGAPI | pngget.c | |
1712 |
Function | png_get_x_pixels_per_meter | png_uint_32 PNGAPI | pngget.c | |
1713 |
Function | png_get_y_pixels_per_meter | png_uint_32 PNGAPI | pngget.c | |
1714 |
Function | png_get_pixels_per_meter | png_uint_32 PNGAPI | pngget.c | |
1715 |
Function | png_get_pixel_aspect_ratio | float PNGAPI | pngget.c | |
1716 |
Function | png_get_x_offset_microns | png_int_32 PNGAPI | pngget.c | |
1717 |
Function | png_get_y_offset_microns | png_int_32 PNGAPI | pngget.c | |
1718 |
Function | png_get_x_offset_pixels | png_int_32 PNGAPI | pngget.c | |
1719 |
Function | png_get_y_offset_pixels | png_int_32 PNGAPI | pngget.c | |
1720 |
Function | png_get_pixels_per_inch | png_uint_32 PNGAPI | pngget.c | |
1721 |
Function | png_get_x_pixels_per_inch | png_uint_32 PNGAPI | pngget.c | |
1722 |
Function | png_get_y_pixels_per_inch | png_uint_32 PNGAPI | pngget.c | |
1723 |
Function | png_get_x_offset_inches | float PNGAPI | pngget.c | |
1724 |
Function | png_get_y_offset_inches | float PNGAPI | pngget.c | |
1725 |
Function | png_get_pHYs_dpi | png_uint_32 PNGAPI | pngget.c | |
1726 |
Function | png_get_channels | png_byte PNGAPI | pngget.c | |
1727 |
Function | png_get_signature | png_bytep PNGAPI | pngget.c | |
1728 |
Function | png_get_bKGD | png_uint_32 PNGAPI | pngget.c | |
1729 |
Function | png_get_cHRM | png_uint_32 PNGAPI | pngget.c | |
1730 |
Function | png_get_cHRM_fixed | png_uint_32 PNGAPI | pngget.c | |
1731 |
Function | png_get_gAMA | png_uint_32 PNGAPI | pngget.c | |
1732 |
Function | png_get_gAMA_fixed | png_uint_32 PNGAPI | pngget.c | |
1733 |
Function | png_get_sRGB | png_uint_32 PNGAPI | pngget.c | |
1734 |
Function | png_get_iCCP | png_uint_32 PNGAPI | pngget.c | |
1735 |
Function | png_get_sPLT | png_uint_32 PNGAPI | pngget.c | |
1736 |
Function | png_get_hIST | png_uint_32 PNGAPI | pngget.c | |
1737 |
Function | png_get_IHDR | png_uint_32 PNGAPI | pngget.c | |
1738 |
Function | png_get_oFFs | png_uint_32 PNGAPI | pngget.c | |
1739 |
Function | png_get_pCAL | png_uint_32 PNGAPI | pngget.c | |
1740 |
Function | png_get_sCAL | png_uint_32 PNGAPI | pngget.c | |
1741 |
Function | png_get_sCAL_s | png_uint_32 PNGAPI | pngget.c | |
1742 |
Function | png_get_pHYs | png_uint_32 PNGAPI | pngget.c | |
1743 |
Function | png_get_PLTE | png_uint_32 PNGAPI | pngget.c | |
1744 |
Function | png_get_sBIT | png_uint_32 PNGAPI | pngget.c | |
1745 |
Function | png_get_text | png_uint_32 PNGAPI | pngget.c | |
1746 |
Function | png_get_tIME | png_uint_32 PNGAPI | pngget.c | |
1747 |
Function | png_get_tRNS | png_uint_32 PNGAPI | pngget.c | |
1748 |
Function | png_get_unknown_chunks | png_uint_32 PNGAPI | pngget.c | |
1749 |
Function | png_get_rgb_to_gray_status | png_byte PNGAPI | pngget.c | |
1750 |
Function | png_get_user_chunk_ptr | png_voidp PNGAPI | pngget.c | |
1751 |
Function | png_get_compression_buffer_size | png_uint_32 PNGAPI | pngget.c | |
1752 |
Function | png_get_asm_flags | png_uint_32 PNGAPI | pngget.c | |
1753 |
Function | png_get_asm_flagmask | png_uint_32 PNGAPI | pngget.c | |
1754 |
Function | png_get_mmx_flagmask | png_uint_32 PNGAPI | pngget.c | |
1755 |
Function | png_get_mmx_bitdepth_threshold | png_byte PNGAPI | pngget.c | |
1756 |
Function | png_get_mmx_rowbytes_threshold | png_uint_32 PNGAPI | pngget.c | |
1757 |
Function | png_get_user_width_max | png_uint_32 PNGAPI | pngget.c | |
1758 |
Function | png_get_user_height_max | png_uint_32 PNGAPI | pngget.c | |
1759 |
Function | png_create_struct | png_voidp | pngmem.c | |
1760 |
Function | png_create_struct_2 | png_voidp | pngmem.c | |
1761 |
Function | png_destroy_struct | void | pngmem.c | |
1762 |
Function | png_destroy_struct_2 | void | pngmem.c | |
1763 |
Function | png_malloc | png_voidp PNGAPI | pngmem.c | |
1764 |
Function | png_malloc_default | png_voidp PNGAPI | pngmem.c | |
1765 |
Function | png_free | void PNGAPI | pngmem.c | |
1766 |
Function | png_free_default | void PNGAPI | pngmem.c | |
1767 |
Function | png_create_struct | png_voidp | pngmem.c | |
1768 |
Function | png_create_struct_2 | png_voidp | pngmem.c | |
1769 |
Function | png_destroy_struct | void | pngmem.c | |
1770 |
Function | png_destroy_struct_2 | void | pngmem.c | |
1771 |
Function | png_malloc | png_voidp PNGAPI | pngmem.c | |
1772 |
Function | png_malloc_default | png_voidp PNGAPI | pngmem.c | |
1773 |
Function | png_free | void PNGAPI | pngmem.c | |
1774 |
Function | png_free_default | void PNGAPI | pngmem.c | |
1775 |
Function | png_malloc_warn | png_voidp PNGAPI | pngmem.c | |
1776 |
Function | png_memcpy_check | png_voidp PNGAPI | pngmem.c | |
1777 |
Function | png_memset_check | png_voidp PNGAPI | pngmem.c | |
1778 |
Function | png_set_mem_fn | void PNGAPI | pngmem.c | |
1779 |
Function | png_get_mem_ptr | png_voidp PNGAPI | pngmem.c | |
1780 |
Function | png_process_data | void PNGAPI | pngpread.c | |
1781 |
Function | png_process_some_data | void | pngpread.c | |
1782 |
Function | png_push_read_sig | void | pngpread.c | |
1783 |
Function | png_push_read_chunk | void | pngpread.c | |
1784 |
Function | png_push_crc_skip | void | pngpread.c | |
1785 |
Function | png_push_crc_finish | void | pngpread.c | |
1786 |
Function | png_push_fill_buffer | void PNGAPI | pngpread.c | |
1787 |
Function | png_push_save_buffer | void | pngpread.c | |
1788 |
Function | png_push_restore_buffer | void | pngpread.c | |
1789 |
Function | png_push_read_IDAT | void | pngpread.c | |
1790 |
Function | png_process_IDAT_data | void | pngpread.c | |
1791 |
Function | png_push_process_row | void | pngpread.c | |
1792 |
Function | png_read_push_finish_row | void | pngpread.c | |
1793 |
Function | png_push_handle_tEXt | void | pngpread.c | |
1794 |
Function | png_push_read_tEXt | void | pngpread.c | |
1795 |
Function | png_push_handle_zTXt | void | pngpread.c | |
1796 |
Function | png_push_read_zTXt | void | pngpread.c | |
1797 |
Function | png_push_handle_iTXt | void | pngpread.c | |
1798 |
Function | png_push_read_iTXt | void | pngpread.c | |
1799 |
Function | png_push_handle_unknown | void | pngpread.c | |
1800 |
Function | png_push_have_info | void | pngpread.c | |
1801 |
Function | png_push_have_end | void | pngpread.c | |
1802 |
Function | png_push_have_row | void | pngpread.c | |
1803 |
Function | png_progressive_combine_row | void PNGAPI | pngpread.c | |
1804 |
Function | png_set_progressive_read_fn | void PNGAPI | pngpread.c | |
1805 |
Function | png_get_progressive_ptr | png_voidp PNGAPI | pngpread.c | |
1806 |
Function | png_create_read_struct | png_structp PNGAPI | pngread.c | |
1807 |
Function | png_create_read_struct_2 | png_structp PNGAPI | pngread.c | |
1808 |
Function | png_read_init | void PNGAPI | pngread.c | |
1809 |
Function | png_read_init_2 | void PNGAPI | pngread.c | |
1810 |
Function | png_read_init_3 | void PNGAPI | pngread.c | |
1811 |
Function | png_read_info | void PNGAPI | pngread.c | |
1812 |
Function | png_read_update_info | void PNGAPI | pngread.c | |
1813 |
Function | png_start_read_image | void PNGAPI | pngread.c | |
1814 |
Function | png_read_row | void PNGAPI | pngread.c | |
1815 |
Function | png_read_rows | void PNGAPI | pngread.c | |
1816 |
Function | png_read_image | void PNGAPI | pngread.c | |
1817 |
Function | png_read_end | void PNGAPI | pngread.c | |
1818 |
Function | png_destroy_read_struct | void PNGAPI | pngread.c | |
1819 |
Function | png_read_destroy | void | pngread.c | |
1820 |
Function | png_set_read_status_fn | void PNGAPI | pngread.c | |
1821 |
Function | png_read_png | void PNGAPI | pngread.c | |
1822 |
Function | png_read_data | void | pngrio.c | |
1823 |
Function | png_default_read_data | void PNGAPI | pngrio.c | |
1824 |
Static | png_default_read_data | static void | pngrio.c | |
1825 |
Function | png_set_read_fn | void PNGAPI | pngrio.c | |
1826 |
Function | png_set_crc_action | void PNGAPI | pngrtran.c | |
1827 |
Function | defined | pngrtran.c | ||
1828 |
Function | png_set_strip_16 | void PNGAPI | pngrtran.c | |
1829 |
Function | png_set_strip_alpha | void PNGAPI | pngrtran.c | |
1830 |
Function | png_set_dither | void PNGAPI | pngrtran.c | |
1831 |
Function | png_set_gamma | void PNGAPI | pngrtran.c | |
1832 |
Function | png_set_expand | void PNGAPI | pngrtran.c | |
1833 |
Function | png_set_palette_to_rgb | void PNGAPI | pngrtran.c | |
1834 |
Function | png_set_gray_1_2_4_to_8 | void PNGAPI | pngrtran.c | |
1835 |
Function | png_set_tRNS_to_alpha | void PNGAPI | pngrtran.c | |
1836 |
Function | png_set_gray_to_rgb | void PNGAPI | pngrtran.c | |
1837 |
Function | png_set_rgb_to_gray | void PNGAPI | pngrtran.c | |
1838 |
Function | png_set_rgb_to_gray_fixed | void PNGAPI | pngrtran.c | |
1839 |
Function | defined | pngrtran.c | ||
1840 |
Function | png_init_read_transformations | void | pngrtran.c | |
1841 |
Function | png_read_transform_info | void | pngrtran.c | |
1842 |
Function | png_do_read_transformations | void | pngrtran.c | |
1843 |
Function | png_do_unpack | void | pngrtran.c | |
1844 |
Function | png_do_unshift | void | pngrtran.c | |
1845 |
Function | png_do_chop | void | pngrtran.c | |
1846 |
Function | png_do_read_swap_alpha | void | pngrtran.c | |
1847 |
Function | png_do_read_invert_alpha | void | pngrtran.c | |
1848 |
Function | png_do_read_filler | void | pngrtran.c | |
1849 |
Function | png_do_gray_to_rgb | void | pngrtran.c | |
1850 |
Function | png_do_rgb_to_gray | int | pngrtran.c | |
1851 |
Function | png_build_grayscale_palette | void PNGAPI | pngrtran.c | |
1852 |
Function | png_correct_palette | void | pngrtran.c | |
1853 |
Function | png_do_background | void | pngrtran.c | |
1854 |
Function | png_do_gamma | void | pngrtran.c | |
1855 |
Function | png_do_expand_palette | void | pngrtran.c | |
1856 |
Function | png_do_expand | void | pngrtran.c | |
1857 |
Function | png_do_dither | void | pngrtran.c | |
1858 |
Function | png_build_gamma_table | void | pngrtran.c | |
1859 |
Function | png_do_read_intrapixel | void | pngrtran.c | |
1860 |
Function | strtod | __inline double | pngrutil.c | |
1861 |
Function | png_get_uint_31 | png_uint_32 | pngrutil.c | |
1862 |
Function | png_get_uint_32 | png_uint_32 | pngrutil.c | |
1863 |
Function | png_get_int_32 | png_int_32 | pngrutil.c | assumed that the machine format for signed integers is the same. |
1864 |
Function | png_get_uint_16 | png_uint_16 | pngrutil.c | |
1865 |
Function | png_crc_read | void | pngrutil.c | |
1866 |
Function | png_crc_finish | int | pngrutil.c | |
1867 |
Function | png_crc_error | int | pngrutil.c | |
1868 |
Function | defined | pngrutil.c | ||
1869 |
Function | png_handle_IHDR | void | pngrutil.c | |
1870 |
Function | png_handle_PLTE | void | pngrutil.c | |
1871 |
Function | png_handle_IEND | void | pngrutil.c | |
1872 |
Function | png_handle_gAMA | void | pngrutil.c | |
1873 |
Function | png_handle_sBIT | void | pngrutil.c | |
1874 |
Function | png_handle_cHRM | void | pngrutil.c | |
1875 |
Function | png_handle_sRGB | void | pngrutil.c | |
1876 |
Function | png_handle_iCCP | void | pngrutil.c | |
1877 |
Function | png_handle_sPLT | void | pngrutil.c | |
1878 |
Function | png_handle_tRNS | void | pngrutil.c | |
1879 |
Function | png_handle_bKGD | void | pngrutil.c | |
1880 |
Function | png_handle_hIST | void | pngrutil.c | |
1881 |
Function | png_handle_pHYs | void | pngrutil.c | |
1882 |
Function | png_handle_oFFs | void | pngrutil.c | |
1883 |
Function | png_handle_pCAL | void | pngrutil.c | |
1884 |
Function | png_handle_sCAL | void | pngrutil.c | |
1885 |
Function | png_handle_tIME | void | pngrutil.c | |
1886 |
Function | png_handle_tEXt | void | pngrutil.c | |
1887 |
Function | png_handle_zTXt | void | pngrutil.c | |
1888 |
Function | png_handle_iTXt | void | pngrutil.c | |
1889 |
Function | png_handle_unknown | void | pngrutil.c | |
1890 |
Function | png_check_chunk_name | void | pngrutil.c | |
1891 |
Function | png_combine_row | void | pngrutil.c | |
1892 |
Function | png_do_read_interlace | void | pngrutil.c | |
1893 |
Function | png_read_filter_row | void | pngrutil.c | |
1894 |
Function | png_read_finish_row | void | pngrutil.c | |
1895 |
Function | png_read_start_row | void | pngrutil.c | |
1896 |
Function | png_set_bKGD | void PNGAPI | pngset.c | |
1897 |
Function | png_set_cHRM | void PNGAPI | pngset.c | |
1898 |
Function | png_set_cHRM_fixed | void PNGAPI | pngset.c | |
1899 |
Function | png_set_gAMA | void PNGAPI | pngset.c | |
1900 |
Function | png_set_gAMA_fixed | void PNGAPI | pngset.c | |
1901 |
Function | png_set_hIST | void PNGAPI | pngset.c | |
1902 |
Function | png_set_IHDR | void PNGAPI | pngset.c | |
1903 |
Function | png_set_oFFs | void PNGAPI | pngset.c | |
1904 |
Function | png_set_pCAL | void PNGAPI | pngset.c | |
1905 |
Function | png_set_sCAL | void PNGAPI | pngset.c | |
1906 |
Function | png_set_sCAL_s | void PNGAPI | pngset.c | |
1907 |
Function | png_set_pHYs | void PNGAPI | pngset.c | |
1908 |
Function | png_set_PLTE | void PNGAPI | pngset.c | |
1909 |
Function | png_set_sBIT | void PNGAPI | pngset.c | |
1910 |
Function | png_set_sRGB | void PNGAPI | pngset.c | |
1911 |
Function | png_set_sRGB_gAMA_and_cHRM | void PNGAPI | pngset.c | |
1912 |
Function | png_set_iCCP | void PNGAPI | pngset.c | |
1913 |
Function | png_set_text | void PNGAPI | pngset.c | |
1914 |
Function | png_set_text_2 | int | pngset.c | |
1915 |
Function | png_set_tIME | void PNGAPI | pngset.c | |
1916 |
Function | png_set_tRNS | void PNGAPI | pngset.c | |
1917 |
Function | png_set_sPLT | void PNGAPI | pngset.c | |
1918 |
Function | png_set_unknown_chunks | void PNGAPI | pngset.c | |
1919 |
Function | png_set_unknown_chunk_location | void PNGAPI | pngset.c | |
1920 |
Function | defined | pngset.c | ||
1921 |
Function | png_permit_mng_features | png_uint_32 PNGAPI | pngset.c | |
1922 |
Function | png_set_keep_unknown_chunks | void PNGAPI | pngset.c | |
1923 |
Function | png_set_read_user_chunk_fn | void PNGAPI | pngset.c | |
1924 |
Function | png_set_rows | void PNGAPI | pngset.c | |
1925 |
Function | png_set_compression_buffer_size | void PNGAPI | pngset.c | |
1926 |
Function | png_set_invalid | void PNGAPI | pngset.c | |
1927 |
Function | png_set_asm_flags | void PNGAPI | pngset.c | |
1928 |
Function | png_set_mmx_thresholds | void PNGAPI | pngset.c | |
1929 |
Function | png_set_user_limits | void PNGAPI | pngset.c | |
1930 |
Function | read_row_callback | void PNGAPI | pngtest.c | |
1931 |
Function | write_row_callback | void PNGAPI | pngtest.c | |
1932 |
Function | count_filters | void PNGAPI | pngtest.c | |
1933 |
Function | count_zero_samples | void PNGAPI | pngtest.c | |
1934 |
Static | pngtest_read_data | static void | pngtest.c | |
1935 |
Static | pngtest_read_data | static void | pngtest.c | |
1936 |
Static | pngtest_flush | static void | pngtest.c | |
1937 |
Static | pngtest_write_data | static void | pngtest.c | |
1938 |
Static | pngtest_write_data | static void | pngtest.c | |
1939 |
Static | pngtest_warning | static void | pngtest.c | |
1940 |
Static | pngtest_error | static void | pngtest.c | |
1941 |
Function | png_debug_malloc | png_voidp | pngtest.c | |
1942 |
Function | png_debug_free | void | pngtest.c | |
1943 |
Function | test_one_file | int | pngtest.c | |
1944 |
Function | main | int | pngtest.c | |
1945 |
Function | png_set_bgr | void PNGAPI | pngtrans.c | |
1946 |
Function | png_set_swap | void PNGAPI | pngtrans.c | |
1947 |
Function | png_set_packing | void PNGAPI | pngtrans.c | |
1948 |
Function | png_set_packswap | void PNGAPI | pngtrans.c | |
1949 |
Function | png_set_shift | void PNGAPI | pngtrans.c | |
1950 |
Function | defined | pngtrans.c | ||
1951 |
Function | png_set_filler | void PNGAPI | pngtrans.c | |
1952 |
Function | png_set_add_alpha | void PNGAPI | pngtrans.c | |
1953 |
Function | defined | pngtrans.c | ||
1954 |
Function | defined | pngtrans.c | ||
1955 |
Function | png_set_invert_mono | void PNGAPI | pngtrans.c | |
1956 |
Function | png_do_invert | void | pngtrans.c | |
1957 |
Function | png_do_swap | void | pngtrans.c | |
1958 |
Function | png_do_packswap | void | pngtrans.c | |
1959 |
Function | defined | pngtrans.c | ||
1960 |
Function | png_do_bgr | void | pngtrans.c | |
1961 |
Function | defined | pngtrans.c | ||
1962 |
Function | png_get_user_transform_ptr | png_voidp PNGAPI | pngtrans.c | |
1963 |
Function | png_mmx_support | int PNGAPI | pngvcrd.c | |
1964 |
Function | png_combine_row | void | pngvcrd.c | |
1965 |
Function | png_do_read_interlace | void | pngvcrd.c | |
1966 |
Function | png_read_filter_row_mmx_avg | void | pngvcrd.c | |
1967 |
Function | png_read_filter_row_mmx_paeth | void | pngvcrd.c | |
1968 |
Function | png_read_filter_row_mmx_sub | void | pngvcrd.c | |
1969 |
Function | png_read_filter_row_mmx_up | void | pngvcrd.c | |
1970 |
Function | png_read_filter_row | void | pngvcrd.c | |
1971 |
Function | png_write_data | void | pngwio.c | |
1972 |
Function | png_default_write_data | void PNGAPI | pngwio.c | |
1973 |
Function | png_default_write_data | void PNGAPI | pngwio.c | |
1974 |
Function | png_flush | void | pngwio.c | |
1975 |
Function | png_default_flush | void PNGAPI | pngwio.c | |
1976 |
Function | png_set_write_fn | void PNGAPI | pngwio.c | |
1977 |
Function | png_far_to_near | void * | pngwio.c | |
1978 |
Function | png_far_to_near | void * | pngwio.c | |
1979 |
Function | png_write_info_before_PLTE | void PNGAPI | pngwrite.c | |
1980 |
Function | png_write_info | void PNGAPI | pngwrite.c | |
1981 |
Function | png_write_end | void PNGAPI | pngwrite.c | |
1982 |
Function | png_convert_from_struct_tm | void PNGAPI | pngwrite.c | |
1983 |
Function | png_convert_from_time_t | void PNGAPI | pngwrite.c | |
1984 |
Function | png_create_write_struct | png_structp PNGAPI | pngwrite.c | |
1985 |
Function | png_create_write_struct_2 | png_structp PNGAPI | pngwrite.c | |
1986 |
Function | png_write_init | void PNGAPI | pngwrite.c | |
1987 |
Function | png_write_init_2 | void PNGAPI | pngwrite.c | |
1988 |
Function | png_write_init_3 | void PNGAPI | pngwrite.c | |
1989 |
Function | png_write_rows | void PNGAPI | pngwrite.c | |
1990 |
Function | png_write_image | void PNGAPI | pngwrite.c | |
1991 |
Function | png_write_row | void PNGAPI | pngwrite.c | |
1992 |
Function | png_set_flush | void PNGAPI | pngwrite.c | |
1993 |
Function | png_write_flush | void PNGAPI | pngwrite.c | |
1994 |
Function | png_destroy_write_struct | void PNGAPI | pngwrite.c | |
1995 |
Function | png_write_destroy | void | pngwrite.c | |
1996 |
Function | png_set_filter | void PNGAPI | pngwrite.c | |
1997 |
Function | png_set_filter_heuristics | void PNGAPI | pngwrite.c | |
1998 |
Function | png_set_compression_level | void PNGAPI | pngwrite.c | |
1999 |
Function | png_set_compression_mem_level | void PNGAPI | pngwrite.c | |
2000 |
Function | png_set_compression_strategy | void PNGAPI | pngwrite.c | |
2001 |
Function | png_set_compression_window_bits | void PNGAPI | pngwrite.c | |
2002 |
Function | png_set_compression_method | void PNGAPI | pngwrite.c | |
2003 |
Function | png_set_write_status_fn | void PNGAPI | pngwrite.c | |
2004 |
Function | png_set_write_user_transform_fn | void PNGAPI | pngwrite.c | |
2005 |
Function | png_write_png | void PNGAPI | pngwrite.c | |
2006 |
Function | png_do_write_transformations | void | pngwtran.c | |
2007 |
Function | png_do_pack | void | pngwtran.c | |
2008 |
Function | png_do_shift | void | pngwtran.c | |
2009 |
Function | png_do_write_swap_alpha | void | pngwtran.c | |
2010 |
Function | png_do_write_invert_alpha | void | pngwtran.c | |
2011 |
Function | png_do_write_intrapixel | void | pngwtran.c | |
2012 |
Function | png_save_uint_32 | void | pngwutil.c | |
2013 |
Function | png_save_int_32 | void | pngwutil.c | |
2014 |
Function | png_save_uint_16 | void | pngwutil.c | |
2015 |
Function | png_write_chunk | void PNGAPI | pngwutil.c | |
2016 |
Function | png_write_chunk_start | void PNGAPI | pngwutil.c | |
2017 |
Function | png_write_chunk_data | void PNGAPI | pngwutil.c | |
2018 |
Function | png_write_chunk_end | void PNGAPI | pngwutil.c | |
2019 |
Function | png_write_sig | void | pngwutil.c | |
2020 |
Static | png_text_compress | static int | pngwutil.c | |
2021 |
Static | png_write_compressed_data_out | static void | pngwutil.c | |
2022 |
Function | png_write_IHDR | void | pngwutil.c | |
2023 |
Function | png_write_PLTE | void | pngwutil.c | |
2024 |
Function | png_write_IDAT | void | pngwutil.c | |
2025 |
Function | png_write_IEND | void | pngwutil.c | |
2026 |
Function | png_write_gAMA | void | pngwutil.c | |
2027 |
Function | png_write_gAMA_fixed | void | pngwutil.c | |
2028 |
Function | png_write_sRGB | void | pngwutil.c | |
2029 |
Function | png_write_iCCP | void | pngwutil.c | |
2030 |
Function | png_write_sPLT | void | pngwutil.c | |
2031 |
Function | png_write_sBIT | void | pngwutil.c | |
2032 |
Function | png_write_cHRM | void | pngwutil.c | |
2033 |
Function | png_write_cHRM_fixed | void | pngwutil.c | |
2034 |
Function | png_write_tRNS | void | pngwutil.c | |
2035 |
Function | png_write_bKGD | void | pngwutil.c | |
2036 |
Function | png_write_hIST | void | pngwutil.c | |
2037 |
Function | defined | pngwutil.c | ||
2038 |
Function | png_write_tEXt | void | pngwutil.c | |
2039 |
Function | png_write_zTXt | void | pngwutil.c | |
2040 |
Function | png_write_iTXt | void | pngwutil.c | |
2041 |
Function | png_write_oFFs | void | pngwutil.c | |
2042 |
Function | png_write_pCAL | void | pngwutil.c | |
2043 |
Function | png_write_sCAL | void | pngwutil.c | |
2044 |
Function | png_write_sCAL_s | void | pngwutil.c | |
2045 |
Function | png_write_pHYs | void | pngwutil.c | |
2046 |
Function | png_write_tIME | void | pngwutil.c | |
2047 |
Function | png_write_start_row | void | pngwutil.c | |
2048 |
Function | png_write_finish_row | void | pngwutil.c | |
2049 |
Function | png_do_write_interlace | void | pngwutil.c | |
2050 |
Function | png_write_find_filter | void | pngwutil.c | |
2051 |
Function | png_write_filtered_row | void | pngwutil.c | |
2052 |
Inline | is_real | static inline int | strtod.c | |
2053 |
Function | strtod | double | strtod.c | |
2054 |
Function | __pci_read_write_bios | uint32_t | bios.c | |
2055 |
Static | type1_ok | static int | cfgtype.c | |
2056 |
Static | type2_ok | static int | cfgtype.c | |
2057 |
Function | pci_set_config_type | int | cfgtype.c | |
2058 |
Static | skipspace | static char * | scan.c | |
2059 |
Static | remove_eol | static void | scan.c | |
2060 |
Static | hex_to_int | static int | scan.c | |
2061 |
Function | chr_replace | void | scan.c | |
2062 |
Function | get_module_name_from_pcimap | int | scan.c | |
2063 |
Function | get_class_name_from_pci_ids | int | scan.c | |
2064 |
Function | get_name_from_pci_ids | int | scan.c | |
2065 |
Function | find_pci_device | struct match * | scan.c | |
2066 |
Function | pci_scan | struct pci_domain * | scan.c | |
2067 |
Function | gather_additional_pci_config | void | scan.c | |
2068 |
Function | free_pci_domain | void | scan.c | |
2069 |
Function | get_module_name_from_alias | int | scan.c | |
2070 |
Function | __ansi_init | void | ansi.c | |
2071 |
Function | __ansi_putchar | void | ansi.c | |
2072 |
Function | __ansicon_open | int | ansicon_write.c | |
2073 |
Function | __ansicon_close | int | ansicon_write.c | |
2074 |
Static | ansicon_attribute | static uint8_t | ansicon_write.c | |
2075 |
Static | ansicon_erase | static void | ansicon_write.c | |
2076 |
Static | ansicon_showcursor | static void | ansicon_write.c | |
2077 |
Static | ansicon_set_cursor | static void | ansicon_write.c | |
2078 |
Static | ansicon_write_char | static void | ansicon_write.c | |
2079 |
Static | ansicon_scroll_up | static void | ansicon_write.c | |
2080 |
Function | __ansicon_write | ssize_t | ansicon_write.c | |
2081 |
Function | __ansicon_beep | void | ansicon_write.c | |
2082 |
Static | __ansiserial_write | static ssize_t | ansiserial_write.c | |
2083 |
Function | __parse_argv | int | argv.c | |
2084 |
Function | __cfarcall | int | cfarcall.c | |
2085 |
Function | close | int | close.c | |
2086 |
Static | __err_read | static ssize_t | err_read.c | |
2087 |
Static | __err_write | static ssize_t | err_write.c | |
2088 |
Function | __farcall | void | farcall.c | |
2089 |
Function | __file_close | int | fileclose.c | |
2090 |
Function | __file_get_block | int | fileread.c | |
2091 |
Function | __file_read | ssize_t | fileread.c | |
2092 |
Function | fstat | int | fstat.c | |
2093 |
Function | ftell | long | ftell.c | |
2094 |
Function | is_gpxe | bool | gpxe.c | |
2095 |
Function | __intcall | void | intcall.c | |
2096 |
Function | isatty | int | isatty.c | |
2097 |
Function | display_cursor | void | libansi.c | |
2098 |
Function | clear_end_of_line | void | libansi.c | |
2099 |
Function | move_cursor_left | void | libansi.c | |
2100 |
Function | move_cursor_right | void | libansi.c | |
2101 |
Function | set_cursor_blink | void | libansi.c | |
2102 |
Function | clear_line | void | libansi.c | |
2103 |
Function | clear_beginning_of_line | void | libansi.c | |
2104 |
Function | move_cursor_to_column | void | libansi.c | |
2105 |
Function | move_cursor_to_next_line | void | libansi.c | |
2106 |
Function | disable_utf8 | void | libansi.c | |
2107 |
Function | set_g1_special_char | void | libansi.c | |
2108 |
Function | set_us_g0_charset | void | libansi.c | |
2109 |
Function | clear_entire_screen | void | libansi.c | |
2110 |
Static | cprint_vga2ansi | static void | libansi.c | cprint_vga2ansi - given a VGA attribute, print a character |
2111 |
Function | cls | void | libansi.c | |
2112 |
Function | reset_colors | void | libansi.c | |
2113 |
Function | cprint | void | libansi.c | cprint - given a VGA attribute, print a single character at cursor |
2114 |
Function | csprint | void | libansi.c | csprint - given a VGA attribute, print a NULL-terminated string |
2115 |
Function | clearwindow | void | libansi.c | clearwindow - fill a given a region on the screen |
2116 |
Function | __line_input | ssize_t | line_input.c | |
2117 |
Static | __null_read | static ssize_t | null_read.c | |
2118 |
Static | __null_write | static ssize_t | null_write.c | |
2119 |
Function | open | int | open.c | |
2120 |
Function | openconsole | int | openconsole.c | |
2121 |
Function | opendev | int | opendev.c | |
2122 |
Function | __rawcon_read | ssize_t | rawcon_read.c | |
2123 |
Static | __rawcon_write | static ssize_t | rawcon_write.c | |
2124 |
Function | read | ssize_t | read.c | |
2125 |
Function | getscreensize | int | screensize.c | |
2126 |
Function | __serial_write | ssize_t | serial_write.c | |
2127 |
Static | __stdcon_read | static ssize_t | stdcon_read.c | |
2128 |
Static | __stdcon_write | static ssize_t | stdcon_write.c | |
2129 |
Function | times | clock_t | times.c | |
2130 |
Function | vesacon_set_resolution | void | vesacon_write.c | |
2131 |
Function | __vesacon_open | int | vesacon_write.c | |
2132 |
Function | __vesacon_close | int | vesacon_write.c | |
2133 |
Static | vesacon_erase | static void | vesacon_write.c | |
2134 |
Static | vesacon_write_char | static void | vesacon_write.c | |
2135 |
Function | vesacon_cursor_enable | void | vesacon_write.c | |
2136 |
Static | vesacon_showcursor | static void | vesacon_write.c | |
2137 |
Static | vesacon_setcursor | static void | vesacon_write.c | |
2138 |
Static | vesacon_scroll_up | static void | vesacon_write.c | |
2139 |
Function | __vesacon_write | ssize_t | vesacon_write.c | |
2140 |
Static | __vesaserial_write | static ssize_t | vesaserial_write.c | |
2141 |
Function | write | ssize_t | write.c | |
2142 |
Inline | get_cr0 | static inline uint64_t | x86_init_fpu.c | |
2143 |
Inline | set_cr0 | static inline void | x86_init_fpu.c | |
2144 |
Function | x86_init_fpu | int | x86_init_fpu.c | |
2145 |
Static | emit | static void | xserial_write.c | |
2146 |
Function | __xserial_write | ssize_t | xserial_write.c | |
2147 |
Static | gzip_file_init | static int | zfile.c | |
2148 |
Static | gzip_file_read | static ssize_t | zfile.c | |
2149 |
Static | gzip_file_close | static int | zfile.c | |
2150 |
Function | zopen | int | zfile.c | |
2151 |
Function | zfopen | FILE * | zfopen.c | |
2152 |
Static | draw_background_line | static void | background.c | * FIX: This really should be alpha-blended with color index 0 ** |
2153 |
Static | draw_background | static void | background.c | |
2154 |
Static | tile_image | static void | background.c | |
2155 |
Static | read_png_file | static int | background.c | |
2156 |
Static | jpeg_sig_cmp | static int | background.c | |
2157 |
Static | read_jpeg_file | static int | background.c | |
2158 |
Function | vesacon_default_background | int | background.c | |
2159 |
Function | vesacon_set_background | int | background.c | |
2160 |
Inline | lss16_sig_cmp | static inline int | background.c | |
2161 |
Static | read_lss16_file | static int | background.c | |
2162 |
Function | vesacon_load_background | int | background.c | |
2163 |
Function | __vesacon_init_background | int | background.c | |
2164 |
Inline | copy_dword | static inline void * | drawtxt.c | |
2165 |
Inline | __attribute__ | static inline | drawtxt.c | |
2166 |
Static | alpha_pixel | static uint32_t | drawtxt.c | |
2167 |
Static | vesacon_update_characters | static void | drawtxt.c | |
2168 |
Function | __vesacon_doit | void | drawtxt.c | |
2169 |
Inline | vesacon_touch | static inline void | drawtxt.c | |
2170 |
Function | __vesacon_erase | void | drawtxt.c | |
2171 |
Function | __vesacon_scroll_up | void | drawtxt.c | |
2172 |
Function | __vesacon_write_char | void | drawtxt.c | |
2173 |
Function | __vesacon_set_cursor | void | drawtxt.c | |
2174 |
Function | __vesacon_init_cursor | void | drawtxt.c | |
2175 |
Function | __vesacon_redraw_text | void | drawtxt.c | |
2176 |
Static | format_pxf_bgra32 | static const void * | fmtpixel.c | |
2177 |
Static | format_pxf_bgr24 | static const void * | fmtpixel.c | |
2178 |
Static | format_pxf_le_rgb16_565 | static const void * | fmtpixel.c | |
2179 |
Static | format_pxf_le_rgb15_555 | static const void * | fmtpixel.c | |
2180 |
Static | good_marker | static void | i915resolution.c | |
2181 |
Static | bad_marker | static void | i915resolution.c | |
2182 |
Static | status | static void | i915resolution.c | |
2183 |
Inline | good_marker | static inline void | i915resolution.c | |
2184 |
Inline | bad_marker | static inline void | i915resolution.c | |
2185 |
Inline | status | static inline void | i915resolution.c | |
2186 |
Static | get_chipset_id | static unsigned int | i915resolution.c | |
2187 |
Static | get_chipset | static chipset_type | i915resolution.c | |
2188 |
Static | map_type1_resolution | static vbios_resolution_type1 * | i915resolution.c | |
2189 |
Static | map_type2_resolution | static vbios_resolution_type2 * | i915resolution.c | |
2190 |
Static | map_type3_resolution | static vbios_resolution_type3 * | i915resolution.c | |
2191 |
Static | detect_bios_type | static bool | i915resolution.c | |
2192 |
Inline | close_vbios | static inline void | i915resolution.c | |
2193 |
Static | open_vbios | static vbios_map * | i915resolution.c | |
2194 |
Static | unlock_vbios | static void | i915resolution.c | |
2195 |
Static | relock_vbios | static void | i915resolution.c | |
2196 |
Static | list_modes | static void | i915resolution.c | |
2197 |
Static | gtf_timings | static void | i915resolution.c | |
2198 |
Static | set_mode | static int | i915resolution.c | |
2199 |
Inline | display_map_info | static inline void | i915resolution.c | |
2200 |
Function | __vesacon_i915resolution | int | i915resolution.c | |
2201 |
Static | unpack_font | static void | initvesa.c | |
2202 |
Static | is_power_of_2 | static int __constfunc | initvesa.c | |
2203 |
Static | vesacon_paged_mode_ok | static int | initvesa.c | |
2204 |
Static | vesacon_set_mode | static int | initvesa.c | |
2205 |
Static | init_text_display | static int | initvesa.c | |
2206 |
Function | __vesacon_init | int | initvesa.c | |
2207 |
Inline | ilog2 | static inline int __constfunc | screencpy.c | |
2208 |
Function | __vesacon_init_copy_to_screen | void | screencpy.c | |
2209 |
Static | set_window_pos | static void | screencpy.c | |
2210 |
Function | __vesacon_copy_to_screen | void | screencpy.c | |
2211 |
Function | syslinux_add_movelist | int | addlist.c | |
2212 |
Function | __syslinux_get_adv | void __constructor | adv.c | |
2213 |
Function | syslinux_adv_write | int | advwrite.c | |
2214 |
Function | syslinux_final_cleanup | void | cleanup.c | |
2215 |
Function | __syslinux_get_config_file_name | void __constructor | config.c | |
2216 |
Function | __syslinux_get_derivative_info | void __constructor | dsinfo.c | |
2217 |
Function | syslinux_dump_memmap | void | dump_mmap.c | |
2218 |
Function | syslinux_dump_movelist | void | dump_movelist.c | |
2219 |
Function | __syslinux_detect_features | void __constructor | features.c | |
2220 |
Function | floadfile | int | floadfile.c | |
2221 |
Function | syslinux_free_movelist | void | freelist.c | |
2222 |
Function | syslinux_getadv | const void * | getadv.c | |
2223 |
Function | syslinux_idle | void | idle.c | |
2224 |
Function | initramfs_init | struct initramfs * | initramfs.c | |
2225 |
Function | initramfs_add_data | int | initramfs.c | |
2226 |
Function | initramfs_load_archive | int | initramfs_archive.c | |
2227 |
Static | initramfs_mkdirs | static size_t | initramfs_file.c | |
2228 |
Function | initramfs_mknod | int | initramfs_file.c | |
2229 |
Function | initramfs_add_file | int | initramfs_file.c | |
2230 |
Function | initramfs_add_trailer | int | initramfs_file.c | |
2231 |
Function | initramfs_load_file | int | initramfs_loadfile.c | |
2232 |
Function | __syslinux_get_ipappend_strings | void __constructor | ipappend.c | |
2233 |
Function | __syslinux_get_keyboard_map | void __constructor | keyboard.c | |
2234 |
Function | loadfile | int | loadfile.c | |
2235 |
Static | suffix_number | static unsigned long long | load_linux.c | |
2236 |
Static | find_argument | static const char * | load_linux.c | |
2237 |
Inline | saturate32 | static inline uint32_t | load_linux.c | |
2238 |
Static | initramfs_size | static addr_t | load_linux.c | |
2239 |
Static | map_initramfs | static int | load_linux.c | |
2240 |
Function | syslinux_boot_linux | int | load_linux.c | |
2241 |
Function | syslinux_local_boot | void | localboot.c | |
2242 |
Static | syslinux_memory_map_callback | static int | memmap.c | |
2243 |
Function | syslinux_memory_map | struct syslinux_memmap * | memmap.c | |
2244 |
Function | syslinux_scan_memory | int | memscan.c | |
2245 |
Static | new_movelist | static struct syslinux_movelist * | movebits.c | |
2246 |
Static | dup_movelist | static struct syslinux_movelist * | movebits.c | |
2247 |
Static | add_freelist | static void | movebits.c | |
2248 |
Static | split_movelist | static struct syslinux_movelist ** | movebits.c | |
2249 |
Static | delete_movelist | static void | movebits.c | |
2250 |
Static | free_movelist | static void | movebits.c | |
2251 |
Static | is_free_zone | static const struct syslinux_memmap * | movebits.c | |
2252 |
Static | free_area | static addr_t | movebits.c | |
2253 |
Static | allocate_from | static void | movebits.c | |
2254 |
Static | shuffle_dealias | static void | movebits.c | |
2255 |
Static | move_chunk | static void | movebits.c | |
2256 |
Function | syslinux_compute_movelist | int | movebits.c | |
2257 |
Function | main | int | movebits.c | |
2258 |
Function | pxe_dns | uint32_t | pxe_dns.c | |
2259 |
Function | pxe_get_cached_info | int | pxe_get_cached.c | |
2260 |
Function | pxe_get_nic_type | int | pxe_get_nic.c | |
2261 |
Function | syslinux_reboot | __noreturn | reboot.c | |
2262 |
Function | syslinux_run_kernel_image | void | runimage.c | |
2263 |
Function | syslinux_run_command | __noreturn | run_command.c | |
2264 |
Function | syslinux_run_default | __noreturn | run_default.c | |
2265 |
Function | __syslinux_get_serial_console_info | void __constructor | serial.c | |
2266 |
Function | syslinux_setadv | int | setadv.c | |
2267 |
Static | __syslinux_get_shuffer_size | static void __constructor | shuffle.c | |
2268 |
Function | syslinux_do_shuffle | int | shuffle.c | |
2269 |
Function | syslinux_target_memmap | struct syslinux_memmap * | shuffle.c | |
2270 |
Function | syslinux_shuffle_boot_pm | int | shuffle_pm.c | |
2271 |
Function | syslinux_shuffle_boot_rm | int | shuffle_rm.c | |
2272 |
Function | __syslinux_get_version | void __constructor | version.c | |
2273 |
Function | zloadfile | int | zloadfile.c | |
2274 |
Function | syslinux_init_memmap | struct syslinux_memmap * | zonelist.c | |
2275 |
Function | syslinux_add_memmap | int | zonelist.c | |
2276 |
Function | syslinux_memmap_type | enum syslinux_memmap_types | zonelist.c | |
2277 |
Function | syslinux_memmap_largest | int | zonelist.c | |
2278 |
Function | syslinux_memmap_find | int | zonelist.c | |
2279 |
Function | syslinux_free_memmap | void | zonelist.c | |
2280 |
Function | syslinux_dup_memmap | struct syslinux_memmap * | zonelist.c | |
2281 |
Function | syslinux_font_query | int | fontquery.c | |
2282 |
Function | syslinux_force_text_mode | void | forcetext.c | |
2283 |
Function | syslinux_report_video_mode | void | reportmode.c | |
2284 |
Function | adler32 | uLong ZEXPORT | adler32.c | |
2285 |
Function | compress2 | int ZEXPORT | compress.c | |
2286 |
Function | compress | int ZEXPORT | compress.c | |
2287 |
Function | compressBound | uLong ZEXPORT | compress.c | |
2288 |
Function | make_crc_table | local void | crc32.c | |
2289 |
Function | write_table | local void | crc32.c | |
2290 |
Function | get_crc_table | const unsigned long FAR * ZEXPORT | crc32.c | |
2291 |
Function | crc32 | unsigned long ZEXPORT | crc32.c | |
2292 |
Function | crc32_little | local unsigned long | crc32.c | |
2293 |
Function | crc32_big | local unsigned long | crc32.c | |
2294 |
Function | deflateInit_ | int ZEXPORT | deflate.c | |
2295 |
Function | deflateInit2_ | int ZEXPORT | deflate.c | |
2296 |
Function | deflateSetDictionary | int ZEXPORT | deflate.c | |
2297 |
Function | deflateReset | int ZEXPORT | deflate.c | |
2298 |
Function | deflatePrime | int ZEXPORT | deflate.c | |
2299 |
Function | deflateParams | int ZEXPORT | deflate.c | |
2300 |
Function | deflateBound | uLong ZEXPORT | deflate.c | |
2301 |
Function | putShortMSB | local void | deflate.c | |
2302 |
Function | flush_pending | local void | deflate.c | |
2303 |
Function | deflate | int ZEXPORT | deflate.c | |
2304 |
Function | deflateEnd | int ZEXPORT | deflate.c | |
2305 |
Function | deflateCopy | int ZEXPORT | deflate.c | |
2306 |
Function | read_buf | local int | deflate.c | |
2307 |
Function | lm_init | local void | deflate.c | |
2308 |
Function | longest_match | local uInt | deflate.c | |
2309 |
Function | longest_match_fast | local uInt | deflate.c | |
2310 |
Function | check_match | local void | deflate.c | |
2311 |
Function | fill_window | local void | deflate.c | |
2312 |
Function | deflate_stored | local block_state | deflate.c | |
2313 |
Function | deflate_fast | local block_state | deflate.c | |
2314 |
Function | deflate_slow | local block_state | deflate.c | |
2315 |
Function | inflateBackInit_ | int ZEXPORT | infback.c | |
2316 |
Function | fixedtables | local void | infback.c | |
2317 |
Function | inflateBack | int ZEXPORT | infback.c | |
2318 |
Function | inflateBackEnd | int ZEXPORT | infback.c | |
2319 |
Function | inflate_fast | void | inffast.c | |
2320 |
Function | inflateReset | int ZEXPORT | inflate.c | |
2321 |
Function | inflateInit2_ | int ZEXPORT | inflate.c | |
2322 |
Function | inflateInit_ | int ZEXPORT | inflate.c | |
2323 |
Function | fixedtables | local void | inflate.c | |
2324 |
Function | makefixed | void | inflate.c | |
2325 |
Function | updatewindow | local int | inflate.c | |
2326 |
Function | inflate | int ZEXPORT | inflate.c | |
2327 |
Function | inflateEnd | int ZEXPORT | inflate.c | |
2328 |
Function | inflateSetDictionary | int ZEXPORT | inflate.c | |
2329 |
Function | syncsearch | local unsigned | inflate.c | |
2330 |
Function | inflateSync | int ZEXPORT | inflate.c | |
2331 |
Function | inflateSyncPoint | int ZEXPORT | inflate.c | |
2332 |
Function | inflateCopy | int ZEXPORT | inflate.c | |
2333 |
Function | inflate_table | int | inftrees.c | |
2334 |
Function | send_bits | local void | trees.c | |
2335 |
Function | tr_static_init | local void | trees.c | |
2336 |
Function | gen_trees_header | void | trees.c | |
2337 |
Function | _tr_init | void | trees.c | |
2338 |
Function | init_block | local void | trees.c | |
2339 |
Function | pqdownheap | local void | trees.c | |
2340 |
Function | gen_bitlen | local void | trees.c | |
2341 |
Function | gen_codes | local void | trees.c | |
2342 |
Function | build_tree | local void | trees.c | |
2343 |
Function | scan_tree | local void | trees.c | |
2344 |
Function | send_tree | local void | trees.c | |
2345 |
Function | build_bl_tree | local int | trees.c | |
2346 |
Function | send_all_trees | local void | trees.c | |
2347 |
Function | _tr_stored_block | void | trees.c | |
2348 |
Function | _tr_align | void | trees.c | |
2349 |
Function | _tr_flush_block | void | trees.c | |
2350 |
Function | uncompress | int ZEXPORT | uncompr.c | |
2351 |
Function | zlibVersion | const char * ZEXPORT | zutil.c | |
2352 |
Function | zlibCompileFlags | uLong ZEXPORT | zutil.c | |
2353 |
Function | z_error | void | zutil.c | |
2354 |
Function | zError | const char * ZEXPORT | zutil.c | |
2355 |
Function | zmemcpy | void | zutil.c | |
2356 |
Function | zmemcmp | int | zutil.c | |
2357 |
Function | zmemzero | void | zutil.c | |
2358 |
Function | zcalloc | voidpf | zutil.c | |
2359 |
Function | zcfree | void | zutil.c | |
2360 |
Function | zcalloc | voidpf | zutil.c | |
2361 |
Function | zcfree | void | zutil.c | |
2362 |
Function | zcalloc | voidpf | zutil.c | |
2363 |
Function | zcfree | void | zutil.c | |
2364 |
Function | console_ansi_std | void | ansiline.c | |
2365 |
Static | __attribute__ | static void | ansiline.c | |
2366 |
Static | __attribute__ | static void | ansiline.c | |
2367 |
Function | console_ansi_std | void | ansiline.c | |
2368 |
Function | console_ansi_raw | void | ansiraw.c | |
2369 |
Static | __attribute__ | static void | ansiraw.c | |
2370 |
Static | __attribute__ | static void | ansiraw.c | |
2371 |
Function | console_ansi_raw | void | ansiraw.c | |
2372 |
Function | genbase64 | size_t | base64.c | |
2373 |
Function | main | int | base64.c | |
2374 |
Static | _crypt_to64 | static char * | crypt-md5.c | |
2375 |
Function | crypt_md5 | char * | crypt-md5.c | |
2376 |
Function | main | int | crypt-md5.c | |
2377 |
Function | get_key | int | get_key.c | |
2378 |
Function | MD5Init | void | md5.c | |
2379 |
Function | MD5Update | void | md5.c | |
2380 |
Static | MD5Pad | static void | md5.c | |
2381 |
Function | MD5Final | void | md5.c | |
2382 |
Static | MD5Transform | static void | md5.c | |
2383 |
Function | SHAPrintContext | void | sha1hash.c | |
2384 |
Function | SHA1Transform | void | sha1hash.c | |
2385 |
Function | SHA1Init | void | sha1hash.c | |
2386 |
Function | SHA1Update | void | sha1hash.c | |
2387 |
Function | SHA1Final | void | sha1hash.c | |
2388 |
Function | mybase64 | char * | sha1hash.c | |
2389 |
Function | main | int | sha1hash.c | |
2390 |
Static | sha256_process_block | static void | sha256crypt.c | |
2391 |
Static | sha256_init_ctx | static void | sha256crypt.c | |
2392 |
Static | sha256_finish_ctx | static void * | sha256crypt.c | |
2393 |
Static | sha256_process_bytes | static void | sha256crypt.c | |
2394 |
Static | sha256_crypt_r | static char * | sha256crypt.c | |
2395 |
Function | sha256_crypt | char * | sha256crypt.c | |
2396 |
Function | main | int | sha256crypt.c | |
2397 |
Static | sha512_process_block | static void | sha512crypt.c | |
2398 |
Static | sha512_init_ctx | static void | sha512crypt.c | |
2399 |
Static | sha512_finish_ctx | static void * | sha512crypt.c | |
2400 |
Static | sha512_process_bytes | static void | sha512crypt.c | |
2401 |
Static | sha512_crypt_r | static char * | sha512crypt.c | |
2402 |
Function | sha512_crypt | char * | sha512crypt.c | |
2403 |
Function | main | int | sha512crypt.c | |
2404 |
Function | unbase64 | size_t | unbase64.c | |
2405 |
Function | mboot_apm | void | apm.c | |
2406 |
Function | set_graphics_mode | void | initvesa.c | |
2407 |
Function | map_data | addr_t | map.c | |
2408 |
Function | map_string | addr_t | map.c | |
2409 |
Function | init_map | int | map.c | |
2410 |
Function | map_image | struct multiboot_header * | map.c | |
2411 |
Static | mboot_map_stack | static void | map.c | |
2412 |
Function | mboot_run | void | map.c | |
2413 |
Static | map_modules | static int | mboot.c | |
2414 |
Static | get_modules | static int | mboot.c | |
2415 |
Function | main | int | mboot.c | |
2416 |
Static | mboot_scan_memory | static int | mem.c | |
2417 |
Function | mboot_make_memmap | void | mem.c | |
2418 |
Function | mboot_solaris_dhcp_hack | void | solaris.c | |
2419 |
Function | mboot_syslinux_info | void | syslinux.c | |
2420 |
Function | set_background | void | background.c | |
2421 |
Function | set_msg_colors_global | void | colors.c | |
2422 |
Function | default_color_table | struct color_table * | colors.c | |
2423 |
Function | copy_color_table | struct color_table * | colors.c | |
2424 |
Function | drain_keyboard | void | drain.c | |
2425 |
Function | execute | void | execute.c | |
2426 |
Function | draw_background | int | menu.c | |
2427 |
Function | set_resolution | void | menu.c | |
2428 |
Function | local_cursor_enable | void | menu.c | |
2429 |
Function | start_console | void | menu.c | |
2430 |
Static | pad_line | static char * | menumain.c | |
2431 |
Static | display_entry | static void | menumain.c | |
2432 |
Static | draw_row | static void | menumain.c | |
2433 |
Function | mygetkey | int | menumain.c | |
2434 |
Static | ask_passwd | static int | menumain.c | |
2435 |
Static | draw_menu | static void | menumain.c | |
2436 |
Static | clear_screen | static void | menumain.c | |
2437 |
Static | display_help | static void | menumain.c | |
2438 |
Static | show_fkey | static void | menumain.c | |
2439 |
Static | edit_cmdline | static const char * | menumain.c | |
2440 |
Inline | shift_is_held | static inline int | menumain.c | |
2441 |
Static | print_timeout_message | static void | menumain.c | |
2442 |
Static | prepare_screen_for_menu | static void | menumain.c | |
2443 |
Static | do_hidden_menu | static const char * | menumain.c | |
2444 |
Static | run_menu | static const char * | menumain.c | |
2445 |
Function | main | int | menumain.c | |
2446 |
Static | passwd_compare_sha1 | static int | passwd.c | |
2447 |
Static | passwd_compare_md5 | static int | passwd.c | |
2448 |
Static | passwd_compare_sha256 | static int | passwd.c | |
2449 |
Static | passwd_compare_sha512 | static int | passwd.c | |
2450 |
Function | passwd_compare | int | passwd.c | |
2451 |
Static | draw_message_file | static int | printmsg.c | |
2452 |
Function | show_message_file | int | printmsg.c | |
2453 |
Static | find_menu | static struct menu * | readconfig.c | |
2454 |
Static | skipspace | static char * | readconfig.c | |
2455 |
Static | strip_caret | static const char * | readconfig.c | |
2456 |
Static | looking_at | static char * | readconfig.c | |
2457 |
Static | new_menu | static struct menu * | readconfig.c | |
2458 |
Static | clear_label_data | static void | readconfig.c | |
2459 |
Static | new_entry | static struct menu_entry * | readconfig.c | |
2460 |
Static | consider_for_hotkey | static void | readconfig.c | |
2461 |
Static | record | static void | readconfig.c | |
2462 |
Static | begin_submenu | static struct menu * | readconfig.c | |
2463 |
Static | end_submenu | static struct menu * | readconfig.c | |
2464 |
Static | find_label | static struct menu_entry * | readconfig.c | |
2465 |
Static | unlabel | static const char * | readconfig.c | |
2466 |
Static | refdup_word | static const char * | readconfig.c | |
2467 |
Function | my_isxdigit | int | readconfig.c | |
2468 |
Function | hexval | unsigned int | readconfig.c | |
2469 |
Function | hexval2 | unsigned int | readconfig.c | |
2470 |
Function | parse_argb | uint32_t | readconfig.c | |
2471 |
Static | is_kernel_type | static char * | readconfig.c | |
2472 |
Static | is_message_name | static char * | readconfig.c | |
2473 |
Static | is_fkey | static char * | readconfig.c | |
2474 |
Static | parse_config_file | static void | readconfig.c | |
2475 |
Static | parse_one_config | static int | readconfig.c | |
2476 |
Static | resolve_gotos | static void | readconfig.c | |
2477 |
Function | parse_configs | void | readconfig.c | |
2478 |
Function | refstr_alloc | char * | refstr.c | |
2479 |
Function | refstrndup | const char * | refstr.c | |
2480 |
Function | refstrdup | const char * | refstr.c | |
2481 |
Function | vrsprintf | int | refstr.c | |
2482 |
Function | rsprintf | int | refstr.c | |
2483 |
Function | refstr_put | void | refstr.c | |
2484 |
Function | draw_background | int | vesamenu.c | |
2485 |
Function | set_resolution | void | vesamenu.c | |
2486 |
Function | local_cursor_enable | void | vesamenu.c | |
2487 |
Function | start_console | void | vesamenu.c | |
2488 |
Inline | error | static inline void | chain.c | |
2489 |
Static | int13_retry | static int | chain.c | |
2490 |
Static | get_disk_params | static int | chain.c | |
2491 |
Static | read_sector | static void * | chain.c | |
2492 |
Static | write_sector | static int | chain.c | |
2493 |
Static | write_verify_sector | static int | chain.c | |
2494 |
Static | find_disk | static int | chain.c | |
2495 |
Static | find_logical_partition | static struct part_entry * | chain.c | |
2496 |
Static | do_boot | static void | chain.c | |
2497 |
Static | hide_unhide | static int | chain.c | |
2498 |
Static | get_file_lba | static uint32_t | chain.c | |
2499 |
Static | usage | static void | chain.c | |
2500 |
Function | main | int | chain.c | |
2501 |
Function | main | int | cmd.c | |
2502 |
Function | main | int | config.c | |
2503 |
Static | dump_reg | static void | cpuid.c | |
2504 |
Function | main | int | cpuid.c | |
2505 |
Function | main | int | cpuidtest.c | |
2506 |
Function | main | int | disk.c | |
2507 |
Function | display_memory | void | dmitest.c | |
2508 |
Function | display_battery | void | dmitest.c | |
2509 |
Function | display_bios | void | dmitest.c | |
2510 |
Function | display_system | void | dmitest.c | |
2511 |
Function | display_base_board | void | dmitest.c | |
2512 |
Function | display_chassis | void | dmitest.c | |
2513 |
Function | display_cpu | void | dmitest.c | |
2514 |
Function | main | int | dmitest.c | |
2515 |
Function | display_bios_characteristics | void | dmi_utils.c | |
2516 |
Function | display_base_board_features | void | dmi_utils.c | |
2517 |
Function | display_processor_flags | void | dmi_utils.c | |
2518 |
Inline | error | static inline void | elf.c | |
2519 |
Function | boot_elf | int | elf.c | |
2520 |
Function | main | int | elf.c | |
2521 |
Static | skipspace | static char * | ethersel.c | |
2522 |
Static | looking_at | static int | ethersel.c | |
2523 |
Static | get_did | static char * | ethersel.c | |
2524 |
Static | get_rid_range | static char * | ethersel.c | |
2525 |
Static | parse_config | static struct match * | ethersel.c | |
2526 |
Function | main | int | ethersel.c | |
2527 |
Static | gpxecmd | static void | gpxecmd.c | |
2528 |
Function | main | int | gpxecmd.c | |
2529 |
Static | sleep | static unsigned char | ifcpu.c | |
2530 |
Static | boot_args | static void | ifcpu.c | |
2531 |
Function | main | int | ifcpu.c | |
2532 |
Static | cpu_has_cpuid | static bool __constfunc | ifcpu64.c | |
2533 |
Static | cpu_has_level | static bool __constfunc | ifcpu64.c | |
2534 |
Static | cpu_has_feature | static bool __constfunc | ifcpu64.c | |
2535 |
Static | boot_args | static void | ifcpu64.c | |
2536 |
Function | main | int | ifcpu64.c | |
2537 |
Inline | error | static inline void | kbdmap.c | |
2538 |
Function | main | int | kbdmap.c | |
2539 |
Static | find_argument | static char * | linux.c | |
2540 |
Static | find_boolean | static int | linux.c | |
2541 |
Static | make_cmdline | static char * | linux.c | |
2542 |
Function | main | int | linux.c | |
2543 |
Static | dump_e820 | static void | meminfo.c | |
2544 |
Static | dump_legacy | static void | meminfo.c | |
2545 |
Function | main | int | meminfo.c | |
2546 |
Function | display_pci_devices | void | pcitest.c | |
2547 |
Function | main | int | pcitest.c | |
2548 |
Inline | error | static inline void | pmload.c | |
2549 |
Function | boot_raw | int | pmload.c | |
2550 |
Function | main | int | pmload.c | |
2551 |
Function | main | int | reboot.c | |
2552 |
Static | sanboot | static void | sanboot.c | |
2553 |
Function | main | int | sanboot.c | |
2554 |
Inline | error | static inline void | sdi.c | |
2555 |
Static | boot_sdi | static int | sdi.c | |
2556 |
Function | has_valid_header | int | sdi.c | |
2557 |
Function | main | int | sdi.c | |
2558 |
Static | wait_key | static void | vesainfo.c | |
2559 |
Static | print_modes | static void | vesainfo.c | |
2560 |
Function | main | int | vesainfo.c | |
2561 |
Function | main | int | vpdtest.c | |
2562 |
Function | rosh_version | void | rosh.c | |
2563 |
Function | rosh_help | void | rosh.c | |
2564 |
Function | rosh_issp | int | rosh.c | |
2565 |
Function | rosh_search_nonsp | int | rosh.c | |
2566 |
Function | rosh_search_sp | int | rosh.c | |
2567 |
Function | rosh_parse_sp_1 | int | rosh.c | |
2568 |
Function | rosh_error | void | rosh.c | |
2569 |
Function | rosh_argcat | int | rosh.c | |
2570 |
Function | rosh_console_raw | void | rosh.c | |
2571 |
Function | rosh_console_std | void | rosh.c | |
2572 |
Function | rosh_getkey | int | rosh.c | |
2573 |
Function | rosh_1 | void | rosh.c | |
2574 |
Function | rosh_cat | void | rosh.c | |
2575 |
Function | rosh_cd | void | rosh.c | |
2576 |
Function | rosh_cfg | void | rosh.c | |
2577 |
Function | rosh_dir_arg | void | rosh.c | |
2578 |
Function | rosh_dir | void | rosh.c | |
2579 |
Function | rosh_ls | void | rosh.c | |
2580 |
Function | rosh_more_buf | void | rosh.c | |
2581 |
Function | rosh_more_fd | void | rosh.c | |
2582 |
Function | rosh_more | void | rosh.c | |
2583 |
Function | rosh_less | void | rosh.c | |
2584 |
Function | rosh_pwd | void | rosh.c | |
2585 |
Function | rosh_run | void | rosh.c | |
2586 |
Function | rosh_command | char | rosh.c | |
2587 |
Function | rosh_prompt | int | rosh.c | |
2588 |
Function | main | int | rosh.c | |
2589 |
Function | main | int | advdump.c | |
2590 |
Function | main | int | cat.c | |
2591 |
Function | main | int | entrydump.c | |
2592 |
Function | main | int | fancyhello.c | |
2593 |
Function | main | int | hello.c | |
2594 |
Static | cooked_keys | static void | keytest.c | |
2595 |
Static | raw_keys | static void | keytest.c | |
2596 |
Function | main | int | keytest.c | |
2597 |
Function | main | int | localboot.c | |
2598 |
Function | resolv | uint32_t | resolv.c | |
2599 |
Function | main | int | resolv.c | |
2600 |
Function | main | int | serialinfo.c | |
2601 |
Static | send_ack_packet | static int | be_tftp.c | |
2602 |
Static | be_tftp_write | static int | be_tftp.c | |
2603 |
Static | add_crc16 | static void | be_ymodem.c | |
2604 |
Static | send_ack_blk | static void | be_ymodem.c | |
2605 |
Static | send_ack | static void | be_ymodem.c | |
2606 |
Static | be_ymodem_write | static int | be_ymodem.c | |
2607 |
Function | cpio_pad | int | cpio.c | |
2608 |
Function | cpio_hdr | int | cpio.c | |
2609 |
Function | cpio_mkdir | int | cpio.c | |
2610 |
Function | cpio_writefile | int | cpio.c | |
2611 |
Function | cpio_close | int | cpio.c | |
2612 |
Static | has_eflag | static bool | cpuid.c | |
2613 |
Inline | get_cpuid | static inline void | cpuid.c | |
2614 |
Function | dump_cpuid | void | cpuid.c | |
2615 |
Static | frombcd | static uint8_t | ctime.c | |
2616 |
Function | posix_time | uint32_t | ctime.c | |
2617 |
Static | checksum | static uint8_t | dmi.c | |
2618 |
Static | is_old_dmi | static bool | dmi.c | |
2619 |
Static | is_smbios | static bool | dmi.c | |
2620 |
Static | dump_smbios | static void | dmi.c | |
2621 |
Static | dump_old_dmi | static void | dmi.c | |
2622 |
Function | dump_dmi | void | dmi.c | |
2623 |
Function | die | __noreturn | main.c | |
2624 |
Static | dump_all | static void | main.c | |
2625 |
Function | usage | __noreturn | main.c | |
2626 |
Function | main | int | main.c | |
2627 |
Static | dump_e820 | static void | memmap.c | |
2628 |
Function | dump_memory_map | void | memmap.c | |
2629 |
Function | snapshot_lowmem | void | memory.c | |
2630 |
Static | dump_memory_range | static void | memory.c | |
2631 |
Function | dump_memory | void | memory.c | |
2632 |
Static | dump_pci_device | static void | pci.c | |
2633 |
Function | dump_pci | void | pci.c | |
2634 |
Function | serial_init | int | serial.c | |
2635 |
Function | serial_write | void | serial.c | |
2636 |
Function | serial_read | void | serial.c | |
2637 |
Function | serial_cleanup | void | serial.c | |
2638 |
Function | dump_vesa_tables | void | vesa.c | |
2639 |
Function | init_data | int | zout.c | |
2640 |
Static | do_deflate | static int | zout.c | |
2641 |
Function | write_data | int | zout.c | |
2642 |
Function | flush_data | int | zout.c | |
2643 |
Function | __parse_argv | int | argv.c | |
2644 |
Function | atou | unsigned int | atou.c | |
2645 |
Function | putchar | int | conio.c | |
2646 |
Function | puts | int | conio.c | |
2647 |
Static | __free_block | static struct free_arena_header * | free.c | |
2648 |
Function | free | void | free.c | |
2649 |
Inline | sp | static inline size_t | malloc.c | |
2650 |
Function | __init_memory_arena | void | malloc.c | |
2651 |
Static | __malloc_from_block | static void * | malloc.c | |
2652 |
Function | malloc | void * | malloc.c | |
2653 |
Function | perror | void | perror.c | |
2654 |
Static | strnlen | static int | printf.c | |
2655 |
Static | number | static char * | printf.c | |
2656 |
Function | vsprintf | int | printf.c | |
2657 |
Function | sprintf | int | printf.c | |
2658 |
Function | printf | int | printf.c | |
2659 |
Function | skip_atou | unsigned int | skipatou.c | |
2660 |
Function | pause | void | syslinux.c | |
2661 |
Function | __attribute__ | void | syslinux.c | |
2662 |
Function | __attribute__ | void | syslinux.c | |
2663 |
Function | warning | void | syslinux.c | |
2664 |
Function | creat | int | syslinux.c | |
2665 |
Function | close | void | syslinux.c | |
2666 |
Function | rename | int | syslinux.c | |
2667 |
Function | write_file | ssize_t | syslinux.c | |
2668 |
Inline | __attribute__ | static inline | syslinux.c | |
2669 |
Function | write_device | void | syslinux.c | |
2670 |
Function | read_device | void | syslinux.c | |
2671 |
Function | get_partition_offset | uint32_t | syslinux.c | |
2672 |
Function | write_mbr | void | syslinux.c | |
2673 |
Function | read_mbr | void | syslinux.c | |
2674 |
Function | set_attributes | void | syslinux.c | |
2675 |
Function | libfat_xpread | int | syslinux.c | |
2676 |
Inline | get_dos_version | static inline void | syslinux.c | |
2677 |
Inline | set_lock_device | static inline void | syslinux.c | |
2678 |
Static | do_lock | static int | syslinux.c | |
2679 |
Function | lock_device | void | syslinux.c | |
2680 |
Function | unlock_device | void | syslinux.c | |
2681 |
Static | adjust_mbr | static void | syslinux.c | |
2682 |
Function | main | int | syslinux.c | |
2683 |
Function | __divdi3 | int64_t | __divdi3.c | |
2684 |
Function | __udivmoddi4 | uint64_t | __udivmoddi4.c | |
2685 |
Function | query_memdisk | struct memdiskinfo * | mdiskchk.c | |
2686 |
Function | bootloadername | const char * | mdiskchk.c | |
2687 |
Function | main | int | mdiskchk.c | |
2688 |
Static | __attribute__ | static void | main.c | |
2689 |
Function | __attribute__ | void | main.c | |
2690 |
Function | xpread | ssize_t | main.c | |
2691 |
Function | xpwrite | ssize_t | main.c | |
2692 |
Function | sectmap | int | main.c | |
2693 |
Function | get_size | uint64_t | main.c | |
2694 |
Function | get_geometry | int | main.c | |
2695 |
Function | patch_file_and_bootblock | void | main.c | |
2696 |
Function | read_adv | int | main.c | |
2697 |
Function | write_adv | int | main.c | |
2698 |
Function | modify_adv | int | main.c | |
2699 |
Function | install_bootblock | int | main.c | |
2700 |
Function | install_file | int | main.c | |
2701 |
Function | already_installed | int | main.c | |
2702 |
Static | device_cleanup | static void | main.c | |
2703 |
Static | validate_device | static int | main.c | |
2704 |
Static | find_device | static const char * | main.c | |
2705 |
Function | install_loader | int | main.c | |
2706 |
Function | modify_existing_adv | int | main.c | |
2707 |
Function | main | int | main.c | |
2708 |
Inline | aout_probe | static inline os_download_t | aout_loader.c | |
2709 |
Static | aout_download | static sector_t | aout_loader.c | |
2710 |
Inline | flag_is_changeable | static inline int | cpu.c | @file |
2711 |
Function | get_cpuinfo | void | cpu.c | Get CPU information |
2712 |
Function | _dump_regs | void __asmcall | dumpregs.c | |
2713 |
Static | elf_freebsd_probe | static void | freebsd_loader.c | |
2714 |
Static | elf_freebsd_fixup_segment | static void | freebsd_loader.c | |
2715 |
Static | elf_freebsd_find_segment_end | static void | freebsd_loader.c | |
2716 |
Static | elf_freebsd_debug_loader | static int | freebsd_loader.c | |
2717 |
Static | elf_freebsd_boot | static void | freebsd_loader.c | |
2718 |
Static | aout_freebsd_probe | static void | freebsd_loader.c | |
2719 |
Static | aout_freebsd_boot | static void | freebsd_loader.c | |
2720 |
Static | gdbmach_find_hwbp | static struct hwbp * | gdbmach.c | |
2721 |
Static | gdbmach_commit_hwbp | static void | gdbmach.c | |
2722 |
Function | gdbmach_set_breakpoint | int | gdbmach.c | |
2723 |
Static | gdbmach_disable_hwbps | static void | gdbmach.c | |
2724 |
Static | gdbmach_enable_hwbps | static void | gdbmach.c | |
2725 |
Function | gdbmach_handler | __asmcall void | gdbmach.c | |
2726 |
Function | __attribute__ | nulltrap.c | ||
2727 |
Inline | send_nonspecific_eoi | static inline void | pic8259.c | @file |
2728 |
Inline | send_specific_eoi | static inline void | pic8259.c | Send specific EOI(s) |
2729 |
Function | send_eoi | void | pic8259.c | Send End-Of-Interrupt to the PIC |
2730 |
Static | rdtsc_udelay | static void | rdtsc_timer.c | Delay for a fixed number of microseconds |
2731 |
Static | rdtsc_ticks_per_sec | static unsigned long | rdtsc_timer.c | Get number of ticks per second |
2732 |
Function | relocate | __asmcall void | relocate.c | Relocate Etherboot |
2733 |
Static | load_timer2 | static void | timer2.c | |
2734 |
Static | timer2_running | static int | timer2.c | |
2735 |
Function | timer2_udelay | void | timer2.c | |
2736 |
Static | memsetw | static void | video_subr.c | |
2737 |
Static | video_init | static void | video_subr.c | |
2738 |
Static | video_scroll | static void | video_subr.c | |
2739 |
Static | vga_putc | static void | video_subr.c | |
2740 |
Static | wince_probe | static os_download_t | wince_loader.c | |
2741 |
Static | ce_loader | static sector_t | wince_loader.c | |
2742 |
Static | get_x_header | static int | wince_loader.c | |
2743 |
Static | jump_2ep | static void | wince_loader.c | |
2744 |
Static | x86_readq | static uint64_t | x86_io.c | @file |
2745 |
Static | x86_writeq | static void | x86_io.c | Write 64-bit qword to memory-mapped device |
2746 |
Static | undipci_find_rom | static struct undi_rom * | undi.c | @file |
2747 |
Static | undipci_probe | static int | undi.c | Probe PCI device |
2748 |
Static | undipci_remove | static void | undi.c | Remove PCI device |
2749 |
Function | undi_load | int | undiload.c | Call UNDI loader to create a pixie |
2750 |
Function | undi_unload | int | undiload.c | Unload a pixie |
2751 |
Static | undinet_hook_isr | static void | undinet.c | Hook UNDI interrupt service routine |
2752 |
Static | undinet_unhook_isr | static void | undinet.c | Unhook UNDI interrupt service routine |
2753 |
Static | undinet_isr_triggered | static int | undinet.c | Test to see if UNDI ISR has been triggered |
2754 |
Static | undinet_transmit | static int | undinet.c | Transmit packet |
2755 |
Static | undinet_poll | static void | undinet.c | Poll for received packets |
2756 |
Static | undinet_open | static int | undinet.c | Open NIC |
2757 |
Static | undinet_close | static void | undinet.c | Close NIC |
2758 |
Static | undinet_irq | static void | undinet.c | Enable/disable interrupts |
2759 |
Function | undinet_probe | int | undinet.c | Probe UNDI device |
2760 |
Function | undinet_remove | void | undinet.c | Remove UNDI device |
2761 |
Static | undibus_probe | static int | undionly.c | @file |
2762 |
Static | undibus_remove | static void | undionly.c | Remove UNDI root bus |
2763 |
Static | undionly_shutdown | static void | undionly.c | Prepare for exit |
2764 |
Static | undirom_parse_pxeromid | static int | undirom.c | Parse PXE ROM ID structure |
2765 |
Static | undirom_parse_pcirheader | static int | undirom.c | Parse PCI expansion header |
2766 |
Static | undirom_probe | static int | undirom.c | Probe UNDI ROM |
2767 |
Static | undirom_probe_all_roms | static void | undirom.c | Create UNDI ROMs for all possible expansion ROMs |
2768 |
Function | undirom_find_pci | struct undi_rom * | undirom.c | Find UNDI ROM for PCI device |
2769 |
Function | set_fbms | void | basemem.c | @file |
2770 |
Static | bios_handle_cup | static void | bios_console.c | Handle ANSI CUP (cursor position) |
2771 |
Static | bios_handle_ed | static void | bios_console.c | Handle ANSI ED (erase in page) |
2772 |
Static | bios_handle_sgr | static void | bios_console.c | Handle ANSI SGR (set graphics rendition) |
2773 |
Static | bios_putchar | static void | bios_console.c | Print a character to BIOS console |
2774 |
Static | scancode_to_ansi_seq | static const char * | bios_console.c | Get ANSI escape sequence corresponding to BIOS scancode |
2775 |
Static | bios_getchar | static int | bios_console.c | Get character from BIOS console |
2776 |
Static | bios_iskey | static int | bios_console.c | Check for character ready to read from BIOS console |
2777 |
Function | fake_e820 | void | fakee820.c | |
2778 |
Function | unfake_e820 | void | fakee820.c | |
2779 |
Static | empty_8042 | static void | gateA20.c | Drain keyboard controller |
2780 |
Static | gateA20_is_set | static int | gateA20.c | Fast test to see if gate A20 is already set |
2781 |
Function | gateA20_set | void | gateA20.c | |
2782 |
Function | gateA20_unset | void | gateA20.c | |
2783 |
Static | hide_region | static void | hidemem.c | Hide region of memory from system memory map |
2784 |
Function | hide_basemem | void | hidemem.c | Hide used base memory |
2785 |
Function | hide_umalloc | void | hidemem.c | Hide umalloc() region |
2786 |
Function | hide_textdata | void | hidemem.c | Hide .text and .data |
2787 |
Static | hide_etherboot | static void | hidemem.c | Hide Etherboot |
2788 |
Static | unhide_etherboot | static void | hidemem.c | Unhide Etherboot |
2789 |
Static | extmemsize_e801 | static unsigned int | memmap.c | Get size of extended memory via INT 15,e801 |
2790 |
Static | extmemsize_88 | static unsigned int | memmap.c | Get size of extended memory via INT 15,88 |
2791 |
Function | extmemsize | unsigned int | memmap.c | Get size of extended memory |
2792 |
Static | meme820 | static int | memmap.c | Get e820 memory map |
2793 |
Function | get_memmap | void | memmap.c | Get memory map |
2794 |
Static | is_pnp_bios | static int | pnpbios.c | Test address for PnP BIOS structure |
2795 |
Function | find_pnp_bios | int | pnpbios.c | Locate Plug-and-Play BIOS |
2796 |
Static | startpxe_payload | static int | pxe_cmd.c | |
2797 |
Static | startpxe_exec | static int | pxe_cmd.c | |
2798 |
Static | stoppxe_exec | static int | pxe_cmd.c | |
2799 |
Function | call_bootsector | int | bootsector.c | Jump to preloaded bootsector |
2800 |
Static | bzimage_parse_header | static int | bzimage.c | Parse bzImage header |
2801 |
Static | bzimage_update_header | static void | bzimage.c | Update bzImage header in loaded kernel |
2802 |
Static | bzimage_parse_cmdline | static int | bzimage.c | Parse kernel command line for bootloader parameters |
2803 |
Static | bzimage_set_cmdline | static int | bzimage.c | Set command line |
2804 |
Static | bzimage_load_initrd | static size_t | bzimage.c | Load initrd |
2805 |
Static | bzimage_load_initrds | static int | bzimage.c | Load initrds, if any |
2806 |
Static | bzimage_exec | static int | bzimage.c | Execute bzImage image |
2807 |
Function | bzimage_load | int | bzimage.c | Load bzImage image into memory |
2808 |
Static | com32_exec | static int | com32.c | Execute COMBOOT image |
2809 |
Static | com32_identify | static int | com32.c | Check image name extension |
2810 |
Static | comboot_load_image | static int | com32.c | Load COM32 image into memory |
2811 |
Static | comboot_prepare_bounce_buffer | static int | com32.c | Prepare COM32 low memory bounce buffer |
2812 |
Static | com32_load | static int | com32.c | Load COM32 image into memory |
2813 |
Static | comboot_copy_cmdline | static void | comboot.c | Copy command line to PSP |
2814 |
Static | comboot_init_psp | static void | comboot.c | Initialize PSP |
2815 |
Static | comboot_exec | static int | comboot.c | Execute COMBOOT image |
2816 |
Static | comboot_identify | static int | comboot.c | Check image name extension |
2817 |
Static | comboot_prepare_segment | static int | comboot.c | Load COMBOOT image into memory, preparing a segment and returning it |
2818 |
Static | comboot_load | static int | comboot.c | Load COMBOOT image into memory |
2819 |
Static | elfboot_exec | static int | elfboot.c | Execute ELF image |
2820 |
Static | elfboot_load | static int | elfboot.c | Load ELF image into memory |
2821 |
Static | word_checksum | static unsigned int | eltorito.c | Calculate 16-bit word checksum |
2822 |
Static | eltorito_exec | static int | eltorito.c | Execute El Torito image |
2823 |
Static | eltorito_read_voldesc | static int | eltorito.c | Read and verify El Torito Boot Record Volume Descriptor |
2824 |
Static | eltorito_read_catalog | static int | eltorito.c | Read and verify El Torito Boot Catalog |
2825 |
Static | eltorito_load_disk | static int | eltorito.c | Load El Torito virtual disk image into memory |
2826 |
Static | eltorito_load | static int | eltorito.c | Load El Torito image into memory |
2827 |
Static | multiboot_build_memmap | static void | multiboot.c | Build multiboot memory map |
2828 |
Function | multiboot_add_cmdline | physaddr_t | multiboot.c | Add command line in base memory |
2829 |
Static | multiboot_build_module_list | static unsigned int | multiboot.c | Build multiboot module list |
2830 |
Static | multiboot_exec | static int | multiboot.c | Execute multiboot image |
2831 |
Static | multiboot_find_header | static int | multiboot.c | Find multiboot header |
2832 |
Static | multiboot_load_raw | static int | multiboot.c | Load raw multiboot image into memory |
2833 |
Static | multiboot_load_elf | static int | multiboot.c | Load ELF multiboot image into memory |
2834 |
Static | multiboot_load | static int | multiboot.c | Load multiboot image into memory |
2835 |
Static | nbi_prepare_segment | static int | nbi.c | Prepare a segment for an NBI image |
2836 |
Static | nbi_load_segment | static int | nbi.c | Load a segment for an NBI image |
2837 |
Static | nbi_process_segments | static int | nbi.c | Process segments of an NBI image |
2838 |
Static | nbi_load | static int | nbi.c | Load an NBI image into memory |
2839 |
Static | nbi_boot16 | static int | nbi.c | Boot a 16-bit NBI image |
2840 |
Static | nbi_boot32 | static int | nbi.c | Boot a 32-bit NBI image |
2841 |
Static | nbi_prepare_dhcp | static int | nbi.c | Prepare DHCP parameter block for NBI image |
2842 |
Static | nbi_exec | static int | nbi.c | Execute a loaded NBI image |
2843 |
Static | pxe_exec | static int | pxe_image.c | Execute PXE image |
2844 |
Function | pxe_load | int | pxe_image.c | Load PXE image into memory |
2845 |
Function | abft_fill_data | void | abft.c | Fill in all variable portions of aBFT |
2846 |
Static | aoeboot | static int | aoeboot.c | |
2847 |
Function | hook_bios_interrupt | void | biosint.c | Hook INT vector |
2848 |
Function | unhook_bios_interrupt | int | biosint.c | Unhook INT vector |
2849 |
Static | bios_cpu_nap | static void | bios_nap.c | Save power by halting the CPU until the next interrupt |
2850 |
Static | bios_find_smbios | static int | bios_smbios.c | @file |
2851 |
Static | bios_currticks | static unsigned long | bios_timer.c | Get current system time in ticks |
2852 |
Static | ibft_set_ipaddr | static void | ibft.c | Fill in an IP address field within iBFT |
2853 |
Static | ibft_set_ipaddr_option | static void | ibft.c | Fill in an IP address within iBFT from configuration setting |
2854 |
Static | ibft_ipaddr | static const char * | ibft.c | Read IP address from iBFT (for debugging) |
2855 |
Static | ibft_alloc_string | static int | ibft.c | Allocate a string within iBFT |
2856 |
Static | ibft_set_string | static int | ibft.c | Fill in a string field within iBFT |
2857 |
Static | ibft_set_string_option | static int | ibft.c | Fill in a string field within iBFT from configuration setting |
2858 |
Static | ibft_string | static const char * | ibft.c | Read string from iBFT (for debugging) |
2859 |
Static | ibft_fill_nic | static int | ibft.c | Fill in NIC portion of iBFT |
2860 |
Static | ibft_fill_initiator | static int | ibft.c | Fill in Initiator portion of iBFT |
2861 |
Static | ibft_fill_target_chap | static int | ibft.c | Fill in Target CHAP portion of iBFT |
2862 |
Static | ibft_fill_target_reverse_chap | static int | ibft.c | Fill in Target Reverse CHAP portion of iBFT |
2863 |
Static | ibft_fill_target | static int | ibft.c | Fill in Target portion of iBFT |
2864 |
Function | ibft_fill_data | int | ibft.c | Fill in all variable portions of iBFT |
2865 |
Static | ib_srpboot | static int | ib_srpboot.c | |
2866 |
Static | int13_set_num_drives | static void | int13.c | Update BIOS drive count |
2867 |
Static | int13_check_num_drives | static void | int13.c | Check number of drives |
2868 |
Static | int13_reset | static int | int13.c | INT 13, 00 - Reset disk system |
2869 |
Static | int13_get_last_status | static int | int13.c | INT 13, 01 - Get status of last operation |
2870 |
Static | int13_rw_sectors | static int | int13.c | Read / write sectors |
2871 |
Static | int13_read_sectors | static int | int13.c | INT 13, 02 - Read sectors |
2872 |
Static | int13_write_sectors | static int | int13.c | INT 13, 03 - Write sectors |
2873 |
Static | int13_get_parameters | static int | int13.c | INT 13, 08 - Get drive parameters |
2874 |
Static | int13_get_disk_type | static int | int13.c | INT 13, 15 - Get disk type |
2875 |
Static | int13_extension_check | static int | int13.c | INT 13, 41 - Extensions installation check |
2876 |
Static | int13_extended_rw | static int | int13.c | Extended read / write |
2877 |
Static | int13_extended_read | static int | int13.c | INT 13, 42 - Extended read |
2878 |
Static | int13_extended_write | static int | int13.c | INT 13, 43 - Extended write |
2879 |
Static | int13_get_extended_parameters | static int | int13.c | INT 13, 48 - Get extended parameters |
2880 |
Static | int13 | static __asmcall void | int13.c | INT 13 handler |
2881 |
Static | hook_int13 | static void | int13.c | Hook INT 13 handler |
2882 |
Static | unhook_int13 | static void | int13.c | Unhook INT 13 handler |
2883 |
Static | guess_int13_geometry | static void | int13.c | Guess INT 13 drive geometry |
2884 |
Function | register_int13_drive | void | int13.c | Register INT 13 emulated drive |
2885 |
Function | unregister_int13_drive | void | int13.c | Unregister INT 13 emulated drive |
2886 |
Function | int13_boot | int | int13.c | Attempt to boot from an INT 13 drive |
2887 |
Static | iscsiboot | static int | iscsiboot.c | |
2888 |
Function | keep_san | int | keepsan.c | |
2889 |
Static | init_eheap | static int | memtop_umalloc.c | Initialise external heap |
2890 |
Static | ecollect_free | static void | memtop_umalloc.c | Collect free blocks |
2891 |
Static | memtop_urealloc | static userptr_t | memtop_umalloc.c | Reallocate external memory |
2892 |
Static | pcibios_max_bus | static int | pcibios.c | @file |
2893 |
Function | pcibios_read | int | pcibios.c | Read configuration space via PCI BIOS |
2894 |
Function | pcibios_write | int | pcibios.c | Write configuration space via PCI BIOS |
2895 |
Function | sbft_fill_data | int | sbft.c | Fill in all variable portions of sBFT |
2896 |
Static | pxenv_unknown | static PXENV_EXIT_t | pxe_call.c | Handle an unknown PXE API call |
2897 |
Function | pxe_api_call | __asmcall void | pxe_call.c | Dispatch PXE API call |
2898 |
Function | _pxe_api_call_weak | int | pxe_call.c | Dispatch weak PXE API call with PXE stack available |
2899 |
Function | pxe_loader_call | __asmcall void | pxe_call.c | Dispatch PXE loader call |
2900 |
Static | pxe_checksum | static uint8_t | pxe_call.c | Calculate byte checksum as used by PXE |
2901 |
Static | pxe_init_structures | static void | pxe_call.c | Initialise !PXE and PXENV+ structures |
2902 |
Function | pxe_activate | void | pxe_call.c | Activate PXE stack |
2903 |
Function | pxe_deactivate | int | pxe_call.c | Deactivate PXE stack |
2904 |
Function | pxe_start_nbp | int | pxe_call.c | |
2905 |
Function | pxenv_file_open | PXENV_EXIT_t | pxe_file.c | FILE OPEN |
2906 |
Function | pxenv_file_close | PXENV_EXIT_t | pxe_file.c | FILE CLOSE |
2907 |
Function | pxenv_file_select | PXENV_EXIT_t | pxe_file.c | FILE SELECT |
2908 |
Function | pxenv_file_read | PXENV_EXIT_t | pxe_file.c | FILE READ |
2909 |
Function | pxenv_get_file_size | PXENV_EXIT_t | pxe_file.c | GET FILE SIZE |
2910 |
Function | pxenv_file_exec | PXENV_EXIT_t | pxe_file.c | FILE EXEC |
2911 |
Function | pxenv_file_api_check | PXENV_EXIT_t | pxe_file.c | FILE API CHECK |
2912 |
Function | pxenv_file_exit_hook | PXENV_EXIT_t | pxe_file.c | FILE EXIT HOOK |
2913 |
Function | undi_loader | PXENV_EXIT_t | pxe_loader.c | @file |
2914 |
Function | pxe_set_cached_filename | void | pxe_preboot.c | Set PXE cached TFTP filename |
2915 |
Function | pxenv_unload_stack | PXENV_EXIT_t | pxe_preboot.c | UNLOAD BASE CODE STACK |
2916 |
Function | pxenv_get_cached_info | PXENV_EXIT_t | pxe_preboot.c | |
2917 |
Function | pxenv_restart_tftp | PXENV_EXIT_t | pxe_preboot.c | |
2918 |
Function | pxenv_start_undi | PXENV_EXIT_t | pxe_preboot.c | |
2919 |
Function | pxenv_stop_undi | PXENV_EXIT_t | pxe_preboot.c | |
2920 |
Function | pxenv_start_base | PXENV_EXIT_t | pxe_preboot.c | |
2921 |
Function | pxenv_stop_base | PXENV_EXIT_t | pxe_preboot.c | |
2922 |
Static | pxe_tftp_close | static void | pxe_tftp.c | Close PXE TFTP connection |
2923 |
Static | pxe_tftp_xfer_deliver_iob | static int | pxe_tftp.c | Receive new data |
2924 |
Static | pxe_tftp_xfer_close | static void | pxe_tftp.c | Handle close() event |
2925 |
Static | pxe_tftp_open | static int | pxe_tftp.c | Open PXE TFTP connection |
2926 |
Function | pxenv_tftp_open | PXENV_EXIT_t | pxe_tftp.c | TFTP OPEN |
2927 |
Function | pxenv_tftp_close | PXENV_EXIT_t | pxe_tftp.c | TFTP CLOSE |
2928 |
Function | pxenv_tftp_read | PXENV_EXIT_t | pxe_tftp.c | TFTP READ |
2929 |
Function | pxenv_tftp_read_file | PXENV_EXIT_t | pxe_tftp.c | TFTP/MTFTP read file |
2930 |
Function | pxenv_tftp_get_fsize | PXENV_EXIT_t | pxe_tftp.c | TFTP GET FILE SIZE |
2931 |
Static | pxe_udp_deliver_iob | static int | pxe_udp.c | Receive PXE UDP data |
2932 |
Function | pxenv_udp_open | PXENV_EXIT_t | pxe_udp.c | UDP OPEN |
2933 |
Function | pxenv_udp_close | PXENV_EXIT_t | pxe_udp.c | UDP CLOSE |
2934 |
Function | pxenv_udp_write | PXENV_EXIT_t | pxe_udp.c | UDP WRITE |
2935 |
Function | pxenv_udp_read | PXENV_EXIT_t | pxe_udp.c | UDP READ |
2936 |
Function | pxe_set_netdev | void | pxe_undi.c | Set network device as current PXE network device |
2937 |
Static | pxe_netdev_open | static int | pxe_undi.c | Open PXE network device |
2938 |
Static | pxe_netdev_close | static void | pxe_undi.c | Close PXE network device |
2939 |
Static | pxe_dump_mcast_list | static void | pxe_undi.c | Dump multicast address list |
2940 |
Function | pxenv_undi_startup | PXENV_EXIT_t | pxe_undi.c | |
2941 |
Function | pxenv_undi_cleanup | PXENV_EXIT_t | pxe_undi.c | |
2942 |
Function | pxenv_undi_initialize | PXENV_EXIT_t | pxe_undi.c | |
2943 |
Function | pxenv_undi_reset_adapter | PXENV_EXIT_t | pxe_undi.c | |
2944 |
Function | pxenv_undi_shutdown | PXENV_EXIT_t | pxe_undi.c | |
2945 |
Function | pxenv_undi_open | PXENV_EXIT_t | pxe_undi.c | |
2946 |
Function | pxenv_undi_close | PXENV_EXIT_t | pxe_undi.c | |
2947 |
Function | pxenv_undi_transmit | PXENV_EXIT_t | pxe_undi.c | |
2948 |
Function | pxenv_undi_set_mcast_address | PXENV_EXIT_t | pxe_undi.c | |
2949 |
Function | pxenv_undi_set_station_address | PXENV_EXIT_t | pxe_undi.c | |
2950 |
Function | pxenv_undi_set_packet_filter | PXENV_EXIT_t | pxe_undi.c | |
2951 |
Function | pxenv_undi_get_information | PXENV_EXIT_t | pxe_undi.c | |
2952 |
Function | pxenv_undi_get_statistics | PXENV_EXIT_t | pxe_undi.c | |
2953 |
Function | pxenv_undi_clear_statistics | PXENV_EXIT_t | pxe_undi.c | |
2954 |
Function | pxenv_undi_initiate_diags | PXENV_EXIT_t | pxe_undi.c | |
2955 |
Function | pxenv_undi_force_interrupt | PXENV_EXIT_t | pxe_undi.c | |
2956 |
Function | pxenv_undi_get_mcast_address | PXENV_EXIT_t | pxe_undi.c | |
2957 |
Function | pxenv_undi_get_nic_type | PXENV_EXIT_t | pxe_undi.c | |
2958 |
Function | pxenv_undi_get_iface_info | PXENV_EXIT_t | pxe_undi.c | |
2959 |
Function | pxenv_undi_get_state | PXENV_EXIT_t | pxe_undi.c | |
2960 |
Function | pxenv_undi_isr | PXENV_EXIT_t | pxe_undi.c | |
2961 |
Inline | __attribute__ | static inline | pxeparent.c | @file |
2962 |
Function | pxeparent_call | int | pxeparent.c | Issue parent PXE API call |
2963 |
Function | com32_intcall | void __asmcall | com32_call.c | Interrupt call helper |
2964 |
Function | com32_farcall | void __asmcall | com32_call.c | Farcall helper |
2965 |
Function | com32_cfarcall | int __asmcall | com32_call.c | CDECL farcall helper |
2966 |
Static | print_user_string | static void | comboot_call.c | Print a string with a particular terminator |
2967 |
Static | shuffle | static void | comboot_call.c | Perform a series of memory copies from a list in low memory |
2968 |
Function | comboot_force_text_mode | void | comboot_call.c | Set default text mode |
2969 |
Static | comboot_fetch_kernel | static int | comboot_call.c | Fetch kernel and optional initrd |
2970 |
Static | int20 | static __asmcall void | comboot_call.c | Terminate program interrupt handler |
2971 |
Static | int21 | static __asmcall void | comboot_call.c | DOS-compatible API |
2972 |
Static | int22 | static __asmcall void | comboot_call.c | SYSLINUX API |
2973 |
Function | hook_comboot_interrupts | void | comboot_call.c | Hook BIOS interrupts related to COMBOOT API (INT 20h, 21h, 22h) |
2974 |
Function | unhook_comboot_interrupts | void | comboot_call.c | Unhook BIOS interrupts related to COMBOOT API (INT 20h, 21h, 22h) |
2975 |
Static | comboot_resolv_done | static void | comboot_resolv.c | |
2976 |
Function | comboot_resolv | int | comboot_resolv.c | |
2977 |
Function | copy_user_to_rm_stack | uint16_t | librm_mgmt.c | Allocate space on the real-mode stack and copy data there from a |
2978 |
Function | remove_user_from_rm_stack | void | librm_mgmt.c | Deallocate space on the real-mode stack, optionally copying back |
2979 |
Function | pcidirect_prepare | void | pcidirect.c | @file |
2980 |
Function | __memcpy | void * | x86_string.c | Copy memory area |
2981 |
Static | efix86_cpu_nap | static void | efix86_nap.c | @file |
2982 |
Function | _start | EFI_STATUS EFIAPI | efidrvprefix.c | EFI entry point |
2983 |
Function | _start | EFI_STATUS EFIAPI | efiprefix.c | EFI entry point |
2984 |
Function | acpi_fix_checksum | void | acpi.c | @file |
2985 |
Static | ansiesc_call_handler | static void | ansiesc.c | @file |
2986 |
Function | ansiesc_process | int | ansiesc.c | Process character that may be part of ANSI escape sequence |
2987 |
Function | vasprintf | int | asprintf.c | Write a formatted string to newly allocated memory. |
2988 |
Function | asprintf | int | asprintf.c | Write a formatted string to newly allocated memory. |
2989 |
Function | base64_encode | void | base64.c | Base64-encode a string |
2990 |
Function | basename | char * | basename.c | Return base name from path |
2991 |
Function | dirname | char * | basename.c | Return directory name from path |
2992 |
Function | bitmap_resize | int | bitmap.c | @file |
2993 |
Function | bitmap_test | int | bitmap.c | Test bit in bitmap |
2994 |
Function | bitmap_set | void | bitmap.c | Set bit in bitmap |
2995 |
Function | __flsl | int | bitops.c | |
2996 |
Static | btext_setup_display | static void | btext.c | |
2997 |
Static | map_boot_text | static void | btext.c | |
2998 |
Static | calc_base | static unsigned char * BTEXT | btext.c | |
2999 |
Static | btext_clearscreen | static void BTEXT | btext.c | |
3000 |
Function | dcbst | __inline__ void | btext.c | |
3001 |
Static | btext_flushscreen | static void BTEXT | btext.c | |
3002 |
Static | scrollscreen | static BTEXT void | btext.c | |
3003 |
Static | btext_drawchar | static void BTEXT | btext.c | |
3004 |
Static | btext_drawstring | static void BTEXT | btext.c | |
3005 |
Static | btext_drawhex | static void BTEXT | btext.c | |
3006 |
Static | draw_byte | static void BTEXT | btext.c | |
3007 |
Static | draw_byte_32 | static void BTEXT | btext.c | |
3008 |
Static | draw_byte_16 | static void BTEXT | btext.c | |
3009 |
Static | draw_byte_8 | static void BTEXT | btext.c | |
3010 |
Static | btext_init | static void | btext.c | |
3011 |
Static | btext_putc | static void | btext.c | |
3012 |
Function | putchar | void | console.c | Write a single character to each console device. |
3013 |
Static | has_input | static struct console_driver * | console.c | Check to see if any input is available on any console. |
3014 |
Function | getchar | int | console.c | Read a single character from any console. |
3015 |
Function | iskey | int | console.c | Check for available input on any console. |
3016 |
Function | cpio_set_field | void | cpio.c | Set field within a CPIO header |
3017 |
Function | isspace | int | ctype.c | Check to see if character is a space |
3018 |
Function | churi | void | cwuri.c | Change working URI |
3019 |
Function | pause | void | debug.c | |
3020 |
Function | more | void | debug.c | |
3021 |
Static | dbg_hex_dump_da_row | static void | debug.c | Print row of a hex dump with specified display address |
3022 |
Function | dbg_hex_dump_da | void | debug.c | Print hex dump with specified display address |
3023 |
Function | guard_region | void | debug.c | |
3024 |
Function | check_region | int | debug.c | |
3025 |
Static | dbg_autocolour | static int | debug.c | Choose colour index for debug autocolourisation |
3026 |
Function | dbg_autocolourise | void | debug.c | Select automatic colour for debug messages |
3027 |
Function | dbg_decolourise | void | debug.c | Revert to normal colour |
3028 |
Static | rootdev_probe | static int | device.c | Probe a root device |
3029 |
Static | rootdev_remove | static void | device.c | Remove a root device |
3030 |
Static | probe_devices | static void | device.c | Probe all devices |
3031 |
Static | remove_devices | static void | device.c | Remove all devices |
3032 |
Static | downloader_free | static void | downloader.c | Free downloader object |
3033 |
Static | downloader_finished | static void | downloader.c | Terminate download |
3034 |
Static | downloader_ensure_size | static int | downloader.c | Ensure that download buffer is large enough for the specified size |
3035 |
Static | downloader_job_kill | static void | downloader.c | Job control interface |
3036 |
Static | downloader_job_progress | static void | downloader.c | Report progress of download job |
3037 |
Static | downloader_xfer_deliver_iob | static int | downloader.c | Data transfer interface |
3038 |
Static | downloader_xfer_close | static void | downloader.c | Handle close() event received via data transfer interface |
3039 |
Function | create_downloader | int | downloader.c | Instantiator |
3040 |
Function | execv | int | exec.c | Execute command |
3041 |
Static | expand_command | static char * | exec.c | Expand variables within command line |
3042 |
Static | split_args | static int | exec.c | Split command line into argv array |
3043 |
Function | system | int | exec.c | Execute command line |
3044 |
Static | echo_exec | static int | exec.c | The "echo" command |
3045 |
Function | filter_close | void | filter.c | @file |
3046 |
Function | filter_vredirect | int | filter.c | |
3047 |
Function | filter_window | size_t | filter.c | |
3048 |
Function | filter_alloc_iob | struct io_buffer * | filter.c | |
3049 |
Function | filter_deliver_iob | int | filter.c | |
3050 |
Function | filter_deliver_raw | int | filter.c | |
3051 |
Static | gdbserial_recv | static size_t | gdbserial.c | |
3052 |
Static | gdbserial_send | static void | gdbserial.c | |
3053 |
Function | gdbserial_configure | struct gdb_transport * | gdbserial.c | |
3054 |
Static | gdbstub_from_hex_digit | static uint8_t | gdbstub.c | |
3055 |
Static | gdbstub_to_hex_digit | static uint8_t | gdbstub.c | |
3056 |
Static | gdbstub_from_hex_buf | static void | gdbstub.c | |
3057 |
Static | gdbstub_to_hex_buf | static void | gdbstub.c | |
3058 |
Static | gdbstub_cksum | static uint8_t | gdbstub.c | |
3059 |
Static | gdbstub_tx_packet | static void | gdbstub.c | |
3060 |
Static | gdbstub_send_ok | static void | gdbstub.c | |
3061 |
Static | gdbstub_send_num_packet | static void | gdbstub.c | |
3062 |
Static | gdbstub_get_packet_args | static int | gdbstub.c | |
3063 |
Static | gdbstub_send_errno | static void | gdbstub.c | |
3064 |
Static | gdbstub_report_signal | static void | gdbstub.c | |
3065 |
Static | gdbstub_read_regs | static void | gdbstub.c | |
3066 |
Static | gdbstub_write_regs | static void | gdbstub.c | |
3067 |
Static | gdbstub_read_mem | static void | gdbstub.c | |
3068 |
Static | gdbstub_write_mem | static void | gdbstub.c | |
3069 |
Static | gdbstub_continue | static void | gdbstub.c | |
3070 |
Static | gdbstub_breakpoint | static void | gdbstub.c | |
3071 |
Static | gdbstub_rx_packet | static void | gdbstub.c | |
3072 |
Static | gdbstub_state_new | static void | gdbstub.c | |
3073 |
Static | gdbstub_state_data | static void | gdbstub.c | |
3074 |
Static | gdbstub_state_cksum1 | static void | gdbstub.c | |
3075 |
Static | gdbstub_state_cksum2 | static void | gdbstub.c | |
3076 |
Static | gdbstub_state_wait_ack | static void | gdbstub.c | |
3077 |
Static | gdbstub_parse | static void | gdbstub.c | |
3078 |
Function | gdbstub_handler | void | gdbstub.c | |
3079 |
Function | find_gdb_transport | struct gdb_transport * | gdbstub.c | |
3080 |
Function | gdbstub_start | void | gdbstub.c | |
3081 |
Static | gdbudp_ensure_netdev_open | static void | gdbudp.c | |
3082 |
Static | gdbudp_recv | static size_t | gdbudp.c | |
3083 |
Static | gdbudp_send | static void | gdbudp.c | |
3084 |
Function | gdbudp_configure | struct gdb_transport * | gdbudp.c | |
3085 |
Static | gdbudp_init | static int | gdbudp.c | |
3086 |
Static | getchar_timeout | static int | getkey.c | Read character from console if available within timeout period |
3087 |
Function | getkey | int | getkey.c | Get single keypress |
3088 |
Static | get_argv_argument | static const char * | getopt.c | Get option argument from argv[] array |
3089 |
Static | match_long_option | static int | getopt.c | Match long option |
3090 |
Static | match_short_option | static int | getopt.c | Match short option |
3091 |
Function | getopt_long | int | getopt.c | Parse command-line options |
3092 |
Static | hw_finished | static void | hw.c | |
3093 |
Static | hw_xfer_close | static void | hw.c | |
3094 |
Static | hw_step | static void | hw.c | |
3095 |
Static | hw_open | static int | hw.c | |
3096 |
Static | i365_get | static u_char | i82365.c | |
3097 |
Static | i365_set | static void | i82365.c | |
3098 |
Function | add_socket_i365 | void | i82365.c | |
3099 |
Function | i365_bset | void | i82365.c | |
3100 |
Function | i365_bclr | void | i82365.c | |
3101 |
Function | identify_i365 | int | i82365.c | |
3102 |
Function | init_i82365 | int | i82365.c | |
3103 |
Function | phex | void | i82365.c | |
3104 |
Function | deinit_i82365 | int | i82365.c | |
3105 |
Function | i82365_interfacer | int | i82365.c | |
3106 |
Static | free_image | static void | image.c | Free executable/loadable image |
3107 |
Function | alloc_image | struct image * | image.c | Allocate executable/loadable image |
3108 |
Function | image_set_uri | int | image.c | Set image URI |
3109 |
Function | image_set_cmdline | int | image.c | Set image command line |
3110 |
Function | register_image | int | image.c | Register executable/loadable image |
3111 |
Function | unregister_image | void | image.c | Unregister executable/loadable image |
3112 |
Function | find_image | struct image * | image.c | Find image by name |
3113 |
Static | image_load_type | static int | image.c | Load executable/loadable image into memory |
3114 |
Function | image_load | int | image.c | Load executable/loadable image into memory |
3115 |
Function | image_autoload | int | image.c | Autodetect image type and load executable/loadable image into memory |
3116 |
Function | image_exec | int | image.c | Execute loaded image |
3117 |
Function | register_and_autoload_image | int | image.c | Register and autoload an image |
3118 |
Function | register_and_autoexec_image | int | image.c | Register and autoexec an image |
3119 |
Function | initialise | void | init.c | Initialise gPXE |
3120 |
Function | startup | void | init.c | Start up gPXE |
3121 |
Function | shutdown | void | init.c | Shut down gPXE |
3122 |
Function | plug | void | interface.c | @file |
3123 |
Function | plug_plug | void | interface.c | Plug two interfaces together |
3124 |
Function | alloc_iob | struct io_buffer * | iobuf.c | @file |
3125 |
Function | free_iob | void | iobuf.c | Free I/O buffer |
3126 |
Function | iob_ensure_headroom | int | iobuf.c | Ensure I/O buffer has sufficient headroom |
3127 |
Function | job_done | void | job.c | @file |
3128 |
Function | job_kill | void | job.c | |
3129 |
Function | job_progress | void | job.c | |
3130 |
Function | ignore_job_done | void | job.c | Helper methods |
3131 |
Function | ignore_job_kill | void | job.c | |
3132 |
Function | ignore_job_progress | void | job.c | |
3133 |
Function | buffered_line | char * | linebuf.c | Retrieve buffered-up line |
3134 |
Function | empty_line_buffer | void | linebuf.c | Discard line buffer contents |
3135 |
Function | line_buffer | ssize_t | linebuf.c | Buffer up received data by lines |
3136 |
Function | main | __asmcall int | main.c | Main entry point |
3137 |
Function | alloc_memblock | void * | malloc.c | Allocate a memory block |
3138 |
Function | free_memblock | void | malloc.c | Free a memory block |
3139 |
Function | realloc | void * | malloc.c | Reallocate memory |
3140 |
Function | malloc | void * | malloc.c | Allocate memory |
3141 |
Function | free | void | malloc.c | Free memory |
3142 |
Function | zalloc | void * | malloc.c | Allocate cleared memory |
3143 |
Function | mpopulate | void | malloc.c | Add memory to allocation pool |
3144 |
Static | init_heap | static void | malloc.c | Initialise the heap |
3145 |
Function | mdumpfree | void | malloc.c | Dump free block list |
3146 |
Function | inet_aton | int | misc.c | INET_ATON - Convert an ascii x.x.x.x to binary form |
3147 |
Function | strtoul | unsigned long | misc.c | |
3148 |
Static | monojob_done | static void | monojob.c | |
3149 |
Function | monojob_wait | int | monojob.c | Wait for single foreground job to complete |
3150 |
Static | nvo_checksum | static unsigned int | nvo.c | @file |
3151 |
Static | nvo_load | static int | nvo.c | Load non-volatile stored options from non-volatile storage device |
3152 |
Static | nvo_save | static int | nvo.c | Save non-volatile stored options back to non-volatile storage device |
3153 |
Static | nvo_init_dhcpopts | static void | nvo.c | Parse stored options |
3154 |
Static | nvo_store | static int | nvo.c | Store value of NVO setting |
3155 |
Static | nvo_fetch | static int | nvo.c | Fetch value of NVO setting |
3156 |
Function | nvo_init | void | nvo.c | Initialise non-volatile stored options |
3157 |
Function | register_nvo | int | nvo.c | Register non-volatile stored options |
3158 |
Function | unregister_nvo | void | nvo.c | Unregister non-volatile stored options |
3159 |
Function | xfer_open_uri | int | open.c | @file |
3160 |
Function | xfer_open_uri_string | int | open.c | Open URI string |
3161 |
Function | xfer_open_socket | int | open.c | Open socket |
3162 |
Function | xfer_vopen | int | open.c | Open location |
3163 |
Function | xfer_open | int | open.c | Open location |
3164 |
Function | xfer_vreopen | int | open.c | Reopen location |
3165 |
Function | sleepticks | void | pcmcia.c | |
3166 |
Static | pcmcia_init_all | static void | pcmcia.c | |
3167 |
Static | pcmcia_shutdown_all | static void | pcmcia.c | |
3168 |
Static | get_scancode | static int | pc_kbd.c | |
3169 |
Static | kbd_havekey | static int | pc_kbd.c | |
3170 |
Static | kbd_ischar | static int | pc_kbd.c | |
3171 |
Static | kbd_getc | static int | pc_kbd.c | |
3172 |
Static | posix_file_free | static void | posix_io.c | Free open file |
3173 |
Static | posix_file_finished | static void | posix_io.c | Terminate file data transfer |
3174 |
Static | posix_file_xfer_close | static void | posix_io.c | Handle close() event |
3175 |
Static | posix_file_xfer_deliver_iob | static int | posix_io.c | Handle deliver_iob() event |
3176 |
Static | posix_fd_to_file | static struct posix_file * | posix_io.c | Identify file by file descriptor |
3177 |
Static | posix_find_free_fd | static int | posix_io.c | Find an available file descriptor |
3178 |
Function | open | int | posix_io.c | Open file |
3179 |
Function | select | int | posix_io.c | Check file descriptors for readiness |
3180 |
Function | read_user | ssize_t | posix_io.c | Read data from file |
3181 |
Function | fsize | ssize_t | posix_io.c | Determine file size |
3182 |
Function | close | int | posix_io.c | Close file |
3183 |
Function | process_add | void | process.c | Add process to process list |
3184 |
Function | process_del | void | process.c | Remove process from process list |
3185 |
Function | step | void | process.c | Single-step a single process |
3186 |
Static | init_processes | static void | process.c | Initialise processes |
3187 |
Static | print_lacp_state | static void | proto_eth_slow.c | |
3188 |
Inline | print_lacpdu | static inline void | proto_eth_slow.c | |
3189 |
Inline | lacp_timer_val | static inline unsigned long | proto_eth_slow.c | |
3190 |
Static | print_lacp | static void | proto_eth_slow.c | |
3191 |
Static | lacp_init_state | static void | proto_eth_slow.c | |
3192 |
Inline | lacp_update_ntt | static inline int | proto_eth_slow.c | |
3193 |
Inline | lacp_record_pdu | static inline void | proto_eth_slow.c | |
3194 |
Inline | lacp_timer_expired | static inline int | proto_eth_slow.c | |
3195 |
Inline | lacp_start_periodic_timer | static inline void | proto_eth_slow.c | |
3196 |
Inline | lacp_start_current_while_timer | static inline void | proto_eth_slow.c | |
3197 |
Static | send_lacp_reports | static void | proto_eth_slow.c | |
3198 |
Inline | send_eth_slow_reports | static inline void | proto_eth_slow.c | |
3199 |
Inline | process_eth_slow | static inline void | proto_eth_slow.c | |
3200 |
Function | srandom | void | random.c | Seed the pseudo-random number generator |
3201 |
Function | random | long int | random.c | Generate a pseudo-random number between 0 and 2147483647L or 2147483562? |
3202 |
Function | ref_get | struct refcnt * | refcnt.c | @file |
3203 |
Function | ref_put | void | refcnt.c | Decrement reference count |
3204 |
Function | resolv_done | void | resolv.c | @file |
3205 |
Function | ignore_resolv_done | void | resolv.c | Ignore name resolution done() event |
3206 |
Static | numeric_step | static void | resolv.c | |
3207 |
Static | numeric_resolv | static int | resolv.c | |
3208 |
Static | resolv_mux_try | static int | resolv.c | Try current child name resolver |
3209 |
Static | resolv_mux_done | static void | resolv.c | Handle done() event from child name resolver |
3210 |
Function | resolv | int | resolv.c | Start name resolution |
3211 |
Static | named_done | static void | resolv.c | Finish using named socket |
3212 |
Static | named_xfer_close | static void | resolv.c | Handle close() event |
3213 |
Static | named_resolv_done | static void | resolv.c | Handle done() event |
3214 |
Function | xfer_open_named_socket | int | resolv.c | Open named socket |
3215 |
Function | serial_putc | void | serial.c | |
3216 |
Function | serial_getc | int | serial.c | |
3217 |
Function | serial_ischar | int | serial.c | |
3218 |
Static | serial_init | static void | serial.c | |
3219 |
Static | serial_fini | static void | serial.c | |
3220 |
Static | serial_console_init | static void | serial_console.c | |
3221 |
Inline | generic_setting_name | static inline void * | settings.c | Get generic setting name |
3222 |
Inline | generic_setting_data | static inline void * | settings.c | Get generic setting data |
3223 |
Static | find_generic_setting | static struct generic_setting * | settings.c | Find generic setting |
3224 |
Function | generic_settings_store | int | settings.c | Store value of generic setting |
3225 |
Function | generic_settings_fetch | int | settings.c | Fetch value of generic setting |
3226 |
Function | generic_settings_clear | void | settings.c | Clear generic settings block |
3227 |
Static | find_child_settings | static struct settings * | settings.c | Find child named settings block |
3228 |
Static | autovivify_child_settings | static struct settings * | settings.c | Find or create child named settings block |
3229 |
Static | settings_name | static const char * | settings.c | Return settings block name (for debug only) |
3230 |
Static | parse_settings_name | static struct settings * | settings.c | Parse settings block name |
3231 |
Function | find_settings | struct settings * | settings.c | Find named settings block |
3232 |
Static | apply_settings | static int | settings.c | Apply all settings |
3233 |
Static | reprioritise_settings | static void | settings.c | Reprioritise settings |
3234 |
Function | register_settings | int | settings.c | Register settings block |
3235 |
Function | unregister_settings | void | settings.c | Unregister settings block |
3236 |
Function | store_setting | int | settings.c | Core settings routines |
3237 |
Function | fetch_setting | int | settings.c | Fetch value of setting |
3238 |
Function | fetch_setting_len | int | settings.c | Fetch length of setting |
3239 |
Function | fetch_string_setting | int | settings.c | Fetch value of string setting |
3240 |
Function | fetch_string_setting_copy | int | settings.c | Fetch value of string setting |
3241 |
Function | fetch_ipv4_setting | int | settings.c | Fetch value of IPv4 address setting |
3242 |
Function | fetch_int_setting | int | settings.c | Fetch value of signed integer setting |
3243 |
Function | fetch_uint_setting | int | settings.c | Fetch value of unsigned integer setting |
3244 |
Function | fetch_intz_setting | long | settings.c | Fetch value of signed integer setting, or zero |
3245 |
Function | fetch_uintz_setting | unsigned long | settings.c | Fetch value of unsigned integer setting, or zero |
3246 |
Function | fetch_uuid_setting | int | settings.c | Fetch value of UUID setting |
3247 |
Function | clear_settings | void | settings.c | Clear settings block |
3248 |
Function | setting_cmp | int | settings.c | Compare two settings |
3249 |
Function | storef_setting | int | settings.c | Formatted setting routines |
3250 |
Static | find_setting | static struct setting * | settings.c | Find named setting |
3251 |
Static | parse_setting_tag | static unsigned int | settings.c | Parse setting name as tag number |
3252 |
Static | find_setting_type | static struct setting_type * | settings.c | Find setting type |
3253 |
Static | parse_setting_name | static int | settings.c | Parse setting name |
3254 |
Function | storef_named_setting | int | settings.c | Parse and store value of named setting |
3255 |
Function | fetchf_named_setting | int | settings.c | Fetch and format value of named setting |
3256 |
Static | storef_string | static int | settings.c | Setting types |
3257 |
Static | fetchf_string | static int | settings.c | Fetch and format value of string setting |
3258 |
Static | storef_uristring | static int | settings.c | Parse and store value of URI-encoded string setting |
3259 |
Static | fetchf_uristring | static int | settings.c | Fetch and format value of URI-encoded string setting |
3260 |
Static | storef_ipv4 | static int | settings.c | Parse and store value of IPv4 address setting |
3261 |
Static | fetchf_ipv4 | static int | settings.c | Fetch and format value of IPv4 address setting |
3262 |
Static | storef_int | static int | settings.c | Parse and store value of integer setting |
3263 |
Static | storef_int8 | static int | settings.c | Parse and store value of 8-bit integer setting |
3264 |
Static | storef_int16 | static int | settings.c | Parse and store value of 16-bit integer setting |
3265 |
Static | storef_int32 | static int | settings.c | Parse and store value of 32-bit integer setting |
3266 |
Static | fetchf_int | static int | settings.c | Fetch and format value of signed integer setting |
3267 |
Static | fetchf_uint | static int | settings.c | Fetch and format value of unsigned integer setting |
3268 |
Static | storef_hex | static int | settings.c | Parse and store value of hex string setting |
3269 |
Static | fetchf_hex | static int | settings.c | Fetch and format value of hex string setting |
3270 |
Static | storef_uuid | static int | settings.c | Parse and store value of UUID setting |
3271 |
Static | fetchf_uuid | static int | settings.c | Fetch and format value of UUID setting |
3272 |
Function | strcpy | char * | string.c | ** FROM string.c *** |
3273 |
Function | strncpy | char * | string.c | strncpy - Copy a length-limited, %NUL-terminated string |
3274 |
Function | strcat | char * | string.c | strcat - Append one %NUL-terminated string to another |
3275 |
Function | strcmp | int | string.c | strcmp - Compare two strings |
3276 |
Function | strncmp | int | string.c | strncmp - Compare two length-limited strings |
3277 |
Function | strcasecmp | int | string.c | |
3278 |
Function | strchr | char * | string.c | strchr - Find the first occurrence of a character in a string |
3279 |
Function | strrchr | char * | string.c | strrchr - Find the last occurrence of a character in a string |
3280 |
Function | strlen | size_t | string.c | strlen - Find the length of a string |
3281 |
Function | strnlen | size_t | string.c | strnlen - Find the length of a length-limited string |
3282 |
Function | memset | void * | string.c | memset - Fill a region of memory with the given value |
3283 |
Function | memcpy | void * | string.c | memcpy - Copy one area of memory to another |
3284 |
Function | memmove | void * | string.c | memmove - Copy one area of memory to another |
3285 |
Function | memcmp | int | string.c | memcmp - Compare two areas of memory |
3286 |
Function | strstr | char * | string.c | strstr - Find the first substring in a %NUL terminated string |
3287 |
Function | memchr | void * | string.c | memchr - Find a character in an area of memory. |
3288 |
Function | strndup | char * | string.c | |
3289 |
Function | strdup | char * | string.c | |
3290 |
Function | strnicmp | int | stringextra.c | ** FROM string.c *** |
3291 |
Function | strncat | char * | stringextra.c | strncat - Append a length-limited, %NUL-terminated string to another |
3292 |
Function | strspn | size_t | stringextra.c | strspn - Calculate the length of the initial substring of @s which only |
3293 |
Function | strcspn | size_t | stringextra.c | strcspn - Calculate the length of the initial substring of @s which only |
3294 |
Function | strpbrk | char * | stringextra.c | strpbrk - Find the first occurrence of a set of characters |
3295 |
Function | strtok | char * | stringextra.c | strtok - Split a string into tokens |
3296 |
Function | strsep | char * | stringextra.c | strsep - Split a string into tokens |
3297 |
Function | bcopy | char * | stringextra.c | bcopy - Copy one area of memory to another |
3298 |
Function | memscan | void * | stringextra.c | memscan - Find a character in an area of memory. |
3299 |
Function | mdelay | void | timer.c | Delay for a fixed number of milliseconds |
3300 |
Function | sleep | unsigned int | timer.c | Delay for a fixed number of seconds |
3301 |
Static | dump_uri | static void | uri.c | Dump URI for debugging |
3302 |
Function | parse_uri | struct uri * | uri.c | Parse URI |
3303 |
Function | uri_port | unsigned int | uri.c | Get port from URI |
3304 |
Function | unparse_uri | int | uri.c | Unparse URI |
3305 |
Function | uri_dup | struct uri * | uri.c | Duplicate URI |
3306 |
Function | resolve_path | char * | uri.c | Resolve base+relative path |
3307 |
Function | resolve_uri | struct uri * | uri.c | Resolve base+relative URI |
3308 |
Static | is_unreserved_uri_char | static int | uri.c | Test for unreserved URI characters |
3309 |
Function | uri_encode | size_t | uri.c | URI-encode string |
3310 |
Function | uri_decode | size_t | uri.c | Decode URI-encoded string |
3311 |
Function | uuid_ntoa | char * | uuid.c | @file |
3312 |
Static | format_hex | static char * | vsprintf.c | Format a hexadecimal number |
3313 |
Static | format_decimal | static char * | vsprintf.c | Format a decimal number |
3314 |
Inline | cputchar | static inline void | vsprintf.c | Print character via a printf context |
3315 |
Function | vcprintf | size_t | vsprintf.c | Write a formatted string to a printf context |
3316 |
Static | printf_sputc | static void | vsprintf.c | Write character to buffer |
3317 |
Function | vsnprintf | int | vsprintf.c | Write a formatted string to a buffer |
3318 |
Function | snprintf | int | vsprintf.c | Write a formatted string to a buffer |
3319 |
Function | vssnprintf | int | vsprintf.c | Version of vsnprintf() that accepts a signed buffer size |
3320 |
Function | ssnprintf | int | vsprintf.c | Version of vsnprintf() that accepts a signed buffer size |
3321 |
Static | printf_putchar | static void | vsprintf.c | Write character to console |
3322 |
Function | vprintf | int | vsprintf.c | Write a formatted string to the console |
3323 |
Function | printf | int | vsprintf.c | Write a formatted string to the console. |
3324 |
Function | xfer_close | void | xfer.c | Close data transfer interface |
3325 |
Function | xfer_vredirect | int | xfer.c | Send redirection event |
3326 |
Function | xfer_redirect | int | xfer.c | Send redirection event |
3327 |
Function | xfer_window | size_t | xfer.c | Check flow control window |
3328 |
Function | xfer_alloc_iob | struct io_buffer * | xfer.c | Allocate I/O buffer |
3329 |
Function | xfer_deliver_iob_meta | int | xfer.c | Deliver datagram as I/O buffer with metadata |
3330 |
Function | xfer_deliver_iob | int | xfer.c | Deliver datagram as I/O buffer with metadata |
3331 |
Function | xfer_deliver_raw | int | xfer.c | Deliver datagram as raw data |
3332 |
Function | xfer_vprintf | int | xfer.c | Deliver formatted string |
3333 |
Function | xfer_printf | int | xfer.c | Deliver formatted string |
3334 |
Function | xfer_seek | int | xfer.c | Seek to position |
3335 |
Function | ignore_xfer_close | void | xfer.c | Helper methods |
3336 |
Function | ignore_xfer_vredirect | int | xfer.c | Ignore vredirect() event |
3337 |
Function | unlimited_xfer_window | size_t | xfer.c | Unlimited flow control window |
3338 |
Function | no_xfer_window | size_t | xfer.c | No flow control window |
3339 |
Function | default_xfer_alloc_iob | struct io_buffer * | xfer.c | Allocate I/O buffer |
3340 |
Function | xfer_deliver_as_raw | int | xfer.c | Deliver datagram as raw data |
3341 |
Function | xfer_deliver_as_iob | int | xfer.c | Deliver datagram as I/O buffer |
3342 |
Function | ignore_xfer_deliver_raw | int | xfer.c | Ignore datagram as raw data event |
3343 |
Function | aes_wrap | int | aes_wrap.c | Wrap a key or other data using AES Key Wrap (RFC 3394) |
3344 |
Function | aes_unwrap | int | aes_wrap.c | Unwrap a key or other data using AES Key Wrap (RFC 3394) |
3345 |
Static | arc4_setkey | static int | arc4.c | Set ARC4 key |
3346 |
Static | arc4_xor | static void | arc4.c | Perform ARC4 encryption or decryption |
3347 |
Static | arc4_setiv | static void | arc4.c | |
3348 |
Function | arc4_skip | void | arc4.c | Perform ARC4 encryption or decryption, skipping initial keystream bytes |
3349 |
Static | asn1_start | static int | asn1.c | @file |
3350 |
Function | asn1_enter | int | asn1.c | Enter ASN.1 object |
3351 |
Function | asn1_skip | int | asn1.c | Skip ASN.1 object |
3352 |
Static | aes_setkey | static int | axtls_aes.c | @file |
3353 |
Static | aes_setiv | static void | axtls_aes.c | Set initialisation vector |
3354 |
Static | aes_call_axtls | static void | axtls_aes.c | Call AXTLS' AES_encrypt() or AES_decrypt() functions |
3355 |
Static | aes_encrypt | static void | axtls_aes.c | Encrypt data |
3356 |
Static | aes_decrypt | static void | axtls_aes.c | Decrypt data |
3357 |
Static | sha1_init | static void | axtls_sha1.c | |
3358 |
Static | sha1_update | static void | axtls_sha1.c | |
3359 |
Static | sha1_final | static void | axtls_sha1.c | |
3360 |
Static | cbc_xor | static void | cbc.c | @file |
3361 |
Function | cbc_encrypt | void | cbc.c | Encrypt data |
3362 |
Function | cbc_decrypt | void | cbc.c | Decrypt data |
3363 |
Function | chap_init | int | chap.c | @file |
3364 |
Function | chap_update | void | chap.c | Add data to the CHAP challenge |
3365 |
Function | chap_respond | void | chap.c | Respond to the CHAP challenge |
3366 |
Function | chap_finish | void | chap.c | Free resources used by a CHAP response |
3367 |
Function | get_random_bytes | void | crandom.c | Get cryptographically strong random bytes |
3368 |
Function | crc32_le | u32 | crc32.c | Calculate 32-bit little-endian CRC checksum |
3369 |
Static | digest_null_init | static void | crypto_null.c | |
3370 |
Static | digest_null_update | static void | crypto_null.c | |
3371 |
Static | digest_null_final | static void | crypto_null.c | |
3372 |
Static | cipher_null_setkey | static int | crypto_null.c | |
3373 |
Static | cipher_null_setiv | static void | crypto_null.c | |
3374 |
Static | cipher_null_encrypt | static void | crypto_null.c | |
3375 |
Static | cipher_null_decrypt | static void | crypto_null.c | |
3376 |
Static | hmac_reduce_key | static void | hmac.c | Reduce HMAC key length |
3377 |
Function | hmac_init | void | hmac.c | Initialise HMAC |
3378 |
Function | hmac_final | void | hmac.c | Finalise HMAC |
3379 |
Static | f1 | static u32 | md5.c | |
3380 |
Static | f2 | static u32 | md5.c | |
3381 |
Static | f3 | static u32 | md5.c | |
3382 |
Static | f4 | static u32 | md5.c | |
3383 |
Static | md5_transform | static void | md5.c | |
3384 |
Inline | le32_to_cpu_array | static inline void | md5.c | |
3385 |
Inline | cpu_to_le32_array | static inline void | md5.c | |
3386 |
Inline | md5_transform_helper | static inline void | md5.c | |
3387 |
Static | md5_init | static void | md5.c | |
3388 |
Static | md5_update | static void | md5.c | |
3389 |
Static | md5_final | static void | md5.c | |
3390 |
Function | prf_sha1 | void | sha1extra.c | SHA1 pseudorandom function for creating derived keys |
3391 |
Static | pbkdf2_sha1_f | static void | sha1extra.c | PBKDF2 key derivation function inner block operation |
3392 |
Function | pbkdf2_sha1 | void | sha1extra.c | PBKDF2 key derivation function using SHA1 |
3393 |
Static | x509_public_key | static int | x509.c | Identify X.509 certificate public key |
3394 |
Function | x509_rsa_public_key | int | x509.c | Identify X.509 certificate RSA modulus and public exponent |
3395 |
Static | AES_xtime | static unsigned char | aes.c | |
3396 |
Function | AES_set_key | void | aes.c | Set up AES with the key/iv and cipher size. |
3397 |
Function | AES_convert_key | void | aes.c | Change a key for decryption. |
3398 |
Function | AES_cbc_encrypt | void | aes.c | Encrypt a byte sequence (with a block size 16) using the AES cipher. |
3399 |
Function | AES_cbc_decrypt | void | aes.c | Decrypt a byte sequence (with a block size 16) using the AES cipher. |
3400 |
Function | AES_encrypt | void | aes.c | Encrypt a single block (16 bytes) of data |
3401 |
Function | AES_decrypt | void | aes.c | Decrypt a single block (16 bytes) of data |
3402 |
Function | bi_initialize | BI_CTX * | bigint.c | @brief Start a new bigint context. |
3403 |
Function | bi_terminate | void | bigint.c | @brief Close the bigint context and free any resources. |
3404 |
Function | bi_copy | bigint * | bigint.c | @brief Increment the number of references to this object. |
3405 |
Function | bi_permanent | void | bigint.c | @brief Simply make a bigint object "unfreeable" if bi_free() is called on it. |
3406 |
Function | bi_depermanent | void | bigint.c | @brief Take a permanent object and make it eligible for freedom. |
3407 |
Function | bi_free | void | bigint.c | @brief Free a bigint object so it can be used again. |
3408 |
Function | int_to_bi | bigint * | bigint.c | @brief Convert an (unsigned) integer into a bigint. |
3409 |
Function | bi_clone | bigint * | bigint.c | @brief Do a full copy of the bigint object. |
3410 |
Function | bi_add | bigint * | bigint.c | @brief Perform an addition operation between two bigints. |
3411 |
Function | bi_subtract | bigint * | bigint.c | @brief Perform a subtraction operation between two bigints. |
3412 |
Static | bi_int_multiply | static bigint * | bigint.c | Perform a multiply between a bigint an an (unsigned) integer |
3413 |
Function | bi_divide | bigint * | bigint.c | @brief Does both division and modulo calculations. |
3414 |
Static | bi_int_divide | static bigint * | bigint.c | |
3415 |
Static | 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, |
3416 |
Function | defined | bigint.c | ||
3417 |
Static | comp_left_shift | static bigint * | bigint.c | Take each component and shift it up (in terms of components) |
3418 |
Function | bi_import | bigint * | bigint.c | @brief Allow a binary sequence to be imported as a bigint. |
3419 |
Function | bi_str_import | bigint * | bigint.c | @brief The testharness uses this code to import text hex-streams and |
3420 |
Function | bi_print | void | bigint.c | |
3421 |
Function | bi_export | void | bigint.c | @brief Take a bigint and convert it into a byte sequence. |
3422 |
Function | bi_set_mod | void | bigint.c | @brief Pre-calculate some of the expensive steps in reduction. |
3423 |
Function | bi_free_mod | void | bigint.c | @brief Used when cleaning various bigints at the end of a session. |
3424 |
Static | regular_multiply | static bigint * | bigint.c | Perform a standard multiplication between two bigints. |
3425 |
Static | karatsuba | static bigint * | bigint.c | |
3426 |
Function | bi_multiply | bigint * | bigint.c | @brief Perform a multiplication operation between two bigints. |
3427 |
Static | regular_square | static bigint * | bigint.c | |
3428 |
Function | bi_square | bigint * | bigint.c | @brief Perform a square operation on a bigint. |
3429 |
Function | bi_compare | int | bigint.c | @brief Compare two bigints. |
3430 |
Static | more_comps | static void | bigint.c | |
3431 |
Static | alloc | static bigint * | bigint.c | |
3432 |
Static | find_max_exp_index | static int | bigint.c | |
3433 |
Static | exp_bit_is_one | static int | bigint.c | |
3434 |
Static | check | static void | bigint.c | |
3435 |
Static | trim | static bigint * | bigint.c | |
3436 |
Function | bi_mont | bigint * | bigint.c | @brief Perform a single montgomery reduction. |
3437 |
Static | comp_mod | static bigint * | bigint.c | |
3438 |
Static | partial_multiply | static bigint * | bigint.c | |
3439 |
Function | bi_barrett | bigint * | bigint.c | @brief Perform a single Barrett reduction. |
3440 |
Static | precompute_slide_window | static void | bigint.c | |
3441 |
Function | bi_mod_power | bigint * | bigint.c | @brief Perform a modular exponentiation. |
3442 |
Function | bi_mod_power2 | bigint * | bigint.c | @brief Perform a modular exponentiation using a temporary modulus. |
3443 |
Function | RSA_priv_key_new | void | rsa.c | |
3444 |
Function | RSA_pub_key_new | void | rsa.c | |
3445 |
Function | RSA_free | void | rsa.c | Free up any RSA context resources. |
3446 |
Function | RSA_decrypt | int | rsa.c | @brief Use PKCS1.5 for decryption/verification. |
3447 |
Function | RSA_private | bigint * | rsa.c | Performs m = c^d mod n |
3448 |
Static | bi_crt | static bigint * | rsa.c | Use the Chinese Remainder Theorem to quickly perform RSA decrypts. |
3449 |
Function | RSA_print | void | rsa.c | Used for diagnostics. |
3450 |
Function | RSA_public | bigint * | rsa.c | Performs c = m^e mod n |
3451 |
Function | RSA_encrypt | int | rsa.c | Use PKCS1.5 for encryption/signing. |
3452 |
Function | RSA_sign_verify | bigint * | rsa.c | Take a signature and decrypt it. |
3453 |
Function | SHA1Init | void | sha1.c | Initialize the SHA1 context |
3454 |
Function | SHA1Update | void | sha1.c | Accepts an array of octets as the next portion of the message. |
3455 |
Function | SHA1Final | void | sha1.c | Return the 160-bit message digest into the user's array |
3456 |
Static | SHA1ProcessMessageBlock | static void | sha1.c | Process the next 512 bits of the message stored in the array. |
3457 |
Static | SHA1PadMessage | static void | sha1.c | |
3458 |
Function | write_bit | void | bitbash.c | @file |
3459 |
Function | read_bit | int | bitbash.c | Read input bit |
3460 |
Static | i2c_delay | static void | i2c_bit.c | @file |
3461 |
Static | setscl | static void | i2c_bit.c | Set state of I2C SCL line |
3462 |
Static | setsda | static void | i2c_bit.c | Set state of I2C SDA line |
3463 |
Static | getsda | static int | i2c_bit.c | Get state of I2C SDA line |
3464 |
Static | i2c_start | static void | i2c_bit.c | Send an I2C start condition |
3465 |
Static | i2c_send_bit | static void | i2c_bit.c | Send an I2C data bit |
3466 |
Static | i2c_recv_bit | static int | i2c_bit.c | Receive an I2C data bit |
3467 |
Static | i2c_stop | static void | i2c_bit.c | Send an I2C stop condition |
3468 |
Static | i2c_send_byte | static int | i2c_bit.c | Send byte via I2C bus and check for acknowledgement |
3469 |
Static | i2c_recv_byte | static uint8_t | i2c_bit.c | Receive byte via I2C bus |
3470 |
Static | i2c_select | static int | i2c_bit.c | Select I2C device for reading or writing |
3471 |
Static | i2c_reset | static int | i2c_bit.c | Reset I2C bus |
3472 |
Static | i2c_bit_read | static int | i2c_bit.c | Read data from I2C device via bit-bashing interface |
3473 |
Static | i2c_bit_write | static int | i2c_bit.c | Write data to I2C device via bit-bashing interface |
3474 |
Function | init_i2c_bit_basher | int | i2c_bit.c | Initialise I2C bit-bashing interface |
3475 |
Static | spi_bit_delay | static void | spi_bit.c | @file |
3476 |
Static | spi_bit_set_slave_select | static void | spi_bit.c | Select/deselect slave |
3477 |
Static | spi_bit_transfer | static void | spi_bit.c | Transfer bits over SPI bit-bashing bus |
3478 |
Static | spi_bit_rw | static int | spi_bit.c | Read/write data via SPI bit-bashing bus |
3479 |
Function | init_spi_bit_basher | void | spi_bit.c | Initialise SPI bit-bashing interface |
3480 |
Inline | __attribute__ | static inline | ata.c | @file |
3481 |
Inline | __attribute__ | static inline | ata.c | Issue ATA command |
3482 |
Static | ata_read | static int | ata.c | Read block from ATA device |
3483 |
Static | ata_write | static int | ata.c | Write block to ATA device |
3484 |
Static | ata_identify | static int | ata.c | Identify ATA device |
3485 |
Function | init_atadev | int | ata.c | Initialise ATA device |
3486 |
Inline | __attribute__ | static inline | ramdisk.c | @file |
3487 |
Static | ramdisk_read | static int | ramdisk.c | Read block |
3488 |
Static | ramdisk_write | static int | ramdisk.c | Write block |
3489 |
Function | init_ramdisk | int | ramdisk.c | |
3490 |
Inline | __attribute__ | static inline | scsi.c | |
3491 |
Function | scsi_detached_command | int | scsi.c | Handle SCSI command with no backing device |
3492 |
Static | scsi_command | static int | scsi.c | Issue SCSI command |
3493 |
Static | scsi_read_10 | static int | scsi.c | Read block from SCSI device using READ (10) |
3494 |
Static | scsi_read_16 | static int | scsi.c | Read block from SCSI device using READ (16) |
3495 |
Static | scsi_write_10 | static int | scsi.c | Write block to SCSI device using WRITE (10) |
3496 |
Static | scsi_write_16 | static int | scsi.c | Write block to SCSI device using WRITE (16) |
3497 |
Static | scsi_read_capacity_10 | static int | scsi.c | Read capacity of SCSI device via READ CAPACITY (10) |
3498 |
Static | scsi_read_capacity_16 | static int | scsi.c | Read capacity of SCSI device via READ CAPACITY (16) |
3499 |
Function | init_scsidev | int | scsi.c | Initialise SCSI device |
3500 |
Function | scsi_parse_lun | int | scsi.c | Parse SCSI LUN |
3501 |
Static | srp_scsi_done | static void | srp.c | Mark SRP SCSI command as complete |
3502 |
Static | srp_fail | static void | srp.c | Handle SRP session failure |
3503 |
Static | srp_login | static void | srp.c | Initiate SRP login |
3504 |
Static | srp_login_rsp | static int | srp.c | Handle SRP login response |
3505 |
Static | srp_login_rej | static int | srp.c | Handle SRP login rejection |
3506 |
Static | srp_cmd | static void | srp.c | Transmit SRP SCSI command |
3507 |
Static | srp_rsp | static int | srp.c | Handle SRP SCSI response |
3508 |
Static | srp_unrecognised | static int | srp.c | Handle SRP unrecognised response |
3509 |
Static | srp_xfer_deliver_iob | static int | srp.c | Receive data from underlying socket |
3510 |
Static | srp_xfer_close | static void | srp.c | Underlying socket closed |
3511 |
Static | srp_command | static int | srp.c | Issue SCSI command via SRP |
3512 |
Function | srp_attach | int | srp.c | Attach SRP device |
3513 |
Function | srp_detach | void | srp.c | Detach SRP device |
3514 |
Function | eisa_device_enabled | void | eisa.c | Reset and enable/disable an EISA device |
3515 |
Static | eisa_probe | static int | eisa.c | Probe an EISA device |
3516 |
Static | eisa_remove | static void | eisa.c | Remove an EISA device |
3517 |
Static | eisabus_probe | static int | eisa.c | Probe EISA root bus |
3518 |
Static | eisabus_remove | static void | eisa.c | Remove EISA root bus |
3519 |
Static | isa_probe | static int | isa.c | Probe an ISA device |
3520 |
Static | isa_remove | static void | isa.c | Remove an ISA device |
3521 |
Static | isabus_probe | static int | isa.c | Probe ISA root bus |
3522 |
Static | isabus_remove | static void | isa.c | Remove ISA root bus |
3523 |
Inline | isapnp_write_address | static inline void | isapnp.c | |
3524 |
Inline | isapnp_write_data | static inline void | isapnp.c | |
3525 |
Inline | isapnp_read_data | static inline unsigned int | isapnp.c | |
3526 |
Inline | isapnp_write_byte | static inline void | isapnp.c | |
3527 |
Inline | isapnp_read_byte | static inline unsigned int | isapnp.c | |
3528 |
Inline | isapnp_read_word | static inline unsigned int | isapnp.c | |
3529 |
Inline | isapnp_set_read_port | static inline void | isapnp.c | Inform cards of a new read port address |
3530 |
Inline | isapnp_serialisolation | static inline void | isapnp.c | Enter the Isolation state. |
3531 |
Inline | isapnp_wait_for_key | static inline void | isapnp.c | Enter the Wait for Key state. |
3532 |
Inline | isapnp_reset_csn | static inline void | isapnp.c | Reset (i.e. remove) Card Select Number. |
3533 |
Inline | isapnp_wake | static inline void | isapnp.c | Place a specified card into the Config state. |
3534 |
Inline | isapnp_read_resourcedata | static inline unsigned int | isapnp.c | |
3535 |
Inline | isapnp_read_status | static inline unsigned int | isapnp.c | |
3536 |
Inline | isapnp_write_csn | static inline void | isapnp.c | Assign a Card Select Number to a card, and enter the Config state. |
3537 |
Inline | isapnp_logicaldevice | static inline void | isapnp.c | |
3538 |
Inline | isapnp_activate | static inline void | isapnp.c | |
3539 |
Inline | isapnp_deactivate | static inline void | isapnp.c | |
3540 |
Inline | isapnp_read_iobase | static inline unsigned int | isapnp.c | |
3541 |
Inline | isapnp_read_irqno | static inline unsigned int | isapnp.c | |
3542 |
Static | isapnp_delay | static void | isapnp.c | |
3543 |
Inline | isapnp_lfsr_next | static inline unsigned int | isapnp.c | Linear feedback shift register. |
3544 |
Static | isapnp_send_key | static void | isapnp.c | Send the ISAPnP initiation key. |
3545 |
Static | isapnp_checksum | static unsigned int | isapnp.c | Compute ISAPnP identifier checksum |
3546 |
Inline | isapnp_peek_byte | static inline unsigned int | isapnp.c | |
3547 |
Static | isapnp_peek | static void | isapnp.c | Read resource data. |
3548 |
Static | isapnp_find_tag | static int | isapnp.c | Find a tag within the resource data. |
3549 |
Static | isapnp_find_logdevid | static int | isapnp.c | Find specified Logical Device ID tag |
3550 |
Static | isapnp_try_isolate | static int | isapnp.c | Try isolating ISAPnP cards at the current read port. |
3551 |
Static | isapnp_isolate | static void | isapnp.c | Find a valid read port and isolate all ISAPnP cards. |
3552 |
Function | isapnp_device_activation | void | isapnp.c | Activate or deactivate an ISAPnP device. |
3553 |
Static | isapnp_probe | static int | isapnp.c | Probe an ISAPnP device |
3554 |
Static | isapnp_remove | static void | isapnp.c | Remove an ISAPnP device |
3555 |
Static | isapnpbus_probe | static int | isapnp.c | Probe ISAPnP root bus |
3556 |
Static | isapnpbus_remove | static void | isapnp.c | Remove ISAPnP root bus |
3557 |
Function | isa_id_string | char * | isa_ids.c | |
3558 |
Static | mca_probe | static int | mca.c | Probe an MCA device |
3559 |
Static | mca_remove | static void | mca.c | Remove an MCA device |
3560 |
Static | mcabus_probe | static int | mca.c | Probe MCA root bus |
3561 |
Static | mcabus_remove | static void | mca.c | Remove MCA root bus |
3562 |
Static | pci_bar | static unsigned long | pci.c | Read PCI BAR |
3563 |
Function | pci_bar_start | unsigned long | pci.c | Find the start of a PCI BAR |
3564 |
Static | pci_read_bases | static void | pci.c | Read membase and ioaddr for a PCI device |
3565 |
Function | adjust_pci_device | void | pci.c | Enable PCI device |
3566 |
Static | pci_probe | static int | pci.c | Probe a PCI device |
3567 |
Static | pci_remove | static void | pci.c | Remove a PCI device |
3568 |
Static | pcibus_probe | static int | pci.c | Probe PCI root bus |
3569 |
Static | pcibus_remove | static void | pci.c | Remove PCI root bus |
3570 |
Static | pci_backup_excluded | static int | pcibackup.c | @file |
3571 |
Function | pci_backup | void | pcibackup.c | Back up PCI configuration space |
3572 |
Function | pci_restore | void | pcibackup.c | Restore PCI configuration space |
3573 |
Function | pci_find_capability | int | pciextra.c | Look for a PCI capability |
3574 |
Function | pci_bar_size | unsigned long | pciextra.c | Find the size of a PCI BAR |
3575 |
Function | vp_find_vq | int | virtio-pci.c | |
3576 |
Function | vring_detach | void | virtio-ring.c | |
3577 |
Function | vring_get_buf | int | virtio-ring.c | |
3578 |
Function | vring_add_buf | void | virtio-ring.c | |
3579 |
Function | vring_kick | void | virtio-ring.c | |
3580 |
Static | arbel_alloc_qn_offset | static int | arbel.c | @file |
3581 |
Static | arbel_free_qn_offset | static void | arbel.c | Free queue number |
3582 |
Static | arbel_cmd_wait | static int | arbel.c | HCA commands |
3583 |
Static | arbel_cmd | static int | arbel.c | Issue HCA command |
3584 |
Inline | arbel_cmd_query_dev_lim | static inline int | arbel.c | |
3585 |
Inline | arbel_cmd_query_fw | static inline int | arbel.c | |
3586 |
Inline | arbel_cmd_init_hca | static inline int | arbel.c | |
3587 |
Inline | arbel_cmd_close_hca | static inline int | arbel.c | |
3588 |
Inline | arbel_cmd_init_ib | static inline int | arbel.c | |
3589 |
Inline | arbel_cmd_close_ib | static inline int | arbel.c | |
3590 |
Inline | arbel_cmd_sw2hw_mpt | static inline int | arbel.c | |
3591 |
Inline | arbel_cmd_map_eq | static inline int | arbel.c | |
3592 |
Inline | arbel_cmd_sw2hw_eq | static inline int | arbel.c | |
3593 |
Inline | arbel_cmd_hw2sw_eq | static inline int | arbel.c | |
3594 |
Inline | arbel_cmd_sw2hw_cq | static inline int | arbel.c | |
3595 |
Inline | arbel_cmd_hw2sw_cq | static inline int | arbel.c | |
3596 |
Inline | arbel_cmd_rst2init_qpee | static inline int | arbel.c | |
3597 |
Inline | arbel_cmd_init2rtr_qpee | static inline int | arbel.c | |
3598 |
Inline | arbel_cmd_rtr2rts_qpee | static inline int | arbel.c | |
3599 |
Inline | arbel_cmd_rts2rts_qp | static inline int | arbel.c | |
3600 |
Inline | arbel_cmd_2rst_qpee | static inline int | arbel.c | |
3601 |
Inline | arbel_cmd_mad_ifc | static inline int | arbel.c | |
3602 |
Inline | arbel_cmd_read_mgm | static inline int | arbel.c | |
3603 |
Inline | arbel_cmd_write_mgm | static inline int | arbel.c | |
3604 |
Inline | arbel_cmd_mgid_hash | static inline int | arbel.c | |
3605 |
Inline | arbel_cmd_run_fw | static inline int | arbel.c | |
3606 |
Inline | arbel_cmd_disable_lam | static inline int | arbel.c | |
3607 |
Inline | arbel_cmd_enable_lam | static inline int | arbel.c | |
3608 |
Inline | arbel_cmd_unmap_icm | static inline int | arbel.c | |
3609 |
Inline | arbel_cmd_map_icm | static inline int | arbel.c | |
3610 |
Inline | arbel_cmd_unmap_icm_aux | static inline int | arbel.c | |
3611 |
Inline | arbel_cmd_map_icm_aux | static inline int | arbel.c | |
3612 |
Inline | arbel_cmd_set_icm_size | static inline int | arbel.c | |
3613 |
Inline | arbel_cmd_unmap_fa | static inline int | arbel.c | |
3614 |
Inline | arbel_cmd_map_fa | static inline int | arbel.c | |
3615 |
Static | arbel_mad | static int | arbel.c | MAD operations |
3616 |
Static | arbel_create_cq | static int | arbel.c | Completion queue operations |
3617 |
Static | arbel_destroy_cq | static void | arbel.c | Destroy completion queue |
3618 |
Static | arbel_create_send_wq | static int | arbel.c | Queue pair operations |
3619 |
Static | arbel_create_recv_wq | static int | arbel.c | Create receive work queue |
3620 |
Static | arbel_create_qp | static int | arbel.c | Create queue pair |
3621 |
Static | arbel_modify_qp | static int | arbel.c | Modify queue pair |
3622 |
Static | arbel_destroy_qp | static void | arbel.c | Destroy queue pair |
3623 |
Static | arbel_ring_doorbell | static void | arbel.c | Work request operations |
3624 |
Static | arbel_post_send | static int | arbel.c | Post send work queue entry |
3625 |
Static | arbel_post_recv | static int | arbel.c | Post receive work queue entry |
3626 |
Static | arbel_complete | static int | arbel.c | Handle completion |
3627 |
Static | arbel_poll_cq | static void | arbel.c | Poll completion queue |
3628 |
Static | arbel_create_eq | static int | arbel.c | Event queues |
3629 |
Static | arbel_destroy_eq | static void | arbel.c | Destroy event queue |
3630 |
Static | arbel_event_port_state_change | static void | arbel.c | Handle port state event |
3631 |
Static | arbel_poll_eq | static void | arbel.c | Poll event queue |
3632 |
Static | arbel_open | static int | arbel.c | Infiniband link-layer operations |
3633 |
Static | arbel_close | static void | arbel.c | Close Infiniband link |
3634 |
Static | arbel_mcast_attach | static int | arbel.c | Multicast group operations |
3635 |
Static | arbel_mcast_detach | static void | arbel.c | Detach from multicast group |
3636 |
Static | arbel_start_firmware | static int | arbel.c | Firmware control |
3637 |
Static | arbel_stop_firmware | static void | arbel.c | Stop firmware running |
3638 |
Static | arbel_get_limits | static int | arbel.c | Infinihost Context Memory management |
3639 |
Static | icm_usage | static size_t | arbel.c | Get ICM usage |
3640 |
Static | arbel_alloc_icm | static int | arbel.c | Allocate ICM |
3641 |
Static | arbel_free_icm | static void | arbel.c | Free ICM |
3642 |
Static | arbel_setup_mpt | static int | arbel.c | PCI interface |
3643 |
Static | arbel_probe | static int | arbel.c | Probe PCI device |
3644 |
Static | arbel_remove | static void | arbel.c | Remove PCI device |
3645 |
Static | hermon_bitmask_alloc | static int | hermon.c | @file |
3646 |
Static | hermon_bitmask_free | static void | hermon.c | Free offsets within usage bitmask |
3647 |
Static | hermon_cmd_wait | static int | hermon.c | HCA commands |
3648 |
Static | hermon_cmd | static int | hermon.c | Issue HCA command |
3649 |
Inline | hermon_cmd_query_dev_cap | static inline int | hermon.c | |
3650 |
Inline | hermon_cmd_query_fw | static inline int | hermon.c | |
3651 |
Inline | hermon_cmd_init_hca | static inline int | hermon.c | |
3652 |
Inline | hermon_cmd_close_hca | static inline int | hermon.c | |
3653 |
Inline | hermon_cmd_init_port | static inline int | hermon.c | |
3654 |
Inline | hermon_cmd_close_port | static inline int | hermon.c | |
3655 |
Inline | hermon_cmd_sw2hw_mpt | static inline int | hermon.c | |
3656 |
Inline | hermon_cmd_write_mtt | static inline int | hermon.c | |
3657 |
Inline | hermon_cmd_map_eq | static inline int | hermon.c | |
3658 |
Inline | hermon_cmd_sw2hw_eq | static inline int | hermon.c | |
3659 |
Inline | hermon_cmd_hw2sw_eq | static inline int | hermon.c | |
3660 |
Inline | hermon_cmd_query_eq | static inline int | hermon.c | |
3661 |
Inline | hermon_cmd_sw2hw_cq | static inline int | hermon.c | |
3662 |
Inline | hermon_cmd_hw2sw_cq | static inline int | hermon.c | |
3663 |
Inline | hermon_cmd_rst2init_qp | static inline int | hermon.c | |
3664 |
Inline | hermon_cmd_init2rtr_qp | static inline int | hermon.c | |
3665 |
Inline | hermon_cmd_rtr2rts_qp | static inline int | hermon.c | |
3666 |
Inline | hermon_cmd_rts2rts_qp | static inline int | hermon.c | |
3667 |
Inline | hermon_cmd_2rst_qp | static inline int | hermon.c | |
3668 |
Inline | hermon_cmd_query_qp | static inline int | hermon.c | |
3669 |
Inline | hermon_cmd_conf_special_qp | static inline int | hermon.c | |
3670 |
Inline | hermon_cmd_mad_ifc | static inline int | hermon.c | |
3671 |
Inline | hermon_cmd_read_mcg | static inline int | hermon.c | |
3672 |
Inline | hermon_cmd_write_mcg | static inline int | hermon.c | |
3673 |
Inline | hermon_cmd_mgid_hash | static inline int | hermon.c | |
3674 |
Inline | hermon_cmd_run_fw | static inline int | hermon.c | |
3675 |
Inline | hermon_cmd_unmap_icm | static inline int | hermon.c | |
3676 |
Inline | hermon_cmd_map_icm | static inline int | hermon.c | |
3677 |
Inline | hermon_cmd_unmap_icm_aux | static inline int | hermon.c | |
3678 |
Inline | hermon_cmd_map_icm_aux | static inline int | hermon.c | |
3679 |
Inline | hermon_cmd_set_icm_size | static inline int | hermon.c | |
3680 |
Inline | hermon_cmd_unmap_fa | static inline int | hermon.c | |
3681 |
Inline | hermon_cmd_map_fa | static inline int | hermon.c | |
3682 |
Inline | hermon_cmd_sense_port | static inline int | hermon.c | |
3683 |
Static | hermon_alloc_mtt | static int | hermon.c | Memory translation table operations |
3684 |
Static | hermon_free_mtt | static void | hermon.c | Free MTT entries |
3685 |
Static | hermon_mad | static int | hermon.c | MAD operations |
3686 |
Static | hermon_create_cq | static int | hermon.c | Completion queue operations |
3687 |
Static | hermon_destroy_cq | static void | hermon.c | Destroy completion queue |
3688 |
Static | hermon_alloc_qpn | static int | hermon.c | Queue pair operations |
3689 |
Static | hermon_free_qpn | static void | hermon.c | Free queue pair number |
3690 |
Static | hermon_rate | static unsigned int | hermon.c | Calculate transmission rate |
3691 |
Static | hermon_sched_queue | static unsigned int | hermon.c | Calculate schedule queue |
3692 |
Inline | hermon_dump_qpctx | static inline int | hermon.c | Dump queue pair context (for debugging only) |
3693 |
Static | hermon_create_qp | static int | hermon.c | Create queue pair |
3694 |
Static | hermon_modify_qp | static int | hermon.c | Modify queue pair |
3695 |
Static | hermon_destroy_qp | static void | hermon.c | Destroy queue pair |
3696 |
Static | hermon_fill_ud_send_wqe | static unsigned int | hermon.c | Work request operations |
3697 |
Static | hermon_fill_mlx_send_wqe | static unsigned int | hermon.c | Construct MLX send work queue entry |
3698 |
Static | hermon_fill_rc_send_wqe | static unsigned int | hermon.c | Construct RC send work queue entry |
3699 |
Static | hermon_post_send | static int | hermon.c | Post send work queue entry |
3700 |
Static | hermon_post_recv | static int | hermon.c | Post receive work queue entry |
3701 |
Static | hermon_complete | static int | hermon.c | Handle completion |
3702 |
Static | hermon_poll_cq | static void | hermon.c | Poll completion queue |
3703 |
Static | hermon_create_eq | static int | hermon.c | Event queues |
3704 |
Static | hermon_destroy_eq | static void | hermon.c | Destroy event queue |
3705 |
Static | hermon_event_port_state_change | static void | hermon.c | Handle port state event |
3706 |
Static | hermon_poll_eq | static void | hermon.c | Poll event queue |
3707 |
Static | hermon_sense_port_type | static int | hermon.c | Infiniband link-layer operations |
3708 |
Static | hermon_open | static int | hermon.c | Initialise Infiniband link |
3709 |
Static | hermon_close | static void | hermon.c | Close Infiniband link |
3710 |
Static | hermon_inform_sma | static int | hermon.c | Inform embedded subnet management agent of a received MAD |
3711 |
Static | hermon_mcast_attach | static int | hermon.c | Multicast group operations |
3712 |
Static | hermon_mcast_detach | static void | hermon.c | Detach from multicast group |
3713 |
Static | hermon_map_vpm | static int | hermon.c | Firmware control |
3714 |
Static | hermon_start_firmware | static int | hermon.c | Start firmware running |
3715 |
Static | hermon_stop_firmware | static void | hermon.c | Stop firmware running |
3716 |
Static | hermon_get_cap | static int | hermon.c | Infinihost Context Memory management |
3717 |
Static | icm_usage | static size_t | hermon.c | Get ICM usage |
3718 |
Static | hermon_alloc_icm | static int | hermon.c | Allocate ICM |
3719 |
Static | hermon_free_icm | static void | hermon.c | Free ICM |
3720 |
Static | hermon_setup_mpt | static int | hermon.c | PCI interface |
3721 |
Static | hermon_configure_special_qps | static int | hermon.c | Configure special queue pairs |
3722 |
Static | hermon_reset | static void | hermon.c | Reset device |
3723 |
Static | hermon_probe | static int | hermon.c | Probe PCI device |
3724 |
Static | hermon_remove | static void | hermon.c | Remove PCI device |
3725 |
Static | linda_readq | static void | linda.c | Linda register access |
3726 |
Static | linda_writeq | static void | linda.c | Write Linda qword register |
3727 |
Static | linda_writel | static void | linda.c | Write Linda dword register |
3728 |
Static | linda_link_state_text | static const char * | linda.c | Link state management |
3729 |
Static | linda_link_state_changed | static void | linda.c | Handle link state change |
3730 |
Static | linda_link_state_check | static int | linda.c | Wait for link state change to take effect |
3731 |
Static | linda_set_port_info | static int | linda.c | Set port information |
3732 |
Static | linda_set_pkey_table | static int | linda.c | Set partition key table |
3733 |
Static | linda_ctx_to_qpn | static int | linda.c | Context allocation |
3734 |
Static | linda_qpn_to_ctx | static int | linda.c | Map QPN to context number |
3735 |
Static | linda_alloc_ctx | static int | linda.c | Allocate a context |
3736 |
Static | linda_free_ctx | static void | linda.c | Free a context |
3737 |
Static | linda_alloc_send_buf | static unsigned int | linda.c | Allocate a send buffer |
3738 |
Static | linda_free_send_buf | static void | linda.c | Free a send buffer |
3739 |
Static | linda_send_buf_in_use | static int | linda.c | Check to see if send buffer is in use |
3740 |
Static | linda_send_buffer_offset | static unsigned long | linda.c | Calculate starting offset for send buffer |
3741 |
Static | linda_create_send_wq | static int | linda.c | Create send work queue |
3742 |
Static | linda_destroy_send_wq | static void | linda.c | Destroy send work queue |
3743 |
Static | linda_init_send | static int | linda.c | Initialise send datapath |
3744 |
Static | linda_fini_send | static void | linda.c | Shut down send datapath |
3745 |
Static | linda_create_recv_wq | static int | linda.c | Receive datapath |
3746 |
Static | linda_destroy_recv_wq | static void | linda.c | Destroy receive work queue |
3747 |
Static | linda_init_recv | static int | linda.c | Initialise receive datapath |
3748 |
Static | linda_fini_recv | static void | linda.c | Shut down receive datapath |
3749 |
Static | linda_create_cq | static int | linda.c | Completion queue operations |
3750 |
Static | linda_destroy_cq | static void | linda.c | Destroy completion queue |
3751 |
Static | linda_create_qp | static int | linda.c | Queue pair operations |
3752 |
Static | linda_modify_qp | static int | linda.c | Modify queue pair |
3753 |
Static | linda_destroy_qp | static void | linda.c | Destroy queue pair |
3754 |
Static | linda_post_send | static int | linda.c | Work request operations |
3755 |
Static | linda_complete_send | static void | linda.c | Complete send work queue entry |
3756 |
Static | linda_poll_send_wq | static void | linda.c | Poll send work queue |
3757 |
Static | linda_post_recv | static int | linda.c | Post receive work queue entry |
3758 |
Static | linda_complete_recv | static void | linda.c | Complete receive work queue entry |
3759 |
Static | linda_poll_recv_wq | static void | linda.c | Poll receive work queue |
3760 |
Static | linda_poll_cq | static void | linda.c | Poll completion queue |
3761 |
Static | linda_poll_eq | static void | linda.c | Event queues |
3762 |
Static | linda_open | static int | linda.c | Infiniband link-layer operations |
3763 |
Static | linda_close | static void | linda.c | Close Infiniband link |
3764 |
Static | linda_mcast_attach | static int | linda.c | Multicast group operations |
3765 |
Static | linda_mcast_detach | static void | linda.c | Detach from multicast group |
3766 |
Static | linda_i2c_read_bit | static int | linda.c | Read Linda I2C line status |
3767 |
Static | linda_i2c_write_bit | static void | linda.c | Write Linda I2C line status |
3768 |
Static | linda_init_i2c | static int | linda.c | Initialise Linda I2C subsystem |
3769 |
Static | linda_read_eeprom | static int | linda.c | Read EEPROM parameters |
3770 |
Static | linda_ib_epb_request | static int | linda.c | External parallel bus access |
3771 |
Static | linda_ib_epb_wait | static int | linda.c | Wait for IB external parallel bus transaction to complete |
3772 |
Static | linda_ib_epb_release | static void | linda.c | Release ownership of the IB external parallel bus |
3773 |
Static | linda_ib_epb_read | static int | linda.c | Read data via IB external parallel bus |
3774 |
Static | linda_ib_epb_write | static int | linda.c | Write data via IB external parallel bus |
3775 |
Static | linda_ib_epb_mod_reg | static int | linda.c | Read/modify/write EPB register |
3776 |
Static | linda_ib_epb_ram_xfer | static int | linda.c | Transfer data to/from microcontroller RAM |
3777 |
Static | linda_set_serdes_param | static int | linda.c | Program IB SerDes register(s) |
3778 |
Static | linda_set_serdes_params | static int | linda.c | Program IB SerDes registers |
3779 |
Static | linda_program_uc_ram | static int | linda.c | Program the microcontroller RAM |
3780 |
Static | linda_verify_uc_ram | static int | linda.c | Verify the microcontroller RAM |
3781 |
Static | linda_trim_ib | static int | linda.c | Use the microcontroller to trim the IB link |
3782 |
Static | linda_init_ib_serdes | static int | linda.c | Initialise the IB SerDes |
3783 |
Static | linda_probe | static int | linda.c | PCI layer interface |
3784 |
Static | linda_remove | static void | linda.c | Remove PCI device |
3785 |
Static | el3_eisa_probe | static int | 3c509-eisa.c | |
3786 |
Static | el3_eisa_disable | static void | 3c509-eisa.c | |
3787 |
Inline | t509_set_drvdata | static inline void | 3c509.c | Set 3c509 driver-private data |
3788 |
Inline | t509_get_drvdata | static inline void * | 3c509.c | Get 3c509 driver-private data |
3789 |
Inline | t509_set_id_port | static inline void | 3c509.c | |
3790 |
Inline | t509_wait_for_id_sequence | static inline void | 3c509.c | |
3791 |
Inline | t509_global_reset | static inline void | 3c509.c | |
3792 |
Inline | t509_reset_tag | static inline void | 3c509.c | |
3793 |
Inline | t509_set_tag | static inline void | 3c509.c | |
3794 |
Inline | t509_select_tag | static inline void | 3c509.c | |
3795 |
Inline | t509_activate | static inline void | 3c509.c | |
3796 |
Inline | t509_deactivate_and_reset_tag | static inline void | 3c509.c | |
3797 |
Inline | t509_load_eeprom_word | static inline void | 3c509.c | |
3798 |
Inline | t509_find_id_port | static inline int | 3c509.c | |
3799 |
Static | t509_send_id_sequence | static void | 3c509.c | |
3800 |
Static | t509_id_read_eeprom | static uint16_t | 3c509.c | |
3801 |
Static | t509_isolate | static int | 3c509.c | |
3802 |
Inline | activate_t509_device | static inline void | 3c509.c | |
3803 |
Inline | deactivate_t509_device | static inline void | 3c509.c | |
3804 |
Static | legacy_t509_probe | static int | 3c509.c | |
3805 |
Static | legacy_t509_disable | static void | 3c509.c | |
3806 |
Inline | legacy_t509_set_drvdata | static inline void | 3c509.c | |
3807 |
Inline | legacy_t509_get_drvdata | static inline void * | 3c509.c | |
3808 |
Static | t509_probe | static int | 3c509.c | Probe a 3c509 device |
3809 |
Static | t509_remove | static void | 3c509.c | Remove a 3c509 device |
3810 |
Static | t509bus_probe | static int | 3c509.c | Probe 3c509 root bus |
3811 |
Static | t509bus_remove | static void | 3c509.c | Remove 3c509 root bus |
3812 |
Static | t3c515_wait | static void | 3c515.c | |
3813 |
Static | t515_reset | static void | 3c515.c | RESET - Reset adapter |
3814 |
Static | t515_poll | static int | 3c515.c | POLL - Wait for a frame |
3815 |
Static | t515_transmit | static void | 3c515.c | TRANSMIT - Transmit a frame |
3816 |
Static | t515_disable | static void | 3c515.c | DISABLE - Turn off ethernet interface |
3817 |
Static | t515_irq | static void | 3c515.c | |
3818 |
Static | t515_probe | static int | 3c515.c | PROBE - Look for an adapter, this routine's visible to the outside |
3819 |
Static | corkscrew_found_device | static int | 3c515.c | |
3820 |
Static | corkscrew_probe1 | static int | 3c515.c | |
3821 |
Static | t529_probe | static int | 3c529.c | |
3822 |
Static | t529_disable | static void | 3c529.c | |
3823 |
Static | t595_reset | static void | 3c595.c | ETH_RESET - Reset adapter |
3824 |
Static | t595_transmit | static void | 3c595.c | |
3825 |
Static | t595_poll | static int | 3c595.c | ETH_POLL - Wait for a frame |
3826 |
Static | eeprom_rdy | static int | 3c595.c | 3Com 595 - specific routines |
3827 |
Static | get_e | static int | 3c595.c | |
3828 |
Static | vxgetlink | static void | 3c595.c | |
3829 |
Static | vxsetlink | static void | 3c595.c | |
3830 |
Static | t595_disable | static void | 3c595.c | |
3831 |
Static | t595_irq | static void | 3c595.c | |
3832 |
Static | t595_probe | static int | 3c595.c | ETH_PROBE - Look for an adapter |
3833 |
Function | t5x9_disable | void | 3c5x9.c | ETH_RESET - Reset adapter |
3834 |
Static | t509_enable | static void | 3c5x9.c | |
3835 |
Static | t509_reset | static void | 3c5x9.c | |
3836 |
Static | t509_transmit | static void | 3c5x9.c | |
3837 |
Static | t509_poll | static int | 3c5x9.c | ETH_POLL - Wait for a frame |
3838 |
Static | t509_irq | static void | 3c5x9.c | ETH_IRQ - interrupt handling |
3839 |
Static | eeprom_rdy | static int | 3c5x9.c | 3Com 509 - specific routines |
3840 |
Static | get_e | static int | 3c5x9.c | |
3841 |
Function | t5x9_probe | int | 3c5x9.c | ETH_PROBE - Look for an adapter |
3842 |
Static | a3c90x_internal_IssueCommand | static void | 3c90x.c | |
3843 |
Static | a3c90x_internal_SetWindow | static void | 3c90x.c | |
3844 |
Static | a3c90x_internal_WaitForEeprom | static void | 3c90x.c | |
3845 |
Static | a3c90x_internal_ReadEeprom | static int | 3c90x.c | a3c90x_internal_ReadEeprom - nvs routine to read eeprom data |
3846 |
Static | a3c90x_internal_WriteEeprom | static int | 3c90x.c | a3c90x_internal_WriteEeprom - nvs routine to write eeprom data |
3847 |
Static | a3c90x_internal_ReadEepromContents | static void | 3c90x.c | |
3848 |
Static | a3c90x_reset | static void | 3c90x.c | |
3849 |
Static | a3c90x_setup_tx_ring | static int | 3c90x.c | a3c90x_setup_tx_ring - Allocates TX ring, initialize tx_desc values |
3850 |
Static | a3c90x_process_tx_packets | static void | 3c90x.c | a3c90x_process_tx_packets - Checks for successfully sent packets, |
3851 |
Static | a3c90x_free_tx_ring | static void | 3c90x.c | |
3852 |
Static | a3c90x_transmit | static int | 3c90x.c | a3c90x_transmit - Transmits a packet. |
3853 |
Static | a3c90x_prepare_rx_desc | static void | 3c90x.c | a3c90x_prepare_rx_desc - fills the rx desc with initial data |
3854 |
Static | a3c90x_refill_rx_ring | static void | 3c90x.c | a3c90x_refill_rx_ring -checks every entry in the rx ring and reallocates |
3855 |
Static | a3c90x_setup_rx_ring | static int | 3c90x.c | a3c90x_setup_rx_ring - Allocates RX ring, initialize rx_desc values |
3856 |
Static | a3c90x_free_rx_ring | static void | 3c90x.c | |
3857 |
Static | a3c90x_free_rx_iobuf | static void | 3c90x.c | |
3858 |
Static | a3c90x_process_rx_packets | static void | 3c90x.c | a3c90x_process_rx_packets - Checks for received packets, |
3859 |
Static | a3c90x_poll | static void | 3c90x.c | a3c90x_poll - Routine that gets called periodically. |
3860 |
Static | a3c90x_free_resources | static void | 3c90x.c | |
3861 |
Static | a3c90x_remove | static void | 3c90x.c | a3c90x_remove - Routine to remove the card. Unregisters |
3862 |
Static | a3c90x_irq | static void | 3c90x.c | |
3863 |
Static | a3c90x_hw_start | static void | 3c90x.c | a3c90x_hw_start - Initialize hardware, copy MAC address |
3864 |
Static | a3c90x_open | static int | 3c90x.c | a3c90x_open - Routine to initialize the card. Initialize hardware, |
3865 |
Static | a3c90x_close | static void | 3c90x.c | a3c90x_close - free()s TX and RX ring, disablex RX/TX, resets NIC |
3866 |
Static | a3c90x_probe | static int | 3c90x.c | |
3867 |
Static | amd8111e_init_hw_default | static void | amd8111e.c | |
3868 |
Static | amd8111e_start | static int | amd8111e.c | |
3869 |
Static | amd8111e_read_phy | static int | amd8111e.c | |
3870 |
Static | amd8111e_write_phy | static int | amd8111e.c | |
3871 |
Static | amd8111e_probe_ext_phy | static void | amd8111e.c | |
3872 |
Static | amd8111e_disable_interrupt | static void | amd8111e.c | |
3873 |
Static | amd8111e_enable_interrupt | static void | amd8111e.c | |
3874 |
Static | amd8111e_force_interrupt | static void | amd8111e.c | |
3875 |
Static | amd8111e_get_mac_address | static int | amd8111e.c | |
3876 |
Static | amd8111e_init_rx_ring | static int | amd8111e.c | |
3877 |
Static | amd8111e_init_tx_ring | static int | amd8111e.c | |
3878 |
Static | amd8111e_wait_tx_ring | static int | amd8111e.c | |
3879 |
Static | amd8111e_wait_link | static void | amd8111e.c | |
3880 |
Static | amd8111e_poll_link | static void | amd8111e.c | |
3881 |
Static | amd8111e_restart | static void | amd8111e.c | |
3882 |
Static | amd8111e_transmit | static void | amd8111e.c | Interface Functions * |
3883 |
Static | amd8111e_poll | static int | amd8111e.c | |
3884 |
Static | amd8111e_disable | static void | amd8111e.c | |
3885 |
Static | amd8111e_irq | static void | amd8111e.c | |
3886 |
Static | amd8111e_probe | static int | amd8111e.c | |
3887 |
Inline | atl1e_irq_enable | static inline void | atl1e.c | |
3888 |
Inline | atl1e_irq_disable | static inline void | atl1e.c | |
3889 |
Inline | atl1e_irq_reset | static inline void | atl1e.c | |
3890 |
Static | atl1e_reset | static void | atl1e.c | |
3891 |
Static | atl1e_check_link | static int | atl1e.c | |
3892 |
Static | atl1e_mdio_read | static int | atl1e.c | |
3893 |
Static | atl1e_mdio_write | static void | atl1e.c | |
3894 |
Static | atl1e_setup_pcicmd | static void | atl1e.c | |
3895 |
Static | atl1e_sw_init | static int | atl1e.c | |
3896 |
Static | atl1e_clean_tx_ring | static void | atl1e.c | |
3897 |
Static | atl1e_clean_rx_ring | static void | atl1e.c | |
3898 |
Static | atl1e_cal_ring_size | static void | atl1e.c | |
3899 |
Static | atl1e_init_ring_resources | static void | atl1e.c | |
3900 |
Static | atl1e_init_ring_ptrs | static void | atl1e.c | |
3901 |
Static | atl1e_free_ring_resources | static void | atl1e.c | |
3902 |
Static | atl1e_setup_ring_resources | static int | atl1e.c | |
3903 |
Inline | atl1e_configure_des_ring | static inline void | atl1e.c | |
3904 |
Inline | atl1e_configure_tx | static inline void | atl1e.c | |
3905 |
Inline | atl1e_configure_rx | static inline void | atl1e.c | |
3906 |
Inline | atl1e_configure_dma | static inline void | atl1e.c | |
3907 |
Static | atl1e_setup_mac_ctrl | static void | atl1e.c | |
3908 |
Static | atl1e_configure | static int | atl1e.c | |
3909 |
Inline | atl1e_clear_phy_int | static inline void | atl1e.c | |
3910 |
Static | atl1e_clean_tx_irq | static int | atl1e.c | |
3911 |
Static | atl1e_get_rx_page | static struct atl1e_rx_page * | atl1e.c | |
3912 |
Static | atl1e_clean_rx_irq | static void | atl1e.c | |
3913 |
Static | atl1e_poll | static void | atl1e.c | |
3914 |
Inline | atl1e_tpd_avail | static inline u16 | atl1e.c | |
3915 |
Static | atl1e_get_tpd | static struct atl1e_tpd_desc * | atl1e.c | |
3916 |
Static | atl1e_get_tx_buffer | static struct atl1e_tx_buffer * | atl1e.c | |
3917 |
Static | atl1e_tx_map | static void | atl1e.c | |
3918 |
Static | atl1e_tx_queue | static void | atl1e.c | |
3919 |
Static | atl1e_xmit_frame | static int | atl1e.c | |
3920 |
Function | atl1e_up | int | atl1e.c | |
3921 |
Function | atl1e_irq | void | atl1e.c | |
3922 |
Function | atl1e_down | void | atl1e.c | |
3923 |
Static | atl1e_open | static int | atl1e.c | |
3924 |
Static | atl1e_close | static void | atl1e.c | |
3925 |
Static | atl1e_init_netdev | static void | atl1e.c | |
3926 |
Static | atl1e_probe | static int | atl1e.c | |
3927 |
Static | atl1e_remove | static void | atl1e.c | |
3928 |
Function | atl1e_check_eeprom_exist | int | atl1e.c | ******** Hardware-level functions: ********* |
3929 |
Function | atl1e_hw_set_mac_addr | void | atl1e.c | |
3930 |
Static | atl1e_get_permanent_address | static int | atl1e.c | |
3931 |
Function | atl1e_force_ps | void | atl1e.c | |
3932 |
Function | atl1e_read_mac_addr | int | atl1e.c | |
3933 |
Function | atl1e_read_phy_reg | int | atl1e.c | |
3934 |
Function | atl1e_write_phy_reg | int | atl1e.c | |
3935 |
Static | atl1e_init_pcie | static void | atl1e.c | |
3936 |
Static | atl1e_phy_setup_autoneg_adv | static int | atl1e.c | |
3937 |
Function | atl1e_phy_commit | int | atl1e.c | |
3938 |
Function | atl1e_phy_init | int | atl1e.c | |
3939 |
Function | atl1e_reset_hw | int | atl1e.c | |
3940 |
Function | atl1e_init_hw | int | atl1e.c | |
3941 |
Function | atl1e_get_speed_and_duplex | int | atl1e.c | |
3942 |
Function | atl1e_restart_autoneg | int | atl1e.c | |
3943 |
Inline | ring_next | static inline int | b44.c | |
3944 |
Inline | br32 | static inline u32 | b44.c | |
3945 |
Inline | bw32 | static inline void | b44.c | |
3946 |
Inline | bflush | static inline void | b44.c | |
3947 |
Function | phys_ram_within_limit | int | b44.c | Return non-zero if the installed RAM is within |
3948 |
Static | pending_tx_index | static u32 | b44.c | Ring cells waiting to be processed are between 'tx_cur' and 'pending' |
3949 |
Static | pending_rx_index | static u32 | b44.c | Ring cells waiting to be processed are between 'rx_cur' and 'pending' |
3950 |
Static | b44_wait_bit | static int | b44.c | Wait until the given bit is set/cleared. |
3951 |
Inline | ssb_get_core_rev | static inline u32 | b44.c | |
3952 |
Inline | ssb_is_core_up | static inline int | b44.c | |
3953 |
Static | ssb_pci_setup | static u32 | b44.c | |
3954 |
Static | ssb_core_disable | static void | b44.c | |
3955 |
Static | ssb_core_reset | static void | b44.c | |
3956 |
Static | b44_chip_reset | static void | b44.c | |
3957 |
Static | b44_halt | static void | b44.c | called by b44_poll in the error path |
3958 |
Static | b44_init_hw | static void | b44.c | |
3959 |
Static | b44_populate_rx_descriptor | static void | b44.c | * Management of ring descriptors ** |
3960 |
Static | b44_rx_refill | static void | b44.c | |
3961 |
Static | b44_free_rx_ring | static void | b44.c | |
3962 |
Static | b44_init_rx_ring | static int | b44.c | |
3963 |
Static | b44_free_tx_ring | static void | b44.c | |
3964 |
Static | b44_init_tx_ring | static int | b44.c | |
3965 |
Static | b44_phy_read | static int | b44.c | * Interaction with the PHY ** |
3966 |
Static | b44_phy_write | static int | b44.c | |
3967 |
Static | b44_phy_reset | static int | b44.c | |
3968 |
Static | b44_cam_write | static void | b44.c | |
3969 |
Static | b44_set_mac_addr | static void | b44.c | |
3970 |
Static | b44_read_eeprom | static void | b44.c | |
3971 |
Static | b44_load_mac_and_phy_addr | static void | b44.c | |
3972 |
Static | b44_set_rx_mode | static void | b44.c | |
3973 |
Static | b44_probe | static int | b44.c | * Implementation of gPXE driver callbacks ** |
3974 |
Static | b44_remove | static void | b44.c | Remove device |
3975 |
Static | b44_irq | static void | b44.c | Enable or disable interrupts |
3976 |
Static | b44_open | static int | b44.c | Open network device |
3977 |
Static | b44_close | static void | b44.c | Close network device |
3978 |
Static | b44_transmit | static int | b44.c | Transmit packet |
3979 |
Static | b44_tx_complete | static void | b44.c | Recycles sent TX descriptors and notifies network stack |
3980 |
Static | b44_process_rx_packets | static void | b44.c | |
3981 |
Static | b44_poll | static void | b44.c | Poll for completed and received packets |
3982 |
Static | bnx2_reg_rd_ind | static u32 | bnx2.c | |
3983 |
Static | bnx2_reg_wr_ind | static void | bnx2.c | |
3984 |
Static | bnx2_ctx_wr | static void | bnx2.c | |
3985 |
Static | bnx2_read_phy | static int | bnx2.c | |
3986 |
Static | bnx2_write_phy | static int | bnx2.c | |
3987 |
Static | bnx2_disable_int | static void | bnx2.c | |
3988 |
Static | bnx2_alloc_mem | static int | bnx2.c | |
3989 |
Static | bnx2_report_fw_link | static void | bnx2.c | |
3990 |
Static | bnx2_report_link | static void | bnx2.c | |
3991 |
Static | bnx2_resolve_flow_ctrl | static void | bnx2.c | |
3992 |
Static | bnx2_5708s_linkup | static int | bnx2.c | |
3993 |
Static | bnx2_5706s_linkup | static int | bnx2.c | |
3994 |
Static | bnx2_copper_linkup | static int | bnx2.c | |
3995 |
Static | bnx2_set_mac_link | static int | bnx2.c | |
3996 |
Static | bnx2_set_link | static int | bnx2.c | |
3997 |
Static | bnx2_reset_phy | static int | bnx2.c | |
3998 |
Static | bnx2_phy_get_pause_adv | static u32 | bnx2.c | |
3999 |
Static | bnx2_setup_serdes_phy | static int | bnx2.c | |
4000 |
Static | bnx2_setup_copper_phy | static int | bnx2.c | |
4001 |
Static | bnx2_setup_phy | static int | bnx2.c | |
4002 |
Static | bnx2_init_5708s_phy | static int | bnx2.c | |
4003 |
Static | bnx2_init_5706s_phy | static int | bnx2.c | |
4004 |
Static | bnx2_init_copper_phy | static int | bnx2.c | |
4005 |
Static | bnx2_init_phy | static int | bnx2.c | |
4006 |
Static | bnx2_fw_sync | static int | bnx2.c | |
4007 |
Static | bnx2_init_context | static void | bnx2.c | |
4008 |
Static | bnx2_alloc_bad_rbuf | static int | bnx2.c | |
4009 |
Static | bnx2_set_mac_addr | static void | bnx2.c | |
4010 |
Static | bnx2_set_rx_mode | static void | bnx2.c | |
4011 |
Static | load_rv2p_fw | static void | bnx2.c | |
4012 |
Static | load_cpu_fw | static void | bnx2.c | |
4013 |
Static | bnx2_init_cpus | static void | bnx2.c | |
4014 |
Static | bnx2_set_power_state_0 | static int | bnx2.c | |
4015 |
Static | bnx2_enable_nvram_access | static void | bnx2.c | |
4016 |
Static | bnx2_disable_nvram_access | static void | bnx2.c | |
4017 |
Static | bnx2_init_nvram | static int | bnx2.c | |
4018 |
Static | bnx2_reset_chip | static int | bnx2.c | |
4019 |
Static | bnx2_disable | static void | bnx2.c | |
4020 |
Static | bnx2_init_chip | static int | bnx2.c | |
4021 |
Static | bnx2_init_tx_ring | static void | bnx2.c | |
4022 |
Static | bnx2_init_rx_ring | static void | bnx2.c | |
4023 |
Static | bnx2_reset_nic | static int | bnx2.c | |
4024 |
Static | bnx2_init_nic | static int | bnx2.c | |
4025 |
Static | bnx2_init_board | static int | bnx2.c | |
4026 |
Static | bnx2_transmit | static void | bnx2.c | |
4027 |
Static | bnx2_poll_link | static int | bnx2.c | |
4028 |
Static | bnx2_poll | static int | bnx2.c | |
4029 |
Static | bnx2_irq | static void | bnx2.c | |
4030 |
Static | bnx2_probe | static int | bnx2.c | |
4031 |
Inline | readreg | static inline int | cs89x0.c | CS89x0 - specific routines |
4032 |
Inline | writereg | static inline void | cs89x0.c | |
4033 |
Static | wait_eeprom_ready | static int | cs89x0.c | EEPROM access |
4034 |
Static | get_eeprom_data | static int | cs89x0.c | |
4035 |
Static | get_eeprom_chksum | static int | cs89x0.c | |
4036 |
Static | clrline | static void | cs89x0.c | Activate all of the available media and probe for network |
4037 |
Static | control_dc_dc | static void | cs89x0.c | |
4038 |
Static | detect_tp | static int | cs89x0.c | |
4039 |
Static | send_test_pkt | static int | cs89x0.c | |
4040 |
Static | detect_aui | static int | cs89x0.c | |
4041 |
Static | detect_bnc | static int | cs89x0.c | |
4042 |
Static | cs89x0_reset | static void | cs89x0.c | ETH_RESET - Reset adapter |
4043 |
Static | cs89x0_transmit | static void | cs89x0.c | ETH_TRANSMIT - Transmit a frame |
4044 |
Static | cs89x0_poll | static int | cs89x0.c | ETH_POLL - Wait for a frame |
4045 |
Static | cs89x0_irq | static void | cs89x0.c | |
4046 |
Static | cs89x0_probe_addr | static int | cs89x0.c | ETH_PROBE - Look for an adapter |
4047 |
Static | cs89x0_probe | static int | cs89x0.c | |
4048 |
Static | cs89x0_disable | static void | cs89x0.c | |
4049 |
Inline | whereami | static inline void | davicom.c | Utility Routines |
4050 |
Static | davicom_more | static void | davicom.c | |
4051 |
Static | davicom_wait | static void | davicom.c | |
4052 |
Static | phy_read | static int | davicom.c | For DAVICOM phyxcer register by MII interface |
4053 |
Static | phy_write | static void | davicom.c | |
4054 |
Static | phy_write_1bit | static void | davicom.c | |
4055 |
Static | phy_read_1bit | static int | davicom.c | |
4056 |
Static | HPNA_process | static void | davicom.c | |
4057 |
Static | davicom_media_chk | static void | davicom.c | |
4058 |
Static | read_eeprom | static int | davicom.c | EEPROM Reading Code |
4059 |
Static | davicom_init_chain | static void | davicom.c | davicom_init_chain - setup the tx and rx descriptors |
4060 |
Static | davicom_reset | static void | davicom.c | davicom_reset - Reset adapter |
4061 |
Static | davicom_transmit | static void | davicom.c | eth_transmit - Transmit a frame |
4062 |
Static | davicom_poll | static int | davicom.c | eth_poll - Wait for a frame |
4063 |
Static | davicom_disable | static void | davicom.c | eth_disable - Disable the interface |
4064 |
Static | davicom_irq | static void | davicom.c | eth_irq - enable, disable and force interrupts |
4065 |
Static | davicom_probe | static int | davicom.c | eth_probe - Look for an adapter |
4066 |
Static | depca_init_ring | static void | depca.c | |
4067 |
Inline | LoadCSRs | static inline void | depca.c | |
4068 |
Inline | InitRestartDepca | static inline int | depca.c | |
4069 |
Static | depca_reset | static void | depca.c | RESET - Reset adapter |
4070 |
Static | depca_poll | static int | depca.c | POLL - Wait for a frame |
4071 |
Static | depca_transmit | static void | depca.c | TRANSMIT - Transmit a frame |
4072 |
Static | depca_disable | static void | depca.c | DISABLE - Turn off ethernet interface |
4073 |
Static | depca_irq | static void | depca.c | IRQ - Interrupt Control |
4074 |
Static | depca_probe1 | static int | depca.c | |
4075 |
Static | depca_probe | static int | depca.c | PROBE - Look for an adapter, this routine's visible to the outside |
4076 |
Static | dmfe_reset | static void | dmfe.c | |
4077 |
Static | dmfe_init_dm910x | static void | dmfe.c | |
4078 |
Static | dmfe_poll | static int | dmfe.c | POLL - Wait for a frame |
4079 |
Static | dmfe_irq | static void | dmfe.c | |
4080 |
Static | dmfe_transmit | static void | dmfe.c | TRANSMIT - Transmit a frame |
4081 |
Static | dmfe_disable | static void | dmfe.c | DISABLE - Turn off ethernet interface |
4082 |
Static | dmfe_probe | static int | dmfe.c | |
4083 |
Static | dmfe_descriptor_init | static void | dmfe.c | |
4084 |
Static | update_cr6 | static void | dmfe.c | |
4085 |
Static | dm9132_id_table | static void | dmfe.c | |
4086 |
Static | send_filter_frame | static void | dmfe.c | |
4087 |
Static | read_srom_word | static u16 | dmfe.c | |
4088 |
Static | dmfe_sense_speed | static u8 | dmfe.c | |
4089 |
Static | dmfe_set_phyxcer | static void | dmfe.c | |
4090 |
Static | dmfe_process_mode | static void | dmfe.c | |
4091 |
Static | phy_write | static void | dmfe.c | |
4092 |
Static | phy_read | static u16 | dmfe.c | |
4093 |
Static | phy_write_1bit | static void | dmfe.c | |
4094 |
Static | phy_read_1bit | static u16 | dmfe.c | |
4095 |
Static | dmfe_parse_srom | static void | dmfe.c | |
4096 |
Static | dmfe_program_DM9801 | static void | dmfe.c | |
4097 |
Static | dmfe_program_DM9802 | static void | dmfe.c | |
4098 |
Static | eepro_reset | static void | eepro.c | RESET - Reset adapter |
4099 |
Static | eepro_poll | static int | eepro.c | POLL - Wait for a frame |
4100 |
Static | eepro_transmit | static void | eepro.c | TRANSMIT - Transmit a frame |
4101 |
Static | eepro_disable | static void | eepro.c | DISABLE - Turn off ethernet interface |
4102 |
Static | eepro_irq | static void | eepro.c | DISABLE - Enable, Disable, or Force interrupts |
4103 |
Static | read_eeprom | static int | eepro.c | |
4104 |
Static | eepro_probe1 | static int | eepro.c | |
4105 |
Static | eepro_probe | static int | eepro.c | PROBE - Look for an adapter, this routine's visible to the outside |
4106 |
Static | ifec_pci_probe | static int | eepro100.c | ***************** gPXE PCI Device Driver API functions ******************* |
4107 |
Static | ifec_pci_remove | static void | eepro100.c | |
4108 |
Static | ifec_net_close | static void | eepro100.c | **************** gPXE Network Device Driver API functions **************** |
4109 |
Static | ifec_net_irq | static void | eepro100.c | |
4110 |
Static | ifec_net_open | static int | eepro100.c | |
4111 |
Static | ifec_net_poll | static void | eepro100.c | |
4112 |
Static | ifec_net_transmit | static int | eepro100.c | |
4113 |
Static | ifec_spi_read_bit | static int | eepro100.c | |
4114 |
Static | ifec_spi_write_bit | static void | eepro100.c | |
4115 |
Static | ifec_init_eeprom | static void | eepro100.c | |
4116 |
Static | ifec_link_check | static int | eepro100.c | |
4117 |
Static | ifec_link_update | static void | eepro100.c | |
4118 |
Static | ifec_mdio_read | static int | eepro100.c | |
4119 |
Static | ifec_mdio_setup | static void | eepro100.c | |
4120 |
Static | ifec_mdio_write | static int | eepro100.c | |
4121 |
Static | ifec_reset | static void | eepro100.c | |
4122 |
Static | ifec_free | static void | eepro100.c | |
4123 |
Static | ifec_rfd_init | static void | eepro100.c | |
4124 |
Static | ifec_reprime_ru | static void | eepro100.c | |
4125 |
Static | ifec_check_ru_status | static void | eepro100.c | |
4126 |
Static | ifec_rx_process | static void | eepro100.c | |
4127 |
Static | ifec_get_rx_desc | static int | eepro100.c | |
4128 |
Static | ifec_refill_rx_ring | static void | eepro100.c | |
4129 |
Static | ifec_rx_setup | static int | eepro100.c | |
4130 |
Static | ifec_scb_cmd | static int | eepro100.c | |
4131 |
Static | ifec_scb_cmd_wait | static int | eepro100.c | |
4132 |
Static | ifec_tx_process | static void | eepro100.c | |
4133 |
Static | ifec_tx_setup | static int | eepro100.c | |
4134 |
Function | ifec_tx_wake | void | eepro100.c | |
4135 |
Static | epic100_probe | static int | epic100.c | Externally visible functions |
4136 |
Static | set_rx_mode | static void | epic100.c | |
4137 |
Static | epic100_open | static void | epic100.c | |
4138 |
Static | epic100_init_ring | static void | epic100.c | |
4139 |
Static | epic100_transmit | static void | epic100.c | |
4140 |
Static | epic100_poll | static int | epic100.c | |
4141 |
Static | epic100_disable | static void | epic100.c | |
4142 |
Static | epic100_irq | static void | epic100.c | |
4143 |
Static | read_eeprom | static int | epic100.c | |
4144 |
Static | mii_read | static int | epic100.c | |
4145 |
Static | gmii_autoneg_advertised | static unsigned int | etherfabric.c | Retrieve GMII autonegotiation advertised abilities |
4146 |
Static | gmii_autoneg_lpa | static unsigned int | etherfabric.c | Retrieve GMII autonegotiation link partner abilities |
4147 |
Static | gmii_nway_result | static unsigned int | etherfabric.c | Calculate GMII autonegotiated link technology |
4148 |
Static | gmii_link_ok | static int | etherfabric.c | Check GMII PHY link status |
4149 |
Static | mdio_clause45_wait_reset_mmds | static int | etherfabric.c | |
4150 |
Static | mdio_clause45_reset_mmd | static int | etherfabric.c | |
4151 |
Static | mdio_clause45_links_ok | static int | etherfabric.c | |
4152 |
Static | mdio_clause45_check_mmds | static int | etherfabric.c | |
4153 |
Inline | _falcon_writel | static inline void | etherfabric.c | |
4154 |
Inline | _falcon_readl | static inline uint32_t | etherfabric.c | |
4155 |
Inline | falcon_write | static inline void | etherfabric.c | Write to a Falcon register |
4156 |
Inline | falcon_write_sram | static inline void | etherfabric.c | Write to Falcon SRAM |
4157 |
Inline | falcon_writel | static inline void | etherfabric.c | Write dword to Falcon register that allows partial writes |
4158 |
Inline | falcon_read | static inline void | etherfabric.c | Read from a Falcon register |
4159 |
Inline | falcon_read_sram | static inline void | etherfabric.c | Read from Falcon SRAM |
4160 |
Inline | falcon_readl | static inline void | etherfabric.c | Read dword from a portion of a Falcon register |
4161 |
Inline | falcon_event_present | static inline int | etherfabric.c | See if an event is present |
4162 |
Static | falcon_eventq_read_ack | static void | etherfabric.c | |
4163 |
Inline | falcon_dump_regs | static inline void | etherfabric.c | Dump register contents (for debugging) |
4164 |
Static | falcon_interrupts | static void | etherfabric.c | |
4165 |
Static | falcon_spi_wait | static int | etherfabric.c | |
4166 |
Static | falcon_spi_rw | static int | etherfabric.c | |
4167 |
Static | falcon_i2c_bit_write | static void | etherfabric.c | Falcon bit-bashed I2C interface |
4168 |
Static | falcon_i2c_bit_read | static int | etherfabric.c | |
4169 |
Static | falcon_gmii_wait | static int | etherfabric.c | MDIO access |
4170 |
Static | falcon_mdio_write | static void | etherfabric.c | |
4171 |
Static | falcon_mdio_read | static int | etherfabric.c | |
4172 |
Static | falcon_reconfigure_mac_wrapper | static void | etherfabric.c | MAC wrapper |
4173 |
Static | falcon_gmac_writel | static void | etherfabric.c | |
4174 |
Static | falcon_gmac_readl | static void | etherfabric.c | |
4175 |
Static | mentormac_reset | static void | etherfabric.c | |
4176 |
Static | mentormac_init | static void | etherfabric.c | |
4177 |
Static | falcon_init_gmac | static int | etherfabric.c | |
4178 |
Static | falcon_xmac_writel | static void | etherfabric.c | XMAC handling |
4179 |
Static | falcon_xmac_readl | static void | etherfabric.c | Read dword from a Falcon XMAC register |
4180 |
Static | falcon_setup_xaui | static void | etherfabric.c | Configure Falcon XAUI output |
4181 |
Static | falcon_xgmii_status | static int | etherfabric.c | |
4182 |
Static | falcon_mask_status_intr | static void | etherfabric.c | |
4183 |
Static | falcon_reset_xmac | static int | etherfabric.c | Reset 10G MAC connected to port |
4184 |
Static | falcon_reset_xaui | static int | etherfabric.c | |
4185 |
Static | falcon_xaui_link_ok | static int | etherfabric.c | |
4186 |
Static | falcon_reconfigure_xmac | static void | etherfabric.c | Initialise XMAC |
4187 |
Static | falcon_init_xmac | static int | etherfabric.c | |
4188 |
Static | falcon_xaui_phy_init | static int | etherfabric.c | Null PHY handling |
4189 |
Static | alaska_init | static int | etherfabric.c | Alaska PHY |
4190 |
Static | falcon_xfp_phy_init | static int | etherfabric.c | |
4191 |
Static | falcon_txc_logic_reset | static int | etherfabric.c | |
4192 |
Static | falcon_txc_phy_init | static int | etherfabric.c | |
4193 |
Static | falcon_tenxpress_check_c11 | static int | etherfabric.c | |
4194 |
Static | falcon_tenxpress_phy_init | static int | etherfabric.c | |
4195 |
Static | falcon_pm8358_phy_init | static int | etherfabric.c | |
4196 |
Static | sfe4001_init | static int | etherfabric.c | |
4197 |
Static | sfe4001_fini | static void | etherfabric.c | |
4198 |
Static | sfe4002_init | static int | etherfabric.c | |
4199 |
Static | sfe4002_fini | static void | etherfabric.c | |
4200 |
Static | sfe4003_init | static int | etherfabric.c | |
4201 |
Static | sfe4003_fini | static void | etherfabric.c | |
4202 |
Static | falcon_free_special_buffer | static void | etherfabric.c | Hardware initialisation |
4203 |
Static | falcon_alloc_special_buffer | static void* | etherfabric.c | |
4204 |
Static | clear_b0_fpga_memories | static void | etherfabric.c | |
4205 |
Static | falcon_reset | static int | etherfabric.c | |
4206 |
Static | falcon_probe_nic_variant | static void | etherfabric.c | |
4207 |
Static | falcon_init_spi_device | static void | etherfabric.c | |
4208 |
Static | falcon_probe_spi | static int | etherfabric.c | |
4209 |
Static | falcon_probe_nvram | static int | etherfabric.c | |
4210 |
Static | falcon_init_sram | static int | etherfabric.c | |
4211 |
Static | falcon_setup_nic | static void | etherfabric.c | |
4212 |
Static | falcon_init_resources | static void | etherfabric.c | |
4213 |
Static | falcon_fini_resources | static void | etherfabric.c | |
4214 |
Static | falcon_build_rx_desc | static void | etherfabric.c | Hardware rx path |
4215 |
Static | falcon_notify_rx_desc | static void | etherfabric.c | |
4216 |
Static | falcon_build_tx_desc | static void | etherfabric.c | Hardware tx path |
4217 |
Static | falcon_notify_tx_desc | static void | etherfabric.c | |
4218 |
Static | efab_fill_rx_queue | static int | etherfabric.c | Software receive interface |
4219 |
Static | efab_receive | static void | etherfabric.c | |
4220 |
Static | efab_transmit | static int | etherfabric.c | Software transmit interface |
4221 |
Static | efab_transmit_done | static int | etherfabric.c | |
4222 |
Static | falcon_clear_interrupts | static void | etherfabric.c | Hardware event path |
4223 |
Static | falcon_handle_event | static void | etherfabric.c | |
4224 |
Static | efab_poll | static void | etherfabric.c | Software (polling) interrupt handler |
4225 |
Static | efab_irq | static void | etherfabric.c | |
4226 |
Static | efab_free_resources | static void | etherfabric.c | Software open/close |
4227 |
Static | efab_alloc_resources | static int | etherfabric.c | |
4228 |
Static | efab_init_mac | static int | etherfabric.c | |
4229 |
Static | efab_close | static void | etherfabric.c | |
4230 |
Static | efab_open | static int | etherfabric.c | |
4231 |
Static | efab_remove | static void | etherfabric.c | |
4232 |
Static | efab_probe | static int | etherfabric.c | |
4233 |
Inline | pci_push | static inline void | forcedeth.c | |
4234 |
Inline | nv_descr_getlength | static inline u32 | forcedeth.c | |
4235 |
Static | reg_delay | static int | forcedeth.c | |
4236 |
Static | mii_rw | static int | forcedeth.c | |
4237 |
Static | phy_reset | static int | forcedeth.c | |
4238 |
Static | phy_init | static int | forcedeth.c | |
4239 |
Static | start_rx | static void | forcedeth.c | |
4240 |
Static | stop_rx | static void | forcedeth.c | |
4241 |
Static | start_tx | static void | forcedeth.c | |
4242 |
Static | stop_tx | static void | forcedeth.c | |
4243 |
Static | txrx_reset | static void | forcedeth.c | |
4244 |
Static | alloc_rx | static int | forcedeth.c | |
4245 |
Static | update_linkspeed | static int | forcedeth.c | |
4246 |
Static | nv_linkchange | static void | forcedeth.c | |
4247 |
Static | init_ring | static int | forcedeth.c | |
4248 |
Static | set_multicast | static void | forcedeth.c | |
4249 |
Static | forcedeth_reset | static int | forcedeth.c | RESET - Reset the NIC to prepare for use |
4250 |
Static | forcedeth_poll | static int | forcedeth.c | POLL - Wait for a frame |
4251 |
Static | forcedeth_transmit | static void | forcedeth.c | TRANSMIT - Transmit a frame |
4252 |
Static | forcedeth_disable | static void | forcedeth.c | DISABLE - Turn off ethernet interface |
4253 |
Static | forcedeth_irq | static void | forcedeth.c | IRQ - Enable, Disable, or Force interrupts |
4254 |
Static | forcedeth_probe | static int | forcedeth.c | |
4255 |
Static | ipoib_lookup_peer_by_key | static struct ipoib_peer * | ipoib.c | Look up cached peer by key |
4256 |
Static | ipoib_cache_peer | static struct ipoib_peer * | ipoib.c | Store GID and QPN in peer cache |
4257 |
Static | ipoib_push | static int | ipoib.c | IPoIB link layer |
4258 |
Static | ipoib_pull | static int | ipoib.c | Remove IPoIB link-layer header |
4259 |
Static | ipoib_init_addr | static void | ipoib.c | Initialise IPoIB link-layer address |
4260 |
Function | ipoib_ntoa | const char * | ipoib.c | Transcribe IPoIB link-layer address |
4261 |
Static | ipoib_mc_hash | static int | ipoib.c | Hash multicast address |
4262 |
Static | ipoib_mlx_eth_addr | static int | ipoib.c | Generate Mellanox Ethernet-compatible compressed link-layer address |
4263 |
Static | ipoib_eth_addr | static int | ipoib.c | Generate Ethernet-compatible compressed link-layer address |
4264 |
Function | alloc_ipoibdev | struct net_device * | ipoib.c | Allocate IPoIB device |
4265 |
Static | ipoib_transmit | static int | ipoib.c | IPoIB network device |
4266 |
Static | ipoib_complete_send | static void | ipoib.c | Handle IPoIB send completion |
4267 |
Static | ipoib_complete_recv | static void | ipoib.c | Handle IPoIB receive completion |
4268 |
Static | ipoib_poll | static void | ipoib.c | Poll IPoIB network device |
4269 |
Static | ipoib_irq | static void | ipoib.c | Enable/disable interrupts on IPoIB network device |
4270 |
Function | ipoib_join_complete | void | ipoib.c | Handle IPv4 broadcast multicast group join completion |
4271 |
Static | ipoib_join_broadcast_group | static int | ipoib.c | Join IPv4 broadcast multicast group |
4272 |
Static | ipoib_leave_broadcast_group | static void | ipoib.c | Leave IPv4 broadcast multicast group |
4273 |
Static | ipoib_open | static int | ipoib.c | Open IPoIB network device |
4274 |
Static | ipoib_close | static void | ipoib.c | Close IPoIB network device |
4275 |
Function | ipoib_link_state_changed | void | ipoib.c | Handle link status change |
4276 |
Function | ipoib_probe | int | ipoib.c | Probe IPoIB device |
4277 |
Function | ipoib_remove | void | ipoib.c | Remove IPoIB device |
4278 |
Static | legacy_transmit | static int | legacy.c | |
4279 |
Static | legacy_poll | static void | legacy.c | |
4280 |
Static | legacy_open | static int | legacy.c | |
4281 |
Static | legacy_close | static void | legacy.c | |
4282 |
Static | legacy_irq | static void | legacy.c | |
4283 |
Function | legacy_probe | int | legacy.c | |
4284 |
Function | legacy_remove | void | legacy.c | |
4285 |
Function | dummy_connect | int | legacy.c | |
4286 |
Function | dummy_irq | void | legacy.c | |
4287 |
Static | init_ring | static void | mtd80x.c | init_ring - setup the tx and rx descriptors |
4288 |
Static | mtd_reset | static void | mtd80x.c | RESET - Reset Adapter |
4289 |
Static | mtd_poll | static int | mtd80x.c | POLL - Wait for a frame |
4290 |
Static | mtd_transmit | static void | mtd80x.c | TRANSMIT - Transmit a frame |
4291 |
Static | mtd_disable | static void | mtd80x.c | DISABLE - Turn off ethernet interface |
4292 |
Static | mtd_probe | static int | mtd80x.c | PROBE - Look for an adapter, this routine's visible to the outside |
4293 |
Static | set_rx_mode | static void | mtd80x.c | |
4294 |
Static | m80x_read_tick | static unsigned int | mtd80x.c | |
4295 |
Static | m80x_delay | static void | mtd80x.c | |
4296 |
Static | m80x_send_cmd_to_phy | static u32 | mtd80x.c | |
4297 |
Static | mdio_read | static int | mtd80x.c | |
4298 |
Static | mdio_write | static void | mtd80x.c | |
4299 |
Static | getlinkstatus | static void | mtd80x.c | |
4300 |
Static | getlinktype | static void | mtd80x.c | |
4301 |
Static | mtnic_alloc_aligned | static int | mtnic.c | MTNIC allocation functions |
4302 |
Static | mtnic_alloc_cmdif | static int | mtnic.c | mtnic alloc command interface |
4303 |
Static | mtnic_free_io_buffers | static void | mtnic.c | Free RX io buffers |
4304 |
Static | mtnic_alloc_iobuf | static int | mtnic.c | mtnic alloc and attach io buffers |
4305 |
Static | mtnic_alloc_ring | static int | mtnic.c | mtnic alloc ring |
4306 |
Static | mtnic_alloc_cq | static int | mtnic.c | mtnic alloc CQ |
4307 |
Function | mtnic_alloc_resources | unsigned int | mtnic.c | mtnic_alloc_resources |
4308 |
Static | mtnic_alloc_eq | static int | mtnic.c | mtnic alloc_eq |
4309 |
Inline | cmdif_go_bit | static inline int | mtnic.c | Mtnic commands functions |
4310 |
Static | mtnic_cmd | static int | mtnic.c | |
4311 |
Static | mtnic_map_cmd | static int | mtnic.c | |
4312 |
Static | mtnic_QUERY_FW | static int | mtnic.c | |
4313 |
Static | mtnic_OPEN_NIC | static int | mtnic.c | |
4314 |
Static | mtnic_CONFIG_RX | static int | mtnic.c | |
4315 |
Static | mtnic_CONFIG_TX | static int | mtnic.c | |
4316 |
Static | mtnic_HEART_BEAT | static int | mtnic.c | |
4317 |
Static | mtnic_SET_PORT_DEFAULT_RING | static int | mtnic.c | |
4318 |
Static | mtnic_CONFIG_PORT_RSS_STEER | static int | mtnic.c | |
4319 |
Static | mtnic_SET_PORT_RSS_INDIRECTION | static int | mtnic.c | |
4320 |
Static | mtnic_CONFIG_CQ | static int | mtnic.c | |
4321 |
Static | mtnic_CONFIG_TX_RING | static int | mtnic.c | |
4322 |
Static | mtnic_CONFIG_RX_RING | static int | mtnic.c | |
4323 |
Static | mtnic_CONFIG_EQ | static int | mtnic.c | |
4324 |
Static | mtnic_SET_RX_RING_ADDR | static int | mtnic.c | |
4325 |
Static | mtnic_SET_PORT_STATE | static int | mtnic.c | |
4326 |
Static | mtnic_SET_PORT_MTU | static int | mtnic.c | |
4327 |
Static | mtnic_RELEASE_RESOURCE | static int | mtnic.c | |
4328 |
Static | mtnic_QUERY_CAP | static int | mtnic.c | |
4329 |
Static | mtnic_query_num_ports | static int | mtnic.c | |
4330 |
Static | mtnic_query_mac | static int | mtnic.c | |
4331 |
Static | mtnic_query_offsets | static int | mtnic.c | |
4332 |
Function | mtnic_reset | void | mtnic.c | MTNIC initalization functions |
4333 |
Static | restore_config | static int | mtnic.c | Restore PCI config |
4334 |
Static | mtnic_init_pci | static int | mtnic.c | Init PCI configuration |
4335 |
Inline | mtnic_init_card | static inline int | mtnic.c | Initial hardware |
4336 |
Function | mtnic_process_tx_cq | void | mtnic.c | Process functions |
4337 |
Function | mtnic_process_rx_cq | int | mtnic.c | |
4338 |
Static | mtnic_open | static int | mtnic.c | net_device functions |
4339 |
Static | mtnic_poll | static void | mtnic.c | Check if we got completion for receive and transmit and |
4340 |
Static | mtnic_transmit | static int | mtnic.c | |
4341 |
Static | mtnic_close | static void | mtnic.c | |
4342 |
Static | mtnic_disable | static void | mtnic.c | |
4343 |
Static | mtnic_irq | static void | mtnic.c | |
4344 |
Static | mtnic_probe | static int | mtnic.c | |
4345 |
Inline | myri10ge_priv | static inline struct myri10ge_private * | myri10ge.c | |
4346 |
Static | myri10ge_post_receive | static void | myri10ge.c | |
4347 |
Static | myri10ge_command | static int | myri10ge.c | |
4348 |
Static | myri10ge_interrupt_handler | static void | myri10ge.c | |
4349 |
Static | mac_address_from_string_specs | static int | myri10ge.c | |
4350 |
Static | myri10ge_pci_probe | static int | myri10ge.c | gPXE PCI Device Driver API functions |
4351 |
Static | myri10ge_pci_remove | static void | myri10ge.c | |
4352 |
Static | myri10ge_net_close | static void | myri10ge.c | gPXE Network Device Driver Operations |
4353 |
Static | myri10ge_net_irq | static void | myri10ge.c | |
4354 |
Static | myri10ge_net_open | static int | myri10ge.c | |
4355 |
Static | myri10ge_net_poll | static void | myri10ge.c | |
4356 |
Static | myri10ge_net_transmit | static int | myri10ge.c | |
4357 |
Static | natsemi_spi_read_bit | static int | natsemi.c | |
4358 |
Static | natsemi_spi_write_bit | static void | natsemi.c | |
4359 |
Static | natsemi_init_eeprom | static void | natsemi.c | |
4360 |
Static | natsemi_probe | static int | natsemi.c | Probe PCI device |
4361 |
Static | natsemi_remove | static void | natsemi.c | Remove PCI device |
4362 |
Static | natsemi_reset | static void | natsemi.c | Reset NIC |
4363 |
Static | natsemi_open | static int | natsemi.c | Open NIC |
4364 |
Static | natsemi_close | static void | natsemi.c | Close NIC |
4365 |
Static | natsemi_transmit | static int | natsemi.c | Transmit packet |
4366 |
Static | natsemi_poll | static void | natsemi.c | Poll for received packets |
4367 |
Static | natsemi_irq | static void | natsemi.c | Enable/disable interrupts |
4368 |
Static | eth_pio_read | static void | ne2k_isa.c | ETH_PIO_READ - Read a frame via Programmed I/O |
4369 |
Static | eth_pio_write | static void | ne2k_isa.c | ETH_PIO_WRITE - Write a frame via Programmed I/O |
4370 |
Static | enable_multicast | static void | ne2k_isa.c | enable_multicast - Enable Multicast |
4371 |
Static | ne_probe1 | static int | ne2k_isa.c | NE_PROBE1 - Look for an adapter on the ISA bus |
4372 |
Static | ne_probe | static int | ne2k_isa.c | NE_PROBE - Initialize an adapter ??? |
4373 |
Static | ne_disable | static void | ne2k_isa.c | NE_DISABLE - Turn off adapter |
4374 |
Static | ne_reset | static void | ne2k_isa.c | NE_RESET - Reset adapter |
4375 |
Static | ne_poll | static int | ne2k_isa.c | NE_POLL - Wait for a frame |
4376 |
Static | ne_transmit | static void | ne2k_isa.c | NE_TRANSMIT - Transmit a frame |
4377 |
Static | phy_intr | static void | ns83820.c | |
4378 |
Static | ns83820_setup_rx | static void | ns83820.c | |
4379 |
Static | ns83820_do_reset | static void | ns83820.c | |
4380 |
Static | ns83820_reset | static void | ns83820.c | |
4381 |
Static | ns83820_getmac | static void | ns83820.c | |
4382 |
Static | ns83820_set_multicast | static void | ns83820.c | |
4383 |
Static | ns83820_run_bist | static void | ns83820.c | |
4384 |
Static | ns83820_check_intr | static void | ns83820.c | Check Link |
4385 |
Static | ns83820_poll | static int | ns83820.c | POLL - Wait for a frame |
4386 |
Inline | kick_tx | static inline void | ns83820.c | |
4387 |
Static | ns83820_transmit | static void | ns83820.c | TRANSMIT - Transmit a frame |
4388 |
Static | ns83820_disable | static void | ns83820.c | DISABLE - Turn off ethernet interface |
4389 |
Static | ns83820_irq | static void | ns83820.c | IRQ - Enable, Disable, or Force interrupts |
4390 |
Static | ns83820_probe | static int | ns83820.c | |
4391 |
Function | !defined | ns8390.c | ||
4392 |
Static | eth_pio_write | static void | ns8390.c | ETH_PIO_WRITE - Write a frame via Programmed I/O |
4393 |
Static | eth_pio_read | static void | ns8390.c | ETH_PIO_READ - Dummy routine when NE2000 not compiled in |
4394 |
Static | enable_multicast | static void | ns8390.c | enable_multycast - Enable Multicast |
4395 |
Static | ns8390_reset | static void | ns8390.c | NS8390_RESET - Reset adapter |
4396 |
Static | eth_rx_overrun | static void | ns8390.c | ETH_RX_OVERRUN - Bring adapter back to work after an RX overrun |
4397 |
Static | ns8390_transmit | static void | ns8390.c | NS8390_TRANSMIT - Transmit a frame |
4398 |
Static | ns8390_poll | static int | ns8390.c | NS8390_POLL - Wait for a frame |
4399 |
Static | ns8390_disable | static void | ns8390.c | NS8390_DISABLE - Turn off adapter |
4400 |
Static | ns8390_irq | static void | ns8390.c | NS8390_IRQ - Enable, Disable, or Force interrupts |
4401 |
Static | eth_probe | static int | ns8390.c | ETH_PROBE - Look for an adapter |
4402 |
Static | pcnet32_wio_read_csr | static u16 | pcnet32.c | |
4403 |
Static | pcnet32_wio_write_csr | static void | pcnet32.c | |
4404 |
Static | pcnet32_wio_read_bcr | static u16 | pcnet32.c | |
4405 |
Static | pcnet32_wio_write_bcr | static void | pcnet32.c | |
4406 |
Static | pcnet32_wio_read_rap | static u16 | pcnet32.c | |
4407 |
Static | pcnet32_wio_write_rap | static void | pcnet32.c | |
4408 |
Static | pcnet32_wio_reset | static void | pcnet32.c | |
4409 |
Static | pcnet32_wio_check | static int | pcnet32.c | |
4410 |
Static | pcnet32_dwio_read_csr | static u16 | pcnet32.c | |
4411 |
Static | pcnet32_dwio_write_csr | static void | pcnet32.c | |
4412 |
Static | pcnet32_dwio_read_bcr | static u16 | pcnet32.c | |
4413 |
Static | pcnet32_dwio_write_bcr | static void | pcnet32.c | |
4414 |
Static | pcnet32_dwio_read_rap | static u16 | pcnet32.c | |
4415 |
Static | pcnet32_dwio_write_rap | static void | pcnet32.c | |
4416 |
Static | pcnet32_dwio_reset | static void | pcnet32.c | |
4417 |
Static | pcnet32_dwio_check | static int | pcnet32.c | |
4418 |
Static | pcnet32_init_ring | static int | pcnet32.c | |
4419 |
Static | pcnet32_reset | static void | pcnet32.c | RESET - Reset adapter |
4420 |
Static | pcnet32_poll | static int | pcnet32.c | POLL - Wait for a frame |
4421 |
Static | pcnet32_transmit | static void | pcnet32.c | TRANSMIT - Transmit a frame |
4422 |
Static | pcnet32_disable | static void | pcnet32.c | DISABLE - Turn off ethernet interface |
4423 |
Static | pcnet32_irq | static void | pcnet32.c | IRQ - Enable, Disable, or Force interrupts |
4424 |
Static | pcnet32_probe | static int | pcnet32.c | PROBE - Look for an adapter, this routine's visible to the outside |
4425 |
Static | mdio_read | static int | pcnet32.c | |
4426 |
Static | mdio_write | static void | pcnet32.c | |
4427 |
Static | pnic_command_quiet | static uint16_t | pnic.c | |
4428 |
Static | pnic_command | static uint16_t | pnic.c | |
4429 |
Static | pnic_api_check | static int | pnic.c | |
4430 |
Static | pnic_poll | static void | pnic.c | POLL - Wait for a frame |
4431 |
Static | pnic_transmit | static int | pnic.c | TRANSMIT - Transmit a frame |
4432 |
Static | pnic_open | static int | pnic.c | OPEN - Open network device |
4433 |
Static | pnic_close | static void | pnic.c | CLOSE - Close network device |
4434 |
Static | pnic_irq | static void | pnic.c | IRQ - Enable/disable interrupts |
4435 |
Static | pnic_remove | static void | pnic.c | DISABLE - Turn off ethernet interface |
4436 |
Static | pnic_probe | static int | pnic.c | PROBE - Look for an adapter, this routine's visible to the outside |
4437 |
Inline | hfa384x_getreg | static inline UINT16 | prism2.c | |
4438 |
Inline | hfa384x_setreg | static inline void | prism2.c | |
4439 |
Inline | hfa384x_getreg_noswap | static inline UINT16 | prism2.c | |
4440 |
Inline | hfa384x_setreg_noswap | static inline void | prism2.c | |
4441 |
Static | hfa384x_docmd_wait | static int | prism2.c | |
4442 |
Static | hfa384x_prepare_bap | static int | prism2.c | |
4443 |
Static | hfa384x_copy_from_bap | static int | prism2.c | |
4444 |
Static | hfa384x_copy_to_bap | static int | prism2.c | |
4445 |
Inline | hfa384x_cmd_access | static inline int | prism2.c | |
4446 |
Static | hfa384x_drvr_getconfig | static int | prism2.c | |
4447 |
Static | hfa384x_drvr_getconfig16 | static int | prism2.c | |
4448 |
Static | hfa384x_drvr_getconfig32 | static int | prism2.c | |
4449 |
Static | hfa384x_drvr_setconfig | static int | prism2.c | |
4450 |
Static | hfa384x_drvr_setconfig16 | static int | prism2.c | |
4451 |
Static | hfa384x_drvr_setconfig32 | static int | prism2.c | |
4452 |
Static | hfa384x_wait_for_event | static int | prism2.c | |
4453 |
Static | prism2_poll | static int | prism2.c | POLL - Wait for a frame |
4454 |
Static | prism2_transmit | static void | prism2.c | TRANSMIT - Transmit a frame |
4455 |
Static | prism2_disable | static void | prism2.c | DISABLE - Turn off ethernet interface |
4456 |
Static | prism2_irq | static void | prism2.c | IRQ - Enable, Disable, or Force interrupts |
4457 |
Static | prism2_probe | static int | prism2.c | PROBE - Look for an adapter, this routine's visible to the outside |
4458 |
Static | prism2_pci_probe | static int | prism2_pci.c | |
4459 |
Static | prism2_pci_disable | static void | prism2_pci.c | |
4460 |
Static | prism2_find_plx | static int | prism2_plx.c | |
4461 |
Static | prism2_plx_probe | static int | prism2_plx.c | |
4462 |
Static | prism2_plx_disable | static void | prism2_plx.c | |
4463 |
Static | mdio_write | static void | r8169.c | * Low level hardware routines ** |
4464 |
Static | mdio_read | static int | r8169.c | |
4465 |
Static | mdio_patch | static void | r8169.c | |
4466 |
Static | rtl_ephy_write | static void | r8169.c | |
4467 |
Static | rtl_ephy_read | static u16 | r8169.c | |
4468 |
Static | rtl_csi_write | static void | r8169.c | |
4469 |
Static | rtl_csi_read | static u32 | r8169.c | |
4470 |
Static | rtl8169_irq_mask_and_ack | static void | r8169.c | |
4471 |
Static | rtl8169_tbi_reset_pending | static unsigned int | r8169.c | |
4472 |
Static | rtl8169_xmii_reset_pending | static unsigned int | r8169.c | |
4473 |
Static | rtl8169_tbi_link_ok | static unsigned int | r8169.c | |
4474 |
Static | rtl8169_xmii_link_ok | static unsigned int | r8169.c | |
4475 |
Static | rtl8169_tbi_reset_enable | static void | r8169.c | |
4476 |
Static | rtl8169_xmii_reset_enable | static void | r8169.c | |
4477 |
Static | rtl8169_set_speed_tbi | static int | r8169.c | |
4478 |
Static | rtl8169_set_speed_xmii | static int | r8169.c | |
4479 |
Static | rtl8169_set_speed | static int | r8169.c | |
4480 |
Static | rtl8169_write_gmii_reg_bit | static void | r8169.c | |
4481 |
Static | rtl8169_get_mac_version | static void | r8169.c | |
4482 |
Static | rtl_phy_write | static void | r8169.c | |
4483 |
Static | rtl8169s_hw_phy_config | static void | r8169.c | |
4484 |
Static | rtl8169sb_hw_phy_config | static void | r8169.c | |
4485 |
Static | rtl8168bb_hw_phy_config | static void | r8169.c | |
4486 |
Static | rtl8168bef_hw_phy_config | static void | r8169.c | |
4487 |
Static | rtl8168cp_1_hw_phy_config | static void | r8169.c | |
4488 |
Static | rtl8168cp_2_hw_phy_config | static void | r8169.c | |
4489 |
Static | rtl8168c_1_hw_phy_config | static void | r8169.c | |
4490 |
Static | rtl8168c_2_hw_phy_config | static void | r8169.c | |
4491 |
Static | rtl8168c_3_hw_phy_config | static void | r8169.c | |
4492 |
Static | rtl8168c_4_hw_phy_config | static void | r8169.c | |
4493 |
Static | rtl8168d_hw_phy_config | static void | r8169.c | |
4494 |
Static | rtl8102e_hw_phy_config | static void | r8169.c | |
4495 |
Static | rtl_hw_phy_config | static void | r8169.c | |
4496 |
Static | rtl8169_phy_reset | static void | r8169.c | |
4497 |
Static | rtl8169_init_phy | static void | r8169.c | |
4498 |
Static | rtl8169_hw_reset | static void | r8169.c | |
4499 |
Static | rtl_set_rx_tx_config_registers | static void | r8169.c | |
4500 |
Static | rtl_soft_reset | static void | r8169.c | |
4501 |
Static | rtl_hw_start | static void | r8169.c | |
4502 |
Static | rtl_set_rx_tx_desc_registers | static void | r8169.c | |
4503 |
Static | rtl_rw_cpluscmd | static u16 | r8169.c | |
4504 |
Static | rtl_set_rx_max_size | static void | r8169.c | |
4505 |
Static | rtl8169_set_magic_reg | static void | r8169.c | |
4506 |
Static | rtl_set_rx_mode | static void | r8169.c | |
4507 |
Static | rtl_hw_start_8169 | static void | r8169.c | |
4508 |
Static | rtl_tx_performance_tweak | static void | r8169.c | |
4509 |
Static | rtl_csi_access_enable | static void | r8169.c | |
4510 |
Static | rtl_ephy_init | static void | r8169.c | |
4511 |
Static | rtl_disable_clock_request | static void | r8169.c | |
4512 |
Static | rtl_hw_start_8168bb | static void | r8169.c | |
4513 |
Static | rtl_hw_start_8168bef | static void | r8169.c | |
4514 |
Static | __rtl_hw_start_8168cp | static void | r8169.c | |
4515 |
Static | rtl_hw_start_8168cp_1 | static void | r8169.c | |
4516 |
Static | rtl_hw_start_8168cp_2 | static void | r8169.c | |
4517 |
Static | rtl_hw_start_8168cp_3 | static void | r8169.c | |
4518 |
Static | rtl_hw_start_8168c_1 | static void | r8169.c | |
4519 |
Static | rtl_hw_start_8168c_2 | static void | r8169.c | |
4520 |
Static | rtl_hw_start_8168c_3 | static void | r8169.c | |
4521 |
Static | rtl_hw_start_8168c_4 | static void | r8169.c | |
4522 |
Static | rtl_hw_start_8168d | static void | r8169.c | |
4523 |
Static | rtl_hw_start_8168 | static void | r8169.c | |
4524 |
Static | rtl_hw_start_8102e_1 | static void | r8169.c | |
4525 |
Static | rtl_hw_start_8102e_2 | static void | r8169.c | |
4526 |
Static | rtl_hw_start_8102e_3 | static void | r8169.c | |
4527 |
Static | rtl_hw_start_8101 | static void | r8169.c | |
4528 |
Static | rtl8169_setup_tx_resources | static int | r8169.c | * gPXE API Support Routines ** |
4529 |
Static | rtl8169_process_tx_packets | static void | r8169.c | |
4530 |
Static | rtl8169_free_tx_resources | static void | r8169.c | |
4531 |
Static | rtl8169_populate_rx_descriptor | static void | r8169.c | |
4532 |
Static | rtl8169_refill_rx_ring | static void | r8169.c | Refill descriptor ring |
4533 |
Static | rtl8169_setup_rx_resources | static int | r8169.c | setup_rx_resources - allocate Rx resources (Descriptors) |
4534 |
Static | rtl8169_process_rx_packets | static void | r8169.c | |
4535 |
Static | rtl8169_free_rx_resources | static void | r8169.c | |
4536 |
Static | rtl8169_get_nic_variant | static int | r8169.c | |
4537 |
Static | rtl8169_irq_enable | static void | r8169.c | |
4538 |
Static | rtl8169_irq_disable | static void | r8169.c | |
4539 |
Static | rtl8169_open | static int | r8169.c | * gPXE Core API Routines ** |
4540 |
Static | rtl8169_transmit | static int | r8169.c | transmit - Transmit a packet |
4541 |
Static | rtl8169_poll | static void | r8169.c | poll - Poll for received packets |
4542 |
Static | rtl8169_close | static void | r8169.c | close - Disable network interface |
4543 |
Static | rtl8169_irq | static void | r8169.c | irq - enable or Disable interrupts |
4544 |
Static | rtl8169_probe | static int | r8169.c | probe - Initial configuration of NIC |
4545 |
Static | rtl8169_remove | static void | r8169.c | remove - Device Removal Routine |
4546 |
Static | rtl_spi_read_bit | static int | rtl8139.c | |
4547 |
Static | rtl_spi_write_bit | static void | rtl8139.c | |
4548 |
Static | rtl_init_eeprom | static void | rtl8139.c | Set up for EEPROM access |
4549 |
Static | rtl_reset | static void | rtl8139.c | Reset NIC |
4550 |
Static | rtl_open | static int | rtl8139.c | Open NIC |
4551 |
Static | rtl_close | static void | rtl8139.c | Close NIC |
4552 |
Static | rtl_transmit | static int | rtl8139.c | Transmit packet |
4553 |
Static | rtl_poll | static void | rtl8139.c | Poll for received packets |
4554 |
Static | rtl_irq | static void | rtl8139.c | Enable/disable interrupts |
4555 |
Static | rtl_probe | static int | rtl8139.c | Probe PCI device |
4556 |
Static | rtl_remove | static void | rtl8139.c | Remove PCI device |
4557 |
Static | sis190_isa_bridge_probe | static int | sis190.c | |
4558 |
Static | sis190_isa_bridge_remove | static void | sis190.c | |
4559 |
Static | __mdio_cmd | static void | sis190.c | |
4560 |
Static | mdio_write | static void | sis190.c | |
4561 |
Static | mdio_read | static int | sis190.c | |
4562 |
Static | __mdio_write | static void | sis190.c | |
4563 |
Static | __mdio_read | static int | sis190.c | |
4564 |
Static | mdio_read_latched | static u16 | sis190.c | |
4565 |
Static | sis190_read_eeprom | static u16 | sis190.c | |
4566 |
Static | sis190_irq_mask_and_ack | static void | sis190.c | |
4567 |
Static | sis190_asic_down | static void | sis190.c | |
4568 |
Inline | sis190_mark_as_last_descriptor | static inline void | sis190.c | |
4569 |
Inline | sis190_give_to_asic | static inline void | sis190.c | |
4570 |
Inline | sis190_map_to_asic | static inline void | sis190.c | |
4571 |
Inline | sis190_make_unusable_by_asic | static inline void | sis190.c | |
4572 |
Static | sis190_alloc_rx_iob | static struct io_buffer * | sis190.c | |
4573 |
Static | sis190_rx_fill | static u32 | sis190.c | |
4574 |
Inline | sis190_rx_pkt_err | static inline int | sis190.c | |
4575 |
Static | sis190_process_rx | static int | sis190.c | |
4576 |
Inline | sis190_tx_pkt_err | static inline int | sis190.c | |
4577 |
Static | sis190_process_tx | static void | sis190.c | |
4578 |
Static | sis190_poll | static void | sis190.c | |
4579 |
Inline | sis190_init_ring_indexes | static inline void | sis190.c | |
4580 |
Static | sis190_init_ring | static int | sis190.c | |
4581 |
Static | sis190_set_rx_mode | static void | sis190.c | |
4582 |
Static | sis190_soft_reset | static void | sis190.c | |
4583 |
Static | sis190_hw_start | static void | sis190.c | |
4584 |
Static | sis190_phy_task | static void | sis190.c | |
4585 |
Static | sis190_open | static int | sis190.c | |
4586 |
Static | sis190_down | static void | sis190.c | |
4587 |
Static | sis190_free | static void | sis190.c | |
4588 |
Static | sis190_close | static void | sis190.c | |
4589 |
Static | sis190_transmit | static int | sis190.c | |
4590 |
Static | sis190_free_phy | static void | sis190.c | |
4591 |
Static | sis190_default_phy | static u16 | sis190.c | sis190_default_phy - Select default PHY for sis190 mac. |
4592 |
Static | sis190_init_phy | static void | sis190.c | |
4593 |
Static | sis190_mii_probe_88e1111_fixup | static void | sis190.c | |
4594 |
Static | sis190_mii_probe | static int | sis190.c | sis190_mii_probe - Probe MII PHY for sis190 |
4595 |
Static | sis190_mii_remove | static void | sis190.c | |
4596 |
Static | sis190_init_board | static int | sis190.c | |
4597 |
Static | sis190_set_rgmii | static void | sis190.c | |
4598 |
Static | sis190_get_mac_addr_from_eeprom | static int | sis190.c | |
4599 |
Static | sis190_get_mac_addr_from_apc | static int | sis190.c | sis190_get_mac_addr_from_apc - Get MAC address for SiS96x model |
4600 |
Inline | sis190_init_rxfilter | static inline void | sis190.c | sis190_init_rxfilter - Initialize the Rx filter |
4601 |
Static | sis190_get_mac_addr | static int | sis190.c | |
4602 |
Static | sis190_set_speed_auto | static void | sis190.c | |
4603 |
Static | sis190_irq | static void | sis190.c | |
4604 |
Static | sis190_probe | static int | sis190.c | |
4605 |
Static | sis190_remove | static void | sis190.c | |
4606 |
Static | sis900_get_mac_addr | static int | sis900.c | |
4607 |
Static | sis96x_get_mac_addr | static int | sis900.c | |
4608 |
Static | sis630e_get_mac_addr | static int | sis900.c | |
4609 |
Static | sis635_get_mac_addr | static int | sis900.c | |
4610 |
Static | sis900_probe | static int | sis900.c | |
4611 |
Static | sis900_read_eeprom | static u16 | sis900.c | |
4612 |
Static | sis900_mdio_idle | static void | sis900.c | |
4613 |
Static | sis900_mdio_reset | static void | sis900.c | |
4614 |
Static | sis900_mdio_read | static u16 | sis900.c | |
4615 |
Static | sis900_mdio_write | static void | sis900.c | |
4616 |
Static | sis900_init | static void | sis900.c | |
4617 |
Static | sis900_reset | static void | sis900.c | |
4618 |
Static | sis900_init_rxfilter | static void | sis900.c | |
4619 |
Static | sis900_init_txd | static void | sis900.c | |
4620 |
Static | sis900_init_rxd | static void | sis900.c | |
4621 |
Static | sis900_set_rx_mode | static void | sis900.c | |
4622 |
Static | sis900_check_mode | static void | sis900.c | |
4623 |
Static | sis900_read_mode | static void | sis900.c | |
4624 |
Static | amd79c901_read_mode | static void | sis900.c | |
4625 |
Static | ics1893_read_mode | static void | sis900.c | |
4626 |
Static | rtl8201_read_mode | static void | sis900.c | |
4627 |
Static | vt6103_read_mode | static void | sis900.c | |
4628 |
Static | sis900_transmit | static void | sis900.c | |
4629 |
Static | sis900_poll | static int | sis900.c | |
4630 |
Static | sis900_disable | static void | sis900.c | |
4631 |
Static | sis900_irq | static void | sis900.c | |
4632 |
Static | skge_supported_modes | static u32 | skge.c | |
4633 |
Inline | hwkhz | static inline u32 | skge.c | |
4634 |
Inline | skge_usecs2clk | static inline u32 | skge.c | |
4635 |
Static | skge_led | static void | skge.c | |
4636 |
Static | skge_ring_alloc | static int | skge.c | |
4637 |
Static | skge_rx_setup | static void | skge.c | |
4638 |
Inline | skge_rx_reuse | static inline void | skge.c | |
4639 |
Static | skge_rx_clean | static void | skge.c | |
4640 |
Static | skge_link_up | static void | skge.c | |
4641 |
Static | skge_link_down | static void | skge.c | |
4642 |
Static | xm_link_down | static void | skge.c | |
4643 |
Static | __xm_phy_read | static int | skge.c | |
4644 |
Static | xm_phy_read | static u16 | skge.c | |
4645 |
Static | xm_phy_write | static int | skge.c | |
4646 |
Static | genesis_init | static void | skge.c | |
4647 |
Static | genesis_reset | static void | skge.c | |
4648 |
Static | bcom_check_link | static void | skge.c | |
4649 |
Static | bcom_phy_init | static void | skge.c | |
4650 |
Static | xm_phy_init | static void | skge.c | |
4651 |
Static | xm_check_link | static int | skge.c | |
4652 |
Static | xm_link_timer | static void | skge.c | |
4653 |
Static | genesis_mac_init | static void | skge.c | |
4654 |
Static | genesis_stop | static void | skge.c | |
4655 |
Static | genesis_link_up | static void | skge.c | |
4656 |
Inline | bcom_phy_intr | static inline void | skge.c | |
4657 |
Static | gm_phy_write | static int | skge.c | |
4658 |
Static | __gm_phy_read | static int | skge.c | |
4659 |
Static | gm_phy_read | static u16 | skge.c | |
4660 |
Static | yukon_init | static void | skge.c | |
4661 |
Static | yukon_reset | static void | skge.c | |
4662 |
Static | is_yukon_lite_a0 | static int | skge.c | |
4663 |
Static | yukon_mac_init | static void | skge.c | |
4664 |
Static | yukon_suspend | static void | skge.c | |
4665 |
Static | yukon_stop | static void | skge.c | |
4666 |
Static | yukon_speed | static u16 | skge.c | |
4667 |
Static | yukon_link_up | static void | skge.c | |
4668 |
Static | yukon_link_down | static void | skge.c | |
4669 |
Static | yukon_phy_intr | static void | skge.c | |
4670 |
Static | skge_ramset | static void | skge.c | |
4671 |
Static | skge_qset | static void | skge.c | |
4672 |
Function | skge_free | void | skge.c | |
4673 |
Static | skge_up | static int | skge.c | |
4674 |
Static | skge_rx_stop | static void | skge.c | |
4675 |
Static | skge_down | static void | skge.c | |
4676 |
Inline | skge_tx_avail | static inline int | skge.c | |
4677 |
Static | skge_xmit_frame | static int | skge.c | |
4678 |
Static | skge_tx_clean | static void | skge.c | |
4679 |
Inline | phy_length | static inline u16 | skge.c | |
4680 |
Inline | bad_phy_status | static inline int | skge.c | |
4681 |
Static | skge_tx_done | static void | skge.c | |
4682 |
Static | skge_rx_refill | static void | skge.c | |
4683 |
Static | skge_rx_done | static void | skge.c | |
4684 |
Static | skge_poll | static void | skge.c | |
4685 |
Static | skge_phyirq | static void | skge.c | |
4686 |
Static | skge_board_name | static const char * | skge.c | |
4687 |
Static | skge_reset | static int | skge.c | |
4688 |
Static | skge_devinit | static struct net_device * | skge.c | |
4689 |
Static | skge_show_addr | static void | skge.c | |
4690 |
Static | skge_probe | static int | skge.c | |
4691 |
Static | skge_remove | static void | skge.c | |
4692 |
Static | skge_net_irq | static void | skge.c | |
4693 |
Static | gm_phy_write | static int | sky2.c | |
4694 |
Static | __gm_phy_read | static int | sky2.c | |
4695 |
Inline | gm_phy_read | static inline u16 | sky2.c | |
4696 |
Static | sky2_power_on | static void | sky2.c | |
4697 |
Static | sky2_power_aux | static void | sky2.c | |
4698 |
Static | sky2_gmac_reset | static void | sky2.c | |
4699 |
Static | sky2_phy_init | static void | sky2.c | |
4700 |
Static | sky2_phy_power_up | static void | sky2.c | |
4701 |
Static | sky2_phy_power_down | static void | sky2.c | |
4702 |
Static | sky2_set_tx_stfwd | static void | sky2.c | |
4703 |
Static | sky2_mac_init | static void | sky2.c | |
4704 |
Static | sky2_ramset | static void | sky2.c | |
4705 |
Static | sky2_qset | static void | sky2.c | |
4706 |
Static | sky2_prefetch_init | static void | sky2.c | |
4707 |
Inline | get_tx_le | static inline struct sky2_tx_le * | sky2.c | |
4708 |
Static | tx_init | static void | sky2.c | |
4709 |
Inline | tx_le_re | static inline struct tx_ring_info * | sky2.c | |
4710 |
Inline | sky2_put_idx | static inline void | sky2.c | |
4711 |
Inline | sky2_next_rx | static inline struct sky2_rx_le * | sky2.c | |
4712 |
Static | sky2_rx_add | static void | sky2.c | |
4713 |
Static | sky2_rx_submit | static void | sky2.c | |
4714 |
Static | sky2_rx_map_iob | static void | sky2.c | |
4715 |
Static | rx_set_checksum | static void | sky2.c | |
4716 |
Static | sky2_rx_stop | static void | sky2.c | |
4717 |
Static | sky2_rx_clean | static void | sky2.c | |
4718 |
Static | sky2_rx_alloc | static struct io_buffer * | sky2.c | |
4719 |
Inline | sky2_rx_update | static inline void | sky2.c | |
4720 |
Static | sky2_rx_start | static int | sky2.c | |
4721 |
Static | sky2_free_rings | static void | sky2.c | |
4722 |
Static | sky2_up | static int | sky2.c | |
4723 |
Inline | tx_dist | static inline int | sky2.c | |
4724 |
Inline | tx_avail | static inline int | sky2.c | |
4725 |
Static | sky2_xmit_frame | static int | sky2.c | |
4726 |
Static | sky2_tx_complete | static void | sky2.c | |
4727 |
Static | sky2_tx_clean | static void | sky2.c | |
4728 |
Static | sky2_down | static void | sky2.c | |
4729 |
Static | sky2_phy_speed | static u16 | sky2.c | |
4730 |
Static | sky2_link_up | static void | sky2.c | |
4731 |
Static | sky2_link_down | static void | sky2.c | |
4732 |
Static | sky2_autoneg_done | static int | sky2.c | |
4733 |
Static | sky2_phy_intr | static void | sky2.c | |
4734 |
Static | receive_new | static struct io_buffer * | sky2.c | |
4735 |
Static | sky2_receive | static struct io_buffer * | sky2.c | |
4736 |
Inline | sky2_tx_done | static inline void | sky2.c | |
4737 |
Static | sky2_status_intr | static void | sky2.c | |
4738 |
Static | sky2_hw_error | static void | sky2.c | |
4739 |
Static | sky2_hw_intr | static void | sky2.c | |
4740 |
Static | sky2_mac_intr | static void | sky2.c | |
4741 |
Static | sky2_le_error | static void | sky2.c | |
4742 |
Static | sky2_err_intr | static void | sky2.c | |
4743 |
Static | sky2_poll | static void | sky2.c | |
4744 |
Static | sky2_mhz | static u32 | sky2.c | |
4745 |
Inline | sky2_us2clk | static inline u32 | sky2.c | |
4746 |
Inline | sky2_clk2us | static inline u32 | sky2.c | |
4747 |
Static | sky2_init | static int | sky2.c | |
4748 |
Static | sky2_reset | static void | sky2.c | |
4749 |
Static | sky2_supported_modes | static u32 | sky2.c | |
4750 |
Static | sky2_set_multicast | static void | sky2.c | |
4751 |
Static | sky2_init_netdev | static struct net_device * | sky2.c | |
4752 |
Static | sky2_show_addr | static void | sky2.c | |
4753 |
Static | sky2_name | static const char * | sky2.c | |
4754 |
Static | sky2_net_irq | static void | sky2.c | |
4755 |
Static | sky2_probe | static int | sky2.c | |
4756 |
Static | sky2_remove | static void | sky2.c | |
4757 |
Static | smc_read_phy_register | static word | smc9000.c | |
4758 |
Static | smc_write_phy_register | static void | smc9000.c | |
4759 |
Static | smc_detect_phy | static int | smc9000.c | |
4760 |
Static | smc_phy_configure | static void | smc9000.c | |
4761 |
Static | smc_reset | static void | smc9000.c | |
4762 |
Static | smc9000_probe_addr | static int | smc9000.c | |
4763 |
Static | smc9000_transmit | static void | smc9000.c | ETH_TRANSMIT - Transmit a frame |
4764 |
Static | smc9000_poll | static int | smc9000.c | ETH_POLL - Wait for a frame |
4765 |
Static | smc9000_disable | static void | smc9000.c | |
4766 |
Static | smc9000_irq | static void | smc9000.c | |
4767 |
Static | smc9000_probe | static int | smc9000.c | ETH_PROBE - Look for an adapter |
4768 |
Static | check_duplex | static void | sundance.c | |
4769 |
Static | init_ring | static void | sundance.c | init_ring - setup the tx and rx descriptors |
4770 |
Static | sundance_reset | static void | sundance.c | RESET - Reset Adapter |
4771 |
Static | sundance_irq | static void | sundance.c | IRQ - Wait for a frame |
4772 |
Static | sundance_poll | static int | sundance.c | POLL - Wait for a frame |
4773 |
Static | sundance_transmit | static void | sundance.c | TRANSMIT - Transmit a frame |
4774 |
Static | sundance_disable | static void | sundance.c | DISABLE - Turn off ethernet interface |
4775 |
Static | sundance_probe | static int | sundance.c | PROBE - Look for an adapter, this routine's visible to the outside |
4776 |
Static | eeprom_read | static int | sundance.c | |
4777 |
Static | mdio_sync | static void | sundance.c | |
4778 |
Static | mdio_read | static int | sundance.c | |
4779 |
Static | mdio_write | static void | sundance.c | |
4780 |
Static | set_rx_mode | static void | sundance.c | |
4781 |
Static | pci_save_state | static int | tg3.c | pci_save_state - save the PCI configuration space of a device before suspending |
4782 |
Static | pci_restore_state | static int | tg3.c | pci_restore_state - Restore the saved state of a PCI device |
4783 |
Static | tg3_write_indirect_reg32 | static void | tg3.c | |
4784 |
Static | tw32_carefully | static void | tg3.c | |
4785 |
Static | tw32_mailbox2 | static void | tg3.c | |
4786 |
Static | tg3_write_mem | static void | tg3.c | |
4787 |
Static | tg3_read_mem | static void | tg3.c | |
4788 |
Static | tg3_disable_ints | static void | tg3.c | |
4789 |
Static | tg3_switch_clocks | static void | tg3.c | |
4790 |
Static | tg3_readphy | static int | tg3.c | |
4791 |
Static | tg3_writephy | static int | tg3.c | |
4792 |
Static | tg3_writedsp | static int | tg3.c | |
4793 |
Static | tg3_phy_set_wirespeed | static void | tg3.c | |
4794 |
Static | tg3_bmcr_reset | static int | tg3.c | |
4795 |
Static | tg3_wait_macro_done | static int | tg3.c | |
4796 |
Static | tg3_phy_write_and_check_testpat | static int | tg3.c | |
4797 |
Static | tg3_phy_reset_chanpat | static int | tg3.c | |
4798 |
Static | tg3_phy_reset_5703_4_5 | static int | tg3.c | |
4799 |
Static | tg3_phy_reset | static int | tg3.c | |
4800 |
Static | tg3_set_power_state_0 | static void | tg3.c | |
4801 |
Static | tg3_link_report | static void | tg3.c | |
4802 |
Static | tg3_setup_flow_control | static void | tg3.c | |
4803 |
Static | tg3_aux_stat_to_speed_duplex | static void | tg3.c | |
4804 |
Static | tg3_phy_copper_begin | static int | tg3.c | |
4805 |
Static | tg3_init_5401phy_dsp | static int | tg3.c | |
4806 |
Static | tg3_setup_copper_phy | static int | tg3.c | |
4807 |
Static | tg3_fiber_aneg_smachine | static int | tg3.c | |
4808 |
Static | tg3_setup_fiber_phy | static int | tg3.c | |
4809 |
Static | tg3_setup_phy | static int | tg3.c | |
4810 |
Static | tg3_stop_block | static int | tg3.c | |
4811 |
Static | tg3_abort_hw | static int | tg3.c | |
4812 |
Static | tg3_chip_reset | static void | tg3.c | |
4813 |
Static | tg3_stop_fw | static void | tg3.c | |
4814 |
Static | tg3_restart_fw | static int | tg3.c | |
4815 |
Static | tg3_halt | static int | tg3.c | |
4816 |
Static | __tg3_set_mac_addr | static void | tg3.c | |
4817 |
Static | tg3_set_bdinfo | static void | tg3.c | |
4818 |
Static | tg3_init_rings | static void | tg3.c | |
4819 |
Static | tg3_setup_hw | static int | tg3.c | |
4820 |
Static | tg3_nvram_init | static void | tg3.c | |
4821 |
Static | tg3_nvram_read_using_eeprom | static int | tg3.c | |
4822 |
Static | tg3_nvram_read | static int | tg3.c | |
4823 |
Static | tg3_phy_probe | static int | tg3.c | |
4824 |
Static | tg3_read_partno | static void | tg3.c | |
4825 |
Static | tg3_get_invariants | static int | tg3.c | |
4826 |
Static | tg3_get_device_address | static int | tg3.c | |
4827 |
Static | tg3_setup_dma | static int | tg3.c | |
4828 |
Static | tg3_init_link_config | static void | tg3.c | |
4829 |
Static | tg3_phy_string | static const char * | tg3.c | |
4830 |
Static | tg3_poll_link | static void | tg3.c | |
4831 |
Static | tg3_ack_irqs | static void | tg3.c | POLL - Wait for a frame |
4832 |
Static | tg3_poll | static int | tg3.c | |
4833 |
Static | tg3_set_txd | static void | tg3.c | TRANSMIT - Transmit a frame |
4834 |
Static | tg3_transmit | static void | tg3.c | |
4835 |
Static | tg3_disable | static void | tg3.c | DISABLE - Turn off ethernet interface |
4836 |
Static | tg3_irq | static void | tg3.c | IRQ - Enable, Disable, or Force interrupts |
4837 |
Static | tg3_probe | static int | tg3.c | PROBE - Look for an adapter, this routine's visible to the outside |
4838 |
Static | TLan_ResetLists | static void | tlan.c | TLan_ResetLists |
4839 |
Function | TLan_ResetAdapter | void | tlan.c | TLan_Reset |
4840 |
Function | TLan_FinishReset | void | tlan.c | |
4841 |
Static | tlan_poll | static int | tlan.c | POLL - Wait for a frame |
4842 |
Static | refill_rx | static void | tlan.c | |
4843 |
Static | tlan_transmit | static void | tlan.c | TRANSMIT - Transmit a frame |
4844 |
Static | tlan_disable | static void | tlan.c | DISABLE - Turn off ethernet interface |
4845 |
Static | tlan_irq | static void | tlan.c | IRQ - Enable, Disable, or Force interrupts |
4846 |
Static | TLan_SetMulticastList | static void | tlan.c | |
4847 |
Static | tlan_probe | static int | tlan.c | |
4848 |
Function | TLan_EeSendStart | void | tlan.c | |
4849 |
Function | TLan_EeSendByte | int | tlan.c | TLan_EeSendByte |
4850 |
Function | TLan_EeReceiveByte | void | tlan.c | TLan_EeReceiveByte |
4851 |
Function | TLan_EeReadByte | int | tlan.c | TLan_EeReadByte |
4852 |
Function | TLan_MiiReadReg | int | tlan.c | |
4853 |
Function | TLan_MiiSendData | void | tlan.c | TLan_MiiSendData |
4854 |
Function | TLan_MiiSync | void | tlan.c | TLan_MiiSync |
4855 |
Function | TLan_MiiWriteReg | void | tlan.c | TLan_MiiWriteReg |
4856 |
Function | TLan_SetMac | void | tlan.c | TLan_SetMac |
4857 |
Function | TLan_PhyDetect | void | tlan.c | TLan_PhyDetect |
4858 |
Function | TLan_PhyPowerDown | void | tlan.c | |
4859 |
Function | TLan_PhyPowerUp | void | tlan.c | |
4860 |
Function | TLan_PhyReset | void | tlan.c | |
4861 |
Function | TLan_PhyStartLink | void | tlan.c | |
4862 |
Function | TLan_PhyFinishAutoNeg | void | tlan.c | |
4863 |
Function | TLan_PhyMonitor | void | tlan.c | TLan_phyMonitor |
4864 |
Static | whereami | static void | tulip.c | Utility Routines |
4865 |
Static | tulip_more | static void | tulip.c | |
4866 |
Static | tulip_wait | static void | tulip.c | |
4867 |
Function | mdio_read | int | tulip.c | |
4868 |
Function | mdio_write | void | tulip.c | |
4869 |
Static | read_eeprom | static int | tulip.c | EEPROM Reading Code |
4870 |
Static | parse_eeprom | static void | tulip.c | EEPROM Parsing Code |
4871 |
Static | tulip_init_ring | static void | tulip.c | tulip_init_ring - setup the tx and rx descriptors |
4872 |
Static | set_rx_mode | static void | tulip.c | |
4873 |
Static | tulip_reset | static void | tulip.c | eth_reset - Reset adapter |
4874 |
Static | tulip_transmit | static void | tulip.c | eth_transmit - Transmit a frame |
4875 |
Static | tulip_poll | static int | tulip.c | eth_poll - Wait for a frame |
4876 |
Static | tulip_disable | static void | tulip.c | eth_disable - Disable the interface |
4877 |
Static | tulip_irq | static void | tulip.c | IRQ - Enable, Disable, or Force interrupts |
4878 |
Static | tulip_probe | static int | tulip.c | eth_probe - Look for an adapter |
4879 |
Static | start_link | static void | tulip.c | |
4880 |
Static | nway_start | static void | tulip.c | |
4881 |
Static | init_media | static void | tulip.c | |
4882 |
Static | pnic_do_nway | static void | tulip.c | |
4883 |
Static | select_media | static void | tulip.c | |
4884 |
Static | tulip_check_duplex | static int | tulip.c | |
4885 |
Static | reload_eeprom | static void | via-rhine.c | |
4886 |
Static | rhine_init_ring | static void | via-rhine.c | |
4887 |
Function | QueryAuto | int | via-rhine.c | |
4888 |
Function | ReadMII | int | via-rhine.c | |
4889 |
Function | WriteMII | void | via-rhine.c | |
4890 |
Function | MIIDelay | void | via-rhine.c | |
4891 |
Function | rhine_irq | void | via-rhine.c | IRQ - PXE IRQ Handler |
4892 |
Static | rhine_probe | static int | via-rhine.c | |
4893 |
Static | set_rx_mode | static void | via-rhine.c | |
4894 |
Static | rhine_probe1 | static void | via-rhine.c | |
4895 |
Static | rhine_disable | static void | via-rhine.c | |
4896 |
Static | rhine_reset | static void | via-rhine.c | ETH_RESET - Reset adapter |
4897 |
Static | rhine_poll | static int | via-rhine.c | |
4898 |
Static | rhine_transmit | static void | via-rhine.c | |
4899 |
Static | velocity_set_int_opt | static void | via-velocity.c | velocity_set_int_opt - parser for integer options |
4900 |
Static | velocity_set_bool_opt | static void | via-velocity.c | velocity_set_bool_opt - parser for boolean options |
4901 |
Static | velocity_get_options | static void | via-velocity.c | velocity_get_options - set options on device |
4902 |
Static | velocity_init_cam_filter | static void | via-velocity.c | velocity_init_cam_filter - initialise CAM |
4903 |
Inline | velocity_give_many_rx_descs | static inline void | via-velocity.c | |
4904 |
Static | velocity_rx_refill | static int | via-velocity.c | |
4905 |
Static | velocity_poll | static int | via-velocity.c | POLL - Wait for a frame |
4906 |
Static | velocity_transmit | static void | via-velocity.c | TRANSMIT - Transmit a frame |
4907 |
Static | velocity_disable | static void | via-velocity.c | DISABLE - Turn off ethernet interface |
4908 |
Static | velocity_irq | static void | via-velocity.c | IRQ - handle interrupts |
4909 |
Static | velocity_probe | static int | via-velocity.c | PROBE - Look for an adapter, this routine's visible to the outside |
4910 |
Static | velocity_init_info | static void | via-velocity.c | velocity_init_info - init private data |
4911 |
Function | pci_resource_flags | unsigned long | via-velocity.c | |
4912 |
Static | velocity_get_pci_info | static int | via-velocity.c | |
4913 |
Static | velocity_print_link_status | static void | via-velocity.c | velocity_print_link_status - link status reporting |
4914 |
Static | velocity_rx_reset | static void | via-velocity.c | velocity_rx_reset - handle a receive reset |
4915 |
Static | velocity_init_registers | static void | via-velocity.c | velocity_init_registers - initialise MAC registers |
4916 |
Static | velocity_soft_reset | static int | via-velocity.c | velocity_soft_reset - soft reset |
4917 |
Static | velocity_init_rings | static int | via-velocity.c | velocity_init_rings - set up DMA rings |
4918 |
Static | velocity_open | static int | via-velocity.c | |
4919 |
Static | mii_init | static void | via-velocity.c | mii_init - set up MII |
4920 |
Static | safe_disable_mii_autopoll | static void | via-velocity.c | safe_disable_mii_autopoll - autopoll off |
4921 |
Static | enable_mii_autopoll | static void | via-velocity.c | enable_mii_autopoll - turn on autopolling |
4922 |
Static | velocity_mii_read | static int | via-velocity.c | velocity_mii_read - read MII data |
4923 |
Static | velocity_mii_write | static int | via-velocity.c | velocity_mii_write - write MII data |
4924 |
Static | velocity_get_opt_media_mode | static u32 | via-velocity.c | velocity_get_opt_media_mode - get media selection |
4925 |
Static | mii_set_auto_on | static void | via-velocity.c | mii_set_auto_on - autonegotiate on |
4926 |
Static | set_mii_flow_control | static void | via-velocity.c | set_mii_flow_control - flow control setup |
4927 |
Static | velocity_set_media_mode | static int | via-velocity.c | velocity_set_media_mode - set media mode |
4928 |
Static | mii_check_media_mode | static u32 | via-velocity.c | mii_check_media_mode - check media state |
4929 |
Static | check_connection_type | static u32 | via-velocity.c | |
4930 |
Static | enable_flow_control_ability | static void | via-velocity.c | enable_flow_control_ability - flow control |
4931 |
Function | pci_set_power_state | int | via-velocity.c | pci_set_power_state - Set the power state of a PCI device |
4932 |
Static | virtnet_disable | static void | virtio-net.c | |
4933 |
Static | virtnet_poll | static int | virtio-net.c | |
4934 |
Static | virtnet_transmit | static void | virtio-net.c | |
4935 |
Static | virtnet_irq | static void | virtio-net.c | |
4936 |
Static | provide_buffers | static void | virtio-net.c | |
4937 |
Static | virtnet_probe | static int | virtio-net.c | |
4938 |
Static | decode_interrupt | static void | w89c840.c | |
4939 |
Static | w89c840_reset | static void | w89c840.c | w89c840_reset - Reset adapter |
4940 |
Static | handle_intr | static void | w89c840.c | |
4941 |
Static | w89c840_poll | static int | w89c840.c | w89c840_poll - Wait for a frame |
4942 |
Static | w89c840_transmit | static void | w89c840.c | w89c840_transmit - Transmit a frame |
4943 |
Static | w89c840_disable | static void | w89c840.c | w89c840_disable - Turn off ethernet interface |
4944 |
Static | w89c840_irq | static void | w89c840.c | w89c840_irq - Enable, Disable, or Force interrupts |
4945 |
Static | w89c840_probe | static int | w89c840.c | w89c840_probe - Look for an adapter, this routine's visible to the outside |
4946 |
Static | eeprom_read | static int | w89c840.c | |
4947 |
Static | mdio_sync | static void | w89c840.c | |
4948 |
Static | mdio_read | static int | w89c840.c | |
4949 |
Static | mdio_write | static void | w89c840.c | |
4950 |
Static | check_duplex | static void | w89c840.c | |
4951 |
Static | set_rx_mode | static void | w89c840.c | |
4952 |
Static | init_ring | static void | w89c840.c | |
4953 |
Inline | ath5k_txbuf_free | static inline void | ath5k.c | |
4954 |
Inline | ath5k_rxbuf_free | static inline void | ath5k.c | |
4955 |
Static | ath5k_chip_name | static const char * | ath5k.c | ******************\ |
4956 |
Static | ath5k_probe | static int | ath5k.c | |
4957 |
Static | ath5k_remove | static void | ath5k.c | |
4958 |
Static | ath5k_attach | static int | ath5k.c | *********************\ |
4959 |
Static | ath5k_detach | static void | ath5k.c | |
4960 |
Inline | ath5k_ieee2mhz | static inline short | ath5k.c | ******************\ |
4961 |
Static | ath5k_copy_channels | static unsigned int | ath5k.c | |
4962 |
Static | ath5k_setup_bands | static int | ath5k.c | |
4963 |
Static | ath5k_chan_set | static int | ath5k.c | |
4964 |
Static | ath5k_setcurmode | static void | ath5k.c | |
4965 |
Static | ath5k_mode_setup | static void | ath5k.c | |
4966 |
Inline | ath5k_hw_rix_to_bitrate | static inline int | ath5k.c | |
4967 |
Function | ath5k_bitrate_to_hw_rix | int | ath5k.c | |
4968 |
Static | ath5k_rx_iob_alloc | static struct io_buffer * | ath5k.c | *************\ |
4969 |
Static | ath5k_rxbuf_setup | static int | ath5k.c | |
4970 |
Static | ath5k_txbuf_setup | static int | ath5k.c | |
4971 |
Static | ath5k_desc_alloc | static int | ath5k.c | *****************\ |
4972 |
Static | ath5k_desc_free | static void | ath5k.c | |
4973 |
Static | ath5k_txq_setup | static int | ath5k.c | ************\ |
4974 |
Static | ath5k_txq_drainq | static void | ath5k.c | |
4975 |
Static | ath5k_txq_cleanup | static void | ath5k.c | |
4976 |
Static | ath5k_txq_release | static void | ath5k.c | |
4977 |
Static | ath5k_rx_start | static int | ath5k.c | ***********\ |
4978 |
Static | ath5k_rx_stop | static void | ath5k.c | |
4979 |
Static | ath5k_handle_rx | static void | ath5k.c | |
4980 |
Static | ath5k_tx_processq | static void | ath5k.c | ***********\ |
4981 |
Static | ath5k_handle_tx | static void | ath5k.c | |
4982 |
Static | ath5k_irq | static void | ath5k.c | ******************\ |
4983 |
Static | ath5k_init | static int | ath5k.c | |
4984 |
Static | ath5k_stop_hw | static int | ath5k.c | |
4985 |
Static | ath5k_poll | static void | ath5k.c | |
4986 |
Static | ath5k_calibrate | static void | ath5k.c | |
4987 |
Static | ath5k_tx | static int | ath5k.c | ******************\ |
4988 |
Static | ath5k_reset | static int | ath5k.c | |
4989 |
Static | ath5k_reset_wake | static int | ath5k.c | |
4990 |
Static | ath5k_start | static int | ath5k.c | |
4991 |
Static | ath5k_stop | static void | ath5k.c | |
4992 |
Static | ath5k_config | static int | ath5k.c | |
4993 |
Static | ath5k_configure_filter | static void | ath5k.c | |
4994 |
Static | ath5k_hw_post | static int | ath5k_attach.c | ath5k_hw_post - Power On Self Test helper function |
4995 |
Function | ath5k_hw_attach | int | ath5k_attach.c | ath5k_hw_attach - Check if hw is supported and init the needed structs |
4996 |
Function | ath5k_hw_detach | void | ath5k_attach.c | ath5k_hw_detach - Free the ath5k_hw struct |
4997 |
Function | ath5k_hw_set_capabilities | int | ath5k_caps.c | |
4998 |
Function | ath5k_hw_get_capability | int | ath5k_caps.c | |
4999 |
Static | ath5k_hw_setup_2word_tx_desc | static int | ath5k_desc.c | |
5000 |
Static | ath5k_hw_setup_4word_tx_desc | static int | ath5k_desc.c | |
5001 |
Static | ath5k_hw_proc_2word_tx_status | static int | ath5k_desc.c | |
5002 |
Static | ath5k_hw_proc_4word_tx_status | static int | ath5k_desc.c | |
5003 |
Static | ath5k_hw_setup_rx_desc | static int | ath5k_desc.c | |
5004 |
Static | ath5k_hw_proc_5210_rx_status | static int | ath5k_desc.c | |
5005 |
Static | ath5k_hw_proc_5212_rx_status | static int | ath5k_desc.c | |
5006 |
Function | ath5k_hw_init_desc_functions | int | ath5k_desc.c | |
5007 |
Function | ath5k_hw_start_rx_dma | void | ath5k_dma.c | *******\ |
5008 |
Function | ath5k_hw_stop_rx_dma | int | ath5k_dma.c | ath5k_hw_stop_rx_dma - Stop DMA receive |
5009 |
Function | ath5k_hw_get_rxdp | u32 | ath5k_dma.c | ath5k_hw_get_rxdp - Get RX Descriptor's address |
5010 |
Function | ath5k_hw_set_rxdp | void | ath5k_dma.c | ath5k_hw_set_rxdp - Set RX Descriptor's address |
5011 |
Function | ath5k_hw_start_tx_dma | int | ath5k_dma.c | ********\ |
5012 |
Function | ath5k_hw_stop_tx_dma | int | ath5k_dma.c | ath5k_hw_stop_tx_dma - Stop DMA transmit on a specific queue |
5013 |
Function | ath5k_hw_get_txdp | u32 | ath5k_dma.c | ath5k_hw_get_txdp - Get TX Descriptor's address for a specific queue |
5014 |
Function | ath5k_hw_set_txdp | int | ath5k_dma.c | ath5k_hw_set_txdp - Set TX Descriptor's address for a specific queue |
5015 |
Function | ath5k_hw_update_tx_triglevel | int | ath5k_dma.c | ath5k_hw_update_tx_triglevel - Update tx trigger level |
5016 |
Function | ath5k_hw_is_intr_pending | int | ath5k_dma.c | *****************\ |
5017 |
Function | ath5k_hw_get_isr | int | ath5k_dma.c | ath5k_hw_get_isr - Get interrupt status |
5018 |
Function | ath5k_hw_set_imr | enum ath5k_int | ath5k_dma.c | ath5k_hw_set_imr - Set interrupt mask |
5019 |
Static | ath5k_hw_eeprom_read | static int | ath5k_eeprom.c | |
5020 |
Static | ath5k_eeprom_bin2freq | static u16 | ath5k_eeprom.c | |
5021 |
Static | ath5k_eeprom_init_header | static int | ath5k_eeprom.c | |
5022 |
Static | ath5k_eeprom_read_ants | static int | ath5k_eeprom.c | |
5023 |
Static | ath5k_eeprom_read_modes | static int | ath5k_eeprom.c | |
5024 |
Static | ath5k_eeprom_read_turbo_modes | static int | ath5k_eeprom.c | |
5025 |
Static | ath5k_eeprom_init_modes | static int | ath5k_eeprom.c | |
5026 |
Inline | ath5k_eeprom_read_freq_list | static inline int | ath5k_eeprom.c | frequency mask) |
5027 |
Static | ath5k_eeprom_init_11a_pcal_freq | static int | ath5k_eeprom.c | |
5028 |
Inline | ath5k_eeprom_init_11bg_2413 | static inline int | ath5k_eeprom.c | |
5029 |
Inline | ath5k_get_pcdac_intercepts | static inline void | ath5k_eeprom.c | |
5030 |
Static | ath5k_eeprom_convert_pcal_info_5111 | static int | ath5k_eeprom.c | used by interpolation code |
5031 |
Static | ath5k_eeprom_read_pcal_info_5111 | static int | ath5k_eeprom.c | |
5032 |
Static | ath5k_eeprom_convert_pcal_info_5112 | static int | ath5k_eeprom.c | used by interpolation code |
5033 |
Static | ath5k_eeprom_read_pcal_info_5112 | static int | ath5k_eeprom.c | |
5034 |
Inline | ath5k_pdgains_size_2413 | static inline unsigned int | ath5k_eeprom.c | these two functions |
5035 |
Static | ath5k_cal_data_offset_2413 | static unsigned int | ath5k_eeprom.c | and each section's size. |
5036 |
Static | ath5k_eeprom_convert_pcal_info_2413 | static int | ath5k_eeprom.c | used by interpolation code |
5037 |
Static | ath5k_eeprom_read_pcal_info_2413 | static int | ath5k_eeprom.c | |
5038 |
Static | ath5k_eeprom_read_target_rate_pwr_info | static int | ath5k_eeprom.c | |
5039 |
Static | ath5k_eeprom_read_pcal_info | static int | ath5k_eeprom.c | |
5040 |
Static | ath5k_eeprom_free_pcal_info | static int | ath5k_eeprom.c | |
5041 |
Function | ath5k_eeprom_detach | void | ath5k_eeprom.c | |
5042 |
Static | ath5k_eeprom_read_ctl_info | static int | ath5k_eeprom.c | |
5043 |
Function | ath5k_eeprom_init | int | ath5k_eeprom.c | |
5044 |
Function | ath5k_eeprom_read_mac | int | ath5k_eeprom.c | |
5045 |
Function | ath5k_eeprom_is_hb63 | int | ath5k_eeprom.c | |
5046 |
Function | ath5k_hw_set_gpio_input | int | ath5k_gpio.c | |
5047 |
Function | ath5k_hw_set_gpio_output | int | ath5k_gpio.c | |
5048 |
Function | ath5k_hw_get_gpio | u32 | ath5k_gpio.c | |
5049 |
Function | ath5k_hw_set_gpio | int | ath5k_gpio.c | |
5050 |
Function | ath5k_hw_set_gpio_intr | void | ath5k_gpio.c | |
5051 |
Static | ath5k_hw_ini_mode_registers | static void | ath5k_initvals.c | |
5052 |
Function | ath5k_hw_write_initvals | int | ath5k_initvals.c | |
5053 |
Function | ath5k_hw_set_opmode | int | ath5k_pcu.c | *****************\ |
5054 |
Function | ath5k_hw_set_ack_bitrate_high | void | ath5k_pcu.c | ath5k_hw_set_ack_bitrate - set bitrate for ACKs |
5055 |
Function | ath5k_hw_get_ack_timeout | unsigned int | ath5k_pcu.c | ****************\ |
5056 |
Function | ath5k_hw_set_ack_timeout | int | ath5k_pcu.c | ath5k_hw_set_ack_timeout - Set ACK timeout on PCU |
5057 |
Function | ath5k_hw_get_cts_timeout | unsigned int | ath5k_pcu.c | ath5k_hw_get_cts_timeout - Get CTS timeout from PCU in usec |
5058 |
Function | ath5k_hw_set_cts_timeout | int | ath5k_pcu.c | ath5k_hw_set_cts_timeout - Set CTS timeout on PCU |
5059 |
Function | ath5k_hw_get_lladdr | void | ath5k_pcu.c | **************\ |
5060 |
Function | ath5k_hw_set_lladdr | int | ath5k_pcu.c | ath5k_hw_set_lladdr - Set station id |
5061 |
Function | ath5k_hw_set_associd | void | ath5k_pcu.c | ath5k_hw_set_associd - Set BSSID for association |
5062 |
Function | ath5k_hw_set_bssid_mask | int | ath5k_pcu.c | ath5k_hw_set_bssid_mask - filter out bssids we listen |
5063 |
Function | ath5k_hw_start_rx_pcu | void | ath5k_pcu.c | **********\ |
5064 |
Function | ath5k_hw_stop_rx_pcu | void | ath5k_pcu.c | at5k_hw_stop_rx_pcu - Stop RX engine |
5065 |
Function | ath5k_hw_set_mcast_filter | void | ath5k_pcu.c | |
5066 |
Function | ath5k_hw_get_rx_filter | u32 | ath5k_pcu.c | ath5k_hw_get_rx_filter - Get current rx filter |
5067 |
Function | ath5k_hw_set_rx_filter | void | ath5k_pcu.c | ath5k_hw_set_rx_filter - Set rx filter |
5068 |
Function | ath5k_hw_reset_key | int | ath5k_pcu.c | *******************\ |
5069 |
Inline | min | static inline int | ath5k_phy.c | |
5070 |
Inline | max | static inline int | ath5k_phy.c | |
5071 |
Static | ath5k_hw_rfb_op | static unsigned int | ath5k_phy.c | |
5072 |
Function | ath5k_hw_rfgain_opt_init | int | ath5k_phy.c | ********************\ |
5073 |
Static | ath5k_hw_request_rfgain_probe | static void | ath5k_phy.c | |
5074 |
Static | ath5k_hw_rf_gainf_corr | static u32 | ath5k_phy.c | based on the current step for RF5112 rev. 2 |
5075 |
Static | ath5k_hw_rf_check_gainf_readback | static int | ath5k_phy.c | their detection window) so we must ignore it |
5076 |
Static | ath5k_hw_rf_gainf_adjust | static s8 | ath5k_phy.c | of parameters from rf gain optimization ladder |
5077 |
Function | ath5k_hw_gainf_calibrate | enum ath5k_rfgain | ath5k_phy.c | adjustment |
5078 |
Function | ath5k_hw_rfgain_init | int | ath5k_phy.c | with gain_F calibration |
5079 |
Function | ath5k_hw_rfregs_init | int | ath5k_phy.c | ******************\ |
5080 |
Function | ath5k_channel_ok | int | ath5k_phy.c | ************************\ |
5081 |
Static | ath5k_hw_rf5110_chan2athchan | static u32 | ath5k_phy.c | |
5082 |
Static | ath5k_hw_rf5110_channel | static int | ath5k_phy.c | |
5083 |
Static | ath5k_hw_rf5111_chan2athchan | static int | ath5k_phy.c | |
5084 |
Static | ath5k_hw_rf5111_channel | static int | ath5k_phy.c | |
5085 |
Static | ath5k_hw_rf5112_channel | static int | ath5k_phy.c | |
5086 |
Static | ath5k_hw_rf2425_channel | static int | ath5k_phy.c | |
5087 |
Function | ath5k_hw_channel | int | ath5k_phy.c | |
5088 |
Function | ath5k_hw_noise_floor_calibration | int | ath5k_phy.c | ***************\ |
5089 |
Static | ath5k_hw_rf5110_calibrate | static int | ath5k_phy.c | |
5090 |
Static | ath5k_hw_rf511x_calibrate | static int | ath5k_phy.c | |
5091 |
Function | ath5k_hw_phy_calibrate | int | ath5k_phy.c | |
5092 |
Function | ath5k_hw_phy_disable | int | ath5k_phy.c | |
5093 |
Function | ath5k_hw_radio_revision | u16 | ath5k_phy.c | ******************\ |
5094 |
Function | ath5k_hw_set_def_antenna | void | ath5k_phy.c | |
5095 |
Function | ath5k_hw_get_def_antenna | unsigned int | ath5k_phy.c | |
5096 |
Static | ath5k_get_interpolated_value | static s16 | ath5k_phy.c | **************\ |
5097 |
Static | ath5k_get_linear_pcdac_min | static s16 | ath5k_phy.c | |
5098 |
Static | ath5k_create_power_curve | static void | ath5k_phy.c | |
5099 |
Static | ath5k_get_chan_pcal_surrounding_piers | static void | ath5k_phy.c | |
5100 |
Static | ath5k_get_rate_pcal_data | static void | ath5k_phy.c | |
5101 |
Static | ath5k_get_max_ctl_power | static void | ath5k_phy.c | |
5102 |
Static | ath5k_fill_pwr_to_pcdac_table | static void | ath5k_phy.c | |
5103 |
Static | ath5k_combine_linear_pcdac_curves | static void | ath5k_phy.c | |
5104 |
Static | ath5k_setup_pcdac_table | static void | ath5k_phy.c | |
5105 |
Static | ath5k_combine_pwr_to_pdadc_curves | static void | ath5k_phy.c | |
5106 |
Static | ath5k_setup_pwr_to_pdadc_table | static void | ath5k_phy.c | |
5107 |
Static | ath5k_setup_channel_powertable | static int | ath5k_phy.c | |
5108 |
Static | ath5k_setup_rate_powertable | static void | ath5k_phy.c | |
5109 |
Function | ath5k_hw_txpower | int | ath5k_phy.c | |
5110 |
Function | ath5k_hw_set_txpower_limit | int | ath5k_phy.c | |
5111 |
Function | ath5k_hw_set_tx_queueprops | int | ath5k_qcu.c | |
5112 |
Function | ath5k_hw_setup_tx_queue | int | ath5k_qcu.c | |
5113 |
Function | ath5k_hw_release_tx_queue | void | ath5k_qcu.c | |
5114 |
Function | ath5k_hw_reset_tx_queue | int | ath5k_qcu.c | |
5115 |
Function | ath5k_hw_set_slot_time | int | ath5k_qcu.c | |
5116 |
Static | fls | static int | ath5k_reset.c | |
5117 |
Static | ath5k_hw_write_ofdm_timings | static int | ath5k_reset.c | ath5k_hw_write_ofdm_timings - set OFDM timings on AR5212 |
5118 |
Inline | ath5k_hw_write_rate_duration | static inline void | ath5k_reset.c | ath5k_hw_write_rate_duration - fill rate code to duration table |
5119 |
Static | ath5k_hw_nic_reset | static int | ath5k_reset.c | |
5120 |
Function | ath5k_hw_wake | int | ath5k_reset.c | |
5121 |
Function | ath5k_hw_nic_wakeup | int | ath5k_reset.c | |
5122 |
Static | ath5k_hw_chan_has_spur_noise | static int | ath5k_reset.c | |
5123 |
Static | ath5k_hw_tweak_initval_settings | static void | ath5k_reset.c | |
5124 |
Static | ath5k_hw_commit_eeprom_settings | static void | ath5k_reset.c | |
5125 |
Function | ath5k_hw_reset | int | ath5k_reset.c | |
5126 |
Inline | ath5k_rfkill_disable | static inline void | ath5k_rfkill.c | |
5127 |
Inline | ath5k_rfkill_enable | static inline void | ath5k_rfkill.c | |
5128 |
Inline | ath5k_rfkill_set_intr | static inline void | ath5k_rfkill.c | |
5129 |
Static | ath5k_is_rfkill_set | static int __unused | ath5k_rfkill.c | |
5130 |
Function | ath5k_rfkill_hw_start | void | ath5k_rfkill.c | |
5131 |
Function | ath5k_rfkill_hw_stop | void | ath5k_rfkill.c | |
5132 |
Static | e1000_get_hw_control | static void | e1000.c | e1000_get_hw_control - get control of the h/w from f/w |
5133 |
Static | e1000_irq_enable | static void | e1000.c | e1000_irq_enable - Enable default interrupt generation settings |
5134 |
Static | e1000_irq_disable | static void | e1000.c | e1000_irq_disable - Mask off interrupt generation on the NIC |
5135 |
Static | e1000_sw_init | static int | e1000.c | e1000_sw_init - Initialize general software structures (struct e1000_adapter) |
5136 |
Static | e1000_setup_tx_resources | static int | e1000.c | e1000_setup_tx_resources - allocate Tx resources (Descriptors) |
5137 |
Static | e1000_free_tx_resources | static void | e1000.c | |
5138 |
Static | e1000_configure_tx | static void | e1000.c | e1000_configure_tx - Configure 8254x Transmit Unit after Reset |
5139 |
Static | e1000_free_rx_resources | static void | e1000.c | |
5140 |
Function | e1000_refill_rx_ring | int | e1000.c | e1000_refill_rx_ring - allocate Rx io_buffers |
5141 |
Static | e1000_setup_rx_resources | static int | e1000.c | e1000_setup_rx_resources - allocate Rx resources (Descriptors) |
5142 |
Static | e1000_configure_rx | static void | e1000.c | e1000_configure_rx - Configure 8254x Receive Unit after Reset |
5143 |
Static | e1000_reset | static void | e1000.c | e1000_reset - Put e1000 NIC in known initial state |
5144 |
Static | e1000_close | static void | e1000.c | Functions that implement the gPXE driver API * |
5145 |
Static | e1000_transmit | static int | e1000.c | e1000_transmit - Transmit a packet |
5146 |
Static | e1000_poll | static void | e1000.c | e1000_poll - Poll for received packets |
5147 |
Static | e1000_irq | static void | e1000.c | e1000_irq - enable or Disable interrupts |
5148 |
Static | e1000_probe | static int | e1000.c | e1000_probe - Initial configuration of e1000 NIC |
5149 |
Static | e1000_remove | static void | e1000.c | e1000_remove - Device Removal Routine |
5150 |
Static | e1000_open | static int | e1000.c | e1000_open - Called when a network interface is made active |
5151 |
Function | e1000_read_pcie_cap_reg | int32_t | e1000.c | |
5152 |
Function | e1000_pci_clear_mwi | void | e1000.c | |
5153 |
Function | e1000_pci_set_mwi | void | e1000.c | |
5154 |
Function | e1000_read_pci_cfg | void | e1000.c | |
5155 |
Function | e1000_write_pci_cfg | void | e1000.c | |
5156 |
Function | e1000_io_write | void | e1000.c | |
5157 |
Static | e1000_set_phy_type | static int32_t | e1000_hw.c | Set the phy type member in the hw struct. |
5158 |
Static | e1000_phy_init_script | static void | e1000_hw.c | IGP phy init script - initializes the GbE PHY |
5159 |
Function | e1000_set_mac_type | int32_t | e1000_hw.c | Set the mac type member in the hw struct. |
5160 |
Function | e1000_set_media_type | void | e1000_hw.c | Set media type and TBI compatibility. |
5161 |
Function | e1000_reset_hw | int32_t | e1000_hw.c | Reset the transmit and receive units; mask and clear all interrupts. |
5162 |
Static | e1000_initialize_hardware_bits | static void | e1000_hw.c | Initialize a number of hardware-dependent bits |
5163 |
Function | e1000_init_hw | int32_t | e1000_hw.c | Performs basic configuration of the adapter. |
5164 |
Static | e1000_adjust_serdes_amplitude | static int32_t | e1000_hw.c | Adjust SERDES output amplitude based on EEPROM setting. |
5165 |
Function | e1000_setup_link | int32_t | e1000_hw.c | Configures flow control and link settings. |
5166 |
Static | e1000_setup_fiber_serdes_link | static int32_t | e1000_hw.c | Sets up link for a fiber based or serdes based adapter |
5167 |
Static | e1000_copper_link_preconfig | static int32_t | e1000_hw.c | Make sure we have a valid PHY and change PHY mode before link setup. |
5168 |
Static | e1000_copper_link_igp_setup | static int32_t | e1000_hw.c | Copper link setup for e1000_phy_igp series. |
5169 |
Static | e1000_copper_link_ggp_setup | static int32_t | e1000_hw.c | Copper link setup for e1000_phy_gg82563 series. |
5170 |
Static | e1000_copper_link_mgp_setup | static int32_t | e1000_hw.c | Copper link setup for e1000_phy_m88 series. |
5171 |
Static | e1000_copper_link_autoneg | static int32_t | e1000_hw.c | Setup auto-negotiation and flow control advertisements, |
5172 |
Static | e1000_copper_link_postconfig | static int32_t | e1000_hw.c | Config the MAC and the PHY after link is up. |
5173 |
Static | e1000_setup_copper_link | static int32_t | e1000_hw.c | Detects which PHY is present and setup the speed and duplex |
5174 |
Static | e1000_configure_kmrn_for_10_100 | static int32_t | e1000_hw.c | Configure the MAC-to-PHY interface for 10/100Mbps |
5175 |
Static | e1000_configure_kmrn_for_1000 | static int32_t | e1000_hw.c | |
5176 |
Function | e1000_phy_setup_autoneg | int32_t | e1000_hw.c | Configures PHY autoneg and flow control advertisement settings |
5177 |
Static | e1000_phy_force_speed_duplex | static int32_t | e1000_hw.c | Force PHY speed and duplex settings to hw->forced_speed_duplex |
5178 |
Function | e1000_config_collision_dist | void | e1000_hw.c | Sets the collision distance in the Transmit Control register |
5179 |
Static | e1000_config_mac_to_phy | static int32_t | e1000_hw.c | Sets MAC speed and duplex settings to reflect the those in the PHY |
5180 |
Function | e1000_force_mac_fc | int32_t | e1000_hw.c | Forces the MAC's flow control settings. |
5181 |
Static | e1000_config_fc_after_link_up | static int32_t | e1000_hw.c | Configures flow control settings after link is established |
5182 |
Function | e1000_check_for_link | int32_t | e1000_hw.c | Checks to see if the link status of the hardware has changed. |
5183 |
Function | e1000_get_speed_and_duplex | int32_t | e1000_hw.c | Detects the current speed and duplex settings of the hardware. |
5184 |
Static | e1000_wait_autoneg | static int32_t | e1000_hw.c | Blocks until autoneg completes or times out (~4.5 seconds) |
5185 |
Static | e1000_raise_mdi_clk | static void | e1000_hw.c | Raises the Management Data Clock |
5186 |
Static | e1000_lower_mdi_clk | static void | e1000_hw.c | Lowers the Management Data Clock |
5187 |
Static | e1000_shift_out_mdi_bits | static void | e1000_hw.c | Shifts data bits out to the PHY |
5188 |
Static | e1000_shift_in_mdi_bits | static uint16_t | e1000_hw.c | Shifts data bits in from the PHY |
5189 |
Static | e1000_swfw_sync_acquire | static int32_t | e1000_hw.c | |
5190 |
Static | e1000_swfw_sync_release | static void | e1000_hw.c | |
5191 |
Function | 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 |
5192 |
Static | e1000_read_phy_reg_ex | static int32_t | e1000_hw.c | |
5193 |
Function | e1000_write_phy_reg | int32_t | e1000_hw.c | Writes a value to a PHY register |
5194 |
Static | e1000_write_phy_reg_ex | static int32_t | e1000_hw.c | |
5195 |
Static | e1000_read_kmrn_reg | static int32_t | e1000_hw.c | |
5196 |
Static | e1000_write_kmrn_reg | static int32_t | e1000_hw.c | |
5197 |
Function | e1000_phy_hw_reset | int32_t | e1000_hw.c | Returns the PHY to the power-on reset state |
5198 |
Function | e1000_phy_reset | int32_t | e1000_hw.c | Resets the PHY |
5199 |
Function | e1000_phy_powerdown_workaround | void | e1000_hw.c | |
5200 |
Static | e1000_kumeran_lock_loss_workaround | static int32_t | e1000_hw.c | |
5201 |
Static | e1000_detect_gig_phy | static int32_t | e1000_hw.c | Probes the expected PHY address for known PHY IDs |
5202 |
Static | e1000_phy_reset_dsp | static int32_t | e1000_hw.c | Resets the PHY's DSP |
5203 |
Static | e1000_phy_igp_get_info | static int32_t | e1000_hw.c | Get PHY information from various PHY registers for igp PHY only. |
5204 |
Static | e1000_phy_ife_get_info | static int32_t | e1000_hw.c | Get PHY information from various PHY registers for ife PHY only. |
5205 |
Static | e1000_phy_m88_get_info | static int32_t | e1000_hw.c | Get PHY information from various PHY registers fot m88 PHY only. |
5206 |
Function | e1000_phy_get_info | int32_t | e1000_hw.c | Get PHY information from various PHY registers |
5207 |
Function | e1000_validate_mdi_setting | int32_t | e1000_hw.c | |
5208 |
Function | e1000_init_eeprom_params | int32_t | e1000_hw.c | Sets up eeprom variables in the hw struct. Must be called after mac_type |
5209 |
Static | e1000_raise_ee_clk | static void | e1000_hw.c | Raises the EEPROM's clock input. |
5210 |
Static | e1000_lower_ee_clk | static void | e1000_hw.c | Lowers the EEPROM's clock input. |
5211 |
Static | e1000_shift_out_ee_bits | static void | e1000_hw.c | Shift data bits out to the EEPROM. |
5212 |
Static | e1000_shift_in_ee_bits | static uint16_t | e1000_hw.c | Shift data bits in from the EEPROM |
5213 |
Static | e1000_acquire_eeprom | static int32_t | e1000_hw.c | Prepares EEPROM for access |
5214 |
Static | e1000_standby_eeprom | static void | e1000_hw.c | Returns EEPROM to a "standby" state |
5215 |
Static | e1000_release_eeprom | static void | e1000_hw.c | Terminates a command by inverting the EEPROM's chip select pin |
5216 |
Static | e1000_spi_eeprom_ready | static int32_t | e1000_hw.c | Reads a 16 bit word from the EEPROM. |
5217 |
Function | e1000_read_eeprom | int32_t | e1000_hw.c | Reads a 16 bit word from the EEPROM. |
5218 |
Static | e1000_read_eeprom_eerd | static int32_t | e1000_hw.c | Reads a 16 bit word from the EEPROM using the EERD register. |
5219 |
Static | e1000_write_eeprom_eewr | static int32_t | e1000_hw.c | Writes a 16 bit word from the EEPROM using the EEWR register. |
5220 |
Static | 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. |
5221 |
Static | e1000_is_onboard_nvm_eeprom | static boolean_t | e1000_hw.c | |
5222 |
Function | e1000_validate_eeprom_checksum | int32_t | e1000_hw.c | Verifies that the EEPROM has a valid checksum |
5223 |
Function | e1000_update_eeprom_checksum | int32_t | e1000_hw.c | Calculates the EEPROM checksum and writes it to the EEPROM |
5224 |
Function | e1000_write_eeprom | int32_t | e1000_hw.c | Parent function for writing words to the different EEPROM types. |
5225 |
Static | e1000_write_eeprom_spi | static int32_t | e1000_hw.c | Writes a 16 bit word to a given offset in an SPI EEPROM. |
5226 |
Static | e1000_write_eeprom_microwire | static int32_t | e1000_hw.c | Writes a 16 bit word to a given offset in a Microwire EEPROM. |
5227 |
Static | e1000_commit_shadow_ram | static int32_t | e1000_hw.c | Flushes the cached eeprom to NVM. This is done by saving the modified values |
5228 |
Function | e1000_read_mac_addr | int32_t | e1000_hw.c | Reads the adapter's MAC address from the EEPROM and inverts the LSB for the |
5229 |
Static | e1000_init_rx_addrs | static void | e1000_hw.c | Initializes receive address filters. |
5230 |
Function | e1000_hash_mc_addr | uint32_t | e1000_hw.c | Hashes an address to determine its location in the multicast table |
5231 |
Function | e1000_mta_set | void | e1000_hw.c | Sets the bit in the multicast table corresponding to the hash value. |
5232 |
Function | e1000_rar_set | void | e1000_hw.c | Puts an ethernet address into a receive address register. |
5233 |
Function | e1000_write_vfta | void | e1000_hw.c | Writes a value to the specified offset in the VLAN filter table. |
5234 |
Static | e1000_clear_vfta | static void | e1000_hw.c | Clears the VLAN filer table |
5235 |
Static | e1000_id_led_init | static int32_t | e1000_hw.c | |
5236 |
Function | e1000_setup_led | int32_t | e1000_hw.c | Prepares SW controlable LED for use and saves the current state of the LED. |
5237 |
Function | e1000_blink_led_start | int32_t | e1000_hw.c | Used on 82571 and later Si that has LED blink bits. |
5238 |
Function | e1000_cleanup_led | int32_t | e1000_hw.c | Restores the saved state of the SW controlable LED. |
5239 |
Function | e1000_led_on | int32_t | e1000_hw.c | Turns on the software controllable LED |
5240 |
Function | e1000_led_off | int32_t | e1000_hw.c | Turns off the software controllable LED |
5241 |
Static | e1000_clear_hw_cntrs | static void | e1000_hw.c | Clears all hardware statistics counters. |
5242 |
Function | e1000_reset_adaptive | void | e1000_hw.c | Resets Adaptive IFS to its default state. |
5243 |
Function | e1000_update_adaptive | void | e1000_hw.c | Called during the callback/watchdog routine to update IFS value based on |
5244 |
Function | e1000_tbi_adjust_stats | void | e1000_hw.c | Adjusts the statistic counters when a frame is accepted by TBI_ACCEPT |
5245 |
Function | e1000_get_bus_info | void | e1000_hw.c | Gets the current PCI bus type, speed, and width of the hardware |
5246 |
Static | 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 |
5247 |
Static | e1000_get_cable_length | static int32_t | e1000_hw.c | Estimates the cable length. |
5248 |
Static | e1000_check_polarity | static int32_t | e1000_hw.c | Check the cable polarity |
5249 |
Static | e1000_check_downshift | static int32_t | e1000_hw.c | Check if Downshift occured |
5250 |
Static | 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 |
5251 |
Static | e1000_set_phy_mode | static int32_t | e1000_hw.c | Set PHY to class A mode |
5252 |
Static | e1000_set_d3_lplu_state | static int32_t | e1000_hw.c | This function sets the lplu state according to the active flag. When |
5253 |
Static | e1000_set_d0_lplu_state | static int32_t | e1000_hw.c | This function sets the lplu d0 state according to the active flag. When |
5254 |
Static | e1000_set_vco_speed | static int32_t | e1000_hw.c | Change VCO speed register to improve Bit Error Rate performance of SERDES. |
5255 |
Static | e1000_host_if_read_cookie | static int32_t | e1000_hw.c | This function reads the cookie from ARC ram. |
5256 |
Static | e1000_mng_enable_host_if | static int32_t | e1000_hw.c | This function checks whether the HOST IF is enabled for command operaton |
5257 |
Static | 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. |
5258 |
Static | e1000_mng_write_cmd_header | static int32_t | e1000_hw.c | This function writes the command header after does the checksum calculation. |
5259 |
Static | e1000_mng_write_commit | static int32_t | e1000_hw.c | This function indicates to ARC that a new command is pending which completes |
5260 |
Function | e1000_check_mng_mode | boolean_t | e1000_hw.c | This function checks the mode of the firmware. |
5261 |
Function | e1000_mng_write_dhcp_info | int32_t | e1000_hw.c | This function writes the dhcp info . |
5262 |
Static | e1000_calculate_mng_checksum | static uint8_t | e1000_hw.c | This function calculates the checksum. |
5263 |
Function | e1000_enable_tx_pkt_filtering | boolean_t | e1000_hw.c | This function checks whether tx pkt filtering needs to be enabled or not. |
5264 |
Function | e1000_enable_mng_pass_thru | uint32_t | e1000_hw.c | Verifies the hardware needs to allow ARPs to be processed by the host |
5265 |
Static | e1000_polarity_reversal_workaround | static int32_t | e1000_hw.c | |
5266 |
Static | e1000_set_pci_express_master_disable | static void | e1000_hw.c | Disables PCI-Express master access. |
5267 |
Function | e1000_disable_pciex_master | int32_t | e1000_hw.c | Disables PCI-Express master access and verifies there are no pending requests |
5268 |
Static | e1000_get_auto_rd_done | static int32_t | e1000_hw.c | Check for EEPROM Auto Read bit done. |
5269 |
Static | e1000_get_phy_cfg_done | static int32_t | e1000_hw.c | Checks if the PHY configuration is done |
5270 |
Static | e1000_get_hw_eeprom_semaphore | static int32_t | e1000_hw.c | Using the combination of SMBI and SWESMBI semaphore bits when resetting |
5271 |
Static | e1000_put_hw_eeprom_semaphore | static void | e1000_hw.c | This function clears HW semaphore bits. |
5272 |
Static | e1000_get_software_semaphore | static int32_t | e1000_hw.c | Obtaining software semaphore bit (SMBI) before resetting PHY. |
5273 |
Static | e1000_release_software_semaphore | static void | e1000_hw.c | Release semaphore bit (SMBI). |
5274 |
Function | e1000_check_phy_reset_block | int32_t | e1000_hw.c | Checks if PHY reset is blocked due to SOL/IDER session, for example. |
5275 |
Static | e1000_arc_subsystem_valid | static uint8_t | e1000_hw.c | |
5276 |
Static | e1000_set_pci_ex_no_snoop | static int32_t | e1000_hw.c | Configure PCI-Ex no-snoop |
5277 |
Static | e1000_get_software_flag | static int32_t | e1000_hw.c | Get software semaphore FLAG bit (SWFLAG). |
5278 |
Static | e1000_release_software_flag | static void | e1000_hw.c | Release software semaphore FLAG bit (SWFLAG). |
5279 |
Static | 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 |
5280 |
Static | 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 |
5281 |
Static | e1000_ich8_cycle_init | static int32_t | e1000_hw.c | This function does initial flash setup so that a new read/write/erase cycle |
5282 |
Static | e1000_ich8_flash_cycle | static int32_t | e1000_hw.c | This function starts a flash cycle and waits for its completion |
5283 |
Static | e1000_read_ich8_data | static int32_t | e1000_hw.c | Reads a byte or word from the NVM using the ICH8 flash access registers. |
5284 |
Static | e1000_write_ich8_data | static int32_t | e1000_hw.c | Writes One /two bytes to the NVM using the ICH8 flash access registers. |
5285 |
Static | e1000_read_ich8_byte | static int32_t | e1000_hw.c | Reads a single byte from the NVM using the ICH8 flash access registers. |
5286 |
Static | e1000_verify_write_ich8_byte | static int32_t | e1000_hw.c | Writes a single byte to the NVM using the ICH8 flash access registers. |
5287 |
Static | e1000_write_ich8_byte | static int32_t | e1000_hw.c | Writes a single byte to the NVM using the ICH8 flash access registers. |
5288 |
Static | e1000_read_ich8_word | static int32_t | e1000_hw.c | Reads a word from the NVM using the ICH8 flash access registers. |
5289 |
Function | 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 |
5290 |
Static | e1000_init_lcd_from_nvm_config_region | static int32_t | e1000_hw.c | |
5291 |
Static | e1000_init_lcd_from_nvm | static int32_t | e1000_hw.c | This function initializes the PHY from the NVM on ICH8 platforms. This |
5292 |
Static | phantom_crb_access_128m | static unsigned long | phantom.c | CRB register access |
5293 |
Static | phantom_crb_access_32m | static unsigned long | phantom.c | Prepare for access to CRB register via 32MB BAR |
5294 |
Static | phantom_crb_access_2m | static unsigned long | phantom.c | Prepare for access to CRB register via 2MB BAR |
5295 |
Static | phantom_readl | static uint32_t | phantom.c | Read from Phantom CRB register |
5296 |
Static | phantom_writel | static void | phantom.c | Write to Phantom CRB register |
5297 |
Inline | phantom_write_hilo | static inline void | phantom.c | Write to Phantom CRB HI/LO register pair |
5298 |
Static | phantom_read_test_mem_block | static int | phantom.c | Firmware message buffer access (for debug) |
5299 |
Static | phantom_read_test_mem | static int | phantom.c | Read single byte from Phantom test memory |
5300 |
Static | phantom_dmesg | static int | phantom.c | Dump Phantom firmware dmesg log |
5301 |
Static | __attribute__ | static void | phantom.c | Dump Phantom firmware dmesg logs |
5302 |
Static | phantom_wait_for_cmd | static int | phantom.c | Firmware interface |
5303 |
Static | phantom_issue_cmd | static int | phantom.c | Issue command to firmware |
5304 |
Static | phantom_issue_buf_cmd | static int | phantom.c | Issue buffer-format command to firmware |
5305 |
Static | phantom_create_rx_ctx | static int | phantom.c | Create Phantom RX context |
5306 |
Static | phantom_destroy_rx_ctx | static void | phantom.c | Destroy Phantom RX context |
5307 |
Static | phantom_create_tx_ctx | static int | phantom.c | Create Phantom TX context |
5308 |
Static | phantom_destroy_tx_ctx | static void | phantom.c | Destroy Phantom TX context |
5309 |
Static | phantom_alloc_rds | static int | phantom.c | Descriptor ring management |
5310 |
Static | phantom_post_rds | static void | phantom.c | Post Phantom RX descriptor |
5311 |
Static | phantom_alloc_cds | static int | phantom.c | Allocate Phantom TX descriptor |
5312 |
Static | phantom_post_cds | static void | phantom.c | Post Phantom TX descriptor |
5313 |
Static | phantom_update_macaddr | static int | phantom.c | MAC address management |
5314 |
Inline | phantom_add_macaddr | static inline int | phantom.c | Add MAC address |
5315 |
Inline | phantom_del_macaddr | static inline int | phantom.c | Remove MAC address |
5316 |
Static | phantom_poll_link_state | static void | phantom.c | Link state detection |
5317 |
Static | phantom_refill_rx_ring | static void | phantom.c | Main driver body |
5318 |
Static | phantom_open | static int | phantom.c | Open NIC |
5319 |
Static | phantom_close | static void | phantom.c | Close NIC |
5320 |
Static | phantom_transmit | static int | phantom.c | Transmit packet |
5321 |
Static | phantom_poll | static void | phantom.c | Poll for received packets |
5322 |
Static | phantom_irq | static void | phantom.c | Enable/disable interrupts |
5323 |
Static | phantom_clp_wait | static int | phantom.c | Wait for Phantom CLP command to complete |
5324 |
Static | phantom_clp_cmd | static int | phantom.c | Issue Phantom CLP command |
5325 |
Static | phantom_clp_store | static int | phantom.c | Store Phantom CLP setting |
5326 |
Static | phantom_clp_fetch | static int | phantom.c | Fetch Phantom CLP setting |
5327 |
Static | phantom_clp_setting | static unsigned int | phantom.c | Find Phantom CLP setting |
5328 |
Static | phantom_store_setting | static int | phantom.c | Store Phantom CLP setting |
5329 |
Static | phantom_fetch_setting | static int | phantom.c | Fetch Phantom CLP setting |
5330 |
Static | phantom_map_crb | static int | phantom.c | Initialisation |
5331 |
Static | phantom_unhalt_pegs | static void | phantom.c | Unhalt all PEGs |
5332 |
Static | phantom_init_cmdpeg | static int | phantom.c | Initialise the Phantom command PEG |
5333 |
Static | phantom_get_macaddr | static void | phantom.c | Read Phantom MAC address |
5334 |
Static | phantom_check_boot_enable | static int | phantom.c | Check Phantom is enabled for boot |
5335 |
Static | phantom_init_rcvpeg | static int | phantom.c | Initialise Phantom receive PEG |
5336 |
Static | phantom_probe | static int | phantom.c | Probe PCI device |
5337 |
Static | phantom_remove | static void | phantom.c | Remove PCI device |
5338 |
Static | write_grf5101 | static void | rtl8180_grf5101.c | |
5339 |
Static | grf5101_write_phy_antenna | static void | rtl8180_grf5101.c | |
5340 |
Static | grf5101_rf_set_channel | static void | rtl8180_grf5101.c | |
5341 |
Static | grf5101_rf_stop | static void | rtl8180_grf5101.c | |
5342 |
Static | grf5101_rf_init | static void | rtl8180_grf5101.c | |
5343 |
Static | write_max2820 | static void | rtl8180_max2820.c | |
5344 |
Static | max2820_write_phy_antenna | static void | rtl8180_max2820.c | |
5345 |
Static | max2820_rf_set_channel | static void | rtl8180_max2820.c | |
5346 |
Static | max2820_rf_stop | static void | rtl8180_max2820.c | |
5347 |
Static | max2820_rf_init | static void | rtl8180_max2820.c | |
5348 |
Static | write_sa2400 | static void | rtl8180_sa2400.c | |
5349 |
Static | sa2400_write_phy_antenna | static void | rtl8180_sa2400.c | |
5350 |
Static | sa2400_rf_set_channel | static void | rtl8180_sa2400.c | |
5351 |
Static | sa2400_rf_stop | static void | rtl8180_sa2400.c | |
5352 |
Static | sa2400_rf_init | static void | rtl8180_sa2400.c | |
5353 |
Inline | rtl8225_write_phy_ofdm | static inline void | rtl8185_rtl8225.c | |
5354 |
Inline | rtl8225_write_phy_cck | static inline void | rtl8185_rtl8225.c | |
5355 |
Static | rtl8225_write | static void | rtl8185_rtl8225.c | |
5356 |
Static | rtl8225_read | static u16 | rtl8185_rtl8225.c | |
5357 |
Static | rtl8225_rf_set_tx_power | static void | rtl8185_rtl8225.c | |
5358 |
Static | rtl8225_rf_init | static void | rtl8185_rtl8225.c | |
5359 |
Static | rtl8225z2_rf_set_tx_power | static void | rtl8185_rtl8225.c | |
5360 |
Static | rtl8225z2_rf_init | static void | rtl8185_rtl8225.c | |
5361 |
Static | rtl8225x_rf_init | static void | rtl8185_rtl8225.c | |
5362 |
Static | rtl8225_rf_stop | static void | rtl8185_rtl8225.c | |
5363 |
Static | rtl8225_rf_set_channel | static void | rtl8185_rtl8225.c | |
5364 |
Static | rtl8225_rf_conf_erp | static void | rtl8185_rtl8225.c | |
5365 |
Function | rtl818x_write_phy | void | rtl818x.c | |
5366 |
Static | rtl818x_handle_rx | static void | rtl818x.c | |
5367 |
Static | rtl818x_handle_tx | static void | rtl818x.c | |
5368 |
Static | rtl818x_poll | static void | rtl818x.c | |
5369 |
Static | rtl818x_tx | static int | rtl818x.c | |
5370 |
Function | rtl818x_set_anaparam | void | rtl818x.c | |
5371 |
Static | rtl818x_init_hw | static int | rtl818x.c | |
5372 |
Static | rtl818x_init_rx_ring | static int | rtl818x.c | |
5373 |
Static | rtl818x_free_rx_ring | static void | rtl818x.c | |
5374 |
Static | rtl818x_init_tx_ring | static int | rtl818x.c | |
5375 |
Static | rtl818x_free_tx_ring | static void | rtl818x.c | |
5376 |
Static | rtl818x_irq | static void | rtl818x.c | |
5377 |
Static | rtl818x_set_hwaddr | static void | rtl818x.c | |
5378 |
Static | rtl818x_start | static int | rtl818x.c | |
5379 |
Static | rtl818x_stop | static void | rtl818x.c | |
5380 |
Static | rtl818x_config | static int | rtl818x.c | |
5381 |
Static | rtl818x_spi_read_bit | static int | rtl818x.c | |
5382 |
Static | rtl818x_spi_write_bit | static void | rtl818x.c | |
5383 |
Static | rtl818x_probe | static int | rtl818x.c | |
5384 |
Static | rtl818x_remove | static void | rtl818x.c | |
5385 |
Function | nvs_read | int | nvs.c | @file |
5386 |
Static | nvs_verify | static int | nvs.c | Verify content of non-volatile storage device |
5387 |
Function | nvs_write | int | nvs.c | Write to non-volatile storage device |
5388 |
Inline | spi_command | static inline unsigned int | spi.c | @file |
5389 |
Static | spi_wait | static int | spi.c | Wait for SPI device to complete operation |
5390 |
Function | spi_read | int | spi.c | Read data from SPI device |
5391 |
Function | spi_write | int | spi.c | Write data to SPI device |
5392 |
Function | threewire_read | int | threewire.c | @file |
5393 |
Function | threewire_write | int | threewire.c | Write data to three-wire device |
5394 |
Function | threewire_detect_address_len | int | threewire.c | Autodetect device address length |
5395 |
Static | insert_delete | static void | editstring.c | Insert and/or delete text within an editable string |
5396 |
Static | insert_character | static void | editstring.c | Insert character at current cursor position |
5397 |
Static | delete_character | static void | editstring.c | Delete character at current cursor position |
5398 |
Static | backspace | static void | editstring.c | Delete character to left of current cursor position |
5399 |
Static | kill_eol | static void | editstring.c | Delete to end of line |
5400 |
Function | edit_string | int | editstring.c | Edit editable string |
5401 |
Static | sync_console | static void | readline.c | Synchronise console with edited string |
5402 |
Function | readline | char * | readline.c | Read line from console |
5403 |
Static | exit_exec | static int | shell.c | "exit" command body |
5404 |
Static | help_exec | static int | shell.c | "help" command body |
5405 |
Function | shell | void | shell.c | Start command shell |
5406 |
Function | shell_banner | int | shell_banner.c | @file |
5407 |
Static | find_error | static struct errortab * | strerror.c | Find error description |
5408 |
Static | find_closest_error | static struct errortab * | strerror.c | Find closest error description |
5409 |
Function | strerror | const char * | strerror.c | Retrieve string representation of error number. |
5410 |
Static | autoboot_exec | static int | autoboot_cmd.c | |
5411 |
Static | config_exec | static int | config_cmd.c | |
5412 |
Static | dhcp_syntax | static void | dhcp_cmd.c | @file |
5413 |
Static | dhcp_exec | static int | dhcp_cmd.c | The "dhcp" command |
5414 |
Static | pxebs_syntax | static void | dhcp_cmd.c | "pxebs" command syntax message |
5415 |
Static | pxebs_exec | static int | dhcp_cmd.c | The "pxebs" command |
5416 |
Static | digest_syntax | static void | digest_cmd.c | "digest" command syntax message |
5417 |
Static | digest_exec | static int | digest_cmd.c | The "digest" command |
5418 |
Static | md5sum_exec | static int | digest_cmd.c | |
5419 |
Static | sha1sum_exec | static int | digest_cmd.c | |
5420 |
Static | gdbstub_syntax | static void | gdbstub_cmd.c | @file |
5421 |
Static | gdbstub_exec | static int | gdbstub_cmd.c | The "gdbstub" command |
5422 |
Static | ifcommon_syntax | static void | ifmgmt_cmd.c | Print syntax of if command |
5423 |
Static | ifcommon_do_all | static int | ifmgmt_cmd.c | Execute if command over all network devices |
5424 |
Static | ifcommon_do_list | static int | ifmgmt_cmd.c | Execute if command over list of network devices |
5425 |
Function | ifcommon_exec | int | ifmgmt_cmd.c | Execute if command |
5426 |
Static | ifopen_payload | static int | ifmgmt_cmd.c | |
5427 |
Static | ifopen_exec | static int | ifmgmt_cmd.c | |
5428 |
Static | ifclose_payload | static int | ifmgmt_cmd.c | |
5429 |
Static | ifclose_exec | static int | ifmgmt_cmd.c | |
5430 |
Static | ifstat_payload | static int | ifmgmt_cmd.c | |
5431 |
Static | ifstat_exec | static int | ifmgmt_cmd.c | |
5432 |
Static | imgfill_cmdline | static int | image_cmd.c | Fill in image command line |
5433 |
Static | imgfetch_core_syntax | static void | image_cmd.c | "imgfetch"/"module"/"kernel" command syntax message |
5434 |
Static | imgfetch_core_exec | static int | image_cmd.c | The "imgfetch"/"module"/"kernel" command body |
5435 |
Static | imgfetch_exec | static int | image_cmd.c | The "imgfetch"/"module" command |
5436 |
Static | kernel_exec | static int | image_cmd.c | The "kernel" command |
5437 |
Static | chain_exec | static int | image_cmd.c | The "chain" command |
5438 |
Static | imgload_syntax | static void | image_cmd.c | "imgload" command syntax message |
5439 |
Static | imgload_exec | static int | image_cmd.c | The "imgload" command |
5440 |
Static | imgargs_syntax | static void | image_cmd.c | "imgargs" command syntax message |
5441 |
Static | imgargs_exec | static int | image_cmd.c | The "imgargs" command body |
5442 |
Static | imgexec_syntax | static void | image_cmd.c | "imgexec" command syntax message |
5443 |
Static | imgexec_exec | static int | image_cmd.c | The "imgexec" command |
5444 |
Static | imgstat_syntax | static void | image_cmd.c | "imgstat" command syntax message |
5445 |
Static | imgstat_exec | static int | image_cmd.c | The "imgstat" command |
5446 |
Static | imgfree_syntax | static void | image_cmd.c | "imgstat" command syntax message |
5447 |
Static | imgfree_exec | static int | image_cmd.c | The "imgfree" command |
5448 |
Static | iwstat_payload | static int | iwmgmt_cmd.c | |
5449 |
Static | iwstat_exec | static int | iwmgmt_cmd.c | |
5450 |
Static | iwlist_payload | static int | iwmgmt_cmd.c | |
5451 |
Static | iwlist_exec | static int | iwmgmt_cmd.c | |
5452 |
Static | login_exec | static int | login_cmd.c | |
5453 |
Static | show_exec | static int | nvo_cmd.c | |
5454 |
Static | set_exec | static int | nvo_cmd.c | |
5455 |
Static | clear_exec | static int | nvo_cmd.c | |
5456 |
Static | route_syntax | static void | route_cmd.c | @file |
5457 |
Static | route_exec | static int | route_cmd.c | The "route" command |
5458 |
Static | sanboot_syntax | static void | sanboot_cmd.c | "sanboot" command syntax message |
5459 |
Static | sanboot_exec | static int | sanboot_cmd.c | The "sanboot" command |
5460 |
Static | time_exec | static int | time_cmd.c | |
5461 |
Static | sleep_exec | static int | time_cmd.c | |
5462 |
Function | beep | int | alert.c | @file |
5463 |
Static | ansiscr_reset | static void | ansi_screen.c | |
5464 |
Static | ansiscr_movetoyx | static void | ansi_screen.c | |
5465 |
Static | ansiscr_putc | static void | ansi_screen.c | |
5466 |
Static | ansiscr_getc | static int | ansi_screen.c | |
5467 |
Static | ansiscr_peek | static bool | ansi_screen.c | |
5468 |
Function | wclrtobot | int | clear.c | Clear a window to the bottom from current cursor position |
5469 |
Function | wclrtoeol | int | clear.c | Clear a window to the end of the current line |
5470 |
Function | wdelch | int | clear.c | Delete character under the cursor in a window |
5471 |
Function | wdeleteln | int | clear.c | Delete line under a window's cursor |
5472 |
Function | werase | int | clear.c | Completely clear a window |
5473 |
Function | colour_content | int | colour.c | Identify the RGB components of a given colour value |
5474 |
Function | init_pair | int | colour.c | Initialise colour pair |
5475 |
Function | pair_content | int | colour.c | Get colours of colour pair |
5476 |
Function | box | int | edging.c | @file |
5477 |
Function | wborder | int | edging.c | Draw borders from single-byte characters and renditions around a |
5478 |
Function | whline | int | edging.c | Create a horizontal line in a window |
5479 |
Function | wvline | int | edging.c | Create a vertical line in a window |
5480 |
Static | _wgetc | static int | kb.c | |
5481 |
Function | wgetch | int | kb.c | Pop a character from the FIFO into a window |
5482 |
Function | wgetnstr | int | kb.c | Read at most n characters from the FIFO into a window |
5483 |
Function | echo | int | kb.c | |
5484 |
Function | noecho | int | kb.c | |
5485 |
Static | _wupdcurs | static void | mucurses.c | Update cursor position |
5486 |
Function | _wputch | void | mucurses.c | Write a single character rendition to a window |
5487 |
Function | _wputc | void | mucurses.c | Write a single character to a window |
5488 |
Function | _wcursback | void | mucurses.c | Retreat the cursor back one position (useful for a whole host of |
5489 |
Function | _wputchstr | void | mucurses.c | Write a chtype string to a window |
5490 |
Function | _wputstr | void | mucurses.c | Write a standard c-style string to a window |
5491 |
Function | wmove | int | mucurses.c | Move a window's cursor to the specified position |
5492 |
Function | waddch | int | print.c | Add a single-byte character and rendition to a window and advance |
5493 |
Function | waddnstr | int | print.c | Add string of single-byte characters to a window |
5494 |
Static | _printw_handler | static void | print.c | |
5495 |
Function | vw_printw | int | print.c | Print formatted output in a window |
5496 |
Function | wprintw | int | print.c | Print formatted output to a window |
5497 |
Function | waddchnstr | int | print_nadv.c | @file |
5498 |
Static | _enter_slk | static void | slk.c | |
5499 |
Static | _leave_slk | static void | slk.c | |
5500 |
Static | _print_label | static void | slk.c | |
5501 |
Function | slk_attr | attr_t | slk.c | Return the attribute used for the soft function keys |
5502 |
Function | slk_attroff | int | slk.c | Turn off soft function key attributes |
5503 |
Function | slk_attron | int | slk.c | Turn on soft function key attributes |
5504 |
Function | slk_attrset | int | slk.c | Set soft function key attributes |
5505 |
Function | slk_attr_off | int | slk.c | Turn off soft function key attributes |
5506 |
Function | slk_attr_on | int | slk.c | Turn on soft function key attributes |
5507 |
Function | slk_attr_set | int | slk.c | Set soft function key attributes |
5508 |
Function | slk_clear | int | slk.c | Clear the soft function key labels from the screen |
5509 |
Function | slk_colour | int | slk.c | Set soft label colour pair |
5510 |
Function | slk_init | int | slk.c | Initialise the soft function keys |
5511 |
Function | slk_label | char* | slk.c | Return the label for the specified soft key |
5512 |
Function | slk_restore | int | slk.c | Restore soft function key labels to the screen |
5513 |
Function | slk_set | int | slk.c | Configure specified soft key |
5514 |
Inline | getbkgd | inline chtype | winattrs.c | Get the background rendition attributes for a window |
5515 |
Function | wattroff | int | winattrs.c | Turn off attributes in a window |
5516 |
Function | wattron | int | winattrs.c | Turn on attributes in a window |
5517 |
Function | wattrset | int | winattrs.c | Set attributes in a window |
5518 |
Function | wattr_get | int | winattrs.c | Get attributes and colour pair information |
5519 |
Function | wattr_off | int | winattrs.c | Turn off attributes in a window |
5520 |
Function | wattr_on | int | winattrs.c | Turn on attributes in a window |
5521 |
Function | wattr_set | int | winattrs.c | Set attributes and colour pair information in a window |
5522 |
Function | wcolour_set | int | winattrs.c | Set colour pair for a window |
5523 |
Function | delwin | int | windows.c | @file |
5524 |
Function | derwin | WINDOW * | windows.c | Create a new derived window |
5525 |
Function | dupwin | WINDOW * | windows.c | Create a duplicate of the specified window |
5526 |
Function | mvwin | int | windows.c | Move window origin to specified coordinates |
5527 |
Function | newwin | WINDOW * | windows.c | Create new WINDOW |
5528 |
Function | subwin | WINDOW * | windows.c | Create a new sub-window |
5529 |
Function | initscr | WINDOW * | wininit.c | Initialise console environment |
5530 |
Function | endwin | int | wininit.c | Finalise console environment |
5531 |
Function | init_editbox | void | editbox.c | Initialise text box widget |
5532 |
Function | draw_editbox | void | editbox.c | Draw text box widget |
5533 |
Function | login_ui | int | login_ui.c | |
5534 |
Static | load_setting | static void | settings_ui.c | Load setting widget value from configuration settings |
5535 |
Static | save_setting | static int | settings_ui.c | Save setting widget value back to configuration settings |
5536 |
Static | init_setting | static void | settings_ui.c | Initialise setting widget |
5537 |
Static | draw_setting | static void | settings_ui.c | Draw setting widget |
5538 |
Static | edit_setting | static int | settings_ui.c | Edit setting widget |
5539 |
Static | init_setting_index | static void | settings_ui.c | Initialise setting widget by index |
5540 |
Static | vmsg | static void | settings_ui.c | Print message centred on specified row |
5541 |
Static | msg | static void | settings_ui.c | Print message centred on specified row |
5542 |
Static | clearmsg | static void | settings_ui.c | Clear message on specified row |
5543 |
Static | valert | static void | settings_ui.c | Print alert message |
5544 |
Static | alert | static void | settings_ui.c | Print alert message |
5545 |
Static | draw_title_row | static void | settings_ui.c | Draw title row |
5546 |
Static | draw_info_row | static void | settings_ui.c | Draw information row |
5547 |
Static | draw_instruction_row | static void | settings_ui.c | Draw instruction row |
5548 |
Static | main_loop | static int | settings_ui.c | |
5549 |
Function | settings_ui | int | settings_ui.c | |
5550 |
Static | efi_image_exec | static int | efi_image.c | Execute EFI image |
5551 |
Static | efi_image_load | static int | efi_image.c | Load EFI image into memory |
5552 |
Static | elf_load_segment | static int | elf.c | Load ELF segment into memory |
5553 |
Function | elf_load | int | elf.c | Load ELF image into memory |
5554 |
Static | __attribute__ | static void | embedded.c | Free embedded image |
5555 |
Function | EMBED | EMBED_ALL #define | embedded.c | |
5556 |
Static | embedded_init | static void | embedded.c | Register all embedded images |
5557 |
Static | script_exec | static int | script.c | Execute script |
5558 |
Static | script_load | static int | script.c | Load script into memory |
5559 |
Function | prep_segment | int | segment.c | Prepare segment for loading |
5560 |
Static | efi_handle_cup | static void | efi_console.c | Handle ANSI CUP (cursor position) |
5561 |
Static | efi_handle_ed | static void | efi_console.c | Handle ANSI ED (erase in page) |
5562 |
Static | efi_handle_sgr | static void | efi_console.c | Handle ANSI SGR (set graphics rendition) |
5563 |
Static | efi_putchar | static void | efi_console.c | Print a character to EFI console |
5564 |
Static | scancode_to_ansi_seq | static const char * | efi_console.c | Get ANSI escape sequence corresponding to EFI scancode |
5565 |
Static | efi_getchar | static int | efi_console.c | Get character from EFI console |
5566 |
Static | efi_iskey | static int | efi_console.c | Check for character ready to read from EFI console |
5567 |
Static | efi_find_table | static void * | efi_init.c | Look up EFI configuration table |
5568 |
Function | efi_init | EFI_STATUS | efi_init.c | Initialise EFI environment |
5569 |
Static | efi_width | static EFI_CPU_IO_PROTOCOL_WIDTH | efi_io.c | Determine EFI CPU I/O width code |
5570 |
Function | efi_ioread | unsigned long long | efi_io.c | Read from device |
5571 |
Function | efi_iowrite | void | efi_io.c | Write to device |
5572 |
Function | efi_ioreads | void | efi_io.c | String read from device |
5573 |
Function | efi_iowrites | void | efi_io.c | String write to device |
5574 |
Static | efi_iodelay | static void | efi_io.c | Wait for I/O-mapped operation to complete |
5575 |
Static | efipci_address | static unsigned long | efi_pci.c | |
5576 |
Function | efipci_read | int | efi_pci.c | |
5577 |
Function | efipci_write | int | efi_pci.c | |
5578 |
Static | efi_find_smbios | static int | efi_smbios.c | Find SMBIOS |
5579 |
Static | efi_snp_set_mode | static void | efi_snp.c | Set EFI SNP mode based on gPXE net device parameters |
5580 |
Static | efi_snp_poll | static void | efi_snp.c | Poll net device and count received packets |
5581 |
Static | efi_snp_start | static EFI_STATUS EFIAPI | efi_snp.c | Change SNP state from "stopped" to "started" |
5582 |
Static | efi_snp_stop | static EFI_STATUS EFIAPI | efi_snp.c | Change SNP state from "started" to "stopped" |
5583 |
Static | efi_snp_initialize | static EFI_STATUS EFIAPI | efi_snp.c | Open the network device |
5584 |
Static | efi_snp_reset | static EFI_STATUS EFIAPI | efi_snp.c | Reset the network device |
5585 |
Static | efi_snp_shutdown | static EFI_STATUS EFIAPI | efi_snp.c | Shut down the network device |
5586 |
Static | efi_snp_receive_filters | static EFI_STATUS EFIAPI | efi_snp.c | Manage receive filters |
5587 |
Static | efi_snp_station_address | static EFI_STATUS EFIAPI | efi_snp.c | Set station address |
5588 |
Static | efi_snp_statistics | static EFI_STATUS EFIAPI | efi_snp.c | Get (or reset) statistics |
5589 |
Static | efi_snp_mcast_ip_to_mac | static EFI_STATUS EFIAPI | efi_snp.c | Convert multicast IP address to MAC address |
5590 |
Static | efi_snp_nvdata | static EFI_STATUS EFIAPI | efi_snp.c | Read or write non-volatile storage |
5591 |
Static | efi_snp_get_status | static EFI_STATUS EFIAPI | efi_snp.c | Read interrupt status and TX recycled buffer status |
5592 |
Static | efi_snp_transmit | static EFI_STATUS EFIAPI | efi_snp.c | Start packet transmission |
5593 |
Static | efi_snp_receive | static EFI_STATUS EFIAPI | efi_snp.c | Receive packet |
5594 |
Static | efi_snp_wait_for_packet | static VOID EFIAPI | efi_snp.c | Poll event |
5595 |
Static | efi_snp_netdev | static struct net_device * | efi_snp.c | Locate net device corresponding to EFI device |
5596 |
Static | efi_snp_snpdev | static struct efi_snp_device * | efi_snp.c | Locate SNP corresponding to EFI device |
5597 |
Static | efi_snp_driver_supported | static EFI_STATUS EFIAPI | efi_snp.c | Check to see if driver supports a device |
5598 |
Static | efi_snp_driver_start | static EFI_STATUS EFIAPI | efi_snp.c | Attach driver to device |
5599 |
Static | efi_snp_driver_stop | static EFI_STATUS EFIAPI | efi_snp.c | Detach driver from device |
5600 |
Static | efi_snp_get_driver_name | static EFI_STATUS EFIAPI | efi_snp.c | Look up driver name |
5601 |
Static | efi_snp_get_controller_name | static EFI_STATUS EFIAPI | efi_snp.c | Look up controller name |
5602 |
Function | efi_snp_install | int | efi_snp.c | Install EFI SNP driver |
5603 |
Function | efi_strerror | const char * | efi_strerror.c | @file |
5604 |
Static | efi_udelay | static void | efi_timer.c | Delay for a fixed number of microseconds |
5605 |
Static | efi_currticks | static unsigned long | efi_timer.c | Get current system time in ticks |
5606 |
Static | efi_ticks_per_sec | static unsigned long | efi_timer.c | Get number of ticks per second |
5607 |
Static | efi_urealloc | static userptr_t | efi_umalloc.c | Reallocate external memory |
5608 |
Static | find_strings_terminator | static size_t | smbios.c | Find SMBIOS strings terminator |
5609 |
Function | find_smbios_structure | int | smbios.c | Find specific structure type within SMBIOS |
5610 |
Function | read_smbios_structure | int | smbios.c | Copy SMBIOS structure |
5611 |
Function | read_smbios_string | int | smbios.c | Find indexed string within SMBIOS structure |
5612 |
Static | smbios_fetch | static int | smbios_settings.c | Fetch value of SMBIOS setting |
5613 |
Static | smbios_init | static void | smbios_settings.c | Initialise SMBIOS settings |
5614 |
Function | __intel_new_proc_init | void __libgcc | icc.c | |
5615 |
Function | gcc_implicit_memcpy | void * | memcpy.c | |
5616 |
Function | __divdi3 | __libgcc int64_t | __divdi3.c | |
5617 |
Function | __moddi3 | __libgcc int64_t | __moddi3.c | |
5618 |
Function | __udivdi3 | __libgcc uint64_t | __udivdi3.c | |
5619 |
Function | __udivmoddi4 | __libgcc uint64_t | __udivmoddi4.c | |
5620 |
Function | __umoddi3 | __libgcc uint64_t | __umoddi3.c | |
5621 |
Static | aoe_free | static void | aoe.c | |
5622 |
Static | aoe_done | static void | aoe.c | Mark current AoE command complete |
5623 |
Static | aoe_send_command | static int | aoe.c | Send AoE command |
5624 |
Static | aoe_timer_expired | static void | aoe.c | Handle AoE retry timer expiry |
5625 |
Static | aoe_rx_cfg | static int | aoe.c | Handle AoE configuration command response |
5626 |
Static | aoe_rx_ata | static int | aoe.c | Handle AoE ATA command response |
5627 |
Static | aoe_rx | static int | aoe.c | Process incoming AoE packets |
5628 |
Static | aoe_command | static int | aoe.c | Issue ATA command via an open AoE session |
5629 |
Static | aoe_discover | static int | aoe.c | Issue AoE config query for AoE target discovery |
5630 |
Static | aoe_detached_command | static int | aoe.c | |
5631 |
Function | aoe_detach | void | aoe.c | |
5632 |
Static | aoe_parse_root_path | static int | aoe.c | |
5633 |
Function | aoe_attach | int | aoe.c | |
5634 |
Static | arp_find_entry | static struct arp_entry * | arp.c | Find entry in the ARP cache |
5635 |
Function | arp_resolve | int | arp.c | Look up media-specific link-layer address in the ARP cache |
5636 |
Static | arp_find_protocol | static struct arp_net_protocol * | arp.c | Identify ARP protocol |
5637 |
Static | arp_rx | static int | arp.c | Process incoming ARP packets |
5638 |
Static | arp_ntoa | static const char * | arp.c | Transcribe ARP address |
5639 |
Function | store_cached_dhcpack | void | cachedhcp.c | @file |
5640 |
Inline | dhcp_tag_name | static inline char * | dhcpopts.c | @file |
5641 |
Inline | __attribute__ | static inline | dhcpopts.c | Get pointer to DHCP option |
5642 |
Inline | __attribute__ | static inline | dhcpopts.c | Get offset of a DHCP option |
5643 |
Static | dhcp_option_len | static unsigned int | dhcpopts.c | Calculate length of any DHCP option |
5644 |
Static | find_dhcp_option_with_encap | static int | dhcpopts.c | Find DHCP option within DHCP options block, and its encapsulator (if any) |
5645 |
Static | resize_dhcp_option | static int | dhcpopts.c | Resize a DHCP option |
5646 |
Static | set_dhcp_option | static int | dhcpopts.c | Set value of DHCP option |
5647 |
Function | dhcpopt_store | int | dhcpopts.c | Store value of DHCP option setting |
5648 |
Function | dhcpopt_extensible_store | int | dhcpopts.c | Store value of DHCP option setting, extending options block if necessary |
5649 |
Function | dhcpopt_fetch | int | dhcpopts.c | Fetch value of DHCP option setting |
5650 |
Static | dhcpopt_update_len | static void | dhcpopts.c | Recalculate length of DHCP options block |
5651 |
Function | dhcpopt_init | void | dhcpopts.c | Initialise prepopulated block of DHCP options |
5652 |
Static | used_len_ipv4 | static size_t | dhcppkt.c | @file |
5653 |
Static | used_len_string | static size_t | dhcppkt.c | Calculate used length of a string field within a DHCP packet |
5654 |
Inline | dhcp_packet_field | static inline void * | dhcppkt.c | Get address of a DHCP packet field |
5655 |
Static | find_dhcp_packet_field | static struct dhcp_packet_field * | dhcppkt.c | Find DHCP packet field corresponding to settings tag number |
5656 |
Function | dhcppkt_store | int | dhcppkt.c | Store value of DHCP packet setting |
5657 |
Function | dhcppkt_fetch | int | dhcppkt.c | Fetch value of DHCP packet setting |
5658 |
Static | dhcppkt_settings_store | static int | dhcppkt.c | DHCP packet settings interface |
5659 |
Static | dhcppkt_settings_fetch | static int | dhcppkt.c | Fetch value of DHCP setting |
5660 |
Function | dhcppkt_init | void | dhcppkt.c | Constructor |
5661 |
Static | eapol_rx | static int | eapol.c | Receive EAPOL network-layer packet |
5662 |
Static | eapol_ntoa | static const char * | eapol.c | Transcribe EAPOL network-layer address |
5663 |
Static | eth_push | static int | ethernet.c | Add Ethernet link-layer header |
5664 |
Static | eth_pull | static int | ethernet.c | Remove Ethernet link-layer header |
5665 |
Function | eth_init_addr | void | ethernet.c | Initialise Ethernet address |
5666 |
Function | eth_ntoa | const char * | ethernet.c | Transcribe Ethernet address |
5667 |
Function | eth_mc_hash | int | ethernet.c | Hash multicast address |
5668 |
Function | eth_eth_addr | int | ethernet.c | Generate Ethernet-compatible compressed link-layer address |
5669 |
Function | alloc_etherdev | struct net_device * | ethernet.c | Allocate Ethernet device |
5670 |
Static | copy_encap_settings | static int | fakedhcp.c | @file |
5671 |
Static | copy_settings | static int | fakedhcp.c | Copy settings to DHCP packet |
5672 |
Function | create_fakedhcpdiscover | int | fakedhcp.c | Create fake DHCPDISCOVER packet |
5673 |
Function | create_fakedhcpack | int | fakedhcp.c | Create fake DHCPACK packet |
5674 |
Function | create_fakepxebsack | int | fakedhcp.c | Create fake PXE Boot Server ACK packet |
5675 |
Static | icmp_rx | static int | icmp.c | Process a received packet |
5676 |
Function | icmp6_send_solicit | int | icmpv6.c | Send neighbour solicitation packet |
5677 |
Static | icmp6_rx | static int | icmpv6.c | Process ICMP6 headers |
5678 |
Function | icmp6_test_nadvert | void | icmpv6.c | |
5679 |
Function | ib_create_cq | struct ib_completion_queue * | infiniband.c | Completion queues |
5680 |
Function | ib_destroy_cq | void | infiniband.c | Destroy completion queue |
5681 |
Function | ib_poll_cq | void | infiniband.c | Poll completion queue |
5682 |
Function | ib_create_qp | struct ib_queue_pair * | infiniband.c | Work queues |
5683 |
Function | ib_modify_qp | int | infiniband.c | Modify queue pair |
5684 |
Function | ib_destroy_qp | void | infiniband.c | Destroy queue pair |
5685 |
Function | ib_find_qp_qpn | struct ib_queue_pair * | infiniband.c | Find queue pair by QPN |
5686 |
Function | ib_find_qp_mgid | struct ib_queue_pair * | infiniband.c | Find queue pair by multicast GID |
5687 |
Function | ib_find_wq | struct ib_work_queue * | infiniband.c | Find work queue belonging to completion queue |
5688 |
Function | ib_post_send | int | infiniband.c | Post send work queue entry |
5689 |
Function | ib_post_recv | int | infiniband.c | Post receive work queue entry |
5690 |
Function | ib_complete_send | void | infiniband.c | Complete send work queue entry |
5691 |
Function | ib_complete_recv | void | infiniband.c | Complete receive work queue entry |
5692 |
Function | ib_refill_recv | void | infiniband.c | Refill receive work queue |
5693 |
Function | ib_open | int | infiniband.c | Link control |
5694 |
Function | ib_close | void | infiniband.c | Close port |
5695 |
Function | ib_link_rc | int | infiniband.c | Get link state |
5696 |
Function | ib_mcast_attach | int | infiniband.c | Multicast |
5697 |
Function | ib_mcast_detach | void | infiniband.c | Detach from multicast group |
5698 |
Function | ib_get_hca_info | int | infiniband.c | Miscellaneous |
5699 |
Function | ib_set_port_info | int | infiniband.c | Set port information |
5700 |
Function | ib_set_pkey_table | int | infiniband.c | Set partition key table |
5701 |
Function | ib_link_state_changed | void | infiniband.c | Event queues |
5702 |
Function | ib_poll_eq | void | infiniband.c | Poll event queue |
5703 |
Static | ib_step | static void | infiniband.c | Single-step the Infiniband event queue |
5704 |
Function | alloc_ibdev | struct ib_device * | infiniband.c | Infiniband device creation/destruction |
5705 |
Function | register_ibdev | int | infiniband.c | Register Infiniband device |
5706 |
Function | unregister_ibdev | void | infiniband.c | Unregister Infiniband device |
5707 |
Function | find_ibdev | struct ib_device * | infiniband.c | Find Infiniband device by GID |
5708 |
Function | last_opened_ibdev | struct ib_device * | infiniband.c | Get most recently opened Infiniband device |
5709 |
Function | iob_pad | void | iobpad.c | Pad I/O buffer |
5710 |
Static | add_ipv4_miniroute | static struct ipv4_miniroute * __malloc | ipv4.c | Add IPv4 minirouting table entry |
5711 |
Static | del_ipv4_miniroute | static void | ipv4.c | Delete IPv4 minirouting table entry |
5712 |
Static | ipv4_route | static struct ipv4_miniroute * | ipv4.c | Perform IPv4 routing |
5713 |
Static | ipv4_frag_expired | static void | ipv4.c | Fragment reassembly counter timeout |
5714 |
Static | free_fragbuf | static void | ipv4.c | Free fragment buffer |
5715 |
Static | ipv4_reassemble | static struct io_buffer * | ipv4.c | Fragment reassembler |
5716 |
Static | ipv4_pshdr_chksum | static uint16_t | ipv4.c | Add IPv4 pseudo-header checksum to existing checksum |
5717 |
Static | ipv4_ll_addr | static int | ipv4.c | Determine link-layer address |
5718 |
Static | ipv4_tx | static int | ipv4.c | Transmit IP packet |
5719 |
Static | ipv4_rx | static int | ipv4.c | Process incoming packets |
5720 |
Static | ipv4_arp_check | static int | ipv4.c | Check existence of IPv4 address for ARP |
5721 |
Function | inet_ntoa | char * | ipv4.c | Convert IPv4 address to dotted-quad notation |
5722 |
Static | ipv4_ntoa | static const char * | ipv4.c | Transcribe IP address |
5723 |
Static | ipv4_create_routes | static int | ipv4.c | Create IPv4 routing table based on configured settings |
5724 |
Static | add_ipv6_miniroute | static struct ipv6_miniroute * __malloc | ipv6.c | Add IPv6 minirouting table entry |
5725 |
Static | del_ipv6_miniroute | static void | ipv6.c | Delete IPv6 minirouting table entry |
5726 |
Function | add_ipv6_address | int | ipv6.c | Add IPv6 interface |
5727 |
Function | del_ipv6_address | void | ipv6.c | Remove IPv6 interface |
5728 |
Static | ipv6_tx_csum | static uint16_t | ipv6.c | Calculate TCPIP checksum |
5729 |
Function | ipv6_dump | void | ipv6.c | Dump IP6 header for debugging |
5730 |
Static | ipv6_tx | static int | ipv6.c | Transmit IP6 packet |
5731 |
Static | ipv6_process_nxt_hdr | static int | ipv6.c | Process next IP6 header |
5732 |
Static | ipv6_rx | static int | ipv6.c | Process incoming IP6 packets |
5733 |
Function | inet6_ntoa | char * | ipv6.c | |
5734 |
Static | ipv6_ntoa | static const char * | ipv6.c | |
5735 |
Function | mii_link_ok | int | mii.c | mii_link_ok - is link status up/ok |
5736 |
Function | mii_check_link | void | mii.c | mii_check_link - check MII link status |
5737 |
Function | mii_check_media | unsigned int | mii.c | mii_check_media - check the MII interface for a duplex change |
5738 |
Static | ndp_find_entry | static struct ndp_entry * | ndp.c | Find entry in the neighbour cache |
5739 |
Static | add_ndp_entry | static void | ndp.c | Add NDP entry |
5740 |
Function | ndp_resolve | int | ndp.c | Resolve the link-layer address |
5741 |
Function | ndp_process_advert | int | ndp.c | Process neighbour advertisement |
5742 |
Function | netdev_link_down | void | netdevice.c | Mark network device as having link down |
5743 |
Static | netdev_record_stat | static void | netdevice.c | Record network device statistic |
5744 |
Function | netdev_tx | int | netdevice.c | Transmit raw packet via network device |
5745 |
Function | netdev_tx_complete_err | void | netdevice.c | Complete network transmission |
5746 |
Function | netdev_tx_complete_next_err | void | netdevice.c | Complete network transmission |
5747 |
Static | netdev_tx_flush | static void | netdevice.c | Flush device's transmit queue |
5748 |
Function | netdev_rx | void | netdevice.c | Add packet to receive queue |
5749 |
Function | netdev_rx_err | void | netdevice.c | Discard received packet |
5750 |
Function | netdev_poll | void | netdevice.c | Poll for completed and received packets on network device |
5751 |
Function | netdev_rx_dequeue | struct io_buffer * | netdevice.c | Remove packet from device's receive queue |
5752 |
Static | netdev_rx_flush | static void | netdevice.c | Flush device's receive queue |
5753 |
Static | free_netdev | static void | netdevice.c | Free network device |
5754 |
Function | alloc_netdev | struct net_device * | netdevice.c | Allocate network device |
5755 |
Function | register_netdev | int | netdevice.c | Register network device |
5756 |
Function | netdev_open | int | netdevice.c | Open network device |
5757 |
Function | netdev_close | void | netdevice.c | Close network device |
5758 |
Function | unregister_netdev | void | netdevice.c | Unregister network device |
5759 |
Function | netdev_irq | void | netdevice.c | Enable or disable interrupts |
5760 |
Function | find_netdev | struct net_device * | netdevice.c | Get network device by name |
5761 |
Function | find_netdev_by_location | struct net_device * | netdevice.c | |
5762 |
Function | last_opened_netdev | struct net_device * | netdevice.c | Get most recently opened network device |
5763 |
Function | net_tx | int | netdevice.c | Transmit network-layer packet |
5764 |
Function | net_rx | int | netdevice.c | Process received network-layer packet |
5765 |
Static | net_step | static void | netdevice.c | Single-step the network stack |
5766 |
Static | netdev_store | static int | netdev_settings.c | Store value of network device setting |
5767 |
Static | netdev_fetch | static int | netdev_settings.c | Fetch value of network device setting |
5768 |
Static | netdev_clear | static void | netdev_settings.c | Clear network device settings |
5769 |
Static | null_open | static int | nullnet.c | @file |
5770 |
Static | null_close | static void | nullnet.c | |
5771 |
Static | null_transmit | static int | nullnet.c | |
5772 |
Static | null_poll | static void | nullnet.c | |
5773 |
Static | null_irq | static void | nullnet.c | |
5774 |
Static | rarp_rx | static int | rarp.c | @file |
5775 |
Static | rarp_ntoa | static const char * | rarp.c | Transcribe RARP address |
5776 |
Function | start_timer | void | retry.c | Start timer |
5777 |
Function | start_timer_fixed | void | retry.c | Start timer with a specified fixed timeout |
5778 |
Function | stop_timer | void | retry.c | Stop timer |
5779 |
Static | timer_expired | static void | retry.c | Handle expired timer |
5780 |
Static | retry_step | static void | retry.c | Single-step the retry timer list |
5781 |
Inline | __attribute__ | static inline | tcp.c | Name TCP state |
5782 |
Inline | __attribute__ | static inline | tcp.c | Dump TCP state transition |
5783 |
Inline | __attribute__ | static inline | tcp.c | Dump TCP flags |
5784 |
Static | tcp_bind | static int | tcp.c | Open and close |
5785 |
Static | tcp_open | static int | tcp.c | Open a TCP connection |
5786 |
Static | tcp_close | static void | tcp.c | Close TCP connection |
5787 |
Static | tcp_xmit_win | static size_t | tcp.c | Transmit data path |
5788 |
Static | tcp_process_queue | static size_t | tcp.c | Process TCP transmit queue |
5789 |
Static | tcp_xmit | static int | tcp.c | Transmit any outstanding data |
5790 |
Static | tcp_expired | static void | tcp.c | Retransmission timer expired |
5791 |
Static | tcp_xmit_reset | static int | tcp.c | Send RST response to incoming packet |
5792 |
Static | tcp_demux | static struct tcp_connection * | tcp.c | Receive data path |
5793 |
Static | tcp_rx_opts | static void | tcp.c | Parse TCP received options |
5794 |
Static | tcp_rx_seq | static void | tcp.c | Consume received sequence space |
5795 |
Static | tcp_rx_syn | static int | tcp.c | Handle TCP received SYN |
5796 |
Static | tcp_rx_ack | static int | tcp.c | Handle TCP received ACK |
5797 |
Static | tcp_rx_data | static int | tcp.c | Handle TCP received data |
5798 |
Static | tcp_rx_fin | static int | tcp.c | Handle TCP received FIN |
5799 |
Static | tcp_rx_rst | static int | tcp.c | Handle TCP received RST |
5800 |
Static | tcp_rx | static int | tcp.c | Process received packet |
5801 |
Static | tcp_xfer_close | static void | tcp.c | Data transfer interface |
5802 |
Static | tcp_xfer_window | static size_t | tcp.c | Check flow control window |
5803 |
Static | tcp_xfer_deliver_iob | static int | tcp.c | Deliver datagram as I/O buffer |
5804 |
Static | tcp_open_uri | static int | tcp.c | Open TCP URI |
5805 |
Function | tcpip_rx | int | tcpip.c | Process a received TCP/IP packet |
5806 |
Function | tcpip_tx | int | tcpip.c | Transmit a TCP/IP packet |
5807 |
Function | tcpip_continue_chksum | uint16_t | tcpip.c | Calculate continued TCP/IP checkum |
5808 |
Function | tcpip_chksum | uint16_t | tcpip.c | Calculate TCP/IP checkum |
5809 |
Static | tls_uint24 | static unsigned long | tls.c | Utility functions |
5810 |
Static | free_tls | static void | tls.c | Cleanup functions |
5811 |
Static | tls_close | static void | tls.c | Finish with TLS session |
5812 |
Static | tls_generate_random | static void | tls.c | Random number generation |
5813 |
Static | tls_hmac_update_va | static void | tls.c | Update HMAC with a list of ( data, len ) pairs |
5814 |
Static | tls_p_hash_va | static void | tls.c | Generate secure pseudo-random data using a single hash function |
5815 |
Static | tls_prf | static void | tls.c | Generate secure pseudo-random data |
5816 |
Static | tls_generate_master_secret | static void | tls.c | Secret management |
5817 |
Static | tls_generate_keys | static int | tls.c | Generate key material |
5818 |
Static | tls_clear_cipher | static void | tls.c | Cipher suite management |
5819 |
Static | tls_set_cipher | static int | tls.c | Set cipher suite |
5820 |
Static | tls_select_cipher | static int | tls.c | Select next cipher suite |
5821 |
Static | tls_change_cipher | static int | tls.c | Activate next cipher suite |
5822 |
Static | tls_add_handshake | static void | tls.c | Handshake verification |
5823 |
Static | tls_verify_handshake | static void | tls.c | Calculate handshake verification hash |
5824 |
Static | tls_send_handshake | static int | tls.c | Record handling |
5825 |
Static | tls_send_client_hello | static int | tls.c | Transmit Client Hello record |
5826 |
Static | tls_send_client_key_exchange | static int | tls.c | Transmit Client Key Exchange record |
5827 |
Static | tls_send_change_cipher | static int | tls.c | Transmit Change Cipher record |
5828 |
Static | tls_send_finished | static int | tls.c | Transmit Finished record |
5829 |
Static | tls_new_change_cipher | static int | tls.c | Receive new Change Cipher record |
5830 |
Static | tls_new_alert | static int | tls.c | Receive new Alert record |
5831 |
Static | tls_new_server_hello | static int | tls.c | Receive new Server Hello handshake record |
5832 |
Static | tls_new_certificate | static int | tls.c | Receive new Certificate handshake record |
5833 |
Static | tls_new_server_hello_done | static int | tls.c | Receive new Server Hello Done handshake record |
5834 |
Static | tls_new_finished | static int | tls.c | Receive new Finished handshake record |
5835 |
Static | tls_new_handshake | static int | tls.c | Receive new Handshake record |
5836 |
Static | tls_new_record | static int | tls.c | Receive new record |
5837 |
Static | tls_hmac | static void | tls.c | Record encryption/decryption |
5838 |
Static | tls_assemble_stream | static void * __malloc | tls.c | Allocate and assemble stream-ciphered record from data and MAC portions |
5839 |
Static | tls_assemble_block | static void * | tls.c | Allocate and assemble block-ciphered record from data and MAC portions |
5840 |
Static | tls_send_plaintext | static int | tls.c | Send plaintext record |
5841 |
Static | tls_split_stream | static int | tls.c | Split stream-ciphered record into data and MAC portions |
5842 |
Static | tls_split_block | static int | tls.c | Split block-ciphered record into data and MAC portions |
5843 |
Static | tls_new_ciphertext | static int | tls.c | Receive new ciphertext record |
5844 |
Static | tls_plainstream_close | static void | tls.c | Plaintext stream operations |
5845 |
Static | tls_plainstream_window | static size_t | tls.c | Check flow control window |
5846 |
Static | tls_plainstream_deliver_raw | static int | tls.c | Deliver datagram as raw data |
5847 |
Static | tls_cipherstream_close | static void | tls.c | Ciphertext stream operations |
5848 |
Static | tls_newdata_process_header | static int | tls.c | Handle received TLS header |
5849 |
Static | tls_newdata_process_data | static int | tls.c | Handle received TLS data payload |
5850 |
Static | tls_cipherstream_deliver_raw | static int | tls.c | Receive new ciphertext |
5851 |
Static | tls_step | static void | tls.c | Controlling process |
5852 |
Function | add_tls | int | tls.c | Instantiator |
5853 |
Static | udp_bind | static int | udp.c | Bind UDP connection to local port |
5854 |
Static | udp_open_common | static int | udp.c | Open a UDP connection |
5855 |
Function | udp_open | int | udp.c | Open a UDP connection |
5856 |
Function | udp_open_promisc | int | udp.c | Open a promiscuous UDP connection |
5857 |
Static | udp_close | static void | udp.c | Close a UDP connection |
5858 |
Static | udp_tx | static int | udp.c | Transmit data via a UDP connection to a specified address |
5859 |
Static | udp_demux | static struct udp_connection * | udp.c | Identify UDP connection by local address |
5860 |
Static | udp_rx | static int | udp.c | Process a received packet |
5861 |
Static | udp_xfer_close | static void | udp.c | Data transfer interface |
5862 |
Static | udp_alloc_iob | static struct io_buffer * | udp.c | Allocate I/O buffer for UDP |
5863 |
Static | udp_xfer_deliver_iob | static int | udp.c | Deliver datagram as I/O buffer |
5864 |
Static | udp_open_uri | static int | udp.c | Open UDP URI |
5865 |
Static | net80211_netdev_open | static int | net80211.c | @} |
5866 |
Static | net80211_netdev_close | static void | net80211.c | Close 802.11 device |
5867 |
Static | net80211_netdev_transmit | static int | net80211.c | Transmit packet on 802.11 device |
5868 |
Static | net80211_netdev_poll | static void | net80211.c | Poll 802.11 device for received packets and completed transmissions |
5869 |
Static | net80211_netdev_irq | static void | net80211.c | Enable or disable interrupts for 802.11 device |
5870 |
Inline | net80211_rate_is_erp | static inline int | net80211.c | Determine whether a transmission rate uses ERP/OFDM |
5871 |
Function | net80211_duration | u16 | net80211.c | Calculate one frame's contribution to 802.11 duration field |
5872 |
Static | net80211_ll_push | static int | net80211.c | Add 802.11 link-layer header |
5873 |
Static | net80211_ll_pull | static int | net80211.c | Remove 802.11 link-layer header |
5874 |
Function | net80211_get | struct net80211_device * | net80211.c | Get 802.11 device from wrapping network device |
5875 |
Function | net80211_keep_mgmt | int | net80211.c | Set state of 802.11 device keeping management frames |
5876 |
Function | net80211_mgmt_dequeue | struct io_buffer * | net80211.c | Get 802.11 management frame |
5877 |
Function | net80211_tx_mgmt | int | net80211.c | Transmit 802.11 management frame |
5878 |
Function | net80211_alloc | struct net80211_device * | net80211.c | Allocate 802.11 device |
5879 |
Function | net80211_register | int | net80211.c | Register 802.11 device with network stack |
5880 |
Function | net80211_unregister | void | net80211.c | Unregister 802.11 device from network stack |
5881 |
Function | net80211_free | void | net80211.c | Free 802.11 device |
5882 |
Inline | net80211_set_state | static inline void | net80211.c | Set state of 802.11 device |
5883 |
Static | net80211_add_channels | static void | net80211.c | Add channels to 802.11 device |
5884 |
Static | net80211_filter_hw_channels | static void | net80211.c | Filter 802.11 device channels for hardware capabilities |
5885 |
Static | net80211_process_capab | static int | net80211.c | Update 802.11 device state to reflect received capabilities field |
5886 |
Static | net80211_process_ie | static int | net80211.c | Update 802.11 device state to reflect received information elements |
5887 |
Static | net80211_marshal_request_info | static union ieee80211_ie * | net80211.c | Create information elements for outgoing probe or association packet |
5888 |
Function | net80211_probe_start | struct net80211_probe_ctx * | net80211.c | Begin probe of 802.11 networks |
5889 |
Function | net80211_probe_step | int | net80211.c | Continue probe of 802.11 networks |
5890 |
Function | net80211_probe_finish_best | struct net80211_wlan * | net80211.c | Finish probe of 802.11 networks, returning best-signal network found |
5891 |
Function | net80211_probe_finish_all | struct list_head * | net80211.c | Finish probe of 802.11 networks, returning all networks found |
5892 |
Function | net80211_free_wlan | void | net80211.c | Free WLAN structure |
5893 |
Function | net80211_free_wlanlist | void | net80211.c | Free list of WLAN structures |
5894 |
Static | net80211_step_associate | static void | net80211.c | Step 802.11 association process |
5895 |
Static | net80211_check_settings_update | static int | net80211.c | Check for 802.11 SSID or key updates |
5896 |
Function | net80211_autoassociate | void | net80211.c | Start 802.11 association process |
5897 |
Static | net80211_set_rtscts_rate | static void | net80211.c | Pick TX rate for RTS/CTS packets based on data rate |
5898 |
Function | net80211_set_rate_idx | void | net80211.c | Set data transmission rate for 802.11 device |
5899 |
Function | net80211_change_channel | int | net80211.c | Configure 802.11 device to transmit on a certain channel |
5900 |
Function | net80211_prepare_probe | int | net80211.c | Prepare 802.11 device channel and rate set for scanning |
5901 |
Function | net80211_prepare_assoc | int | net80211.c | Prepare 802.11 device channel and rate set for communication |
5902 |
Function | net80211_send_auth | int | net80211.c | Send 802.11 initial authentication frame |
5903 |
Static | net80211_handle_auth | static void | net80211.c | Handle receipt of 802.11 authentication frame |
5904 |
Function | net80211_send_assoc | int | net80211.c | Send 802.11 association frame |
5905 |
Static | net80211_handle_assoc_reply | static void | net80211.c | Handle receipt of 802.11 association reply frame |
5906 |
Static | net80211_send_disassoc | static int | net80211.c | Send 802.11 disassociation frame |
5907 |
Function | net80211_deauthenticate | void | net80211.c | Deauthenticate from current network and try again |
5908 |
Static | net80211_update_link_quality | static void | net80211.c | Update link quality information based on received beacon |
5909 |
Static | net80211_handle_mgmt | static void | net80211.c | Handle receipt of 802.11 management frame |
5910 |
Static | net80211_free_frags | static void | net80211.c | Free buffers used by 802.11 fragment cache entry |
5911 |
Static | net80211_accum_frags | static struct io_buffer * | net80211.c | Accumulate 802.11 fragments into one I/O buffer |
5912 |
Static | net80211_rx_frag | static void | net80211.c | Handle receipt of 802.11 fragment |
5913 |
Function | net80211_rx | void | net80211.c | Handle receipt of 802.11 frame |
5914 |
Function | net80211_rx_err | void | net80211.c | Indicate an error in receiving a packet |
5915 |
Function | net80211_tx_complete | void | net80211.c | Indicate the completed transmission of a packet |
5916 |
Function | rc80211_init | struct rc80211_ctx * | rc80211.c | Initialize rate-control algorithm |
5917 |
Static | rc80211_calc_net_goodness | static int | rc80211.c | Calculate net goodness for a certain rate |
5918 |
Static | rc80211_pick_best | static int | rc80211.c | Determine the best rate to switch to and return it |
5919 |
Inline | rc80211_set_rate | static inline void | rc80211.c | Set 802.11 device rate |
5920 |
Static | rc80211_maybe_set_new | static void | rc80211.c | Check rate-control state and change rate if necessary |
5921 |
Static | rc80211_update | static void | rc80211.c | Update rate-control state |
5922 |
Function | rc80211_update_tx | void | rc80211.c | Update rate-control state for transmitted packet |
5923 |
Function | rc80211_update_rx | void | rc80211.c | Update rate-control state for received packet |
5924 |
Function | rc80211_free | void | rc80211.c | Free rate-control context |
5925 |
Function | sec80211_install | int | sec80211.c | Install 802.11 cryptosystem |
5926 |
Static | rsn_pick_desc | static struct descriptor_map * | sec80211.c | Determine net80211 crypto or handshaking type value to return for RSN info |
5927 |
Function | sec80211_find_rsn | u8 * | sec80211.c | Find the RSN or WPA information element in the provided beacon frame |
5928 |
Function | sec80211_detect_ie | int | sec80211.c | Detect crypto and AKM types from RSN information element |
5929 |
Function | _sec80211_detect | int | sec80211.c | Detect the cryptosystem and handshaking protocol used by an 802.11 network |
5930 |
Static | rsn_get_desc | static u32 | sec80211.c | Determine RSN descriptor for specified net80211 ID |
5931 |
Function | sec80211_rsn_get_crypto_desc | u32 | sec80211.c | Determine RSN descriptor for specified net80211 cryptosystem number |
5932 |
Function | sec80211_rsn_get_akm_desc | u32 | sec80211.c | Determine RSN descriptor for specified net80211 handshaker number |
5933 |
Function | sec80211_rsn_get_net80211_crypt | enum net80211_crypto_alg | sec80211.c | Determine net80211 cryptosystem number from RSN descriptor |
5934 |
Static | wep_init | static int | wep.c | Initialize WEP algorithm |
5935 |
Static | wep_encrypt | static struct io_buffer * | wep.c | Encrypt packet using WEP |
5936 |
Static | wep_decrypt | static struct io_buffer * | wep.c | Decrypt packet using WEP |
5937 |
Static | trivial_init | static int | wep.c | Initialize trivial 802.11 security handshaker |
5938 |
Static | trivial_change_key | static int | wep.c | Check for key change on trivial 802.11 security handshaker |
5939 |
Static | wpa_fail | static int | wpa.c | Return an error code and deauthenticate |
5940 |
Static | wpa_find_cryptosystem | static struct net80211_crypto * | wpa.c | Find a cryptosystem handler structure from a crypto ID |
5941 |
Function | wpa_find_kie | struct wpa_kie * | wpa.c | Find WPA key integrity and encryption handler from key version field |
5942 |
Function | wpa_make_rsn_ie | int | wpa.c | Construct RSN or WPA information element |
5943 |
Function | wpa_start | int | wpa.c | Set up generic WPA support to handle 4-Way Handshake |
5944 |
Function | wpa_stop | void | wpa.c | Disable handling of received WPA handshake frames |
5945 |
Function | wpa_check_pmkid | int | wpa.c | Check PMKID consistency |
5946 |
Static | wpa_derive_ptk | static void | wpa.c | Derive pairwise transient key |
5947 |
Inline | wpa_install_ptk | static inline int | wpa.c | Install pairwise transient key |
5948 |
Inline | wpa_install_gtk | static inline int | wpa.c | Install group transient key |
5949 |
Static | wpa_maybe_install_gtk | static int | wpa.c | Search for group transient key, and install it if found |
5950 |
Static | wpa_alloc_frame | static struct io_buffer * | wpa.c | Allocate I/O buffer for construction of outgoing EAPOL-Key frame |
5951 |
Static | wpa_send_eapol | static int | wpa.c | Send EAPOL-Key packet |
5952 |
Static | wpa_send_2_of_4 | static int | wpa.c | Send second frame in 4-Way Handshake |
5953 |
Static | wpa_handle_1_of_4 | static int | wpa.c | Handle receipt of first frame in 4-Way Handshake |
5954 |
Static | wpa_send_final | static int | wpa.c | Send fourth frame in 4-Way Handshake, or second in Group Key Handshake |
5955 |
Static | wpa_handle_3_of_4 | static int | wpa.c | Handle receipt of third frame in 4-Way Handshake |
5956 |
Static | wpa_handle_1_of_2 | static int | wpa.c | Handle receipt of first frame in Group Key Handshake |
5957 |
Static | eapol_key_rx | static int | wpa.c | Handle receipt of EAPOL-Key frame for WPA |
5958 |
Static | pn_to_u64 | static u64 | wpa_ccmp.c | Convert 6-byte LSB packet number to 64-bit integer |
5959 |
Static | u64_to_pn | static void | wpa_ccmp.c | Convert 64-bit integer to 6-byte packet number |
5960 |
Static | ccmp_init | static int | wpa_ccmp.c | Initialise CCMP state and install key |
5961 |
Static | ccmp_ctr_xor | static void | wpa_ccmp.c | Encrypt or decrypt data stream using AES in Counter mode |
5962 |
Static | ccmp_feed_cbc_mac | static void | wpa_ccmp.c | Advance one block in CBC-MAC calculation |
5963 |
Static | ccmp_cbc_mac | static void | wpa_ccmp.c | Calculate MIC on plaintext data using CBC-MAC |
5964 |
Function | ccmp_encrypt | struct io_buffer * | wpa_ccmp.c | Encapsulate and encrypt a packet using CCMP |
5965 |
Static | ccmp_decrypt | static struct io_buffer * | wpa_ccmp.c | Decrypt a packet using CCMP |
5966 |
Static | ccmp_kie_mic | static void | wpa_ccmp.c | Calculate HMAC-SHA1 MIC for EAPOL-Key frame |
5967 |
Static | ccmp_kie_decrypt | static int | wpa_ccmp.c | Decrypt key data in EAPOL-Key frame |
5968 |
Static | wpa_psk_init | static int | wpa_psk.c | @file |
5969 |
Static | wpa_psk_start | static int | wpa_psk.c | Start WPA-PSK authentication |
5970 |
Static | wpa_psk_step | static int | wpa_psk.c | Step WPA-PSK authentication |
5971 |
Static | wpa_psk_no_change_key | static int | wpa_psk.c | Do-nothing function; you can't change a WPA key post-authentication |
5972 |
Static | wpa_psk_stop | static void | wpa_psk.c | Disable handling of received WPA authentication frames |
5973 |
Inline | S | static inline u16 | wpa_tkip.c | Perform S-box mapping on a 16-bit value |
5974 |
Inline | ror16 | static inline u16 | wpa_tkip.c | Rotate 16-bit value right |
5975 |
Inline | ror32 | static inline u32 | wpa_tkip.c | Rotate 32-bit value right |
5976 |
Inline | rol32 | static inline u32 | wpa_tkip.c | Rotate 32-bit value left |
5977 |
Static | tkip_init | static int | wpa_tkip.c | Initialise TKIP state and install key |
5978 |
Static | tkip_mix_1 | static void | wpa_tkip.c | Perform TKIP key mixing, phase 1 |
5979 |
Static | tkip_mix_2 | static void | wpa_tkip.c | Perform TKIP key mixing, phase 2 |
5980 |
Static | tkip_feed_michael | static void | wpa_tkip.c | Update Michael message integrity code based on next 32-bit word of data |
5981 |
Static | tkip_michael | static void | wpa_tkip.c | Calculate Michael message integrity code |
5982 |
Static | tkip_encrypt | static struct io_buffer * | wpa_tkip.c | Encrypt a packet using TKIP |
5983 |
Static | tkip_decrypt | static struct io_buffer * | wpa_tkip.c | Decrypt a packet using TKIP |
5984 |
Static | tkip_kie_mic | static void | wpa_tkip.c | Calculate HMAC-MD5 MIC for EAPOL-Key frame |
5985 |
Static | tkip_kie_decrypt | static int | wpa_tkip.c | Decrypt key data in EAPOL-Key frame |
5986 |
Static | ib_cm_send_rtu | static int | ib_cm.c | Send "ready to use" response |
5987 |
Static | ib_cm_connect_rep | static void | ib_cm.c | Handle duplicate connection replies |
5988 |
Static | ib_cm_rejection_reason_to_rc | static int | ib_cm.c | Convert connection rejection reason to return status code |
5989 |
Static | ib_cm_req_complete | static void | ib_cm.c | Handle connection request transaction completion |
5990 |
Static | ib_cm_path_complete | static void | ib_cm.c | Handle connection path transaction completion |
5991 |
Function | ib_create_conn | struct ib_connection * | ib_cm.c | Create connection to remote QP |
5992 |
Function | ib_destroy_conn | void | ib_cm.c | Destroy connection to remote QP |
5993 |
Static | ib_cmrc_shutdown | static void | ib_cmrc.c | Shut down CMRC connection gracefully |
5994 |
Static | ib_cmrc_close | static void | ib_cmrc.c | Close CMRC connection |
5995 |
Static | ib_cmrc_changed | static void | ib_cmrc.c | Handle change of CMRC connection status |
5996 |
Static | ib_cmrc_complete_send | static void | ib_cmrc.c | Handle CMRC send completion |
5997 |
Static | ib_cmrc_complete_recv | static void | ib_cmrc.c | Handle CMRC receive completion |
5998 |
Static | ib_cmrc_xfer_deliver_iob | static int | ib_cmrc.c | Send data via CMRC |
5999 |
Static | ib_cmrc_xfer_window | static size_t | ib_cmrc.c | Check CMRC flow control window |
6000 |
Static | ib_cmrc_xfer_close | static void | ib_cmrc.c | Close CMRC data-transfer interface |
6001 |
Function | ib_cmrc_open | int | ib_cmrc.c | Open CMRC connection |
6002 |
Static | ib_mcast_mad | static void | ib_mcast.c | @file |
6003 |
Static | ib_mcast_complete | static void | ib_mcast.c | Handle multicast membership record join response |
6004 |
Function | ib_mcast_join | int | ib_mcast.c | Join multicast group |
6005 |
Function | ib_mcast_leave | void | ib_mcast.c | Leave multicast group |
6006 |
Static | ib_mi_handle | static int | ib_mi.c | Handle received MAD |
6007 |
Static | ib_mi_complete_recv | static void | ib_mi.c | Complete receive via management interface |
6008 |
Function | ib_mi_send | int | ib_mi.c | Transmit MAD |
6009 |
Static | ib_mi_timer_expired | static void | ib_mi.c | Handle management transaction timer expiry |
6010 |
Function | ib_create_madx | struct ib_mad_transaction * | ib_mi.c | Create management transaction |
6011 |
Function | ib_destroy_madx | void | ib_mi.c | Destroy management transaction |
6012 |
Function | ib_create_mi | struct ib_mad_interface * | ib_mi.c | Create management interface |
6013 |
Function | ib_destroy_mi | void | ib_mi.c | Destroy management interface |
6014 |
Function | ib_push | int | ib_packet.c | @file |
6015 |
Function | ib_pull | int | ib_packet.c | Remove IB headers |
6016 |
Static | ib_path_complete | static void | ib_pathrec.c | @file |
6017 |
Function | ib_create_path | struct ib_path * | ib_pathrec.c | Create path |
6018 |
Function | ib_destroy_path | void | ib_pathrec.c | Destroy path |
6019 |
Static | ib_find_path_cache_entry | static struct ib_cached_path * | ib_pathrec.c | Find path cache entry |
6020 |
Static | ib_cached_path_complete | static void | ib_pathrec.c | Handle cached path transaction completion |
6021 |
Function | ib_resolve_path | int | ib_pathrec.c | Resolve path |
6022 |
Static | ib_sma_node_info | static void | ib_sma.c | @file |
6023 |
Static | ib_sma_node_desc | static void | ib_sma.c | Node description |
6024 |
Static | ib_sma_guid_info | static void | ib_sma.c | GUID information |
6025 |
Static | ib_sma_set_port_info | static int | ib_sma.c | Set port information |
6026 |
Static | ib_sma_port_info | static void | ib_sma.c | Port information |
6027 |
Static | ib_sma_set_pkey_table | static int | ib_sma.c | Set partition key table |
6028 |
Static | ib_sma_pkey_table | static void | ib_sma.c | Partition key table |
6029 |
Function | ib_create_sma | int | ib_sma.c | Create subnet management agent and interface |
6030 |
Function | ib_destroy_sma | void | ib_sma.c | Destroy subnet management agent and interface |
6031 |
Static | ib_smc_get_port_info | static int | ib_smc.c | @file |
6032 |
Static | ib_smc_get_guid_info | static int | ib_smc.c | Get GUID information |
6033 |
Static | ib_smc_get_pkey_table | static int | ib_smc.c | Get partition key table |
6034 |
Function | ib_smc_update | int | ib_smc.c | Get MAD parameters |
6035 |
Static | ib_srp_parse_byte_string | static int | ib_srp.c | Parse IB SRP root path byte-string value |
6036 |
Static | ib_srp_parse_integer | static int | ib_srp.c | Parse IB SRP root path integer value |
6037 |
Static | ib_srp_parse_literal | static int | ib_srp.c | Parse IB SRP root path literal component |
6038 |
Static | ib_srp_parse_sgid | static int | ib_srp.c | Parse IB SRP root path source GID |
6039 |
Static | ib_srp_parse_initiator_id_ext | static int | ib_srp.c | Parse IB SRP root path initiator identifier extension |
6040 |
Static | ib_srp_parse_initiator_hca_guid | static int | ib_srp.c | Parse IB SRP root path initiator HCA GUID |
6041 |
Static | ib_srp_parse_dgid | static int | ib_srp.c | Parse IB SRP root path destination GID |
6042 |
Static | ib_srp_parse_pkey | static int | ib_srp.c | Parse IB SRP root path partition key |
6043 |
Static | ib_srp_parse_service_id | static int | ib_srp.c | Parse IB SRP root path service ID |
6044 |
Static | ib_srp_parse_lun | static int | ib_srp.c | Parse IB SRP root path LUN |
6045 |
Static | ib_srp_parse_target_id_ext | static int | ib_srp.c | Parse IB SRP root path target identifier extension |
6046 |
Static | ib_srp_parse_target_ioc_guid | static int | ib_srp.c | Parse IB SRP root path target I/O controller GUID |
6047 |
Static | ib_srp_parse_root_path | static int | ib_srp.c | Parse IB SRP root path |
6048 |
Static | ib_srp_connect | static int | ib_srp.c | Connect IB SRP session |
6049 |
Static | ftp_free | static void | ftp.c | Free FTP request |
6050 |
Static | ftp_done | static void | ftp.c | Mark FTP operation as complete |
6051 |
Static | ftp_uri_path | static const char * | ftp.c | Retrieve FTP pathname |
6052 |
Static | ftp_user | static const char * | ftp.c | Retrieve FTP user |
6053 |
Static | ftp_password | static const char * | ftp.c | Retrieve FTP password |
6054 |
Static | ftp_control_close | static void | ftp.c | Handle control channel being closed |
6055 |
Static | ftp_parse_value | static void | ftp.c | Parse FTP byte sequence value |
6056 |
Static | ftp_next_state | static void | ftp.c | Move to next state and send the appropriate FTP control string |
6057 |
Static | ftp_reply | static void | ftp.c | Handle an FTP control channel response |
6058 |
Static | ftp_control_deliver_raw | static int | ftp.c | Handle new data arriving on FTP control channel |
6059 |
Static | ftp_data_closed | static void | ftp.c | FTP data channel |
6060 |
Static | ftp_data_deliver_iob | static int | ftp.c | Handle data delivery via FTP data channel |
6061 |
Static | ftp_xfer_closed | static void | ftp.c | Data transfer interface |
6062 |
Static | ftp_open | static int | ftp.c | URI opener |
6063 |
Static | http_free | static void | http.c | Free HTTP request |
6064 |
Static | http_done | static void | http.c | Mark HTTP request as complete |
6065 |
Static | http_response_to_rc | static int | http.c | Convert HTTP response code to return status code |
6066 |
Static | http_rx_response | static int | http.c | Handle HTTP response |
6067 |
Static | http_rx_location | static int | http.c | Handle HTTP Location header |
6068 |
Static | http_rx_content_length | static int | http.c | Handle HTTP Content-Length header |
6069 |
Static | http_rx_header | static int | http.c | Handle HTTP header |
6070 |
Static | http_rx_data | static int | http.c | Handle new data arriving via HTTP connection in the data phase |
6071 |
Static | http_socket_deliver_iob | static int | http.c | Handle new data arriving via HTTP connection |
6072 |
Static | http_step | static void | http.c | HTTP process |
6073 |
Static | http_socket_close | static void | http.c | HTTP connection closed by network stack |
6074 |
Static | http_xfer_close | static void | http.c | Close HTTP data transfer interface |
6075 |
Function | http_open_filter | int | http.c | Initiate an HTTP connection, with optional filter |
6076 |
Static | http_open | static int | http.c | Initiate an HTTP connection |
6077 |
Static | https_open | static int | https.c | Initiate an HTTPS connection |
6078 |
Static | iscsi_rx_buffered_data_done | static void | iscsi.c | Finish receiving PDU data into buffer |
6079 |
Static | iscsi_free | static void | iscsi.c | Free iSCSI session |
6080 |
Static | iscsi_open_connection | static int | iscsi.c | Open iSCSI transport-layer connection |
6081 |
Static | iscsi_close_connection | static void | iscsi.c | Close iSCSI transport-layer connection |
6082 |
Static | iscsi_scsi_done | static void | iscsi.c | Mark iSCSI SCSI operation as complete |
6083 |
Static | iscsi_start_command | static void | iscsi.c | iSCSI SCSI command issuing |
6084 |
Static | iscsi_rx_scsi_response | static int | iscsi.c | Receive data segment of an iSCSI SCSI response PDU |
6085 |
Static | iscsi_rx_data_in | static int | iscsi.c | Receive data segment of an iSCSI data-in PDU |
6086 |
Static | iscsi_rx_r2t | static int | iscsi.c | Receive data segment of an iSCSI R2T PDU |
6087 |
Static | iscsi_start_data_out | static void | iscsi.c | Build iSCSI data-out BHS |
6088 |
Static | iscsi_data_out_done | static void | iscsi.c | Complete iSCSI data-out PDU transmission |
6089 |
Static | iscsi_tx_data_out | static int | iscsi.c | Send iSCSI data-out data segment |
6090 |
Static | iscsi_build_login_request_strings | static int | iscsi.c | iSCSI login |
6091 |
Static | iscsi_start_login | static void | iscsi.c | Build iSCSI login request BHS |
6092 |
Static | iscsi_login_request_done | static void | iscsi.c | Complete iSCSI login request PDU transmission |
6093 |
Static | iscsi_tx_login_request | static int | iscsi.c | Transmit data segment of an iSCSI login request PDU |
6094 |
Static | iscsi_handle_targetaddress_value | static int | iscsi.c | Handle iSCSI TargetAddress text value |
6095 |
Static | iscsi_handle_authmethod_value | static int | iscsi.c | Handle iSCSI AuthMethod text value |
6096 |
Static | iscsi_handle_chap_a_value | static int | iscsi.c | Handle iSCSI CHAP_A text value |
6097 |
Static | iscsi_handle_chap_i_value | static int | iscsi.c | Handle iSCSI CHAP_I text value |
6098 |
Static | iscsi_handle_chap_c_value | static int | iscsi.c | Handle iSCSI CHAP_C text value |
6099 |
Static | iscsi_handle_chap_n_value | static int | iscsi.c | Handle iSCSI CHAP_N text value |
6100 |
Static | iscsi_handle_chap_r_value | static int | iscsi.c | Handle iSCSI CHAP_R text value |
6101 |
Static | iscsi_handle_string | static int | iscsi.c | Handle iSCSI string |
6102 |
Static | iscsi_handle_strings | static int | iscsi.c | Handle iSCSI strings |
6103 |
Static | iscsi_rx_buffered_data | static int | iscsi.c | Receive PDU data into buffer |
6104 |
Static | iscsi_status_to_rc | static int | iscsi.c | Convert iSCSI response status to return status code |
6105 |
Static | iscsi_rx_login_response | static int | iscsi.c | Receive data segment of an iSCSI login response PDU |
6106 |
Static | iscsi_start_tx | static void | iscsi.c | iSCSI to socket interface |
6107 |
Static | iscsi_tx_nothing | static int | iscsi.c | Transmit nothing |
6108 |
Static | iscsi_tx_bhs | static int | iscsi.c | Transmit basic header segment of an iSCSI PDU |
6109 |
Static | iscsi_tx_data | static int | iscsi.c | Transmit data segment of an iSCSI PDU |
6110 |
Static | iscsi_tx_data_padding | static int | iscsi.c | Transmit data padding of an iSCSI PDU |
6111 |
Static | iscsi_tx_done | static void | iscsi.c | Complete iSCSI PDU transmission |
6112 |
Static | iscsi_tx_step | static void | iscsi.c | Transmit iSCSI PDU |
6113 |
Static | iscsi_rx_bhs | static int | iscsi.c | Receive basic header segment of an iSCSI PDU |
6114 |
Static | iscsi_rx_discard | static int | iscsi.c | Discard portion of an iSCSI PDU. |
6115 |
Static | iscsi_rx_data | static int | iscsi.c | Receive data segment of an iSCSI PDU |
6116 |
Static | iscsi_socket_deliver_raw | static int | iscsi.c | Receive new data |
6117 |
Static | iscsi_socket_close | static void | iscsi.c | Handle stream connection closure |
6118 |
Static | iscsi_vredirect | static int | iscsi.c | Handle redirection event |
6119 |
Static | iscsi_command | static int | iscsi.c | iSCSI command issuing |
6120 |
Function | iscsi_detach | void | iscsi.c | Shut down iSCSI interface |
6121 |
Static | iscsi_parse_root_path | static int | iscsi.c | Parse iSCSI root path |
6122 |
Static | iscsi_set_auth | static int | iscsi.c | Set iSCSI authentication details |
6123 |
Function | iscsi_attach | int | iscsi.c | Attach iSCSI interface |
6124 |
Static | apply_iscsi_string_setting | static int | iscsi.c | Apply iSCSI setting |
6125 |
Static | apply_iscsi_settings | static int | iscsi.c | Apply iSCSI settings |
6126 |
Function | iscsi_initiator_iqn | const char * | iscsi.c | Initiator name |
6127 |
Inline | dhcp_msgtype_name | static inline const char * | dhcp.c | Name a DHCP packet type |
6128 |
Static | dhcp_xid | static uint32_t | dhcp.c | Calculate DHCP transaction ID for a network device |
6129 |
Static | dhcp_free | static void | dhcp.c | Free DHCP session |
6130 |
Static | dhcp_finished | static void | dhcp.c | Mark DHCP session as complete |
6131 |
Static | dhcp_set_state | static void | dhcp.c | Transition to new DHCP session state |
6132 |
Static | dhcp_next_offer | static struct dhcp_offer * | dhcp.c | Determine next DHCP offer to try |
6133 |
Static | dhcp_discovery_tx | static int | dhcp.c | DHCP state machine |
6134 |
Static | dhcp_rx_offer | static void | dhcp.c | Handle received DHCPOFFER during any state |
6135 |
Static | dhcp_discovery_rx | static void | dhcp.c | Handle received packet during DHCP discovery |
6136 |
Static | dhcp_discovery_expired | static void | dhcp.c | Handle timer expiry during DHCP discovery |
6137 |
Static | dhcp_request_tx | static int | dhcp.c | Construct transmitted packet for DHCP request |
6138 |
Static | dhcp_request_rx | static void | dhcp.c | Handle received packet during DHCP request |
6139 |
Static | dhcp_request_expired | static void | dhcp.c | Handle timer expiry during DHCP discovery |
6140 |
Static | dhcp_proxy_tx | static int | dhcp.c | Construct transmitted packet for ProxyDHCP request |
6141 |
Static | dhcp_proxy_rx | static void | dhcp.c | Handle received packet during ProxyDHCP request |
6142 |
Static | dhcp_proxy_expired | static void | dhcp.c | Handle timer expiry during ProxyDHCP request |
6143 |
Static | dhcp_pxebs_tx | static int | dhcp.c | Construct transmitted packet for PXE Boot Server Discovery |
6144 |
Static | dhcp_pxebs_accept | static int | dhcp.c | Check to see if PXE Boot Server address is acceptable |
6145 |
Static | dhcp_pxebs_rx | static void | dhcp.c | Handle received packet during PXE Boot Server Discovery |
6146 |
Static | dhcp_pxebs_expired | static void | dhcp.c | Handle timer expiry during PXE Boot Server Discovery |
6147 |
Function | dhcp_chaddr | void * | dhcp.c | Packet construction |
6148 |
Function | dhcp_create_packet | int | dhcp.c | Create a DHCP packet |
6149 |
Function | dhcp_create_request | int | dhcp.c | Create DHCP request packet |
6150 |
Static | dhcp_tx | static int | dhcp.c | Data transfer interface |
6151 |
Static | dhcp_deliver_iob | static int | dhcp.c | Receive new data |
6152 |
Static | dhcp_timer_expired | static void | dhcp.c | Handle DHCP retry timer expiry |
6153 |
Static | dhcp_job_kill | static void | dhcp.c | Job control interface |
6154 |
Function | start_dhcp | int | dhcp.c | Start DHCP state machine on a network device |
6155 |
Static | pxebs_list | static void | dhcp.c | Retrieve list of PXE boot servers for a given server type |
6156 |
Function | start_pxebs | int | dhcp.c | Start PXE Boot Server Discovery on a network device |
6157 |
Static | dns_done | static void | dns.c | Mark DNS request as complete |
6158 |
Static | dns_name_cmp | static int | dns.c | Compare DNS reply name against the query name from the original request |
6159 |
Static | dns_skip_name | static const char * | dns.c | Skip over a (possibly compressed) DNS name |
6160 |
Static | dns_find_rr | static union dns_rr_info * | dns.c | Find an RR in a reply packet corresponding to our query |
6161 |
Static | dns_qualify_name | static char * | dns.c | Append DHCP domain name if available and name is not fully qualified |
6162 |
Static | dns_make_name | static char * | dns.c | Convert a standard NUL-terminated string to a DNS name |
6163 |
Inline | dns_unmake_name | static inline char * | dns.c | Convert an uncompressed DNS name to a NUL-terminated string |
6164 |
Static | dns_decompress_name | static char * | dns.c | Decompress a DNS name |
6165 |
Static | dns_send_packet | static int | dns.c | Send next packet in DNS request |
6166 |
Static | dns_timer_expired | static void | dns.c | Handle DNS retransmission timer expiry |
6167 |
Static | dns_xfer_deliver_raw | static int | dns.c | Receive new data |
6168 |
Static | dns_xfer_close | static void | dns.c | Receive new data |
6169 |
Static | dns_resolv | static int | dns.c | Resolve name using DNS |
6170 |
Static | apply_dns_settings | static int | dns.c | Apply DNS settings |
6171 |
Static | slam_free | static void | slam.c | Free a SLAM request |
6172 |
Static | slam_finished | static void | slam.c | Mark SLAM request as complete |
6173 |
Static | slam_put_value | static int | slam.c | TX datapath |
6174 |
Static | slam_tx_nack | static int | slam.c | Send SLAM NACK packet |
6175 |
Static | slam_master_timer_expired | static void | slam.c | Handle SLAM master client retry timer expiry |
6176 |
Static | slam_slave_timer_expired | static void | slam.c | Handle SLAM slave client retry timer expiry |
6177 |
Static | slam_pull_value | static int | slam.c | RX datapath |
6178 |
Static | slam_pull_header | static int | slam.c | Read and strip SLAM header |
6179 |
Static | slam_mc_socket_deliver | static int | slam.c | Receive SLAM data packet |
6180 |
Static | slam_socket_deliver | static int | slam.c | Receive SLAM non-data packet |
6181 |
Static | slam_socket_close | static void | slam.c | Close SLAM unicast socket |
6182 |
Static | slam_mc_socket_close | static void | slam.c | Close SLAM multicast socket |
6183 |
Static | slam_xfer_close | static void | slam.c | Data transfer interface |
6184 |
Static | slam_parse_multicast_address | static int | slam.c | Parse SLAM URI multicast address |
6185 |
Static | slam_open | static int | slam.c | Initiate a SLAM request |
6186 |
Static | tftp_free | static void | tftp.c | Free TFTP request |
6187 |
Static | tftp_done | static void | tftp.c | Mark TFTP request as complete |
6188 |
Static | tftp_reopen | static int | tftp.c | Reopen TFTP socket |
6189 |
Static | tftp_reopen_mc | static int | tftp.c | Reopen TFTP multicast socket |
6190 |
Static | tftp_presize | static int | tftp.c | Presize TFTP receive buffers and block bitmap |
6191 |
Function | tftp_set_request_blksize | void | tftp.c | Set TFTP request blocksize |
6192 |
Function | tftp_set_mtftp_address | void | tftp.c | Set MTFTP multicast address |
6193 |
Function | tftp_set_mtftp_port | void | tftp.c | Set MTFTP multicast port |
6194 |
Static | tftp_send_rrq | static int | tftp.c | Transmit RRQ |
6195 |
Static | tftp_send_ack | static int | tftp.c | Transmit ACK |
6196 |
Static | tftp_send_error | static int | tftp.c | Transmit ERROR (Abort) |
6197 |
Static | tftp_send_packet | static int | tftp.c | Transmit next relevant packet |
6198 |
Static | tftp_timer_expired | static void | tftp.c | Handle TFTP retransmission timer expiry |
6199 |
Static | tftp_process_blksize | static int | tftp.c | Process TFTP "blksize" option |
6200 |
Static | tftp_process_tsize | static int | tftp.c | Process TFTP "tsize" option |
6201 |
Static | tftp_process_multicast | static int | tftp.c | Process TFTP "multicast" option |
6202 |
Static | tftp_process_option | static int | tftp.c | Process TFTP option |
6203 |
Static | tftp_rx_oack | static int | tftp.c | Receive OACK |
6204 |
Static | tftp_rx_data | static int | tftp.c | Receive DATA |
6205 |
Static | tftp_rx_error | static int | tftp.c | Receive ERROR |
6206 |
Static | tftp_rx | static int | tftp.c | Receive new data |
6207 |
Static | tftp_socket_deliver_iob | static int | tftp.c | Receive new data via socket |
6208 |
Static | tftp_mc_socket_deliver_iob | static int | tftp.c | Receive new data via multicast socket |
6209 |
Static | tftp_xfer_close | static void | tftp.c | Close TFTP data transfer interface |
6210 |
Static | tftp_xfer_window | static size_t | tftp.c | Check flow control window |
6211 |
Static | tftp_core_open | static int | tftp.c | Initiate TFTP/TFTM/MTFTP download |
6212 |
Static | tftp_open | static int | tftp.c | Initiate TFTP download |
6213 |
Static | tftpsize_open | static int | tftp.c | Initiate TFTP-size request |
6214 |
Static | tftm_open | static int | tftp.c | Initiate TFTM download |
6215 |
Static | mtftp_open | static int | tftp.c | Initiate MTFTP download |
6216 |
Static | tftp_apply_settings | static int | tftp.c | Apply TFTP configuration settings |
6217 |
Function | linebuf_test | void | linebuf_test.c | |
6218 |
Function | memcpy_0 | void __regparm | memcpy_test.c | |
6219 |
Function | memcpy_1 | void __regparm | memcpy_test.c | |
6220 |
Function | memcpy_2 | void __regparm | memcpy_test.c | |
6221 |
Function | memcpy_3 | void __regparm | memcpy_test.c | |
6222 |
Function | memcpy_4 | void __regparm | memcpy_test.c | |
6223 |
Function | memcpy_5 | void __regparm | memcpy_test.c | |
6224 |
Function | memcpy_6 | void __regparm | memcpy_test.c | |
6225 |
Function | memcpy_7 | void __regparm | memcpy_test.c | |
6226 |
Function | memcpy_8 | void __regparm | memcpy_test.c | |
6227 |
Function | memcpy_9 | void __regparm | memcpy_test.c | |
6228 |
Function | memcpy_10 | void __regparm | memcpy_test.c | |
6229 |
Function | memcpy_11 | void __regparm | memcpy_test.c | |
6230 |
Function | memcpy_12 | void __regparm | memcpy_test.c | |
6231 |
Function | memcpy_13 | void __regparm | memcpy_test.c | |
6232 |
Function | memcpy_14 | void __regparm | memcpy_test.c | |
6233 |
Function | memcpy_15 | void __regparm | memcpy_test.c | |
6234 |
Function | memcpy_16 | void __regparm | memcpy_test.c | |
6235 |
Function | memcpy_17 | void __regparm | memcpy_test.c | |
6236 |
Function | memcpy_18 | void __regparm | memcpy_test.c | |
6237 |
Function | memcpy_19 | void __regparm | memcpy_test.c | |
6238 |
Function | memcpy_20 | void __regparm | memcpy_test.c | |
6239 |
Function | memcpy_21 | void __regparm | memcpy_test.c | |
6240 |
Function | memcpy_22 | void __regparm | memcpy_test.c | |
6241 |
Function | memcpy_23 | void __regparm | memcpy_test.c | |
6242 |
Function | memcpy_24 | void __regparm | memcpy_test.c | |
6243 |
Function | memcpy_25 | void __regparm | memcpy_test.c | |
6244 |
Function | memcpy_26 | void __regparm | memcpy_test.c | |
6245 |
Function | memcpy_27 | void __regparm | memcpy_test.c | |
6246 |
Function | memcpy_28 | void __regparm | memcpy_test.c | |
6247 |
Function | umalloc_test | void | umalloc_test.c | |
6248 |
Static | test_parse_unparse | static int | uri_test.c | |
6249 |
Static | test_resolve | static int | uri_test.c | |
6250 |
Function | uri_test | int | uri_test.c | |
6251 |
Static | find_boot_netdev | static struct net_device * | autoboot.c | Identify the boot network device |
6252 |
Function | boot_next_server_and_filename | int | autoboot.c | Boot using next-server and filename |
6253 |
Function | boot_root_path | int | autoboot.c | Boot using root path |
6254 |
Static | netboot | static int | autoboot.c | Boot from a network device |
6255 |
Static | close_all_netdevs | static void | autoboot.c | Close all open net devices |
6256 |
Function | autoboot | void | autoboot.c | Boot the system |
6257 |
Function | dhcp | int | dhcpmgmt.c | @file |
6258 |
Function | pxebs | int | dhcpmgmt.c | |
6259 |
Function | ifopen | int | ifmgmt.c | @file |
6260 |
Function | ifclose | void | ifmgmt.c | Close network device |
6261 |
Static | ifstat_errors | static void | ifmgmt.c | Print network device error breakdown |
6262 |
Function | ifstat | void | ifmgmt.c | Print status of network device |
6263 |
Function | iflinkwait | int | ifmgmt.c | Wait for link-up, with status indication |
6264 |
Function | imgfetch | int | imgmgmt.c | @file |
6265 |
Function | imgload | int | imgmgmt.c | Load an image |
6266 |
Function | imgexec | int | imgmgmt.c | Execute an image |
6267 |
Function | imgautoselect | struct image * | imgmgmt.c | Identify the only loaded image |
6268 |
Function | imgstat | void | imgmgmt.c | Display status of an image |
6269 |
Function | imgfree | void | imgmgmt.c | Free an image |
6270 |
Function | iwstat | void | iwmgmt.c | @file |
6271 |
Function | iwlist | int | iwmgmt.c | Scan for wireless networks using 802.11 device |
6272 |
Static | pxe_menu_parse | static int | pxemenu.c | Parse and allocate PXE boot menu |
6273 |
Static | pxe_menu_draw_item | static void | pxemenu.c | Draw PXE boot menu item |
6274 |
Static | pxe_menu_select | static int | pxemenu.c | Make selection from PXE boot menu |
6275 |
Static | pxe_menu_prompt_and_select | static int | pxemenu.c | Prompt for (and make selection from) PXE boot menu |
6276 |
Function | pxe_menu_boot | int | pxemenu.c | Boot using PXE boot menu |
6277 |
Function | route | void | route.c | @file |
6278 |
Static | xmalloc | static void * | efirom.c | Allocate memory |
6279 |
Static | file_size | static size_t | efirom.c | Get file size |
6280 |
Static | read_pe_info | static void | efirom.c | Read information from PE headers |
6281 |
Static | make_efi_rom | static void | efirom.c | Convert EFI image to ROM image |
6282 |
Static | print_help | static void | efirom.c | Print help |
6283 |
Static | parse_options | static int | efirom.c | Parse command-line options |
6284 |
Function | main | int | efirom.c | |
6285 |
Static | xmalloc | static void * | elf2efi.c | Allocate memory |
6286 |
Static | efi_file_align | static unsigned long | elf2efi.c | Align section within PE file |
6287 |
Static | generate_pe_reloc | static void | elf2efi.c | Generate entry in PE relocation table |
6288 |
Static | output_pe_reltab | static size_t | elf2efi.c | Calculate size of binary PE relocation table |
6289 |
Static | open_input_bfd | static bfd * | elf2efi.c | Open input BFD file |
6290 |
Static | read_symtab | static asymbol ** | elf2efi.c | Read symbol table |
6291 |
Static | read_reltab | static arelent ** | elf2efi.c | Read relocation table |
6292 |
Static | process_section | static struct pe_section * | elf2efi.c | Process section |
6293 |
Static | process_reloc | static void | elf2efi.c | Process relocation record |
6294 |
Static | create_reloc_section | static struct pe_section * | elf2efi.c | Create relocations section |
6295 |
Static | create_debug_section | static struct pe_section * | elf2efi.c | Create debug section |
6296 |
Static | write_pe_file | static void | elf2efi.c | Write out PE file |
6297 |
Static | elf2pe | static void | elf2efi.c | Convert ELF to PE |
6298 |
Static | print_help | static void | elf2efi.c | Print help |
6299 |
Static | parse_options | static int | elf2efi.c | Parse command-line options |
6300 |
Function | main | int | elf2efi.c | |
6301 |
Static | flag_signalled | static void | hijack.c | |
6302 |
Function | pcap_inject | int | hijack.c | Substitute for pcap_inject(), if this version of libpcap doesn't |
6303 |
Static | __attribute__ | static | hijack.c | Log error message |
6304 |
Static | hijack_open | static int | hijack.c | Open pcap device |
6305 |
Static | hijack_close | static void | hijack.c | Close pcap device |
6306 |
Static | hijack_install_filter | static int | hijack.c | Install filter for hijacked connection |
6307 |
Static | hijack_filter_ethernet | static int | hijack.c | Set up filter for hijacked ethernet connection |
6308 |
Static | hijack_filter | static int | hijack.c | Set up filter for hijacked connection |
6309 |
Static | forward_from_hijacker | static ssize_t | hijack.c | Forward data from hijacker |
6310 |
Static | forward_to_hijacker | static ssize_t | hijack.c | Forward data to hijacker |
6311 |
Static | run_hijacker | static int | hijack.c | Run hijacker |
6312 |
Static | open_listener | static int | hijack.c | Open listener socket |
6313 |
Static | listen_for_hijackers | static int | hijack.c | Listen on listener socket |
6314 |
Static | close_listener | static void | hijack.c | Close listener socket |
6315 |
Static | usage | static void | hijack.c | Print usage |
6316 |
Static | parse_options | static int | hijack.c | Parse command-line options |
6317 |
Static | daemonise | static int | hijack.c | Daemonise |
6318 |
Function | main | int | hijack.c | |
6319 |
Static | ICCFIX | static int | iccfix.c | Fix up ICC alignments |
6320 |
Static | iccfix | static int | iccfix.c | |
6321 |
Function | main | int | iccfix.c | |
6322 |
Function | main | int | mucurses_test.c | |
6323 |
Function | get_iscsi_chap_secret | void | mucurses_test.c | |
6324 |
Function | mdelay | void | mucurses_test.c | |
6325 |
Static | Error | static __inline__ void | nrv2b.c | |
6326 |
Static | i86ul_to_host | static unsigned long | nrv2b.c | |
6327 |
Static | host_to_i86ul | static unsigned long | nrv2b.c | |
6328 |
Static | assert_match | static void | nrv2b.c | |
6329 |
Static | swd_initdict | static void | nrv2b.c | |
6330 |
Static | swd_insertdict | static void | nrv2b.c | |
6331 |
Static | swd_init | static int | nrv2b.c | |
6332 |
Static | swd_exit | static void | nrv2b.c | |
6333 |
Static | swd_getbyte | static __inline__ void | nrv2b.c | |
6334 |
Static | swd_remove_node | static __inline__ void | nrv2b.c | remove node from lists |
6335 |
Static | swd_accept | static void | nrv2b.c | |
6336 |
Static | swd_search | static void | nrv2b.c | |
6337 |
Static | swd_search2 | static int | nrv2b.c | |
6338 |
Static | swd_findbest | static void | nrv2b.c | |
6339 |
Static | init_match | static int | nrv2b.c | |
6340 |
Static | find_match | static int | nrv2b.c | |
6341 |
Static | bbConfig | static int | nrv2b.c | |
6342 |
Static | bbWriteBits | static void | nrv2b.c | |
6343 |
Static | bbPutBit | static void | nrv2b.c | |
6344 |
Static | bbPutByte | static void | nrv2b.c | |
6345 |
Static | bbFlushBits | static void | nrv2b.c | |
6346 |
Static | code_prefix_ss11 | static void | nrv2b.c | |
6347 |
Static | code_match | static void | nrv2b.c | |
6348 |
Static | code_run | static void | nrv2b.c | |
6349 |
Static | len_of_coded_match | static int | nrv2b.c | |
6350 |
Function | ucl_nrv2b_99_compress | int | nrv2b.c | |
6351 |
Function | Encode | void | nrv2b.c | |
6352 |
Function | Decode | void | nrv2b.c | |
6353 |
Function | main | int | nrv2b.c | |
6354 |
Static | align | static unsigned long | zbin.c | |
6355 |
Static | read_file | static int | zbin.c | |
6356 |
Static | read_input_file | static int | zbin.c | |
6357 |
Static | read_zinfo_file | static int | zbin.c | |
6358 |
Static | alloc_output_file | static int | zbin.c | |
6359 |
Static | process_zinfo_copy | static int | zbin.c | |
6360 |
Static | process_zinfo_pack | static int | zbin.c | |
6361 |
Static | process_zinfo_add | static int | zbin.c | |
6362 |
Static | process_zinfo_addb | static int | zbin.c | |
6363 |
Static | process_zinfo_addw | static int | zbin.c | |
6364 |
Static | process_zinfo_addl | static int | zbin.c | |
6365 |
Static | process_zinfo | static int | zbin.c | |
6366 |
Static | write_output_file | static int | zbin.c | |
6367 |
Function | main | int | zbin.c | |
6368 |
Function | libfat_get_sector | void * | cache.c | |
6369 |
Function | libfat_flush | void | cache.c | |
6370 |
Function | libfat_clustertosector | libfat_sector_t | fatchain.c | |
6371 |
Function | libfat_nextsector | libfat_sector_t | fatchain.c | |
6372 |
Function | libfat_open | struct libfat_filesystem * | open.c | |
6373 |
Function | libfat_close | void | open.c | |
6374 |
Function | libfat_searchdir | int32_t | searchdir.c | |
6375 |
Static | cleanup_adv | static void | setadv.c | |
6376 |
Function | syslinux_setadv | int | setadv.c | |
6377 |
Function | syslinux_reset_adv | void | setadv.c | |
6378 |
Static | adv_consistent | static int | setadv.c | |
6379 |
Function | syslinux_validate_adv | int | setadv.c | |
6380 |
Inline | get_8 | static inline uint8_t | syslxmod.c | |
6381 |
Inline | get_16 | static inline uint16_t | syslxmod.c | |
6382 |
Inline | get_32 | static inline uint32_t | syslxmod.c | |
6383 |
Inline | set_16 | static inline void | syslxmod.c | |
6384 |
Inline | set_32 | static inline void | syslxmod.c | |
6385 |
Function | syslinux_make_bootsect | void | syslxmod.c | |
6386 |
Function | syslinux_check_bootsect | const char * | syslxmod.c | |
6387 |
Function | syslinux_patch | int | syslxmod.c | |
6388 |
Function | __attribute__ | void | syslinux.c | |
6389 |
Function | __attribute__ | void | syslinux.c | |
6390 |
Function | xpread | ssize_t | syslinux.c | |
6391 |
Function | xpwrite | ssize_t | syslinux.c | |
6392 |
Function | make_block_map | int | syslinux.c | |
6393 |
Function | do_mount | int | syslinux.c | |
6394 |
Function | do_umount | void | syslinux.c | |
6395 |
Function | main | int | syslinux.c | |
6396 |
Function | putchar | int | conio.c | |
6397 |
Function | puts | int | conio.c | |
6398 |
Inline | isdigit | static inline int | conio.c | |
6399 |
Static | skip_atoi | static int | conio.c | |
6400 |
Function | atou | unsigned int | conio.c | |
6401 |
Static | strnlen | static int | conio.c | |
6402 |
Static | number | static char * | conio.c | |
6403 |
Function | vsprintf | int | conio.c | |
6404 |
Function | sprintf | int | conio.c | |
6405 |
Function | vprintf | int | conio.c | |
6406 |
Function | printf | int | conio.c | |
6407 |
Function | __attribute__ | void | conio.c | |
6408 |
Function | probe_int13_ah | int | dskprobe.c | |
6409 |
Function | probe_bda_drive | int | dskprobe.c | |
6410 |
Function | probe_drive | int | dskprobe.c | |
6411 |
Function | probe_drive_range | uint8_t | dskprobe.c | |
6412 |
Function | e820map_init | void | e820func.c | |
6413 |
Static | insertrange_at | static void | e820func.c | |
6414 |
Function | insertrange | void | e820func.c | |
6415 |
Function | __attribute__ | void | e820test.c | |
6416 |
Function | printranges | void | e820test.c | |
6417 |
Function | main | int | e820test.c | |
6418 |
Function | eltorito_dump | void | eltorito.c | |
6419 |
Function | huft_build | STATIC int | inflate.c | |
6420 |
Function | huft_free | STATIC int | inflate.c | |
6421 |
Function | inflate_codes | STATIC int | inflate.c | |
6422 |
Function | inflate_stored | STATIC int | inflate.c | |
6423 |
Function | inflate_fixed | STATIC int | inflate.c | |
6424 |
Function | inflate_dynamic | STATIC int | inflate.c | |
6425 |
Function | inflate_block | STATIC int | inflate.c | |
6426 |
Function | inflate | STATIC int | inflate.c | |
6427 |
Static | makecrc | static void | inflate.c | |
6428 |
Function | gunzip | int | inflate.c | |
6429 |
Inline | get_e820 | static inline int | msetup.c | |
6430 |
Inline | get_dos_mem | static inline void | msetup.c | |
6431 |
Inline | get_e801 | static inline int | msetup.c | |
6432 |
Inline | get_88 | static inline int | msetup.c | |
6433 |
Function | get_mem | void | msetup.c | |
6434 |
Function | parse_mem | void | msetup.c | |
6435 |
Static | getcmditem | static const char * | setup.c | |
6436 |
Function | unzip_if_needed | void | setup.c | |
6437 |
Static | get_disk_image_geometry | static const struct geometry * | setup.c | |
6438 |
Static | pnp_install_check | static uint32_t | setup.c | |
6439 |
Static | set_seg_base | static void | setup.c | |
6440 |
Static | relocate_rm_code | static void | setup.c | |
6441 |
Static | checksum_buf | static uint8_t | setup.c | |
6442 |
Static | stack_needed | static int | setup.c | |
6443 |
Function | setup | void | setup.c | |
6444 |
Inline | get_byte | static inline uch | unzip.c | |
6445 |
Inline | unget_byte | static inline void | unzip.c | |
6446 |
Static | malloc | static void * | unzip.c | |
6447 |
Static | free | static void | unzip.c | |
6448 |
Static | gzip_mark | static void | unzip.c | |
6449 |
Static | gzip_release | static void | unzip.c | |
6450 |
Static | fill_inbuf | static int | unzip.c | |
6451 |
Static | flush_window | static void | unzip.c | |
6452 |
Static | error | static void | unzip.c | |
6453 |
Function | check_zip | int | unzip.c | |
6454 |
Function | unzip | void * | unzip.c | |
6455 |
Function | __parse_argv | int | argv.c | |
6456 |
Function | putchar | int | conio.c | |
6457 |
Function | puts | int | conio.c | |
6458 |
Function | __attribute__ | void | main.c | |
6459 |
Inline | __attribute__ | static inline | main.c | |
6460 |
Static | get_bytes | static void | main.c | |
6461 |
Function | main | int | main.c | |
6462 |
Static | strnlen | static int | printf.c | |
6463 |
Static | number | static char * | printf.c | |
6464 |
Function | vsprintf | int | printf.c | |
6465 |
Function | sprintf | int | printf.c | |
6466 |
Function | printf | int | printf.c | |
6467 |
Function | serial_init | int | serial.c | |
6468 |
Function | serial_write | void | serial.c | |
6469 |
Function | serial_read | void | serial.c | |
6470 |
Function | skip_atou | unsigned int | skipatou.c | |
6471 |
Static | make_srec | static void | srecsend.c | |
6472 |
Function | send_srec | void | srecsend.c | |
6473 |
Inline | isspace | static inline int | strtoul.c | |
6474 |
Inline | digitval | static inline int | strtoul.c | |
6475 |
Function | strtoul | unsigned long | strtoul.c | |
6476 |
Static | add_crc16 | static void | ymsend.c | |
6477 |
Static | send_ack_blk | static void | ymsend.c | |
6478 |
Function | send_ymodem | void | ymsend.c | |
6479 |
Function | end_ymodem | void | ymsend.c | |
6480 |
Function | __divdi3 | int64_t | __divdi3.c | |
6481 |
Function | __udivmoddi4 | uint64_t | __udivmoddi4.c | |
6482 |
Function | __attribute__ | void | syslinux.c | |
6483 |
Function | __attribute__ | void | syslinux.c | |
6484 |
Function | xpread | ssize_t | syslinux.c | |
6485 |
Function | xpwrite | ssize_t | syslinux.c | |
6486 |
Function | libfat_xpread | int | syslinux.c | |
6487 |
Function | main | int | syslinux.c | |
6488 |
Inline | isdigit | static inline int | atou.c | |
6489 |
Function | atou | unsigned int | atou.c | |
6490 |
Inline | memset | static inline void | c32echo.c | |
6491 |
Function | __start | int | c32echo.c | |
6492 |
Inline | memset | static inline void | conio.c | |
6493 |
Function | putchar | int | conio.c | |
6494 |
Function | puts | int | conio.c | |
6495 |
Function | __start | int | fd.c | |
6496 |
Inline | memset | static inline void | filetest.c | |
6497 |
Static | strcpy | static void | filetest.c | |
6498 |
Static | printregs | static void | filetest.c | |
6499 |
Function | __start | int | filetest.c | |
6500 |
Inline | memset | static inline void | hello.c | |
6501 |
Function | __start | int | hello.c | |
6502 |
Inline | memset | static inline void | hello2.c | |
6503 |
Static | strcpy | static void | hello2.c | |
6504 |
Static | writemsg | static void | hello2.c | |
6505 |
Function | __start | int | hello2.c | |
6506 |
Inline | isdigit | static inline int | printf.c | |
6507 |
Static | strnlen | static int | printf.c | |
6508 |
Static | number | static char * | printf.c | |
6509 |
Function | vsprintf | int | printf.c | |
6510 |
Function | sprintf | int | printf.c | |
6511 |
Function | printf | int | printf.c | |
6512 |
Inline | isdigit | static inline int | skipatou.c | |
6513 |
Function | skip_atou | unsigned int | skipatou.c | |
6514 |
Function | main | int | dummy.c | |
6515 |
Function | ontimeout | TIMEOUTCODE | complex.c | |
6516 |
Function | keys_handler | void | complex.c | |
6517 |
Function | login_handler | t_handler_return | complex.c | |
6518 |
Function | msys_handler | void | complex.c | |
6519 |
Function | network_handler | t_handler_return | complex.c | |
6520 |
Function | checkbox_handler | t_handler_return | complex.c | |
6521 |
Function | main | int | complex.c | |
6522 |
Function | main | int | display.c | |
6523 |
Function | main | int | simple.c | |
6524 |
Function | strip | char * | test.c | |
6525 |
Function | execdotcmd | t_dotcmd | test.c | |
6526 |
Function | timeout | TIMEOUTCODE | test.c | |
6527 |
Function | ontimeout | TIMEOUTCODE | test.c | |
6528 |
Function | ontotaltimeout | TIMEOUTCODE | test.c | |
6529 |
Function | keys_handler | void | test.c | |
6530 |
Function | login_handler | t_handler_return | test.c | |
6531 |
Function | check_perms | t_handler_return | test.c | |
6532 |
Function | gencommand | void | test.c | |
6533 |
Function | runcommand | void | test.c | |
6534 |
Function | set_xtra | void | test.c | |
6535 |
Function | main | int | test.c | |
6536 |
Function | strip | char * | test2.c | |
6537 |
Function | execdotcmd | t_dotcmd | test2.c | |
6538 |
Function | timeout | TIMEOUTCODE | test2.c | |
6539 |
Function | ontimeout | TIMEOUTCODE | test2.c | |
6540 |
Function | ontotaltimeout | TIMEOUTCODE | test2.c | |
6541 |
Function | keys_handler | void | test2.c | |
6542 |
Function | login_handler | t_handler_return | test2.c | |
6543 |
Function | check_perms | t_handler_return | test2.c | |
6544 |
Function | gencommand | void | test2.c | |
6545 |
Function | runcommand | void | test2.c | |
6546 |
Function | set_xtra | void | test2.c | |
6547 |
Function | main | int | test2.c | |
6548 |
Function | getpos | void | com32io.c | |
6549 |
Function | sleep | unsigned char | com32io.c | |
6550 |
Function | inputc | char | com32io.c | |
6551 |
Function | getcursorshape | void | com32io.c | |
6552 |
Function | setcursorshape | void | com32io.c | |
6553 |
Function | setvideomode | void | com32io.c | |
6554 |
Function | getcharat | unsigned char | com32io.c | |
6555 |
Static | ascii_to_bin | static int | des.c | |
6556 |
Static | des_init | static void | des.c | |
6557 |
Static | setup_ip_maskl | static void | des.c | |
6558 |
Static | setup_ip_maskr | static void | des.c | |
6559 |
Static | setup_fp_maskl | static void | des.c | |
6560 |
Static | setup_fp_maskr | static void | des.c | |
6561 |
Static | setup_key_perm_maskl | static void | des.c | |
6562 |
Static | setup_key_perm_maskr | static void | des.c | |
6563 |
Static | setup_comp_maskl | static void | des.c | |
6564 |
Static | setup_comp_maskr | static void | des.c | |
6565 |
Static | setup_psbox | static void | des.c | |
6566 |
Static | setup_salt | static void | des.c | |
6567 |
Static | char_to_int | static my_u_int32_t | des.c | |
6568 |
Static | des_setkey | static int | des.c | |
6569 |
Static | do_des | static int | des.c | |
6570 |
Static | des_cipher | static int | des.c | |
6571 |
Function | setkey | void | des.c | |
6572 |
Function | encrypt | void | des.c | |
6573 |
Function | crypt | char * | des.c | |
6574 |
Static | findline | static char * | help.c | |
6575 |
Static | countlines | static int | help.c | |
6576 |
Static | printtext | static void | help.c | |
6577 |
Function | showhelp | void | help.c | |
6578 |
Function | runhelp | void | help.c | |
6579 |
Function | runhelpsystem | void | help.c | |
6580 |
Function | init_help | void | help.c | |
6581 |
Function | close_help | void | help.c | |
6582 |
Static | getch | static int | menu.c | |
6583 |
Function | find_shortcut | int | menu.c | |
6584 |
Static | reset_ui | static void | menu.c | |
6585 |
Function | printmenuitem | void | menu.c | |
6586 |
Static | print_line | static void | menu.c | print_line - Print a whole line in a menu |
6587 |
Static | printmenu | static void | menu.c | |
6588 |
Function | cleanupmenu | void | menu.c | |
6589 |
Static | getmenuoption | static pt_menuitem | menu.c | |
6590 |
Function | runmenusystem | pt_menuitem | menu.c | |
6591 |
Function | find_menu_num | uchar | menu.c | |
6592 |
Function | fix_submenus | void | menu.c | |
6593 |
Function | showmenus | pt_menuitem | menu.c | |
6594 |
Function | init_menusystem | pt_menusystem | menu.c | |
6595 |
Function | set_normal_attr | void | menu.c | |
6596 |
Function | set_normal_hlite | void | menu.c | |
6597 |
Function | set_status_info | void | menu.c | |
6598 |
Function | set_title_info | void | menu.c | |
6599 |
Function | set_misc_info | void | menu.c | |
6600 |
Function | set_menu_options | void | menu.c | |
6601 |
Function | set_window_size | void | menu.c | |
6602 |
Function | reg_handler | void | menu.c | |
6603 |
Function | unreg_handler | void | menu.c | |
6604 |
Function | reg_ontimeout | void | menu.c | |
6605 |
Function | unreg_ontimeout | void | menu.c | |
6606 |
Function | reg_ontotaltimeout | void | menu.c | |
6607 |
Function | unreg_ontotaltimeout | void | menu.c | |
6608 |
Function | next_visible | int | menu.c | |
6609 |
Function | prev_visible | int | menu.c | |
6610 |
Function | next_visible_sep | int | menu.c | |
6611 |
Function | prev_visible_sep | int | menu.c | |
6612 |
Function | calc_visible | int | menu.c | |
6613 |
Function | isvisible | int | menu.c | |
6614 |
Function | calc_first_late | int | menu.c | |
6615 |
Function | calc_first_early | int | menu.c | |
6616 |
Function | add_menu | uchar | menu.c | |
6617 |
Function | set_menu_name | void | menu.c | |
6618 |
Function | add_named_menu | uchar | menu.c | |
6619 |
Function | set_menu_pos | void | menu.c | |
6620 |
Function | add_sep | pt_menuitem | menu.c | |
6621 |
Function | add_item | pt_menuitem | menu.c | |
6622 |
Function | set_item_options | void | menu.c | |
6623 |
Function | close_menusystem | void | menu.c | |
6624 |
Function | append_line_helper | void | menu.c | |
6625 |
Function | gen_append_line | void | menu.c | |
6626 |
Function | authenticate_user | char | passwords.c | |
6627 |
Function | isallowed | char | passwords.c | |
6628 |
Function | init_passwords | void | passwords.c | |
6629 |
Function | close_passwords | void | passwords.c | |
6630 |
Function | issyslinux | char | syslnx.c | |
6631 |
Function | runsyslinuxcmd | void | syslnx.c | |
6632 |
Function | gototxtmode | void | syslnx.c | |
6633 |
Function | syslinux_idle | void | syslnx.c | |
6634 |
Function | getversion | unsigned int | syslnx.c | |
6635 |
Function | runsyslinuximage | void | syslnx.c | |
6636 |
Function | getuserinput | void | tui.c | |
6637 |
Function | drawbox | void | tui.c | |
6638 |
Function | drawhorizline | void | tui.c | |
6639 |
Inline | gdbmach_set_pc | static inline void | gdbstub.c | |
6640 |
Inline | gdbmach_set_single_step | static inline void | gdbstub.c | |
6641 |
Inline | gdbmach_breakpoint | static inline void | gdbstub.c | |
6642 |
Static | gdbmach_find_hwbp | static struct hwbp * | gdbstub.c | |
6643 |
Static | gdbmach_commit_hwbp | static void | gdbstub.c | |
6644 |
Function | gdbmach_set_breakpoint | int | gdbstub.c | |
6645 |
Static | gdbmach_disable_hwbps | static void | gdbstub.c | |
6646 |
Static | gdbmach_enable_hwbps | static void | gdbstub.c | |
6647 |
Static | serial_write | static void | gdbstub.c | |
6648 |
Static | gdbstub_from_hex_digit | static uint8_t | gdbstub.c | |
6649 |
Static | gdbstub_to_hex_digit | static uint8_t | gdbstub.c | |
6650 |
Static | gdbstub_from_hex_buf | static void | gdbstub.c | |
6651 |
Static | gdbstub_to_hex_buf | static void | gdbstub.c | |
6652 |
Static | gdbstub_cksum | static uint8_t | gdbstub.c | |
6653 |
Static | gdbstub_tx_packet | static void | gdbstub.c | |
6654 |
Static | gdbstub_send_ok | static void | gdbstub.c | |
6655 |
Static | gdbstub_send_num_packet | static void | gdbstub.c | |
6656 |
Static | gdbstub_get_packet_args | static int | gdbstub.c | |
6657 |
Static | gdbstub_send_errno | static void | gdbstub.c | |
6658 |
Static | gdbstub_report_signal | static void | gdbstub.c | |
6659 |
Static | gdbstub_read_regs | static void | gdbstub.c | |
6660 |
Static | gdbstub_write_regs | static void | gdbstub.c | |
6661 |
Static | gdbstub_read_mem | static void | gdbstub.c | |
6662 |
Static | gdbstub_write_mem | static void | gdbstub.c | |
6663 |
Static | gdbstub_continue | static void | gdbstub.c | |
6664 |
Static | gdbstub_breakpoint | static void | gdbstub.c | |
6665 |
Static | gdbstub_rx_packet | static void | gdbstub.c | |
6666 |
Static | gdbstub_state_new | static void | gdbstub.c | |
6667 |
Static | gdbstub_state_data | static void | gdbstub.c | |
6668 |
Static | gdbstub_state_cksum1 | static void | gdbstub.c | |
6669 |
Static | gdbstub_state_cksum2 | static void | gdbstub.c | |
6670 |
Static | gdbstub_state_wait_ack | static void | gdbstub.c | |
6671 |
Function | gdbstub_handler | void | gdbstub.c | |
6672 |
Inline | error | static inline void | main.c | |
6673 |
Inline | reloc_ptr | static inline uint32_t | main.c | |
6674 |
Static | hijack_interrupt | static void | main.c | |
6675 |
Static | shift_cmdline | static void | main.c | |
6676 |
Static | reloc_entry | static __noreturn | main.c | |
6677 |
Inline | reloc | static inline __noreturn | main.c | |
6678 |
Function | main | int | main.c | |
6679 |
Function | serial_putc | void | serial.c | |
6680 |
Function | serial_getc | int | serial.c | |
6681 |
Function | serial_init | void | serial.c | |
6682 |
Function | __attribute__ | typedef struct | gfxboot.c | |
6683 |
Function | __attribute__ | typedef struct | gfxboot.c | |
6684 |
Function | main | int | gfxboot.c | |
6685 |
Function | show_message | void | gfxboot.c | |
6686 |
Function | skip_spaces | char * | gfxboot.c | |
6687 |
Function | skip_nonspaces | char * | gfxboot.c | |
6688 |
Function | chop_line | void | gfxboot.c | |
6689 |
Function | read_config_file | int | gfxboot.c | |
6690 |
Function | magic_ok | unsigned | gfxboot.c | |
6691 |
Function | find_file | unsigned | gfxboot.c | |
6692 |
Function | gfx_init | int | gfxboot.c | |
6693 |
Function | gfx_menu_init | int | gfxboot.c | |
6694 |
Function | gfx_done | void | gfxboot.c | |
6695 |
Function | gfx_input | int | gfxboot.c | |
6696 |
Function | save_read | ssize_t | gfxboot.c | |
6697 |
Function | load_one | void * | gfxboot.c | |
6698 |
Function | boot | void | gfxboot.c | |
6699 |
Function | boot_entry | void | gfxboot.c | |
6700 |
Static | have_cpuid_p | static int | cpuid.c | |
6701 |
Function | init_cpu_devs | void | cpuid.c | |
6702 |
Function | get_cpu_vendor | void | cpuid.c | |
6703 |
Function | get_model_name | int | cpuid.c | |
6704 |
Function | detect_cache | void | cpuid.c | |
6705 |
Function | generic_identify | void | cpuid.c | |
6706 |
Static | mpf_checksum | static int | cpuid.c | |
6707 |
Static | smp_scan_config | static int | cpuid.c | |
6708 |
Function | find_smp_config | int | cpuid.c | |
6709 |
Function | set_cpu_flags | void | cpuid.c | |
6710 |
Function | set_generic_info | void | cpuid.c | |
6711 |
Function | detect_cpu | void | cpuid.c | |
6712 |
Function | get_type | void | memory.c | |
6713 |
Function | detect_memory_e820 | void | memory.c | INT 15 - newer BIOSes - GET SYSTEM MEMORY MAP |
6714 |
Function | detect_memory_e801 | int | memory.c | detect_memory_e801 |
6715 |
Function | detect_memory_88 | int | memory.c | |
6716 |
Function | sanitize_e820_map | int | memory.c | |
6717 |
Function | detect_memsize | unsigned long | memory.c | syslinux_scan_memory can be used for that purpose |
6718 |
Function | memsize_e820 | unsigned long | memory.c | syslinux_scan_memory can be used for that purpose |
6719 |
Function | ata_id_string | void | ata.c | ata_id_string - Convert IDENTIFY DEVICE page into string |
6720 |
Function | ata_id_c_string | void | ata.c | ata_id_c_string - Convert IDENTIFY DEVICE page into C string |
6721 |
Function | get_bootloader_string | int | bootloaders.c | get_bootloader_string - return a string describing the boot code in a |
6722 |
Function | get_error | void | error.c | get_error - decode a disk error status |
6723 |
Function | lba_to_chs | void | geom.c | lba_to_chs - split given lba into cylinders/heads/sectors |
6724 |
Static | detect_extensions | static int | geom.c | detect_extensions - detect if we can use extensions |
6725 |
Static | get_drive_parameters_with_extensions | static int | geom.c | get_drive_parameters_with_extensions - retrieve disk parameters via AH=48h |
6726 |
Static | get_drive_parameters_without_extensions | static int | geom.c | get_drive_parameters_without_extensions - retrieve drive parameters via AH=08h |
6727 |
Function | get_drive_parameters | int | geom.c | get_drive_parameters - retrieve drive parameters |
6728 |
Function | get_label | void | labels.c | |
6729 |
Function | get_mbr_string | void | mbrs.c | get_mbr_string - return a string describing the boot code |
6730 |
Function | get_mbr_id | uint32_t | mbrs.c | get_mbr_id - return the first four bytes of the MBR |
6731 |
Inline | is_extended_partition | static inline int | msdos.c | |
6732 |
Inline | msdos_magic_present | static inline int | msdos.c | |
6733 |
Static | process_extended_partition | static int | msdos.c | process_extended_partition - execute a callback for each partition contained listed in an ebr |
6734 |
Static | process_mbr | static int | msdos.c | process_mbr - execute a callback for each partition contained in an {m,e}br |
6735 |
Function | parse_partition_table | int | msdos.c | parse_partition_table - execute a callback for each partition entry |
6736 |
Function | read_mbr | int | read.c | read_mbr - return a pointer to a malloced buffer containing the mbr |
6737 |
Function | dev_read | int | read.c | dev_read - read from a drive |
6738 |
Function | read_sectors | int | read.c | read_sectors - read several sectors from disk |
6739 |
Function | swsusp_check | int | swsusp.c | swsusp_check - check if a (swap) partition contains the swsusp signature |
6740 |
Function | int13_retry | int | util.c | int13_retry - int13h with error handling |
6741 |
Function | write_sectors | int | write.c | write_sectors - write several sectors from disk |
6742 |
Function | write_verify_sector | int | write.c | write_verify_sectors - write several sectors from disk |
6743 |
Function | write_verify_sectors | int | write.c | write_verify_sectors - write several sectors from disk |
6744 |
Static | dmi_on_board_devices_type | static const char * | dmi.c | |
6745 |
Static | dmi_on_board_devices | static void | dmi.c | |
6746 |
Static | dmi_system_reset_boot_option | static const char * | dmi.c | |
6747 |
Static | dmi_system_reset_count | static void | dmi.c | |
6748 |
Static | dmi_system_reset_timer | static void | dmi.c | |
6749 |
Static | dmi_hardware_security_status | static const char * | dmi.c | |
6750 |
Static | dmi_oem_strings | static void | dmi.c | |
6751 |
Static | dmi_system_configuration_options | static void | dmi.c | |
6752 |
Static | dmi_system_boot_status | static void | dmi.c | |
6753 |
Function | dmi_bios_runtime_size | void | dmi.c | |
6754 |
Function | dmi_bios_characteristics | void | dmi.c | |
6755 |
Function | dmi_bios_characteristics_x1 | void | dmi.c | |
6756 |
Function | dmi_bios_characteristics_x2 | void | dmi.c | |
6757 |
Function | dmi_system_uuid | void | dmi.c | |
6758 |
Function | dmi_system_wake_up_type | void | dmi.c | |
6759 |
Static | dmi_base_board_features | static void | dmi.c | |
6760 |
Static | dmi_processor_voltage | static void | dmi.c | |
6761 |
Static | dmi_processor_id | static void | dmi.c | |
6762 |
Function | to_dmi_header | void | dmi.c | |
6763 |
Function | dmi_string | const char * | dmi.c | |
6764 |
Function | checksum | int | dmi.c | |
6765 |
Static | smbios_decode | static int | dmi.c | |
6766 |
Static | legacy_decode | static int | dmi.c | |
6767 |
Function | dmi_iterate | int | dmi.c | |
6768 |
Function | dmi_decode | void | dmi.c | |
6769 |
Function | parse_dmitable | void | dmi.c | |
6770 |
Function | dmi_battery_chemistry | const char * | dmi_battery.c | |
6771 |
Function | dmi_battery_capacity | void | dmi_battery.c | |
6772 |
Function | dmi_battery_voltage | void | dmi_battery.c | |
6773 |
Function | dmi_battery_maximum_error | void | dmi_battery.c | |
6774 |
Function | dmi_cache_mode | const char * | dmi_cache.c | |
6775 |
Function | dmi_cache_location | const char * | dmi_cache.c | |
6776 |
Function | dmi_cache_size | uint16_t | dmi_cache.c | |
6777 |
Function | dmi_cache_types | void | dmi_cache.c | |
6778 |
Function | dmi_cache_ec_type | const char * | dmi_cache.c | |
6779 |
Function | dmi_cache_type | const char * | dmi_cache.c | |
6780 |
Function | dmi_cache_associativity | const char * | dmi_cache.c | |
6781 |
Function | dmi_chassis_type | const char * | dmi_chassis.c | |
6782 |
Function | dmi_chassis_lock | const char * | dmi_chassis.c | |
6783 |
Function | dmi_chassis_state | const char * | dmi_chassis.c | |
6784 |
Function | dmi_chassis_security_status | const char * | dmi_chassis.c | |
6785 |
Function | dmi_ipmi_interface_type | const char * | dmi_ipmi.c | |
6786 |
Function | dmi_ipmi_base_address | void | dmi_ipmi.c | |
6787 |
Function | dmi_memory_array_error_handle | void | dmi_memory.c | |
6788 |
Function | dmi_memory_device_width | void | dmi_memory.c | |
6789 |
Function | dmi_memory_device_size | void | dmi_memory.c | |
6790 |
Function | dmi_memory_device_form_factor | const char * | dmi_memory.c | |
6791 |
Function | dmi_memory_device_set | void | dmi_memory.c | |
6792 |
Function | dmi_memory_device_type | const char * | dmi_memory.c | |
6793 |
Function | dmi_memory_device_type_detail | void | dmi_memory.c | |
6794 |
Function | dmi_memory_device_speed | void | dmi_memory.c | |
6795 |
Function | dmi_memory_module_types | void | dmi_memory.c | |
6796 |
Function | dmi_memory_module_connections | void | dmi_memory.c | |
6797 |
Function | dmi_memory_module_speed | void | dmi_memory.c | |
6798 |
Function | dmi_memory_module_size | void | dmi_memory.c | |
6799 |
Function | dmi_memory_module_error | void | dmi_memory.c | |
6800 |
Function | dmi_processor_type | const char * | dmi_processor.c | |
6801 |
Function | dmi_processor_family | const char * | dmi_processor.c | |
6802 |
Function | dmi_processor_status | const char * | dmi_processor.c | |
6803 |
Function | dmi_processor_upgrade | const char * | dmi_processor.c | |
6804 |
Function | dmi_processor_cache | void | dmi_processor.c | |
6805 |
Function | vpd_checksum | int | vpd.c | |
6806 |
Function | vpd_decode | int | vpd.c | |
6807 |
Function | main_show_cpu | void | hdt-cli-cpu.c | |
6808 |
Static | show_flag | static void | hdt-cli-cpu.c | |
6809 |
Static | show_cpu | static void | hdt-cli-cpu.c | |
6810 |
Static | show_partition_information | static void | hdt-cli-disk.c | show_partition_information - print information about a partition |
6811 |
Function | main_show_disk | void | hdt-cli-disk.c | |
6812 |
Function | main_show_disks | void | hdt-cli-disk.c | |
6813 |
Function | disks_summary | void | hdt-cli-disk.c | |
6814 |
Static | show_dmi_modules | static void | hdt-cli-dmi.c | |
6815 |
Static | show_dmi_base_board | static void | hdt-cli-dmi.c | |
6816 |
Static | show_dmi_system | static void | hdt-cli-dmi.c | |
6817 |
Static | show_dmi_bios | static void | hdt-cli-dmi.c | |
6818 |
Static | show_dmi_chassis | static void | hdt-cli-dmi.c | |
6819 |
Static | show_dmi_ipmi | static void | hdt-cli-dmi.c | |
6820 |
Static | show_dmi_battery | static void | hdt-cli-dmi.c | |
6821 |
Static | show_dmi_cpu | static void | hdt-cli-dmi.c | |
6822 |
Function | show_dmi_memory_bank | void | hdt-cli-dmi.c | |
6823 |
Static | show_dmi_cache | static void | hdt-cli-dmi.c | |
6824 |
Function | show_dmi_memory_module | void | hdt-cli-dmi.c | |
6825 |
Function | main_show_dmi | void | hdt-cli-dmi.c | |
6826 |
Function | show_dmi_memory_modules | void | hdt-cli-dmi.c | |
6827 |
Function | show_dmi_oem_strings | void | hdt-cli-dmi.c | |
6828 |
Function | show_dmi_hardware_security | void | hdt-cli-dmi.c | |
6829 |
Static | cli_clear_screen | static void | hdt-cli-hdt.c | cli_clear_screen - clear (erase) the entire screen |
6830 |
Static | main_show_modes | static void | hdt-cli-hdt.c | main_show_modes - show availables modes |
6831 |
Static | cli_set_mode | static void | hdt-cli-hdt.c | cli_set_mode - set the mode of the cli, in the cli |
6832 |
Static | do_exit | static void | hdt-cli-hdt.c | do_exit - shared helper to exit a mode |
6833 |
Static | show_cli_help | static void | hdt-cli-hdt.c | show_cli_help - shared helper to show available commands |
6834 |
Static | goto_menu | static void | hdt-cli-hdt.c | show_cli_help - shared helper to show available commands |
6835 |
Function | main_show_summary | void | hdt-cli-hdt.c | main_show_summary - give an overview of the system |
6836 |
Function | main_show_hdt | void | hdt-cli-hdt.c | |
6837 |
Static | do_reboot | static void | hdt-cli-hdt.c | do_reboot - reboot the system |
6838 |
Function | main_show_kernel | void | hdt-cli-kernel.c | |
6839 |
Static | show_kernel_modules | static void | hdt-cli-kernel.c | |
6840 |
Static | show_memory_e820 | static void | hdt-cli-memory.c | |
6841 |
Static | show_memory_e801 | static void | hdt-cli-memory.c | |
6842 |
Static | show_memory_88 | static void | hdt-cli-memory.c | |
6843 |
Function | main_show_pci | void | hdt-cli-pci.c | |
6844 |
Static | show_pci_device | static void | hdt-cli-pci.c | |
6845 |
Static | show_pci_devices | static void | hdt-cli-pci.c | |
6846 |
Static | show_pci_irq | static void | hdt-cli-pci.c | |
6847 |
Function | cli_detect_pci | void | hdt-cli-pci.c | |
6848 |
Function | main_show_pxe | void | hdt-cli-pxe.c | |
6849 |
Function | main_show_syslinux | void | hdt-cli-syslinux.c | |
6850 |
Function | main_show_vesa | void | hdt-cli-vesa.c | |
6851 |
Static | show_vesa_modes | static void | hdt-cli-vesa.c | |
6852 |
Static | enable_vesa | static void | hdt-cli-vesa.c | |
6853 |
Static | disable_vesa | static void | hdt-cli-vesa.c | |
6854 |
Function | main_show_vpd | void | hdt-cli-vpd.c | |
6855 |
Static | autocomplete_add_token_to_list | static void | hdt-cli.c | |
6856 |
Static | autocomplete_destroy_list | static void | hdt-cli.c | |
6857 |
Function | set_mode | void | hdt-cli.c | set_mode - set the current mode of the cli |
6858 |
Function | mode_s_to_mode_t | cli_mode_t | hdt-cli.c | mode_s_to_mode_t - given a mode string, return the cli_mode_t representation |
6859 |
Function | find_cli_mode_descr | void | hdt-cli.c | find_cli_mode_descr - find the cli_mode_descr struct associated to a mode |
6860 |
Static | expand_aliases | static void | hdt-cli.c | expand_aliases - resolve aliases mapping |
6861 |
Static | parse_command_line | static void | hdt-cli.c | parse_command_line - low level parser for the command line |
6862 |
Function | find_cli_callback_descr | void | hdt-cli.c | find_cli_callback_descr - find a callback in a list of modules |
6863 |
Static | autocomplete_command | static void | hdt-cli.c | autocomplete_command - print matching commands |
6864 |
Static | autocomplete_module | static void | hdt-cli.c | autocomplete_module - print matching modules |
6865 |
Static | autocomplete | static void | hdt-cli.c | autocomplete - find possible matches for a command line |
6866 |
Static | exec_command | static void | hdt-cli.c | exec_command - main logic to map the command line to callbacks |
6867 |
Static | reset_prompt | static void | hdt-cli.c | |
6868 |
Function | start_auto_mode | void | hdt-cli.c | |
6869 |
Function | print_history | void | hdt-cli.c | |
6870 |
Function | start_cli_mode | void | hdt-cli.c | |
6871 |
Function | convert_isolinux_filename | void | hdt-common.c | |
6872 |
Function | detect_parameters | void | hdt-common.c | |
6873 |
Function | detect_syslinux | void | hdt-common.c | |
6874 |
Function | init_hardware | void | hdt-common.c | |
6875 |
Function | detect_dmi | int | hdt-common.c | |
6876 |
Function | detect_vpd | int | hdt-common.c | vpd_detection - populate the VPD structure |
6877 |
Function | detect_vesa | int | hdt-common.c | |
6878 |
Function | detect_disks | void | hdt-common.c | |
6879 |
Function | detect_pxe | int | hdt-common.c | |
6880 |
Function | detect_memory | void | hdt-common.c | |
6881 |
Function | detect_pci | void | hdt-common.c | |
6882 |
Function | cpu_detect | void | hdt-common.c | |
6883 |
Function | find_argument | const char * | hdt-common.c | |
6884 |
Function | clear_screen | void | hdt-common.c | |
6885 |
Function | skip_spaces | char * | hdt-common.c | |
6886 |
Function | remove_spaces | char * | hdt-common.c | |
6887 |
Function | remove_trailing_lf | char * | hdt-common.c | |
6888 |
Function | del_multi_spaces | char * | hdt-common.c | |
6889 |
Function | reset_more_printf | void | hdt-common.c | |
6890 |
Function | draw_background | int | hdt-common.c | |
6891 |
Function | init_console | void | hdt-common.c | |
6892 |
Function | compute_aboutmenu | void | hdt-menu-about.c | |
6893 |
Static | show_partition_information | static void | hdt-menu-disk.c | |
6894 |
Static | compute_partition_information | static void | hdt-menu-disk.c | compute_partition_information - print information about a partition |
6895 |
Static | compute_disk_module | static int | hdt-menu-disk.c | |
6896 |
Function | compute_disks | void | hdt-menu-disk.c | |
6897 |
Function | compute_system | void | hdt-menu-dmi.c | |
6898 |
Function | compute_chassis | void | hdt-menu-dmi.c | |
6899 |
Function | compute_bios | void | hdt-menu-dmi.c | |
6900 |
Function | compute_motherboard | void | hdt-menu-dmi.c | |
6901 |
Function | compute_ipmi | void | hdt-menu-dmi.c | |
6902 |
Function | compute_battery | void | hdt-menu-dmi.c | |
6903 |
Function | compute_kernel | void | hdt-menu-kernel.c | |
6904 |
Static | compute_e820 | static void | hdt-menu-memory.c | |
6905 |
Static | compute_e801 | static void | hdt-menu-memory.c | |
6906 |
Static | compute_88 | static void | hdt-menu-memory.c | |
6907 |
Static | compute_memory_module | static void | hdt-menu-memory.c | |
6908 |
Static | compute_memory_module_type6 | static void | hdt-menu-memory.c | |
6909 |
Function | compute_memory | void | hdt-menu-memory.c | |
6910 |
Static | compute_pci_device | static void | hdt-menu-pci.c | |
6911 |
Function | compute_PCI | int | hdt-menu-pci.c | |
6912 |
Static | show_flag | static void | hdt-menu-processor.c | |
6913 |
Function | compute_processor | void | hdt-menu-processor.c | |
6914 |
Function | compute_PXE | void | hdt-menu-pxe.c | |
6915 |
Function | compute_summarymenu | void | hdt-menu-summary.c | |
6916 |
Function | compute_syslinuxmenu | void | hdt-menu-syslinux.c | |
6917 |
Static | compute_vesa_card | static void | hdt-menu-vesa.c | |
6918 |
Function | compute_vesa_modes | void | hdt-menu-vesa.c | |
6919 |
Function | compute_VESA | int | hdt-menu-vesa.c | |
6920 |
Function | compute_vpd | void | hdt-menu-vpd.c | compute_vpd - generate vpd menu |
6921 |
Function | start_menu_mode | int | hdt-menu.c | |
6922 |
Function | ontimeout | TIMEOUTCODE | hdt-menu.c | |
6923 |
Function | keys_handler | void | hdt-menu.c | |
6924 |
Function | setup_menu | void | hdt-menu.c | |
6925 |
Function | compute_submenus | void | hdt-menu.c | |
6926 |
Function | compute_main_menu | void | hdt-menu.c | |
6927 |
Function | detect_hardware | void | hdt-menu.c | |
6928 |
Function | sectors_to_size | void | hdt-util.c | |
6929 |
Function | sectors_to_size_dec | void | hdt-util.c | |
6930 |
Function | sectors_to_size_dec2 | void | hdt-util.c | |
6931 |
Function | main | int | hdt.c | |
6932 |
Function | abort | void | abort.c | |
6933 |
Function | asprintf | int | asprintf.c | |
6934 |
Function | atexit | int | atexit.c | |
6935 |
Function | NAME | TYPE | atox.c | |
6936 |
Function | calloc | void * | calloc.c | |
6937 |
Function | chdir | int | chdir.c | |
6938 |
Function | closedir | int | closedir.c | |
6939 |
Function | creat | int | creat.c | |
6940 |
Function | dprintf | void | dprintf.c | |
6941 |
Function | exit | __noreturn | exit.c | |
6942 |
Function | fclose | int | fclose.c | |
6943 |
Function | fdopendir | DIR * | fdopendir.c | |
6944 |
Function | fgetc | int | fgetc.c | |
6945 |
Function | fgets | char * | fgets.c | |
6946 |
Function | fopen | FILE * | fopen.c | |
6947 |
Function | fopendev | FILE * | fopendev.c | |
6948 |
Function | fprintf | int | fprintf.c | |
6949 |
Function | fputc | int | fputc.c | |
6950 |
Function | fputs | int | fputs.c | |
6951 |
Function | _fread | size_t | fread.c | |
6952 |
Function | fread | size_t | fread2.c | |
6953 |
Static | __free_block | static struct free_arena_header * | free.c | |
6954 |
Function | __inject_free_block | void | free.c | |
6955 |
Function | free | void | free.c | |
6956 |
Function | _fwrite | size_t | fwrite.c | |
6957 |
Function | fwrite | size_t | fwrite2.c | |
6958 |
Function | getcwd | char * | getcwd.c | |
6959 |
Function | getopt | int | getopt.c | |
6960 |
Function | jrand48 | long | lrand48.c | |
6961 |
Function | mrand48 | long | lrand48.c | |
6962 |
Function | nrand48 | long | lrand48.c | |
6963 |
Function | lrand48 | long | lrand48.c | |
6964 |
Inline | sp | static inline size_t | malloc.c | |
6965 |
Static | consider_memory_area | static int | malloc.c | |
6966 |
Static | init_memory_arena | static void __constructor | malloc.c | |
6967 |
Static | __malloc_from_block | static void * | malloc.c | |
6968 |
Function | malloc | void * | malloc.c | |
6969 |
Function | memccpy | void * | memccpy.c | |
6970 |
Function | memchr | void * | memchr.c | |
6971 |
Function | memcmp | int | memcmp.c | |
6972 |
Function | memmem | void * | memmem.c | |
6973 |
Function | memswap | void | memswap.c | |
6974 |
Static | on_exit_exit | static __noreturn | onexit.c | |
6975 |
Function | on_exit | int | onexit.c | |
6976 |
Function | opendir | DIR * | opendir.c | |
6977 |
Function | perror | void | perror.c | |
6978 |
Function | printf | int | printf.c | |
6979 |
Function | putchar | int | putchar.c | |
6980 |
Function | puts | int | puts.c | |
6981 |
Inline | newgap | static inline size_t | qsort.c | |
6982 |
Function | qsort | void | qsort.c | |
6983 |
Function | readdir | struct dirent * | readdir.c | |
6984 |
Function | realloc | void * | realloc.c | |
6985 |
Function | seed48 | unsigned short * | seed48.c | |
6986 |
Function | snprintf | int | snprintf.c | |
6987 |
Function | sprintf | int | sprintf.c | |
6988 |
Function | srand48 | void | srand48.c | |
6989 |
Function | sscanf | int | sscanf.c | |
6990 |
Function | stpcpy | char * | stpcpy.c | |
6991 |
Function | stpncpy | char * | stpncpy.c | |
6992 |
Function | strcasecmp | int | strcasecmp.c | |
6993 |
Function | strcat | char * | strcat.c | |
6994 |
Function | strchr | char * | strchr.c | |
6995 |
Function | strcmp | int | strcmp.c | |
6996 |
Function | strcpy | char * | strcpy.c | |
6997 |
Function | strdup | char * | strdup.c | |
6998 |
Function | strerror | char * | strerror.c | |
6999 |
Function | strlcat | size_t | strlcat.c | |
7000 |
Function | strlcpy | size_t | strlcpy.c | |
7001 |
Function | strlen | size_t | strlen.c |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー