関数一覧 HotDocument 今井浩司

Java

No. 名称 属性 ファイル名 説明
1
FunctionFunction strncasecmp int strncasecmp.c  
2
FunctionFunction strncat char * strncat.c  
3
FunctionFunction strncmp int strncmp.c  
4
FunctionFunction strncpy char * strncpy.c  
5
FunctionFunction strndup char * strndup.c  
6
FunctionFunction strnlen size_t strnlen.c  
7
FunctionFunction strntoimax intmax_t strntoimax.c  
8
InlineInline digitval static inline int strntoumax.c  
9
FunctionFunction strntoumax uintmax_t strntoumax.c  
10
FunctionFunction strpcpy char * strpcpy.c  
11
FunctionFunction strrchr char * strrchr.c  
12
FunctionFunction strsep char * strsep.c  
13
InlineInline set_bit static inline void strspn.c  
14
InlineInline test_bit static inline int strspn.c  
15
StaticStatic strxspn static size_t strspn.c  
16
FunctionFunction strspn size_t strspn.c  
17
FunctionFunction strcspn size_t strspn.c  
18
FunctionFunction strpbrk char * strspn.c  
19
FunctionFunction strstr char * strstr.c  
20
FunctionFunction strtok char * strtok.c  
21
FunctionFunction NAME TYPE strtox.c  
22
FunctionFunction vasprintf int vasprintf.c  
23
FunctionFunction vdprintf void vdprintf.c  
24
FunctionFunction vfprintf int vfprintf.c  
25
FunctionFunction vprintf int vprintf.c  
26
StaticStatic format_int static size_t vsnprintf.c  
27
FunctionFunction vsnprintf int vsnprintf.c  
28
FunctionFunction vsprintf int vsprintf.c  
29
InlineInline skipspace static inline const char * vsscanf.c  
30
InlineInline set_bit static inline void vsscanf.c  
31
InlineInline test_bit static inline int vsscanf.c  
32
FunctionFunction vsscanf int vsscanf.c  
33
FunctionFunction zalloc void * zalloc.c  
34
StaticStatic clamp static unsigned char bgr24.c Colorspace conversion routine
35
StaticStatic YCrCB_to_BGR24_1x1 static void bgr24.c YCrCb -> BGR24 (1x1)
36
StaticStatic YCrCB_to_BGR24_2x1 static void bgr24.c  
37
StaticStatic YCrCB_to_BGR24_1x2 static void bgr24.c  
38
StaticStatic YCrCB_to_BGR24_2x2 static void bgr24.c  
39
StaticStatic initialize_bgr24 static int bgr24.c  
40
StaticStatic clamp static unsigned char bgra32.c Colorspace conversion routine
41
StaticStatic YCrCB_to_BGRA32_1x1 static void bgra32.c YCrCb -> BGRA32 (1x1)
42
StaticStatic YCrCB_to_BGRA32_2x1 static void bgra32.c  
43
StaticStatic YCrCB_to_BGRA32_1x2 static void bgra32.c  
44
StaticStatic YCrCB_to_BGRA32_2x2 static void bgra32.c  
45
StaticStatic initialize_bgra32 static int bgra32.c  
46
StaticStatic decode_MCU_1x1_1plane static void decode1.c  
47
StaticStatic decode_MCU_2x1_1plane static void decode1.c  
48
StaticStatic decode_MCU_2x2_1plane static void decode1.c  
49
StaticStatic decode_MCU_1x2_1plane static void decode1.c  
50
StaticStatic decode_MCU_1x1_3planes static void decode3.c  
51
StaticStatic decode_MCU_2x1_3planes static void decode3.c  
52
StaticStatic decode_MCU_2x2_3planes static void decode3.c  
53
StaticStatic decode_MCU_1x2_3planes static void decode3.c  
54
StaticStatic YCrCB_to_Grey_1xN static void grey.c YCrCb -> Grey (1x1, 1x2)
55
StaticStatic YCrCB_to_Grey_2xN static void grey.c YCrCb -> Grey (2x1, 2x2)
56
StaticStatic initialize_grey static int grey.c  
57
InlineInline descale_and_clamp static inline unsigned char jidctflt.c  
58
InlineInline descale_and_clamp static inline unsigned char jidctflt.c  
59
FunctionFunction tinyjpeg_idct_float void jidctflt.c  
60
StaticStatic clamp static unsigned char rgb24.c Colorspace conversion routine
61
StaticStatic YCrCB_to_RGB24_1x1 static void rgb24.c YCrCb -> RGB24 (1x1)
62
StaticStatic YCrCB_to_RGB24_2x1 static void rgb24.c YCrCb -> RGB24 (2x1)
63
StaticStatic YCrCB_to_RGB24_1x2 static void rgb24.c YCrCb -> RGB24 (1x2)
64
StaticStatic YCrCB_to_RGB24_2x2 static void rgb24.c YCrCb -> RGB24 (2x2)
65
StaticStatic initialize_rgb24 static int rgb24.c  
66
StaticStatic clamp static unsigned char rgba32.c Colorspace conversion routine
67
StaticStatic YCrCB_to_RGBA32_1x1 static void rgba32.c YCrCb -> RGBA32 (1x1)
68
StaticStatic YCrCB_to_RGBA32_2x1 static void rgba32.c YCrCb -> RGBA32 (2x1)
69
StaticStatic YCrCB_to_RGBA32_1x2 static void rgba32.c YCrCb -> RGBA32 (1x2)
70
StaticStatic YCrCB_to_RGBA32_2x2 static void rgba32.c YCrCb -> RGBA32 (2x2)
71
StaticStatic initialize_rgba32 static int rgba32.c  
72
StaticStatic get_next_huffman_code static int tinyjpeg.c Get the next (valid) huffman code in the stream.
73
FunctionFunction tinyjpeg_process_Huffman_data_unit void tinyjpeg.c Decode a single block that contains the DCT coefficients.
74
StaticStatic build_huffman_table static void tinyjpeg.c  
75
StaticStatic build_default_huffman_tables static void tinyjpeg.c  
76
StaticStatic print_SOF static void tinyjpeg.c Colorspace conversion routine
77
StaticStatic build_quantization_table static void tinyjpeg.c JPEG/JFIF Parsing functions
78
StaticStatic parse_DQT static int tinyjpeg.c  
79
StaticStatic parse_SOF static int tinyjpeg.c  
80
StaticStatic parse_SOS static int tinyjpeg.c  
81
StaticStatic parse_DHT static int tinyjpeg.c  
82
StaticStatic parse_DRI static int tinyjpeg.c  
83
StaticStatic resync static void tinyjpeg.c  
84
StaticStatic find_next_rst_marker static int tinyjpeg.c  
85
StaticStatic parse_JFIF static int tinyjpeg.c  
86
FunctionFunction tinyjpeg_init struct jdec_private * tinyjpeg.c Functions exported of the library.
87
FunctionFunction tinyjpeg_free void tinyjpeg.c Free a tinyjpeg object.
88
FunctionFunction tinyjpeg_parse_header int tinyjpeg.c Initialize the tinyjpeg object and prepare the decoding of the stream.
89
FunctionFunction tinyjpeg_decode int tinyjpeg.c Decode and convert the jpeg image into @pixfmt@ image
90
FunctionFunction tinyjpeg_get_errorstring const char * tinyjpeg.c  
91
FunctionFunction tinyjpeg_get_size void tinyjpeg.c  
92
FunctionFunction tinyjpeg_get_components int tinyjpeg.c  
93
FunctionFunction tinyjpeg_set_components int tinyjpeg.c  
94
FunctionFunction tinyjpeg_get_bytes_per_row int tinyjpeg.c  
95
FunctionFunction tinyjpeg_set_bytes_per_row int tinyjpeg.c  
96
FunctionFunction tinyjpeg_set_flags int tinyjpeg.c  
97
StaticStatic YCrCB_to_YUV420P_1x1 static void yuv420p.c Colorspace conversion routine
98
StaticStatic YCrCB_to_YUV420P_2x1 static void yuv420p.c YCrCb -> YUV420P (2x1)
99
StaticStatic YCrCB_to_YUV420P_1x2 static void yuv420p.c YCrCb -> YUV420P (1x2)
100
StaticStatic YCrCB_to_YUV420P_2x2 static void yuv420p.c YCrCb -> YUV420P (2x2)
101
StaticStatic initialize_yuv420p static int yuv420p.c  
102
FunctionFunction __divdi3 int64_t __divdi3.c  
103
FunctionFunction __moddi3 int64_t __moddi3.c  
104
FunctionFunction __udivdi3 uint64_t __udivdi3.c  
105
FunctionFunction __udivmoddi4 uint64_t __udivmoddi4.c  
106
FunctionFunction __umoddi3 uint64_t __umoddi3.c  
107
FunctionFunction check_if_png int example.c  
108
FunctionFunction read_png void example.c  
109
FunctionFunction png_set_sig_bytes void PNGAPI png.c  
110
FunctionFunction png_sig_cmp int PNGAPI png.c  
111
FunctionFunction png_check_sig int PNGAPI png.c  
112
FunctionFunction png_zalloc voidpf PNGAPI voidpf png.c  
113
FunctionFunction png_zfree void PNGAPI void png.c  
114
FunctionFunction png_reset_crc void png.c  
115
FunctionFunction png_calculate_crc void png.c  
116
FunctionFunction png_create_info_struct png_infop PNGAPI png.c  
117
FunctionFunction png_destroy_info_struct void PNGAPI png.c  
118
FunctionFunction png_info_init void PNGAPI png.c  
119
FunctionFunction png_info_init_3 void PNGAPI png.c  
120
FunctionFunction png_data_freer void PNGAPI png.c  
121
FunctionFunction png_free_data void PNGAPI png.c  
122
FunctionFunction png_info_destroy void png.c  
123
FunctionFunction png_get_io_ptr png_voidp PNGAPI png.c  
124
FunctionFunction png_init_io void PNGAPI png.c  
125
FunctionFunction png_convert_to_rfc1123 png_charp PNGAPI png.c  
126
FunctionFunction png_sig_bytes png_bytep PNGAPI png.c  
127
FunctionFunction png_get_copyright png_charp PNGAPI png.c  
128
FunctionFunction png_get_libpng_ver png_charp PNGAPI png.c  
129
FunctionFunction png_get_header_ver png_charp PNGAPI png.c  
130
FunctionFunction png_get_header_version png_charp PNGAPI png.c  
131
FunctionFunction png_handle_as_unknown int PNGAPI png.c  
132
FunctionFunction png_reset_zstream int PNGAPI png.c  
133
FunctionFunction png_access_version_number png_uint_32 PNGAPI png.c  
134
FunctionFunction png_init_mmx_flags void png.c  
135
FunctionFunction !   png.c  
136
FunctionFunction png_convert_size png_size_t PNGAPI png.c  
137
FunctionFunction png_error void PNGAPI pngerror.c  
138
FunctionFunction png_warning void PNGAPI pngerror.c  
139
StaticStatic png_format_buffer static void pngerror.c  
140
FunctionFunction png_chunk_error void PNGAPI pngerror.c  
141
FunctionFunction png_chunk_warning void PNGAPI pngerror.c  
142
StaticStatic png_default_error static void pngerror.c  
143
StaticStatic png_default_warning static void pngerror.c  
144
FunctionFunction png_set_error_fn void PNGAPI pngerror.c  
145
FunctionFunction png_get_error_ptr png_voidp PNGAPI pngerror.c  
146
FunctionFunction png_set_strip_error_numbers void PNGAPI pngerror.c  
147
FunctionFunction png_squelch_warnings void pnggccrd.c  
148
FunctionFunction png_combine_row void pnggccrd.c  
149
FunctionFunction png_do_read_interlace void pnggccrd.c  
150
StaticStatic png_read_filter_row_mmx_avg static void pnggccrd.c  
151
StaticStatic png_read_filter_row_mmx_paeth static void pnggccrd.c  
152
StaticStatic png_read_filter_row_mmx_sub static void pnggccrd.c  
153
StaticStatic png_read_filter_row_mmx_up static void pnggccrd.c  
154
FunctionFunction png_read_filter_row void pnggccrd.c  
155
FunctionFunction png_mmx_support int PNGAPI pnggccrd.c  
156
FunctionFunction png_get_valid png_uint_32 PNGAPI pngget.c  
157
FunctionFunction png_get_rowbytes png_uint_32 PNGAPI pngget.c  
158
FunctionFunction png_get_rows png_bytepp PNGAPI pngget.c  
159
FunctionFunction png_get_image_width png_uint_32 PNGAPI pngget.c  
160
FunctionFunction png_get_image_height png_uint_32 PNGAPI pngget.c  
161
FunctionFunction png_get_bit_depth png_byte PNGAPI pngget.c  
162
FunctionFunction png_get_color_type png_byte PNGAPI pngget.c  
163
FunctionFunction png_get_filter_type png_byte PNGAPI pngget.c  
164
FunctionFunction png_get_interlace_type png_byte PNGAPI pngget.c  
165
FunctionFunction png_get_compression_type png_byte PNGAPI pngget.c  
166
FunctionFunction png_get_x_pixels_per_meter png_uint_32 PNGAPI pngget.c  
167
FunctionFunction png_get_y_pixels_per_meter png_uint_32 PNGAPI pngget.c  
168
FunctionFunction png_get_pixels_per_meter png_uint_32 PNGAPI pngget.c  
169
FunctionFunction png_get_pixel_aspect_ratio float PNGAPI pngget.c  
170
FunctionFunction png_get_x_offset_microns png_int_32 PNGAPI pngget.c  
171
FunctionFunction png_get_y_offset_microns png_int_32 PNGAPI pngget.c  
172
FunctionFunction png_get_x_offset_pixels png_int_32 PNGAPI pngget.c  
173
FunctionFunction png_get_y_offset_pixels png_int_32 PNGAPI pngget.c  
174
FunctionFunction png_get_pixels_per_inch png_uint_32 PNGAPI pngget.c  
175
FunctionFunction png_get_x_pixels_per_inch png_uint_32 PNGAPI pngget.c  
176
FunctionFunction png_get_y_pixels_per_inch png_uint_32 PNGAPI pngget.c  
177
FunctionFunction png_get_x_offset_inches float PNGAPI pngget.c  
178
FunctionFunction png_get_y_offset_inches float PNGAPI pngget.c  
179
FunctionFunction png_get_pHYs_dpi png_uint_32 PNGAPI pngget.c  
180
FunctionFunction png_get_channels png_byte PNGAPI pngget.c  
181
FunctionFunction png_get_signature png_bytep PNGAPI pngget.c  
182
FunctionFunction png_get_bKGD png_uint_32 PNGAPI pngget.c  
183
FunctionFunction png_get_cHRM png_uint_32 PNGAPI pngget.c  
184
FunctionFunction png_get_cHRM_fixed png_uint_32 PNGAPI pngget.c  
185
FunctionFunction png_get_gAMA png_uint_32 PNGAPI pngget.c  
186
FunctionFunction png_get_gAMA_fixed png_uint_32 PNGAPI pngget.c  
187
FunctionFunction png_get_sRGB png_uint_32 PNGAPI pngget.c  
188
FunctionFunction png_get_iCCP png_uint_32 PNGAPI pngget.c  
189
FunctionFunction png_get_sPLT png_uint_32 PNGAPI pngget.c  
190
FunctionFunction png_get_hIST png_uint_32 PNGAPI pngget.c  
191
FunctionFunction png_get_IHDR png_uint_32 PNGAPI pngget.c  
192
FunctionFunction png_get_oFFs png_uint_32 PNGAPI pngget.c  
193
FunctionFunction png_get_pCAL png_uint_32 PNGAPI pngget.c  
194
FunctionFunction png_get_sCAL png_uint_32 PNGAPI pngget.c  
195
FunctionFunction png_get_sCAL_s png_uint_32 PNGAPI pngget.c  
196
FunctionFunction png_get_pHYs png_uint_32 PNGAPI pngget.c  
197
FunctionFunction png_get_PLTE png_uint_32 PNGAPI pngget.c  
198
FunctionFunction png_get_sBIT png_uint_32 PNGAPI pngget.c  
199
FunctionFunction png_get_text png_uint_32 PNGAPI pngget.c  
200
FunctionFunction png_get_tIME png_uint_32 PNGAPI pngget.c  
201
FunctionFunction png_get_tRNS png_uint_32 PNGAPI pngget.c  
202
FunctionFunction png_get_unknown_chunks png_uint_32 PNGAPI pngget.c  
203
FunctionFunction png_get_rgb_to_gray_status png_byte PNGAPI pngget.c  
204
FunctionFunction png_get_user_chunk_ptr png_voidp PNGAPI pngget.c  
205
FunctionFunction png_get_compression_buffer_size png_uint_32 PNGAPI pngget.c  
206
FunctionFunction png_get_asm_flags png_uint_32 PNGAPI pngget.c  
207
FunctionFunction png_get_asm_flagmask png_uint_32 PNGAPI pngget.c  
208
FunctionFunction png_get_mmx_flagmask png_uint_32 PNGAPI pngget.c  
209
FunctionFunction png_get_mmx_bitdepth_threshold png_byte PNGAPI pngget.c  
210
FunctionFunction png_get_mmx_rowbytes_threshold png_uint_32 PNGAPI pngget.c  
211
FunctionFunction png_get_user_width_max png_uint_32 PNGAPI pngget.c  
212
FunctionFunction png_get_user_height_max png_uint_32 PNGAPI pngget.c  
213
FunctionFunction png_create_struct png_voidp pngmem.c  
214
FunctionFunction png_create_struct_2 png_voidp pngmem.c  
215
FunctionFunction png_destroy_struct void pngmem.c  
216
FunctionFunction png_destroy_struct_2 void pngmem.c  
217
FunctionFunction png_malloc png_voidp PNGAPI pngmem.c  
218
FunctionFunction png_malloc_default png_voidp PNGAPI pngmem.c  
219
FunctionFunction png_free void PNGAPI pngmem.c  
220
FunctionFunction png_free_default void PNGAPI pngmem.c  
221
FunctionFunction png_create_struct png_voidp pngmem.c  
222
FunctionFunction png_create_struct_2 png_voidp pngmem.c  
223
FunctionFunction png_destroy_struct void pngmem.c  
224
FunctionFunction png_destroy_struct_2 void pngmem.c  
225
FunctionFunction png_malloc png_voidp PNGAPI pngmem.c  
226
FunctionFunction png_malloc_default png_voidp PNGAPI pngmem.c  
227
FunctionFunction png_free void PNGAPI pngmem.c  
228
FunctionFunction png_free_default void PNGAPI pngmem.c  
229
FunctionFunction png_malloc_warn png_voidp PNGAPI pngmem.c  
230
FunctionFunction png_memcpy_check png_voidp PNGAPI pngmem.c  
231
FunctionFunction png_memset_check png_voidp PNGAPI pngmem.c  
232
FunctionFunction png_set_mem_fn void PNGAPI pngmem.c  
233
FunctionFunction png_get_mem_ptr png_voidp PNGAPI pngmem.c  
234
FunctionFunction png_process_data void PNGAPI pngpread.c  
235
FunctionFunction png_process_some_data void pngpread.c  
236
FunctionFunction png_push_read_sig void pngpread.c  
237
FunctionFunction png_push_read_chunk void pngpread.c  
238
FunctionFunction png_push_crc_skip void pngpread.c  
239
FunctionFunction png_push_crc_finish void pngpread.c  
240
FunctionFunction png_push_fill_buffer void PNGAPI pngpread.c  
241
FunctionFunction png_push_save_buffer void pngpread.c  
242
FunctionFunction png_push_restore_buffer void pngpread.c  
243
FunctionFunction png_push_read_IDAT void pngpread.c  
244
FunctionFunction png_process_IDAT_data void pngpread.c  
245
FunctionFunction png_push_process_row void pngpread.c  
246
FunctionFunction png_read_push_finish_row void pngpread.c  
247
FunctionFunction png_push_handle_tEXt void pngpread.c  
248
FunctionFunction png_push_read_tEXt void pngpread.c  
249
FunctionFunction png_push_handle_zTXt void pngpread.c  
250
FunctionFunction png_push_read_zTXt void pngpread.c  
251
FunctionFunction png_push_handle_iTXt void pngpread.c  
252
FunctionFunction png_push_read_iTXt void pngpread.c  
253
FunctionFunction png_push_handle_unknown void pngpread.c  
254
FunctionFunction png_push_have_info void pngpread.c  
255
FunctionFunction png_push_have_end void pngpread.c  
256
FunctionFunction png_push_have_row void pngpread.c  
257
FunctionFunction png_progressive_combine_row void PNGAPI pngpread.c  
258
FunctionFunction png_set_progressive_read_fn void PNGAPI pngpread.c  
259
FunctionFunction png_get_progressive_ptr png_voidp PNGAPI pngpread.c  
260
FunctionFunction png_create_read_struct png_structp PNGAPI pngread.c  
261
FunctionFunction png_create_read_struct_2 png_structp PNGAPI pngread.c  
262
FunctionFunction png_read_init void PNGAPI pngread.c  
263
FunctionFunction png_read_init_2 void PNGAPI pngread.c  
264
FunctionFunction png_read_init_3 void PNGAPI pngread.c  
265
FunctionFunction png_read_info void PNGAPI pngread.c  
266
FunctionFunction png_read_update_info void PNGAPI pngread.c  
267
FunctionFunction png_start_read_image void PNGAPI pngread.c  
268
FunctionFunction png_read_row void PNGAPI pngread.c  
269
FunctionFunction png_read_rows void PNGAPI pngread.c  
270
FunctionFunction png_read_image void PNGAPI pngread.c  
271
FunctionFunction png_read_end void PNGAPI pngread.c  
272
FunctionFunction png_destroy_read_struct void PNGAPI pngread.c  
273
FunctionFunction png_read_destroy void pngread.c  
274
FunctionFunction png_set_read_status_fn void PNGAPI pngread.c  
275
FunctionFunction png_read_png void PNGAPI pngread.c  
276
FunctionFunction png_read_data void pngrio.c  
277
FunctionFunction png_default_read_data void PNGAPI pngrio.c  
278
StaticStatic png_default_read_data static void pngrio.c  
279
FunctionFunction png_set_read_fn void PNGAPI pngrio.c  
280
FunctionFunction png_set_crc_action void PNGAPI pngrtran.c  
281
FunctionFunction defined   pngrtran.c  
282
FunctionFunction png_set_strip_16 void PNGAPI pngrtran.c  
283
FunctionFunction png_set_strip_alpha void PNGAPI pngrtran.c  
284
FunctionFunction png_set_dither void PNGAPI pngrtran.c  
285
FunctionFunction png_set_gamma void PNGAPI pngrtran.c  
286
FunctionFunction png_set_expand void PNGAPI pngrtran.c  
287
FunctionFunction png_set_palette_to_rgb void PNGAPI pngrtran.c  
288
FunctionFunction png_set_gray_1_2_4_to_8 void PNGAPI pngrtran.c  
289
FunctionFunction png_set_tRNS_to_alpha void PNGAPI pngrtran.c  
290
FunctionFunction png_set_gray_to_rgb void PNGAPI pngrtran.c  
291
FunctionFunction png_set_rgb_to_gray void PNGAPI pngrtran.c  
292
FunctionFunction png_set_rgb_to_gray_fixed void PNGAPI pngrtran.c  
293
FunctionFunction defined   pngrtran.c  
294
FunctionFunction png_init_read_transformations void pngrtran.c  
295
FunctionFunction png_read_transform_info void pngrtran.c  
296
FunctionFunction png_do_read_transformations void pngrtran.c  
297
FunctionFunction png_do_unpack void pngrtran.c  
298
FunctionFunction png_do_unshift void pngrtran.c  
299
FunctionFunction png_do_chop void pngrtran.c  
300
FunctionFunction png_do_read_swap_alpha void pngrtran.c  
301
FunctionFunction png_do_read_invert_alpha void pngrtran.c  
302
FunctionFunction png_do_read_filler void pngrtran.c  
303
FunctionFunction png_do_gray_to_rgb void pngrtran.c  
304
FunctionFunction png_do_rgb_to_gray int pngrtran.c  
305
FunctionFunction png_build_grayscale_palette void PNGAPI pngrtran.c  
306
FunctionFunction png_correct_palette void pngrtran.c  
307
FunctionFunction png_do_background void pngrtran.c  
308
FunctionFunction png_do_gamma void pngrtran.c  
309
FunctionFunction png_do_expand_palette void pngrtran.c  
310
FunctionFunction png_do_expand void pngrtran.c  
311
FunctionFunction png_do_dither void pngrtran.c  
312
FunctionFunction png_build_gamma_table void pngrtran.c  
313
FunctionFunction png_do_read_intrapixel void pngrtran.c  
314
FunctionFunction strtod __inline double pngrutil.c  
315
FunctionFunction png_get_uint_31 png_uint_32 pngrutil.c  
316
FunctionFunction png_get_uint_32 png_uint_32 pngrutil.c  
317
FunctionFunction png_get_int_32 png_int_32 pngrutil.c assumed that the machine format for signed integers is the same.
318
FunctionFunction png_get_uint_16 png_uint_16 pngrutil.c  
319
FunctionFunction png_crc_read void pngrutil.c  
320
FunctionFunction png_crc_finish int pngrutil.c  
321
FunctionFunction png_crc_error int pngrutil.c  
322
FunctionFunction defined   pngrutil.c  
323
FunctionFunction png_handle_IHDR void pngrutil.c  
324
FunctionFunction png_handle_PLTE void pngrutil.c  
325
FunctionFunction png_handle_IEND void pngrutil.c  
326
FunctionFunction png_handle_gAMA void pngrutil.c  
327
FunctionFunction png_handle_sBIT void pngrutil.c  
328
FunctionFunction png_handle_cHRM void pngrutil.c  
329
FunctionFunction png_handle_sRGB void pngrutil.c  
330
FunctionFunction png_handle_iCCP void pngrutil.c  
331
FunctionFunction png_handle_sPLT void pngrutil.c  
332
FunctionFunction png_handle_tRNS void pngrutil.c  
333
FunctionFunction png_handle_bKGD void pngrutil.c  
334
FunctionFunction png_handle_hIST void pngrutil.c  
335
FunctionFunction png_handle_pHYs void pngrutil.c  
336
FunctionFunction png_handle_oFFs void pngrutil.c  
337
FunctionFunction png_handle_pCAL void pngrutil.c  
338
FunctionFunction png_handle_sCAL void pngrutil.c  
339
FunctionFunction png_handle_tIME void pngrutil.c  
340
FunctionFunction png_handle_tEXt void pngrutil.c  
341
FunctionFunction png_handle_zTXt void pngrutil.c  
342
FunctionFunction png_handle_iTXt void pngrutil.c  
343
FunctionFunction png_handle_unknown void pngrutil.c  
344
FunctionFunction png_check_chunk_name void pngrutil.c  
345
FunctionFunction png_combine_row void pngrutil.c  
346
FunctionFunction png_do_read_interlace void pngrutil.c  
347
FunctionFunction png_read_filter_row void pngrutil.c  
348
FunctionFunction png_read_finish_row void pngrutil.c  
349
FunctionFunction png_read_start_row void pngrutil.c  
350
FunctionFunction png_set_bKGD void PNGAPI pngset.c  
351
FunctionFunction png_set_cHRM void PNGAPI pngset.c  
352
FunctionFunction png_set_cHRM_fixed void PNGAPI pngset.c  
353
FunctionFunction png_set_gAMA void PNGAPI pngset.c  
354
FunctionFunction png_set_gAMA_fixed void PNGAPI pngset.c  
355
FunctionFunction png_set_hIST void PNGAPI pngset.c  
356
FunctionFunction png_set_IHDR void PNGAPI pngset.c  
357
FunctionFunction png_set_oFFs void PNGAPI pngset.c  
358
FunctionFunction png_set_pCAL void PNGAPI pngset.c  
359
FunctionFunction png_set_sCAL void PNGAPI pngset.c  
360
FunctionFunction png_set_sCAL_s void PNGAPI pngset.c  
361
FunctionFunction png_set_pHYs void PNGAPI pngset.c  
362
FunctionFunction png_set_PLTE void PNGAPI pngset.c  
363
FunctionFunction png_set_sBIT void PNGAPI pngset.c  
364
FunctionFunction png_set_sRGB void PNGAPI pngset.c  
365
FunctionFunction png_set_sRGB_gAMA_and_cHRM void PNGAPI pngset.c  
366
FunctionFunction png_set_iCCP void PNGAPI pngset.c  
367
FunctionFunction png_set_text void PNGAPI pngset.c  
368
FunctionFunction png_set_text_2 int pngset.c  
369
FunctionFunction png_set_tIME void PNGAPI pngset.c  
370
FunctionFunction png_set_tRNS void PNGAPI pngset.c  
371
FunctionFunction png_set_sPLT void PNGAPI pngset.c  
372
FunctionFunction png_set_unknown_chunks void PNGAPI pngset.c  
373
FunctionFunction png_set_unknown_chunk_location void PNGAPI pngset.c  
374
FunctionFunction defined   pngset.c  
375
FunctionFunction png_permit_mng_features png_uint_32 PNGAPI pngset.c  
376
FunctionFunction png_set_keep_unknown_chunks void PNGAPI pngset.c  
377
FunctionFunction png_set_read_user_chunk_fn void PNGAPI pngset.c  
378
FunctionFunction png_set_rows void PNGAPI pngset.c  
379
FunctionFunction png_set_compression_buffer_size void PNGAPI pngset.c  
380
FunctionFunction png_set_invalid void PNGAPI pngset.c  
381
FunctionFunction png_set_asm_flags void PNGAPI pngset.c  
382
FunctionFunction png_set_mmx_thresholds void PNGAPI pngset.c  
383
FunctionFunction png_set_user_limits void PNGAPI pngset.c  
384
FunctionFunction read_row_callback void PNGAPI pngtest.c  
385
FunctionFunction write_row_callback void PNGAPI pngtest.c  
386
FunctionFunction count_filters void PNGAPI pngtest.c  
387
FunctionFunction count_zero_samples void PNGAPI pngtest.c  
388
StaticStatic pngtest_read_data static void pngtest.c  
389
StaticStatic pngtest_read_data static void pngtest.c  
390
StaticStatic pngtest_flush static void pngtest.c  
391
StaticStatic pngtest_write_data static void pngtest.c  
392
StaticStatic pngtest_write_data static void pngtest.c  
393
StaticStatic pngtest_warning static void pngtest.c  
394
StaticStatic pngtest_error static void pngtest.c  
395
FunctionFunction png_debug_malloc png_voidp pngtest.c  
396
FunctionFunction png_debug_free void pngtest.c  
397
FunctionFunction test_one_file int pngtest.c  
398
FunctionFunction main int pngtest.c  
399
FunctionFunction png_set_bgr void PNGAPI pngtrans.c  
400
FunctionFunction png_set_swap void PNGAPI pngtrans.c  
401
FunctionFunction png_set_packing void PNGAPI pngtrans.c  
402
FunctionFunction png_set_packswap void PNGAPI pngtrans.c  
403
FunctionFunction png_set_shift void PNGAPI pngtrans.c  
404
FunctionFunction defined   pngtrans.c  
405
FunctionFunction png_set_filler void PNGAPI pngtrans.c  
406
FunctionFunction png_set_add_alpha void PNGAPI pngtrans.c  
407
FunctionFunction defined   pngtrans.c  
408
FunctionFunction defined   pngtrans.c  
409
FunctionFunction png_set_invert_mono void PNGAPI pngtrans.c  
410
FunctionFunction png_do_invert void pngtrans.c  
411
FunctionFunction png_do_swap void pngtrans.c  
412
FunctionFunction png_do_packswap void pngtrans.c  
413
FunctionFunction defined   pngtrans.c  
414
FunctionFunction png_do_bgr void pngtrans.c  
415
FunctionFunction defined   pngtrans.c  
416
FunctionFunction png_get_user_transform_ptr png_voidp PNGAPI pngtrans.c  
417
FunctionFunction png_mmx_support int PNGAPI pngvcrd.c  
418
FunctionFunction png_combine_row void pngvcrd.c  
419
FunctionFunction png_do_read_interlace void pngvcrd.c  
420
FunctionFunction png_read_filter_row_mmx_avg void pngvcrd.c  
421
FunctionFunction png_read_filter_row_mmx_paeth void pngvcrd.c  
422
FunctionFunction png_read_filter_row_mmx_sub void pngvcrd.c  
423
FunctionFunction png_read_filter_row_mmx_up void pngvcrd.c  
424
FunctionFunction png_read_filter_row void pngvcrd.c  
425
FunctionFunction png_write_data void pngwio.c  
426
FunctionFunction png_default_write_data void PNGAPI pngwio.c  
427
FunctionFunction png_default_write_data void PNGAPI pngwio.c  
428
FunctionFunction png_flush void pngwio.c  
429
FunctionFunction png_default_flush void PNGAPI pngwio.c  
430
FunctionFunction png_set_write_fn void PNGAPI pngwio.c  
431
FunctionFunction png_far_to_near void * pngwio.c  
432
FunctionFunction png_far_to_near void * pngwio.c  
433
FunctionFunction png_write_info_before_PLTE void PNGAPI pngwrite.c  
434
FunctionFunction png_write_info void PNGAPI pngwrite.c  
435
FunctionFunction png_write_end void PNGAPI pngwrite.c  
436
FunctionFunction png_convert_from_struct_tm void PNGAPI pngwrite.c  
437
FunctionFunction png_convert_from_time_t void PNGAPI pngwrite.c  
438
FunctionFunction png_create_write_struct png_structp PNGAPI pngwrite.c  
439
FunctionFunction png_create_write_struct_2 png_structp PNGAPI pngwrite.c  
440
FunctionFunction png_write_init void PNGAPI pngwrite.c  
441
FunctionFunction png_write_init_2 void PNGAPI pngwrite.c  
442
FunctionFunction png_write_init_3 void PNGAPI pngwrite.c  
443
FunctionFunction png_write_rows void PNGAPI pngwrite.c  
444
FunctionFunction png_write_image void PNGAPI pngwrite.c  
445
FunctionFunction png_write_row void PNGAPI pngwrite.c  
446
FunctionFunction png_set_flush void PNGAPI pngwrite.c  
447
FunctionFunction png_write_flush void PNGAPI pngwrite.c  
448
FunctionFunction png_destroy_write_struct void PNGAPI pngwrite.c  
449
FunctionFunction png_write_destroy void pngwrite.c  
450
FunctionFunction png_set_filter void PNGAPI pngwrite.c  
451
FunctionFunction png_set_filter_heuristics void PNGAPI pngwrite.c  
452
FunctionFunction png_set_compression_level void PNGAPI pngwrite.c  
453
FunctionFunction png_set_compression_mem_level void PNGAPI pngwrite.c  
454
FunctionFunction png_set_compression_strategy void PNGAPI pngwrite.c  
455
FunctionFunction png_set_compression_window_bits void PNGAPI pngwrite.c  
456
FunctionFunction png_set_compression_method void PNGAPI pngwrite.c  
457
FunctionFunction png_set_write_status_fn void PNGAPI pngwrite.c  
458
FunctionFunction png_set_write_user_transform_fn void PNGAPI pngwrite.c  
459
FunctionFunction png_write_png void PNGAPI pngwrite.c  
460
FunctionFunction png_do_write_transformations void pngwtran.c  
461
FunctionFunction png_do_pack void pngwtran.c  
462
FunctionFunction png_do_shift void pngwtran.c  
463
FunctionFunction png_do_write_swap_alpha void pngwtran.c  
464
FunctionFunction png_do_write_invert_alpha void pngwtran.c  
465
FunctionFunction png_do_write_intrapixel void pngwtran.c  
466
FunctionFunction png_save_uint_32 void pngwutil.c  
467
FunctionFunction png_save_int_32 void pngwutil.c  
468
FunctionFunction png_save_uint_16 void pngwutil.c  
469
FunctionFunction png_write_chunk void PNGAPI pngwutil.c  
470
FunctionFunction png_write_chunk_start void PNGAPI pngwutil.c  
471
FunctionFunction png_write_chunk_data void PNGAPI pngwutil.c  
472
FunctionFunction png_write_chunk_end void PNGAPI pngwutil.c  
473
FunctionFunction png_write_sig void pngwutil.c  
474
StaticStatic png_text_compress static int pngwutil.c  
475
StaticStatic png_write_compressed_data_out static void pngwutil.c  
476
FunctionFunction png_write_IHDR void pngwutil.c  
477
FunctionFunction png_write_PLTE void pngwutil.c  
478
FunctionFunction png_write_IDAT void pngwutil.c  
479
FunctionFunction png_write_IEND void pngwutil.c  
480
FunctionFunction png_write_gAMA void pngwutil.c  
481
FunctionFunction png_write_gAMA_fixed void pngwutil.c  
482
FunctionFunction png_write_sRGB void pngwutil.c  
483
FunctionFunction png_write_iCCP void pngwutil.c  
484
FunctionFunction png_write_sPLT void pngwutil.c  
485
FunctionFunction png_write_sBIT void pngwutil.c  
486
FunctionFunction png_write_cHRM void pngwutil.c  
487
FunctionFunction png_write_cHRM_fixed void pngwutil.c  
488
FunctionFunction png_write_tRNS void pngwutil.c  
489
FunctionFunction png_write_bKGD void pngwutil.c  
490
FunctionFunction png_write_hIST void pngwutil.c  
491
FunctionFunction defined   pngwutil.c  
492
FunctionFunction png_write_tEXt void pngwutil.c  
493
FunctionFunction png_write_zTXt void pngwutil.c  
494
FunctionFunction png_write_iTXt void pngwutil.c  
495
FunctionFunction png_write_oFFs void pngwutil.c  
496
FunctionFunction png_write_pCAL void pngwutil.c  
497
FunctionFunction png_write_sCAL void pngwutil.c  
498
FunctionFunction png_write_sCAL_s void pngwutil.c  
499
FunctionFunction png_write_pHYs void pngwutil.c  
500
FunctionFunction png_write_tIME void pngwutil.c  
501
FunctionFunction png_write_start_row void pngwutil.c  
502
FunctionFunction png_write_finish_row void pngwutil.c  
503
FunctionFunction png_do_write_interlace void pngwutil.c  
504
FunctionFunction png_write_find_filter void pngwutil.c  
505
FunctionFunction png_write_filtered_row void pngwutil.c  
506
InlineInline is_real static inline int strtod.c  
507
FunctionFunction strtod double strtod.c  
508
FunctionFunction __pci_read_write_bios uint32_t bios.c  
509
StaticStatic type1_ok static int cfgtype.c  
510
StaticStatic type2_ok static int cfgtype.c  
511
FunctionFunction pci_set_config_type int cfgtype.c  
512
StaticStatic skipspace static char * scan.c  
513
StaticStatic remove_eol static void scan.c  
514
StaticStatic hex_to_int static int scan.c  
515
FunctionFunction chr_replace void scan.c  
516
FunctionFunction get_module_name_from_pcimap int scan.c  
517
FunctionFunction get_class_name_from_pci_ids int scan.c  
518
FunctionFunction get_name_from_pci_ids int scan.c  
519
FunctionFunction find_pci_device struct match * scan.c  
520
FunctionFunction pci_scan struct pci_domain * scan.c  
521
FunctionFunction gather_additional_pci_config void scan.c  
522
FunctionFunction free_pci_domain void scan.c  
523
FunctionFunction get_module_name_from_alias int scan.c  
524
FunctionFunction __ansi_init void ansi.c  
525
FunctionFunction __ansi_putchar void ansi.c  
526
FunctionFunction __ansicon_open int ansicon_write.c  
527
FunctionFunction __ansicon_close int ansicon_write.c  
528
StaticStatic ansicon_attribute static uint8_t ansicon_write.c  
529
StaticStatic ansicon_erase static void ansicon_write.c  
530
StaticStatic ansicon_showcursor static void ansicon_write.c  
531
StaticStatic ansicon_set_cursor static void ansicon_write.c  
532
StaticStatic ansicon_write_char static void ansicon_write.c  
533
StaticStatic ansicon_scroll_up static void ansicon_write.c  
534
FunctionFunction __ansicon_write ssize_t ansicon_write.c  
535
FunctionFunction __ansicon_beep void ansicon_write.c  
536
StaticStatic __ansiserial_write static ssize_t ansiserial_write.c  
537
FunctionFunction __parse_argv int argv.c  
538
FunctionFunction __cfarcall int cfarcall.c  
539
FunctionFunction close int close.c  
540
StaticStatic __err_read static ssize_t err_read.c  
541
StaticStatic __err_write static ssize_t err_write.c  
542
FunctionFunction __farcall void farcall.c  
543
FunctionFunction __file_close int fileclose.c  
544
FunctionFunction __file_get_block int fileread.c  
545
FunctionFunction __file_read ssize_t fileread.c  
546
FunctionFunction fstat int fstat.c  
547
FunctionFunction ftell long ftell.c  
548
FunctionFunction is_gpxe bool gpxe.c  
549
FunctionFunction __intcall void intcall.c  
550
FunctionFunction isatty int isatty.c  
551
FunctionFunction display_cursor void libansi.c  
552
FunctionFunction clear_end_of_line void libansi.c  
553
FunctionFunction move_cursor_left void libansi.c  
554
FunctionFunction move_cursor_right void libansi.c  
555
FunctionFunction set_cursor_blink void libansi.c  
556
FunctionFunction clear_line void libansi.c  
557
FunctionFunction clear_beginning_of_line void libansi.c  
558
FunctionFunction move_cursor_to_column void libansi.c  
559
FunctionFunction move_cursor_to_next_line void libansi.c  
560
FunctionFunction disable_utf8 void libansi.c  
561
FunctionFunction set_g1_special_char void libansi.c  
562
FunctionFunction set_us_g0_charset void libansi.c  
563
FunctionFunction clear_entire_screen void libansi.c  
564
StaticStatic cprint_vga2ansi static void libansi.c cprint_vga2ansi - given a VGA attribute, print a character
565
FunctionFunction cls void libansi.c  
566
FunctionFunction reset_colors void libansi.c  
567
FunctionFunction cprint void libansi.c cprint - given a VGA attribute, print a single character at cursor
568
FunctionFunction csprint void libansi.c csprint - given a VGA attribute, print a NULL-terminated string
569
FunctionFunction clearwindow void libansi.c clearwindow - fill a given a region on the screen
570
FunctionFunction __line_input ssize_t line_input.c  
571
StaticStatic __null_read static ssize_t null_read.c  
572
StaticStatic __null_write static ssize_t null_write.c  
573
FunctionFunction open int open.c  
574
FunctionFunction openconsole int openconsole.c  
575
FunctionFunction opendev int opendev.c  
576
FunctionFunction __rawcon_read ssize_t rawcon_read.c  
577
StaticStatic __rawcon_write static ssize_t rawcon_write.c  
578
FunctionFunction read ssize_t read.c  
579
FunctionFunction getscreensize int screensize.c  
580
FunctionFunction __serial_write ssize_t serial_write.c  
581
StaticStatic __stdcon_read static ssize_t stdcon_read.c  
582
StaticStatic __stdcon_write static ssize_t stdcon_write.c  
583
FunctionFunction times clock_t times.c  
584
FunctionFunction vesacon_set_resolution void vesacon_write.c  
585
FunctionFunction __vesacon_open int vesacon_write.c  
586
FunctionFunction __vesacon_close int vesacon_write.c  
587
StaticStatic vesacon_erase static void vesacon_write.c  
588
StaticStatic vesacon_write_char static void vesacon_write.c  
589
FunctionFunction vesacon_cursor_enable void vesacon_write.c  
590
StaticStatic vesacon_showcursor static void vesacon_write.c  
591
StaticStatic vesacon_setcursor static void vesacon_write.c  
592
StaticStatic vesacon_scroll_up static void vesacon_write.c  
593
FunctionFunction __vesacon_write ssize_t vesacon_write.c  
594
StaticStatic __vesaserial_write static ssize_t vesaserial_write.c  
595
FunctionFunction write ssize_t write.c  
596
InlineInline get_cr0 static inline uint64_t x86_init_fpu.c  
597
InlineInline set_cr0 static inline void x86_init_fpu.c  
598
FunctionFunction x86_init_fpu int x86_init_fpu.c  
599
StaticStatic emit static void xserial_write.c  
600
FunctionFunction __xserial_write ssize_t xserial_write.c  
601
StaticStatic gzip_file_init static int zfile.c  
602
StaticStatic gzip_file_read static ssize_t zfile.c  
603
StaticStatic gzip_file_close static int zfile.c  
604
FunctionFunction zopen int zfile.c  
605
FunctionFunction zfopen FILE * zfopen.c  
606
StaticStatic draw_background_line static void background.c * FIX: This really should be alpha-blended with color index 0 **
607
StaticStatic draw_background static void background.c  
608
StaticStatic tile_image static void background.c  
609
StaticStatic read_png_file static int background.c  
610
StaticStatic jpeg_sig_cmp static int background.c  
611
StaticStatic read_jpeg_file static int background.c  
612
FunctionFunction vesacon_default_background int background.c  
613
FunctionFunction vesacon_set_background int background.c  
614
InlineInline lss16_sig_cmp static inline int background.c  
615
StaticStatic read_lss16_file static int background.c  
616
FunctionFunction vesacon_load_background int background.c  
617
FunctionFunction __vesacon_init_background int background.c  
618
InlineInline copy_dword static inline void * drawtxt.c  
619
InlineInline __attribute__ static inline drawtxt.c  
620
StaticStatic alpha_pixel static uint32_t drawtxt.c  
621
StaticStatic vesacon_update_characters static void drawtxt.c  
622
FunctionFunction __vesacon_doit void drawtxt.c  
623
InlineInline vesacon_touch static inline void drawtxt.c  
624
FunctionFunction __vesacon_erase void drawtxt.c  
625
FunctionFunction __vesacon_scroll_up void drawtxt.c  
626
FunctionFunction __vesacon_write_char void drawtxt.c  
627
FunctionFunction __vesacon_set_cursor void drawtxt.c  
628
FunctionFunction __vesacon_init_cursor void drawtxt.c  
629
FunctionFunction __vesacon_redraw_text void drawtxt.c  
630
StaticStatic format_pxf_bgra32 static const void * fmtpixel.c  
631
StaticStatic format_pxf_bgr24 static const void * fmtpixel.c  
632
StaticStatic format_pxf_le_rgb16_565 static const void * fmtpixel.c  
633
StaticStatic format_pxf_le_rgb15_555 static const void * fmtpixel.c  
634
StaticStatic good_marker static void i915resolution.c  
635
StaticStatic bad_marker static void i915resolution.c  
636
StaticStatic status static void i915resolution.c  
637
InlineInline good_marker static inline void i915resolution.c  
638
InlineInline bad_marker static inline void i915resolution.c  
639
InlineInline status static inline void i915resolution.c  
640
StaticStatic get_chipset_id static unsigned int i915resolution.c  
641
StaticStatic get_chipset static chipset_type i915resolution.c  
642
StaticStatic map_type1_resolution static vbios_resolution_type1 * i915resolution.c  
643
StaticStatic map_type2_resolution static vbios_resolution_type2 * i915resolution.c  
644
StaticStatic map_type3_resolution static vbios_resolution_type3 * i915resolution.c  
645
StaticStatic detect_bios_type static bool i915resolution.c  
646
InlineInline close_vbios static inline void i915resolution.c  
647
StaticStatic open_vbios static vbios_map * i915resolution.c  
648
StaticStatic unlock_vbios static void i915resolution.c  
649
StaticStatic relock_vbios static void i915resolution.c  
650
StaticStatic list_modes static void i915resolution.c  
651
StaticStatic gtf_timings static void i915resolution.c  
652
StaticStatic set_mode static int i915resolution.c  
653
InlineInline display_map_info static inline void i915resolution.c  
654
FunctionFunction __vesacon_i915resolution int i915resolution.c  
655
StaticStatic unpack_font static void initvesa.c  
656
StaticStatic is_power_of_2 static int __constfunc initvesa.c  
657
StaticStatic vesacon_paged_mode_ok static int initvesa.c  
658
StaticStatic vesacon_set_mode static int initvesa.c  
659
StaticStatic init_text_display static int initvesa.c  
660
FunctionFunction __vesacon_init int initvesa.c  
661
InlineInline ilog2 static inline int __constfunc screencpy.c  
662
FunctionFunction __vesacon_init_copy_to_screen void screencpy.c  
663
StaticStatic set_window_pos static void screencpy.c  
664
FunctionFunction __vesacon_copy_to_screen void screencpy.c  
665
FunctionFunction syslinux_add_movelist int addlist.c  
666
FunctionFunction __syslinux_get_adv void __constructor adv.c  
667
FunctionFunction syslinux_adv_write int advwrite.c  
668
FunctionFunction syslinux_final_cleanup void cleanup.c  
669
FunctionFunction __syslinux_get_config_file_name void __constructor config.c  
670
FunctionFunction __syslinux_get_derivative_info void __constructor dsinfo.c  
671
FunctionFunction syslinux_dump_memmap void dump_mmap.c  
672
FunctionFunction syslinux_dump_movelist void dump_movelist.c  
673
FunctionFunction __syslinux_detect_features void __constructor features.c  
674
FunctionFunction floadfile int floadfile.c  
675
FunctionFunction syslinux_free_movelist void freelist.c  
676
FunctionFunction syslinux_getadv const void * getadv.c  
677
FunctionFunction syslinux_idle void idle.c  
678
FunctionFunction initramfs_init struct initramfs * initramfs.c  
679
FunctionFunction initramfs_add_data int initramfs.c  
680
FunctionFunction initramfs_load_archive int initramfs_archive.c  
681
StaticStatic initramfs_mkdirs static size_t initramfs_file.c  
682
FunctionFunction initramfs_mknod int initramfs_file.c  
683
FunctionFunction initramfs_add_file int initramfs_file.c  
684
FunctionFunction initramfs_add_trailer int initramfs_file.c  
685
FunctionFunction initramfs_load_file int initramfs_loadfile.c  
686
FunctionFunction __syslinux_get_ipappend_strings void __constructor ipappend.c  
687
FunctionFunction __syslinux_get_keyboard_map void __constructor keyboard.c  
688
FunctionFunction loadfile int loadfile.c  
689
StaticStatic suffix_number static unsigned long long load_linux.c  
690
StaticStatic find_argument static const char * load_linux.c  
691
InlineInline saturate32 static inline uint32_t load_linux.c  
692
StaticStatic initramfs_size static addr_t load_linux.c  
693
StaticStatic map_initramfs static int load_linux.c  
694
FunctionFunction syslinux_boot_linux int load_linux.c  
695
FunctionFunction syslinux_local_boot void localboot.c  
696
StaticStatic syslinux_memory_map_callback static int memmap.c  
697
FunctionFunction syslinux_memory_map struct syslinux_memmap * memmap.c  
698
FunctionFunction syslinux_scan_memory int memscan.c  
699
StaticStatic new_movelist static struct syslinux_movelist * movebits.c  
700
StaticStatic dup_movelist static struct syslinux_movelist * movebits.c  
701
StaticStatic add_freelist static void movebits.c  
702
StaticStatic split_movelist static struct syslinux_movelist ** movebits.c  
703
StaticStatic delete_movelist static void movebits.c  
704
StaticStatic free_movelist static void movebits.c  
705
StaticStatic is_free_zone static const struct syslinux_memmap * movebits.c  
706
StaticStatic free_area static addr_t movebits.c  
707
StaticStatic allocate_from static void movebits.c  
708
StaticStatic shuffle_dealias static void movebits.c  
709
StaticStatic move_chunk static void movebits.c  
710
FunctionFunction syslinux_compute_movelist int movebits.c  
711
FunctionFunction main int movebits.c  
712
FunctionFunction pxe_dns uint32_t pxe_dns.c  
713
FunctionFunction pxe_get_cached_info int pxe_get_cached.c  
714
FunctionFunction pxe_get_nic_type int pxe_get_nic.c  
715
FunctionFunction syslinux_reboot __noreturn reboot.c  
716
FunctionFunction syslinux_run_kernel_image void runimage.c  
717
FunctionFunction syslinux_run_command __noreturn run_command.c  
718
FunctionFunction syslinux_run_default __noreturn run_default.c  
719
FunctionFunction __syslinux_get_serial_console_info void __constructor serial.c  
720
FunctionFunction syslinux_setadv int setadv.c  
721
StaticStatic __syslinux_get_shuffer_size static void __constructor shuffle.c  
722
FunctionFunction syslinux_do_shuffle int shuffle.c  
723
FunctionFunction syslinux_target_memmap struct syslinux_memmap * shuffle.c  
724
FunctionFunction syslinux_shuffle_boot_pm int shuffle_pm.c  
725
FunctionFunction syslinux_shuffle_boot_rm int shuffle_rm.c  
726
FunctionFunction __syslinux_get_version void __constructor version.c  
727
FunctionFunction zloadfile int zloadfile.c  
728
FunctionFunction syslinux_init_memmap struct syslinux_memmap * zonelist.c  
729
FunctionFunction syslinux_add_memmap int zonelist.c  
730
FunctionFunction syslinux_memmap_type enum syslinux_memmap_types zonelist.c  
731
FunctionFunction syslinux_memmap_largest int zonelist.c  
732
FunctionFunction syslinux_memmap_find int zonelist.c  
733
FunctionFunction syslinux_free_memmap void zonelist.c  
734
FunctionFunction syslinux_dup_memmap struct syslinux_memmap * zonelist.c  
735
FunctionFunction syslinux_font_query int fontquery.c  
736
FunctionFunction syslinux_force_text_mode void forcetext.c  
737
FunctionFunction syslinux_report_video_mode void reportmode.c  
738
FunctionFunction adler32 uLong ZEXPORT adler32.c  
739
FunctionFunction compress2 int ZEXPORT compress.c  
740
FunctionFunction compress int ZEXPORT compress.c  
741
FunctionFunction compressBound uLong ZEXPORT compress.c  
742
FunctionFunction make_crc_table local void crc32.c  
743
FunctionFunction write_table local void crc32.c  
744
FunctionFunction get_crc_table const unsigned long FAR * ZEXPORT crc32.c  
745
FunctionFunction crc32 unsigned long ZEXPORT crc32.c  
746
FunctionFunction crc32_little local unsigned long crc32.c  
747
FunctionFunction crc32_big local unsigned long crc32.c  
748
FunctionFunction deflateInit_ int ZEXPORT deflate.c  
749
FunctionFunction deflateInit2_ int ZEXPORT deflate.c  
750
FunctionFunction deflateSetDictionary int ZEXPORT deflate.c  
751
FunctionFunction deflateReset int ZEXPORT deflate.c  
752
FunctionFunction deflatePrime int ZEXPORT deflate.c  
753
FunctionFunction deflateParams int ZEXPORT deflate.c  
754
FunctionFunction deflateBound uLong ZEXPORT deflate.c  
755
FunctionFunction putShortMSB local void deflate.c  
756
FunctionFunction flush_pending local void deflate.c  
757
FunctionFunction deflate int ZEXPORT deflate.c  
758
FunctionFunction deflateEnd int ZEXPORT deflate.c  
759
FunctionFunction deflateCopy int ZEXPORT deflate.c  
760
FunctionFunction read_buf local int deflate.c  
761
FunctionFunction lm_init local void deflate.c  
762
FunctionFunction longest_match local uInt deflate.c  
763
FunctionFunction longest_match_fast local uInt deflate.c  
764
FunctionFunction check_match local void deflate.c  
765
FunctionFunction fill_window local void deflate.c  
766
FunctionFunction deflate_stored local block_state deflate.c  
767
FunctionFunction deflate_fast local block_state deflate.c  
768
FunctionFunction deflate_slow local block_state deflate.c  
769
FunctionFunction inflateBackInit_ int ZEXPORT infback.c  
770
FunctionFunction fixedtables local void infback.c  
771
FunctionFunction inflateBack int ZEXPORT infback.c  
772
FunctionFunction inflateBackEnd int ZEXPORT infback.c  
773
FunctionFunction inflate_fast void inffast.c  
774
FunctionFunction inflateReset int ZEXPORT inflate.c  
775
FunctionFunction inflateInit2_ int ZEXPORT inflate.c  
776
FunctionFunction inflateInit_ int ZEXPORT inflate.c  
777
FunctionFunction fixedtables local void inflate.c  
778
FunctionFunction makefixed void inflate.c  
779
FunctionFunction updatewindow local int inflate.c  
780
FunctionFunction inflate int ZEXPORT inflate.c  
781
FunctionFunction inflateEnd int ZEXPORT inflate.c  
782
FunctionFunction inflateSetDictionary int ZEXPORT inflate.c  
783
FunctionFunction syncsearch local unsigned inflate.c  
784
FunctionFunction inflateSync int ZEXPORT inflate.c  
785
FunctionFunction inflateSyncPoint int ZEXPORT inflate.c  
786
FunctionFunction inflateCopy int ZEXPORT inflate.c  
787
FunctionFunction inflate_table int inftrees.c  
788
FunctionFunction send_bits local void trees.c  
789
FunctionFunction tr_static_init local void trees.c  
790
FunctionFunction gen_trees_header void trees.c  
791
FunctionFunction _tr_init void trees.c  
792
FunctionFunction init_block local void trees.c  
793
FunctionFunction pqdownheap local void trees.c  
794
FunctionFunction gen_bitlen local void trees.c  
795
FunctionFunction gen_codes local void trees.c  
796
FunctionFunction build_tree local void trees.c  
797
FunctionFunction scan_tree local void trees.c  
798
FunctionFunction send_tree local void trees.c  
799
FunctionFunction build_bl_tree local int trees.c  
800
FunctionFunction send_all_trees local void trees.c  
801
FunctionFunction _tr_stored_block void trees.c  
802
FunctionFunction _tr_align void trees.c  
803
FunctionFunction _tr_flush_block void trees.c  
804
FunctionFunction uncompress int ZEXPORT uncompr.c  
805
FunctionFunction zlibVersion const char * ZEXPORT zutil.c  
806
FunctionFunction zlibCompileFlags uLong ZEXPORT zutil.c  
807
FunctionFunction z_error void zutil.c  
808
FunctionFunction zError const char * ZEXPORT zutil.c  
809
FunctionFunction zmemcpy void zutil.c  
810
FunctionFunction zmemcmp int zutil.c  
811
FunctionFunction zmemzero void zutil.c  
812
FunctionFunction zcalloc voidpf zutil.c  
813
FunctionFunction zcfree void zutil.c  
814
FunctionFunction zcalloc voidpf zutil.c  
815
FunctionFunction zcfree void zutil.c  
816
FunctionFunction zcalloc voidpf zutil.c  
817
FunctionFunction zcfree void zutil.c  
818
FunctionFunction console_ansi_std void ansiline.c  
819
StaticStatic __attribute__ static void ansiline.c  
820
StaticStatic __attribute__ static void ansiline.c  
821
FunctionFunction console_ansi_std void ansiline.c  
822
FunctionFunction console_ansi_raw void ansiraw.c  
823
StaticStatic __attribute__ static void ansiraw.c  
824
StaticStatic __attribute__ static void ansiraw.c  
825
FunctionFunction console_ansi_raw void ansiraw.c  
826
FunctionFunction genbase64 size_t base64.c  
827
FunctionFunction main int base64.c  
828
StaticStatic _crypt_to64 static char * crypt-md5.c  
829
FunctionFunction crypt_md5 char * crypt-md5.c  
830
FunctionFunction main int crypt-md5.c  
831
FunctionFunction get_key int get_key.c  
832
FunctionFunction MD5Init void md5.c  
833
FunctionFunction MD5Update void md5.c  
834
StaticStatic MD5Pad static void md5.c  
835
FunctionFunction MD5Final void md5.c  
836
StaticStatic MD5Transform static void md5.c  
837
FunctionFunction SHAPrintContext void sha1hash.c  
838
FunctionFunction SHA1Transform void sha1hash.c  
839
FunctionFunction SHA1Init void sha1hash.c  
840
FunctionFunction SHA1Update void sha1hash.c  
841
FunctionFunction SHA1Final void sha1hash.c  
842
FunctionFunction mybase64 char * sha1hash.c  
843
FunctionFunction main int sha1hash.c  
844
StaticStatic sha256_process_block static void sha256crypt.c  
845
StaticStatic sha256_init_ctx static void sha256crypt.c  
846
StaticStatic sha256_finish_ctx static void * sha256crypt.c  
847
StaticStatic sha256_process_bytes static void sha256crypt.c  
848
StaticStatic sha256_crypt_r static char * sha256crypt.c  
849
FunctionFunction sha256_crypt char * sha256crypt.c  
850
FunctionFunction main int sha256crypt.c  
851
StaticStatic sha512_process_block static void sha512crypt.c  
852
StaticStatic sha512_init_ctx static void sha512crypt.c  
853
StaticStatic sha512_finish_ctx static void * sha512crypt.c  
854
StaticStatic sha512_process_bytes static void sha512crypt.c  
855
StaticStatic sha512_crypt_r static char * sha512crypt.c  
856
FunctionFunction sha512_crypt char * sha512crypt.c  
857
FunctionFunction main int sha512crypt.c  
858
FunctionFunction unbase64 size_t unbase64.c  
859
FunctionFunction mboot_apm void apm.c  
860
FunctionFunction set_graphics_mode void initvesa.c  
861
FunctionFunction map_data addr_t map.c  
862
FunctionFunction map_string addr_t map.c  
863
FunctionFunction init_map int map.c  
864
FunctionFunction map_image struct multiboot_header * map.c  
865
StaticStatic mboot_map_stack static void map.c  
866
FunctionFunction mboot_run void map.c  
867
StaticStatic map_modules static int mboot.c  
868
StaticStatic get_modules static int mboot.c  
869
FunctionFunction main int mboot.c  
870
StaticStatic mboot_scan_memory static int mem.c  
871
FunctionFunction mboot_make_memmap void mem.c  
872
FunctionFunction mboot_solaris_dhcp_hack void solaris.c  
873
FunctionFunction mboot_syslinux_info void syslinux.c  
874
FunctionFunction set_background void background.c  
875
FunctionFunction set_msg_colors_global void colors.c  
876
FunctionFunction default_color_table struct color_table * colors.c  
877
FunctionFunction copy_color_table struct color_table * colors.c  
878
FunctionFunction drain_keyboard void drain.c  
879
FunctionFunction execute void execute.c  
880
FunctionFunction draw_background int menu.c  
881
FunctionFunction set_resolution void menu.c  
882
FunctionFunction local_cursor_enable void menu.c  
883
FunctionFunction start_console void menu.c  
884
StaticStatic pad_line static char * menumain.c  
885
StaticStatic display_entry static void menumain.c  
886
StaticStatic draw_row static void menumain.c  
887
FunctionFunction mygetkey int menumain.c  
888
StaticStatic ask_passwd static int menumain.c  
889
StaticStatic draw_menu static void menumain.c  
890
StaticStatic clear_screen static void menumain.c  
891
StaticStatic display_help static void menumain.c  
892
StaticStatic show_fkey static void menumain.c  
893
StaticStatic edit_cmdline static const char * menumain.c  
894
InlineInline shift_is_held static inline int menumain.c  
895
StaticStatic print_timeout_message static void menumain.c  
896
StaticStatic prepare_screen_for_menu static void menumain.c  
897
StaticStatic do_hidden_menu static const char * menumain.c  
898
StaticStatic run_menu static const char * menumain.c  
899
FunctionFunction main int menumain.c  
900
StaticStatic passwd_compare_sha1 static int passwd.c  
901
StaticStatic passwd_compare_md5 static int passwd.c  
902
StaticStatic passwd_compare_sha256 static int passwd.c  
903
StaticStatic passwd_compare_sha512 static int passwd.c  
904
FunctionFunction passwd_compare int passwd.c  
905
StaticStatic draw_message_file static int printmsg.c  
906
FunctionFunction show_message_file int printmsg.c  
907
StaticStatic find_menu static struct menu * readconfig.c  
908
StaticStatic skipspace static char * readconfig.c  
909
StaticStatic strip_caret static const char * readconfig.c  
910
StaticStatic looking_at static char * readconfig.c  
911
StaticStatic new_menu static struct menu * readconfig.c  
912
StaticStatic clear_label_data static void readconfig.c  
913
StaticStatic new_entry static struct menu_entry * readconfig.c  
914
StaticStatic consider_for_hotkey static void readconfig.c  
915
StaticStatic record static void readconfig.c  
916
StaticStatic begin_submenu static struct menu * readconfig.c  
917
StaticStatic end_submenu static struct menu * readconfig.c  
918
StaticStatic find_label static struct menu_entry * readconfig.c  
919
StaticStatic unlabel static const char * readconfig.c  
920
StaticStatic refdup_word static const char * readconfig.c  
921
FunctionFunction my_isxdigit int readconfig.c  
922
FunctionFunction hexval unsigned int readconfig.c  
923
FunctionFunction hexval2 unsigned int readconfig.c  
924
FunctionFunction parse_argb uint32_t readconfig.c  
925
StaticStatic is_kernel_type static char * readconfig.c  
926
StaticStatic is_message_name static char * readconfig.c  
927
StaticStatic is_fkey static char * readconfig.c  
928
StaticStatic parse_config_file static void readconfig.c  
929
StaticStatic parse_one_config static int readconfig.c  
930
StaticStatic resolve_gotos static void readconfig.c  
931
FunctionFunction parse_configs void readconfig.c  
932
FunctionFunction refstr_alloc char * refstr.c  
933
FunctionFunction refstrndup const char * refstr.c  
934
FunctionFunction refstrdup const char * refstr.c  
935
FunctionFunction vrsprintf int refstr.c  
936
FunctionFunction rsprintf int refstr.c  
937
FunctionFunction refstr_put void refstr.c  
938
FunctionFunction draw_background int vesamenu.c  
939
FunctionFunction set_resolution void vesamenu.c  
940
FunctionFunction local_cursor_enable void vesamenu.c  
941
FunctionFunction start_console void vesamenu.c  
942
InlineInline error static inline void chain.c  
943
StaticStatic int13_retry static int chain.c  
944
StaticStatic get_disk_params static int chain.c  
945
StaticStatic read_sector static void * chain.c  
946
StaticStatic write_sector static int chain.c  
947
StaticStatic write_verify_sector static int chain.c  
948
StaticStatic find_disk static int chain.c  
949
StaticStatic find_logical_partition static struct part_entry * chain.c  
950
StaticStatic do_boot static void chain.c  
951
StaticStatic hide_unhide static int chain.c  
952
StaticStatic get_file_lba static uint32_t chain.c  
953
StaticStatic usage static void chain.c  
954
FunctionFunction main int chain.c  
955
FunctionFunction main int cmd.c  
956
FunctionFunction main int config.c  
957
StaticStatic dump_reg static void cpuid.c  
958
FunctionFunction main int cpuid.c  
959
FunctionFunction main int cpuidtest.c  
960
FunctionFunction main int disk.c  
961
FunctionFunction display_memory void dmitest.c  
962
FunctionFunction display_battery void dmitest.c  
963
FunctionFunction display_bios void dmitest.c  
964
FunctionFunction display_system void dmitest.c  
965
FunctionFunction display_base_board void dmitest.c  
966
FunctionFunction display_chassis void dmitest.c  
967
FunctionFunction display_cpu void dmitest.c  
968
FunctionFunction main int dmitest.c  
969
FunctionFunction display_bios_characteristics void dmi_utils.c  
970
FunctionFunction display_base_board_features void dmi_utils.c  
971
FunctionFunction display_processor_flags void dmi_utils.c  
972
InlineInline error static inline void elf.c  
973
FunctionFunction boot_elf int elf.c  
974
FunctionFunction main int elf.c  
975
StaticStatic skipspace static char * ethersel.c  
976
StaticStatic looking_at static int ethersel.c  
977
StaticStatic get_did static char * ethersel.c  
978
StaticStatic get_rid_range static char * ethersel.c  
979
StaticStatic parse_config static struct match * ethersel.c  
980
FunctionFunction main int ethersel.c  
981
StaticStatic gpxecmd static void gpxecmd.c  
982
FunctionFunction main int gpxecmd.c  
983
StaticStatic sleep static unsigned char ifcpu.c  
984
StaticStatic boot_args static void ifcpu.c  
985
FunctionFunction main int ifcpu.c  
986
StaticStatic cpu_has_cpuid static bool __constfunc ifcpu64.c  
987
StaticStatic cpu_has_level static bool __constfunc ifcpu64.c  
988
StaticStatic cpu_has_feature static bool __constfunc ifcpu64.c  
989
StaticStatic boot_args static void ifcpu64.c  
990
FunctionFunction main int ifcpu64.c  
991
InlineInline error static inline void kbdmap.c  
992
FunctionFunction main int kbdmap.c  
993
StaticStatic find_argument static char * linux.c  
994
StaticStatic find_boolean static int linux.c  
995
StaticStatic make_cmdline static char * linux.c  
996
FunctionFunction main int linux.c  
997
StaticStatic dump_e820 static void meminfo.c  
998
StaticStatic dump_legacy static void meminfo.c  
999
FunctionFunction main int meminfo.c  
1000
FunctionFunction display_pci_devices void pcitest.c  
1001
FunctionFunction main int pcitest.c  
1002
InlineInline error static inline void pmload.c  
1003
FunctionFunction boot_raw int pmload.c  
1004
FunctionFunction main int pmload.c  
1005
FunctionFunction main int reboot.c  
1006
StaticStatic sanboot static void sanboot.c  
1007
FunctionFunction main int sanboot.c  
1008
InlineInline error static inline void sdi.c  
1009
StaticStatic boot_sdi static int sdi.c  
1010
FunctionFunction has_valid_header int sdi.c  
1011
FunctionFunction main int sdi.c  
1012
StaticStatic wait_key static void vesainfo.c  
1013
StaticStatic print_modes static void vesainfo.c  
1014
FunctionFunction main int vesainfo.c  
1015
FunctionFunction main int vpdtest.c  
1016
FunctionFunction rosh_version void rosh.c  
1017
FunctionFunction rosh_help void rosh.c  
1018
FunctionFunction rosh_issp int rosh.c  
1019
FunctionFunction rosh_search_nonsp int rosh.c  
1020
FunctionFunction rosh_search_sp int rosh.c  
1021
FunctionFunction rosh_parse_sp_1 int rosh.c  
1022
FunctionFunction rosh_error void rosh.c  
1023
FunctionFunction rosh_argcat int rosh.c  
1024
FunctionFunction rosh_console_raw void rosh.c  
1025
FunctionFunction rosh_console_std void rosh.c  
1026
FunctionFunction rosh_getkey int rosh.c  
1027
FunctionFunction rosh_1 void rosh.c  
1028
FunctionFunction rosh_cat void rosh.c  
1029
FunctionFunction rosh_cd void rosh.c  
1030
FunctionFunction rosh_cfg void rosh.c  
1031
FunctionFunction rosh_dir_arg void rosh.c  
1032
FunctionFunction rosh_dir void rosh.c  
1033
FunctionFunction rosh_ls void rosh.c  
1034
FunctionFunction rosh_more_buf void rosh.c  
1035
FunctionFunction rosh_more_fd void rosh.c  
1036
FunctionFunction rosh_more void rosh.c  
1037
FunctionFunction rosh_less void rosh.c  
1038
FunctionFunction rosh_pwd void rosh.c  
1039
FunctionFunction rosh_run void rosh.c  
1040
FunctionFunction rosh_command char rosh.c  
1041
FunctionFunction rosh_prompt int rosh.c  
1042
FunctionFunction main int rosh.c  
1043
FunctionFunction main int advdump.c  
1044
FunctionFunction main int cat.c  
1045
FunctionFunction main int entrydump.c  
1046
FunctionFunction main int fancyhello.c  
1047
FunctionFunction main int hello.c  
1048
StaticStatic cooked_keys static void keytest.c  
1049
StaticStatic raw_keys static void keytest.c  
1050
FunctionFunction main int keytest.c  
1051
FunctionFunction main int localboot.c  
1052
FunctionFunction resolv uint32_t resolv.c  
1053
FunctionFunction main int resolv.c  
1054
FunctionFunction main int serialinfo.c  
1055
StaticStatic send_ack_packet static int be_tftp.c  
1056
StaticStatic be_tftp_write static int be_tftp.c  
1057
StaticStatic add_crc16 static void be_ymodem.c  
1058
StaticStatic send_ack_blk static void be_ymodem.c  
1059
StaticStatic send_ack static void be_ymodem.c  
1060
StaticStatic be_ymodem_write static int be_ymodem.c  
1061
FunctionFunction cpio_pad int cpio.c  
1062
FunctionFunction cpio_hdr int cpio.c  
1063
FunctionFunction cpio_mkdir int cpio.c  
1064
FunctionFunction cpio_writefile int cpio.c  
1065
FunctionFunction cpio_close int cpio.c  
1066
StaticStatic has_eflag static bool cpuid.c  
1067
InlineInline get_cpuid static inline void cpuid.c  
1068
FunctionFunction dump_cpuid void cpuid.c  
1069
StaticStatic frombcd static uint8_t ctime.c  
1070
FunctionFunction posix_time uint32_t ctime.c  
1071
StaticStatic checksum static uint8_t dmi.c  
1072
StaticStatic is_old_dmi static bool dmi.c  
1073
StaticStatic is_smbios static bool dmi.c  
1074
StaticStatic dump_smbios static void dmi.c  
1075
StaticStatic dump_old_dmi static void dmi.c  
1076
FunctionFunction dump_dmi void dmi.c  
1077
FunctionFunction die __noreturn main.c  
1078
StaticStatic dump_all static void main.c  
1079
FunctionFunction usage __noreturn main.c  
1080
FunctionFunction main int main.c  
1081
StaticStatic dump_e820 static void memmap.c  
1082
FunctionFunction dump_memory_map void memmap.c  
1083
FunctionFunction snapshot_lowmem void memory.c  
1084
StaticStatic dump_memory_range static void memory.c  
1085
FunctionFunction dump_memory void memory.c  
1086
StaticStatic dump_pci_device static void pci.c  
1087
FunctionFunction dump_pci void pci.c  
1088
FunctionFunction serial_init int serial.c  
1089
FunctionFunction serial_write void serial.c  
1090
FunctionFunction serial_read void serial.c  
1091
FunctionFunction serial_cleanup void serial.c  
1092
FunctionFunction dump_vesa_tables void vesa.c  
1093
FunctionFunction init_data int zout.c  
1094
StaticStatic do_deflate static int zout.c  
1095
FunctionFunction write_data int zout.c  
1096
FunctionFunction flush_data int zout.c  
1097
FunctionFunction __parse_argv int argv.c  
1098
FunctionFunction atou unsigned int atou.c  
1099
FunctionFunction putchar int conio.c  
1100
FunctionFunction puts int conio.c  
1101
StaticStatic __free_block static struct free_arena_header * free.c  
1102
FunctionFunction free void free.c  
1103
InlineInline sp static inline size_t malloc.c  
1104
FunctionFunction __init_memory_arena void malloc.c  
1105
StaticStatic __malloc_from_block static void * malloc.c  
1106
FunctionFunction malloc void * malloc.c  
1107
FunctionFunction perror void perror.c  
1108
StaticStatic strnlen static int printf.c  
1109
StaticStatic number static char * printf.c  
1110
FunctionFunction vsprintf int printf.c  
1111
FunctionFunction sprintf int printf.c  
1112
FunctionFunction printf int printf.c  
1113
FunctionFunction skip_atou unsigned int skipatou.c  
1114
FunctionFunction pause void syslinux.c  
1115
FunctionFunction __attribute__ void syslinux.c  
1116
FunctionFunction __attribute__ void syslinux.c  
1117
FunctionFunction warning void syslinux.c  
1118
FunctionFunction creat int syslinux.c  
1119
FunctionFunction close void syslinux.c  
1120
FunctionFunction rename int syslinux.c  
1121
FunctionFunction write_file ssize_t syslinux.c  
1122
InlineInline __attribute__ static inline syslinux.c  
1123
FunctionFunction write_device void syslinux.c  
1124
FunctionFunction read_device void syslinux.c  
1125
FunctionFunction get_partition_offset uint32_t syslinux.c  
1126
FunctionFunction write_mbr void syslinux.c  
1127
FunctionFunction read_mbr void syslinux.c  
1128
FunctionFunction set_attributes void syslinux.c  
1129
FunctionFunction libfat_xpread int syslinux.c  
1130
InlineInline get_dos_version static inline void syslinux.c  
1131
InlineInline set_lock_device static inline void syslinux.c  
1132
StaticStatic do_lock static int syslinux.c  
1133
FunctionFunction lock_device void syslinux.c  
1134
FunctionFunction unlock_device void syslinux.c  
1135
StaticStatic adjust_mbr static void syslinux.c  
1136
FunctionFunction main int syslinux.c  
1137
FunctionFunction __divdi3 int64_t __divdi3.c  
1138
FunctionFunction __udivmoddi4 uint64_t __udivmoddi4.c  
1139
FunctionFunction query_memdisk struct memdiskinfo * mdiskchk.c  
1140
FunctionFunction bootloadername const char * mdiskchk.c  
1141
FunctionFunction main int mdiskchk.c  
1142
StaticStatic __attribute__ static void main.c  
1143
FunctionFunction __attribute__ void main.c  
1144
FunctionFunction xpread ssize_t main.c  
1145
FunctionFunction xpwrite ssize_t main.c  
1146
FunctionFunction sectmap int main.c  
1147
FunctionFunction get_size uint64_t main.c  
1148
FunctionFunction get_geometry int main.c  
1149
FunctionFunction patch_file_and_bootblock void main.c  
1150
FunctionFunction read_adv int main.c  
1151
FunctionFunction write_adv int main.c  
1152
FunctionFunction modify_adv int main.c  
1153
FunctionFunction install_bootblock int main.c  
1154
FunctionFunction install_file int main.c  
1155
FunctionFunction already_installed int main.c  
1156
StaticStatic device_cleanup static void main.c  
1157
StaticStatic validate_device static int main.c  
1158
StaticStatic find_device static const char * main.c  
1159
FunctionFunction install_loader int main.c  
1160
FunctionFunction modify_existing_adv int main.c  
1161
FunctionFunction main int main.c  
1162
InlineInline aout_probe static inline os_download_t aout_loader.c  
1163
StaticStatic aout_download static sector_t aout_loader.c  
1164
InlineInline flag_is_changeable static inline int cpu.c @file
1165
FunctionFunction get_cpuinfo void cpu.c Get CPU information
1166
FunctionFunction _dump_regs void __asmcall dumpregs.c  
1167
StaticStatic elf_freebsd_probe static void freebsd_loader.c  
1168
StaticStatic elf_freebsd_fixup_segment static void freebsd_loader.c  
1169
StaticStatic elf_freebsd_find_segment_end static void freebsd_loader.c  
1170
StaticStatic elf_freebsd_debug_loader static int freebsd_loader.c  
1171
StaticStatic elf_freebsd_boot static void freebsd_loader.c  
1172
StaticStatic aout_freebsd_probe static void freebsd_loader.c  
1173
StaticStatic aout_freebsd_boot static void freebsd_loader.c  
1174
StaticStatic gdbmach_find_hwbp static struct hwbp * gdbmach.c  
1175
StaticStatic gdbmach_commit_hwbp static void gdbmach.c  
1176
FunctionFunction gdbmach_set_breakpoint int gdbmach.c  
1177
StaticStatic gdbmach_disable_hwbps static void gdbmach.c  
1178
StaticStatic gdbmach_enable_hwbps static void gdbmach.c  
1179
FunctionFunction gdbmach_handler __asmcall void gdbmach.c  
1180
FunctionFunction __attribute__   nulltrap.c  
1181
InlineInline send_nonspecific_eoi static inline void pic8259.c @file
1182
InlineInline send_specific_eoi static inline void pic8259.c Send specific EOI(s)
1183
FunctionFunction send_eoi void pic8259.c Send End-Of-Interrupt to the PIC
1184
StaticStatic rdtsc_udelay static void rdtsc_timer.c Delay for a fixed number of microseconds
1185
StaticStatic rdtsc_ticks_per_sec static unsigned long rdtsc_timer.c Get number of ticks per second
1186
FunctionFunction relocate __asmcall void relocate.c Relocate Etherboot
1187
StaticStatic load_timer2 static void timer2.c  
1188
StaticStatic timer2_running static int timer2.c  
1189
FunctionFunction timer2_udelay void timer2.c  
1190
StaticStatic memsetw static void video_subr.c  
1191
StaticStatic video_init static void video_subr.c  
1192
StaticStatic video_scroll static void video_subr.c  
1193
StaticStatic vga_putc static void video_subr.c  
1194
StaticStatic wince_probe static os_download_t wince_loader.c  
1195
StaticStatic ce_loader static sector_t wince_loader.c  
1196
StaticStatic get_x_header static int wince_loader.c  
1197
StaticStatic jump_2ep static void wince_loader.c  
1198
StaticStatic x86_readq static uint64_t x86_io.c @file
1199
StaticStatic x86_writeq static void x86_io.c Write 64-bit qword to memory-mapped device
1200
StaticStatic undipci_find_rom static struct undi_rom * undi.c @file
1201
StaticStatic undipci_probe static int undi.c Probe PCI device
1202
StaticStatic undipci_remove static void undi.c Remove PCI device
1203
FunctionFunction undi_load int undiload.c Call UNDI loader to create a pixie
1204
FunctionFunction undi_unload int undiload.c Unload a pixie
1205
StaticStatic undinet_hook_isr static void undinet.c Hook UNDI interrupt service routine
1206
StaticStatic undinet_unhook_isr static void undinet.c Unhook UNDI interrupt service routine
1207
StaticStatic undinet_isr_triggered static int undinet.c Test to see if UNDI ISR has been triggered
1208
StaticStatic undinet_transmit static int undinet.c Transmit packet
1209
StaticStatic undinet_poll static void undinet.c Poll for received packets
1210
StaticStatic undinet_open static int undinet.c Open NIC
1211
StaticStatic undinet_close static void undinet.c Close NIC
1212
StaticStatic undinet_irq static void undinet.c Enable/disable interrupts
1213
FunctionFunction undinet_probe int undinet.c Probe UNDI device
1214
FunctionFunction undinet_remove void undinet.c Remove UNDI device
1215
StaticStatic undibus_probe static int undionly.c @file
1216
StaticStatic undibus_remove static void undionly.c Remove UNDI root bus
1217
StaticStatic undionly_shutdown static void undionly.c Prepare for exit
1218
StaticStatic undirom_parse_pxeromid static int undirom.c Parse PXE ROM ID structure
1219
StaticStatic undirom_parse_pcirheader static int undirom.c Parse PCI expansion header
1220
StaticStatic undirom_probe static int undirom.c Probe UNDI ROM
1221
StaticStatic undirom_probe_all_roms static void undirom.c Create UNDI ROMs for all possible expansion ROMs
1222
FunctionFunction undirom_find_pci struct undi_rom * undirom.c Find UNDI ROM for PCI device
1223
FunctionFunction set_fbms void basemem.c @file
1224
StaticStatic bios_handle_cup static void bios_console.c Handle ANSI CUP (cursor position)
1225
StaticStatic bios_handle_ed static void bios_console.c Handle ANSI ED (erase in page)
1226
StaticStatic bios_handle_sgr static void bios_console.c Handle ANSI SGR (set graphics rendition)
1227
StaticStatic bios_putchar static void bios_console.c Print a character to BIOS console
1228
StaticStatic scancode_to_ansi_seq static const char * bios_console.c Get ANSI escape sequence corresponding to BIOS scancode
1229
StaticStatic bios_getchar static int bios_console.c Get character from BIOS console
1230
StaticStatic bios_iskey static int bios_console.c Check for character ready to read from BIOS console
1231
FunctionFunction fake_e820 void fakee820.c  
1232
FunctionFunction unfake_e820 void fakee820.c  
1233
StaticStatic empty_8042 static void gateA20.c Drain keyboard controller
1234
StaticStatic gateA20_is_set static int gateA20.c Fast test to see if gate A20 is already set
1235
FunctionFunction gateA20_set void gateA20.c  
1236
FunctionFunction gateA20_unset void gateA20.c  
1237
StaticStatic hide_region static void hidemem.c Hide region of memory from system memory map
1238
FunctionFunction hide_basemem void hidemem.c Hide used base memory
1239
FunctionFunction hide_umalloc void hidemem.c Hide umalloc() region
1240
FunctionFunction hide_textdata void hidemem.c Hide .text and .data
1241
StaticStatic hide_etherboot static void hidemem.c Hide Etherboot
1242
StaticStatic unhide_etherboot static void hidemem.c Unhide Etherboot
1243
StaticStatic extmemsize_e801 static unsigned int memmap.c Get size of extended memory via INT 15,e801
1244
StaticStatic extmemsize_88 static unsigned int memmap.c Get size of extended memory via INT 15,88
1245
FunctionFunction extmemsize unsigned int memmap.c Get size of extended memory
1246
StaticStatic meme820 static int memmap.c Get e820 memory map
1247
FunctionFunction get_memmap void memmap.c Get memory map
1248
StaticStatic is_pnp_bios static int pnpbios.c Test address for PnP BIOS structure
1249
FunctionFunction find_pnp_bios int pnpbios.c Locate Plug-and-Play BIOS
1250
StaticStatic startpxe_payload static int pxe_cmd.c  
1251
StaticStatic startpxe_exec static int pxe_cmd.c  
1252
StaticStatic stoppxe_exec static int pxe_cmd.c  
1253
FunctionFunction call_bootsector int bootsector.c Jump to preloaded bootsector
1254
StaticStatic bzimage_parse_header static int bzimage.c Parse bzImage header
1255
StaticStatic bzimage_update_header static void bzimage.c Update bzImage header in loaded kernel
1256
StaticStatic bzimage_parse_cmdline static int bzimage.c Parse kernel command line for bootloader parameters
1257
StaticStatic bzimage_set_cmdline static int bzimage.c Set command line
1258
StaticStatic bzimage_load_initrd static size_t bzimage.c Load initrd
1259
StaticStatic bzimage_load_initrds static int bzimage.c Load initrds, if any
1260
StaticStatic bzimage_exec static int bzimage.c Execute bzImage image
1261
FunctionFunction bzimage_load int bzimage.c Load bzImage image into memory
1262
StaticStatic com32_exec static int com32.c Execute COMBOOT image
1263
StaticStatic com32_identify static int com32.c Check image name extension
1264
StaticStatic comboot_load_image static int com32.c Load COM32 image into memory
1265
StaticStatic comboot_prepare_bounce_buffer static int com32.c Prepare COM32 low memory bounce buffer
1266
StaticStatic com32_load static int com32.c Load COM32 image into memory
1267
StaticStatic comboot_copy_cmdline static void comboot.c Copy command line to PSP
1268
StaticStatic comboot_init_psp static void comboot.c Initialize PSP
1269
StaticStatic comboot_exec static int comboot.c Execute COMBOOT image
1270
StaticStatic comboot_identify static int comboot.c Check image name extension
1271
StaticStatic comboot_prepare_segment static int comboot.c Load COMBOOT image into memory, preparing a segment and returning it
1272
StaticStatic comboot_load static int comboot.c Load COMBOOT image into memory
1273
StaticStatic elfboot_exec static int elfboot.c Execute ELF image
1274
StaticStatic elfboot_load static int elfboot.c Load ELF image into memory
1275
StaticStatic word_checksum static unsigned int eltorito.c Calculate 16-bit word checksum
1276
StaticStatic eltorito_exec static int eltorito.c Execute El Torito image
1277
StaticStatic eltorito_read_voldesc static int eltorito.c Read and verify El Torito Boot Record Volume Descriptor
1278
StaticStatic eltorito_read_catalog static int eltorito.c Read and verify El Torito Boot Catalog
1279
StaticStatic eltorito_load_disk static int eltorito.c Load El Torito virtual disk image into memory
1280
StaticStatic eltorito_load static int eltorito.c Load El Torito image into memory
1281
StaticStatic multiboot_build_memmap static void multiboot.c Build multiboot memory map
1282
FunctionFunction multiboot_add_cmdline physaddr_t multiboot.c Add command line in base memory
1283
StaticStatic multiboot_build_module_list static unsigned int multiboot.c Build multiboot module list
1284
StaticStatic multiboot_exec static int multiboot.c Execute multiboot image
1285
StaticStatic multiboot_find_header static int multiboot.c Find multiboot header
1286
StaticStatic multiboot_load_raw static int multiboot.c Load raw multiboot image into memory
1287
StaticStatic multiboot_load_elf static int multiboot.c Load ELF multiboot image into memory
1288
StaticStatic multiboot_load static int multiboot.c Load multiboot image into memory
1289
StaticStatic nbi_prepare_segment static int nbi.c Prepare a segment for an NBI image
1290
StaticStatic nbi_load_segment static int nbi.c Load a segment for an NBI image
1291
StaticStatic nbi_process_segments static int nbi.c Process segments of an NBI image
1292
StaticStatic nbi_load static int nbi.c Load an NBI image into memory
1293
StaticStatic nbi_boot16 static int nbi.c Boot a 16-bit NBI image
1294
StaticStatic nbi_boot32 static int nbi.c Boot a 32-bit NBI image
1295
StaticStatic nbi_prepare_dhcp static int nbi.c Prepare DHCP parameter block for NBI image
1296
StaticStatic nbi_exec static int nbi.c Execute a loaded NBI image
1297
StaticStatic pxe_exec static int pxe_image.c Execute PXE image
1298
FunctionFunction pxe_load int pxe_image.c Load PXE image into memory
1299
FunctionFunction abft_fill_data void abft.c Fill in all variable portions of aBFT
1300
StaticStatic aoeboot static int aoeboot.c  
1301
FunctionFunction hook_bios_interrupt void biosint.c Hook INT vector
1302
FunctionFunction unhook_bios_interrupt int biosint.c Unhook INT vector
1303
StaticStatic bios_cpu_nap static void bios_nap.c Save power by halting the CPU until the next interrupt
1304
StaticStatic bios_find_smbios static int bios_smbios.c @file
1305
StaticStatic bios_currticks static unsigned long bios_timer.c Get current system time in ticks
1306
StaticStatic ibft_set_ipaddr static void ibft.c Fill in an IP address field within iBFT
1307
StaticStatic ibft_set_ipaddr_option static void ibft.c Fill in an IP address within iBFT from configuration setting
1308
StaticStatic ibft_ipaddr static const char * ibft.c Read IP address from iBFT (for debugging)
1309
StaticStatic ibft_alloc_string static int ibft.c Allocate a string within iBFT
1310
StaticStatic ibft_set_string static int ibft.c Fill in a string field within iBFT
1311
StaticStatic ibft_set_string_option static int ibft.c Fill in a string field within iBFT from configuration setting
1312
StaticStatic ibft_string static const char * ibft.c Read string from iBFT (for debugging)
1313
StaticStatic ibft_fill_nic static int ibft.c Fill in NIC portion of iBFT
1314
StaticStatic ibft_fill_initiator static int ibft.c Fill in Initiator portion of iBFT
1315
StaticStatic ibft_fill_target_chap static int ibft.c Fill in Target CHAP portion of iBFT
1316
StaticStatic ibft_fill_target_reverse_chap static int ibft.c Fill in Target Reverse CHAP portion of iBFT
1317
StaticStatic ibft_fill_target static int ibft.c Fill in Target portion of iBFT
1318
FunctionFunction ibft_fill_data int ibft.c Fill in all variable portions of iBFT
1319
StaticStatic ib_srpboot static int ib_srpboot.c  
1320
StaticStatic int13_set_num_drives static void int13.c Update BIOS drive count
1321
StaticStatic int13_check_num_drives static void int13.c Check number of drives
1322
StaticStatic int13_reset static int int13.c INT 13, 00 - Reset disk system
1323
StaticStatic int13_get_last_status static int int13.c INT 13, 01 - Get status of last operation
1324
StaticStatic int13_rw_sectors static int int13.c Read / write sectors
1325
StaticStatic int13_read_sectors static int int13.c INT 13, 02 - Read sectors
1326
StaticStatic int13_write_sectors static int int13.c INT 13, 03 - Write sectors
1327
StaticStatic int13_get_parameters static int int13.c INT 13, 08 - Get drive parameters
1328
StaticStatic int13_get_disk_type static int int13.c INT 13, 15 - Get disk type
1329
StaticStatic int13_extension_check static int int13.c INT 13, 41 - Extensions installation check
1330
StaticStatic int13_extended_rw static int int13.c Extended read / write
1331
StaticStatic int13_extended_read static int int13.c INT 13, 42 - Extended read
1332
StaticStatic int13_extended_write static int int13.c INT 13, 43 - Extended write
1333
StaticStatic int13_get_extended_parameters static int int13.c INT 13, 48 - Get extended parameters
1334
StaticStatic int13 static __asmcall void int13.c INT 13 handler
1335
StaticStatic hook_int13 static void int13.c Hook INT 13 handler
1336
StaticStatic unhook_int13 static void int13.c Unhook INT 13 handler
1337
StaticStatic guess_int13_geometry static void int13.c Guess INT 13 drive geometry
1338
FunctionFunction register_int13_drive void int13.c Register INT 13 emulated drive
1339
FunctionFunction unregister_int13_drive void int13.c Unregister INT 13 emulated drive
1340
FunctionFunction int13_boot int int13.c Attempt to boot from an INT 13 drive
1341
StaticStatic iscsiboot static int iscsiboot.c  
1342
FunctionFunction keep_san int keepsan.c  
1343
StaticStatic init_eheap static int memtop_umalloc.c Initialise external heap
1344
StaticStatic ecollect_free static void memtop_umalloc.c Collect free blocks
1345
StaticStatic memtop_urealloc static userptr_t memtop_umalloc.c Reallocate external memory
1346
StaticStatic pcibios_max_bus static int pcibios.c @file
1347
FunctionFunction pcibios_read int pcibios.c Read configuration space via PCI BIOS
1348
FunctionFunction pcibios_write int pcibios.c Write configuration space via PCI BIOS
1349
FunctionFunction sbft_fill_data int sbft.c Fill in all variable portions of sBFT
1350
StaticStatic pxenv_unknown static PXENV_EXIT_t pxe_call.c Handle an unknown PXE API call
1351
FunctionFunction pxe_api_call __asmcall void pxe_call.c Dispatch PXE API call
1352
FunctionFunction _pxe_api_call_weak int pxe_call.c Dispatch weak PXE API call with PXE stack available
1353
FunctionFunction pxe_loader_call __asmcall void pxe_call.c Dispatch PXE loader call
1354
StaticStatic pxe_checksum static uint8_t pxe_call.c Calculate byte checksum as used by PXE
1355
StaticStatic pxe_init_structures static void pxe_call.c Initialise !PXE and PXENV+ structures
1356
FunctionFunction pxe_activate void pxe_call.c Activate PXE stack
1357
FunctionFunction pxe_deactivate int pxe_call.c Deactivate PXE stack
1358
FunctionFunction pxe_start_nbp int pxe_call.c  
1359
FunctionFunction pxenv_file_open PXENV_EXIT_t pxe_file.c FILE OPEN
1360
FunctionFunction pxenv_file_close PXENV_EXIT_t pxe_file.c FILE CLOSE
1361
FunctionFunction pxenv_file_select PXENV_EXIT_t pxe_file.c FILE SELECT
1362
FunctionFunction pxenv_file_read PXENV_EXIT_t pxe_file.c FILE READ
1363
FunctionFunction pxenv_get_file_size PXENV_EXIT_t pxe_file.c GET FILE SIZE
1364
FunctionFunction pxenv_file_exec PXENV_EXIT_t pxe_file.c FILE EXEC
1365
FunctionFunction pxenv_file_api_check PXENV_EXIT_t pxe_file.c FILE API CHECK
1366
FunctionFunction pxenv_file_exit_hook PXENV_EXIT_t pxe_file.c FILE EXIT HOOK
1367
FunctionFunction undi_loader PXENV_EXIT_t pxe_loader.c @file
1368
FunctionFunction pxe_set_cached_filename void pxe_preboot.c Set PXE cached TFTP filename
1369
FunctionFunction pxenv_unload_stack PXENV_EXIT_t pxe_preboot.c UNLOAD BASE CODE STACK
1370
FunctionFunction pxenv_get_cached_info PXENV_EXIT_t pxe_preboot.c  
1371
FunctionFunction pxenv_restart_tftp PXENV_EXIT_t pxe_preboot.c  
1372
FunctionFunction pxenv_start_undi PXENV_EXIT_t pxe_preboot.c  
1373
FunctionFunction pxenv_stop_undi PXENV_EXIT_t pxe_preboot.c  
1374
FunctionFunction pxenv_start_base PXENV_EXIT_t pxe_preboot.c  
1375
FunctionFunction pxenv_stop_base PXENV_EXIT_t pxe_preboot.c  
1376
StaticStatic pxe_tftp_close static void pxe_tftp.c Close PXE TFTP connection
1377
StaticStatic pxe_tftp_xfer_deliver_iob static int pxe_tftp.c Receive new data
1378
StaticStatic pxe_tftp_xfer_close static void pxe_tftp.c Handle close() event
1379
StaticStatic pxe_tftp_open static int pxe_tftp.c Open PXE TFTP connection
1380
FunctionFunction pxenv_tftp_open PXENV_EXIT_t pxe_tftp.c TFTP OPEN
1381
FunctionFunction pxenv_tftp_close PXENV_EXIT_t pxe_tftp.c TFTP CLOSE
1382
FunctionFunction pxenv_tftp_read PXENV_EXIT_t pxe_tftp.c TFTP READ
1383
FunctionFunction pxenv_tftp_read_file PXENV_EXIT_t pxe_tftp.c TFTP/MTFTP read file
1384
FunctionFunction pxenv_tftp_get_fsize PXENV_EXIT_t pxe_tftp.c TFTP GET FILE SIZE
1385
StaticStatic pxe_udp_deliver_iob static int pxe_udp.c Receive PXE UDP data
1386
FunctionFunction pxenv_udp_open PXENV_EXIT_t pxe_udp.c UDP OPEN
1387
FunctionFunction pxenv_udp_close PXENV_EXIT_t pxe_udp.c UDP CLOSE
1388
FunctionFunction pxenv_udp_write PXENV_EXIT_t pxe_udp.c UDP WRITE
1389
FunctionFunction pxenv_udp_read PXENV_EXIT_t pxe_udp.c UDP READ
1390
FunctionFunction pxe_set_netdev void pxe_undi.c Set network device as current PXE network device
1391
StaticStatic pxe_netdev_open static int pxe_undi.c Open PXE network device
1392
StaticStatic pxe_netdev_close static void pxe_undi.c Close PXE network device
1393
StaticStatic pxe_dump_mcast_list static void pxe_undi.c Dump multicast address list
1394
FunctionFunction pxenv_undi_startup PXENV_EXIT_t pxe_undi.c  
1395
FunctionFunction pxenv_undi_cleanup PXENV_EXIT_t pxe_undi.c  
1396
FunctionFunction pxenv_undi_initialize PXENV_EXIT_t pxe_undi.c  
1397
FunctionFunction pxenv_undi_reset_adapter PXENV_EXIT_t pxe_undi.c  
1398
FunctionFunction pxenv_undi_shutdown PXENV_EXIT_t pxe_undi.c  
1399
FunctionFunction pxenv_undi_open PXENV_EXIT_t pxe_undi.c  
1400
FunctionFunction pxenv_undi_close PXENV_EXIT_t pxe_undi.c  
1401
FunctionFunction pxenv_undi_transmit PXENV_EXIT_t pxe_undi.c  
1402
FunctionFunction pxenv_undi_set_mcast_address PXENV_EXIT_t pxe_undi.c  
1403
FunctionFunction pxenv_undi_set_station_address PXENV_EXIT_t pxe_undi.c  
1404
FunctionFunction pxenv_undi_set_packet_filter PXENV_EXIT_t pxe_undi.c  
1405
FunctionFunction pxenv_undi_get_information PXENV_EXIT_t pxe_undi.c  
1406
FunctionFunction pxenv_undi_get_statistics PXENV_EXIT_t pxe_undi.c  
1407
FunctionFunction pxenv_undi_clear_statistics PXENV_EXIT_t pxe_undi.c  
1408
FunctionFunction pxenv_undi_initiate_diags PXENV_EXIT_t pxe_undi.c  
1409
FunctionFunction pxenv_undi_force_interrupt PXENV_EXIT_t pxe_undi.c  
1410
FunctionFunction pxenv_undi_get_mcast_address PXENV_EXIT_t pxe_undi.c  
1411
FunctionFunction pxenv_undi_get_nic_type PXENV_EXIT_t pxe_undi.c  
1412
FunctionFunction pxenv_undi_get_iface_info PXENV_EXIT_t pxe_undi.c  
1413
FunctionFunction pxenv_undi_get_state PXENV_EXIT_t pxe_undi.c  
1414
FunctionFunction pxenv_undi_isr PXENV_EXIT_t pxe_undi.c  
1415
InlineInline __attribute__ static inline pxeparent.c @file
1416
FunctionFunction pxeparent_call int pxeparent.c Issue parent PXE API call
1417
FunctionFunction com32_intcall void __asmcall com32_call.c Interrupt call helper
1418
FunctionFunction com32_farcall void __asmcall com32_call.c Farcall helper
1419
FunctionFunction com32_cfarcall int __asmcall com32_call.c CDECL farcall helper
1420
StaticStatic print_user_string static void comboot_call.c Print a string with a particular terminator
1421
StaticStatic shuffle static void comboot_call.c Perform a series of memory copies from a list in low memory
1422
FunctionFunction comboot_force_text_mode void comboot_call.c Set default text mode
1423
StaticStatic comboot_fetch_kernel static int comboot_call.c Fetch kernel and optional initrd
1424
StaticStatic int20 static __asmcall void comboot_call.c Terminate program interrupt handler
1425
StaticStatic int21 static __asmcall void comboot_call.c DOS-compatible API
1426
StaticStatic int22 static __asmcall void comboot_call.c SYSLINUX API
1427
FunctionFunction hook_comboot_interrupts void comboot_call.c Hook BIOS interrupts related to COMBOOT API (INT 20h, 21h, 22h)
1428
FunctionFunction unhook_comboot_interrupts void comboot_call.c Unhook BIOS interrupts related to COMBOOT API (INT 20h, 21h, 22h)
1429
StaticStatic comboot_resolv_done static void comboot_resolv.c  
1430
FunctionFunction comboot_resolv int comboot_resolv.c  
1431
FunctionFunction copy_user_to_rm_stack uint16_t librm_mgmt.c Allocate space on the real-mode stack and copy data there from a
1432
FunctionFunction remove_user_from_rm_stack void librm_mgmt.c Deallocate space on the real-mode stack, optionally copying back
1433
FunctionFunction pcidirect_prepare void pcidirect.c @file
1434
FunctionFunction __memcpy void * x86_string.c Copy memory area
1435
StaticStatic efix86_cpu_nap static void efix86_nap.c @file
1436
FunctionFunction _start EFI_STATUS EFIAPI efidrvprefix.c EFI entry point
1437
FunctionFunction _start EFI_STATUS EFIAPI efiprefix.c EFI entry point
1438
FunctionFunction acpi_fix_checksum void acpi.c @file
1439
StaticStatic ansiesc_call_handler static void ansiesc.c @file
1440
FunctionFunction ansiesc_process int ansiesc.c Process character that may be part of ANSI escape sequence
1441
FunctionFunction vasprintf int asprintf.c Write a formatted string to newly allocated memory.
1442
FunctionFunction asprintf int asprintf.c Write a formatted string to newly allocated memory.
1443
FunctionFunction base64_encode void base64.c Base64-encode a string
1444
FunctionFunction basename char * basename.c Return base name from path
1445
FunctionFunction dirname char * basename.c Return directory name from path
1446
FunctionFunction bitmap_resize int bitmap.c @file
1447
FunctionFunction bitmap_test int bitmap.c Test bit in bitmap
1448
FunctionFunction bitmap_set void bitmap.c Set bit in bitmap
1449
FunctionFunction __flsl int bitops.c  
1450
StaticStatic btext_setup_display static void btext.c  
1451
StaticStatic map_boot_text static void btext.c  
1452
StaticStatic calc_base static unsigned char * BTEXT btext.c  
1453
StaticStatic btext_clearscreen static void BTEXT btext.c  
1454
FunctionFunction dcbst __inline__ void btext.c  
1455
StaticStatic btext_flushscreen static void BTEXT btext.c  
1456
StaticStatic scrollscreen static BTEXT void btext.c  
1457
StaticStatic btext_drawchar static void BTEXT btext.c  
1458
StaticStatic btext_drawstring static void BTEXT btext.c  
1459
StaticStatic btext_drawhex static void BTEXT btext.c  
1460
StaticStatic draw_byte static void BTEXT btext.c  
1461
StaticStatic draw_byte_32 static void BTEXT btext.c  
1462
StaticStatic draw_byte_16 static void BTEXT btext.c  
1463
StaticStatic draw_byte_8 static void BTEXT btext.c  
1464
StaticStatic btext_init static void btext.c  
1465
StaticStatic btext_putc static void btext.c  
1466
FunctionFunction putchar void console.c Write a single character to each console device.
1467
StaticStatic has_input static struct console_driver * console.c Check to see if any input is available on any console.
1468
FunctionFunction getchar int console.c Read a single character from any console.
1469
FunctionFunction iskey int console.c Check for available input on any console.
1470
FunctionFunction cpio_set_field void cpio.c Set field within a CPIO header
1471
FunctionFunction isspace int ctype.c Check to see if character is a space
1472
FunctionFunction churi void cwuri.c Change working URI
1473
FunctionFunction pause void debug.c  
1474
FunctionFunction more void debug.c  
1475
StaticStatic dbg_hex_dump_da_row static void debug.c Print row of a hex dump with specified display address
1476
FunctionFunction dbg_hex_dump_da void debug.c Print hex dump with specified display address
1477
FunctionFunction guard_region void debug.c  
1478
FunctionFunction check_region int debug.c  
1479
StaticStatic dbg_autocolour static int debug.c Choose colour index for debug autocolourisation
1480
FunctionFunction dbg_autocolourise void debug.c Select automatic colour for debug messages
1481
FunctionFunction dbg_decolourise void debug.c Revert to normal colour
1482
StaticStatic rootdev_probe static int device.c Probe a root device
1483
StaticStatic rootdev_remove static void device.c Remove a root device
1484
StaticStatic probe_devices static void device.c Probe all devices
1485
StaticStatic remove_devices static void device.c Remove all devices
1486
StaticStatic downloader_free static void downloader.c Free downloader object
1487
StaticStatic downloader_finished static void downloader.c Terminate download
1488
StaticStatic downloader_ensure_size static int downloader.c Ensure that download buffer is large enough for the specified size
1489
StaticStatic downloader_job_kill static void downloader.c Job control interface
1490
StaticStatic downloader_job_progress static void downloader.c Report progress of download job
1491
StaticStatic downloader_xfer_deliver_iob static int downloader.c Data transfer interface
1492
StaticStatic downloader_xfer_close static void downloader.c Handle close() event received via data transfer interface
1493
FunctionFunction create_downloader int downloader.c Instantiator
1494
FunctionFunction execv int exec.c Execute command
1495
StaticStatic expand_command static char * exec.c Expand variables within command line
1496
StaticStatic split_args static int exec.c Split command line into argv array
1497
FunctionFunction system int exec.c Execute command line
1498
StaticStatic echo_exec static int exec.c The "echo" command
1499
FunctionFunction filter_close void filter.c @file
1500
FunctionFunction filter_vredirect int filter.c  
1501
FunctionFunction filter_window size_t filter.c  
1502
FunctionFunction filter_alloc_iob struct io_buffer * filter.c  
1503
FunctionFunction filter_deliver_iob int filter.c  
1504
FunctionFunction filter_deliver_raw int filter.c  
1505
StaticStatic gdbserial_recv static size_t gdbserial.c  
1506
StaticStatic gdbserial_send static void gdbserial.c  
1507
FunctionFunction gdbserial_configure struct gdb_transport * gdbserial.c  
1508
StaticStatic gdbstub_from_hex_digit static uint8_t gdbstub.c  
1509
StaticStatic gdbstub_to_hex_digit static uint8_t gdbstub.c  
1510
StaticStatic gdbstub_from_hex_buf static void gdbstub.c  
1511
StaticStatic gdbstub_to_hex_buf static void gdbstub.c  
1512
StaticStatic gdbstub_cksum static uint8_t gdbstub.c  
1513
StaticStatic gdbstub_tx_packet static void gdbstub.c  
1514
StaticStatic gdbstub_send_ok static void gdbstub.c  
1515
StaticStatic gdbstub_send_num_packet static void gdbstub.c  
1516
StaticStatic gdbstub_get_packet_args static int gdbstub.c  
1517
StaticStatic gdbstub_send_errno static void gdbstub.c  
1518
StaticStatic gdbstub_report_signal static void gdbstub.c  
1519
StaticStatic gdbstub_read_regs static void gdbstub.c  
1520
StaticStatic gdbstub_write_regs static void gdbstub.c  
1521
StaticStatic gdbstub_read_mem static void gdbstub.c  
1522
StaticStatic gdbstub_write_mem static void gdbstub.c  
1523
StaticStatic gdbstub_continue static void gdbstub.c  
1524
StaticStatic gdbstub_breakpoint static void gdbstub.c  
1525
StaticStatic gdbstub_rx_packet static void gdbstub.c  
1526
StaticStatic gdbstub_state_new static void gdbstub.c  
1527
StaticStatic gdbstub_state_data static void gdbstub.c  
1528
StaticStatic gdbstub_state_cksum1 static void gdbstub.c  
1529
StaticStatic gdbstub_state_cksum2 static void gdbstub.c  
1530
StaticStatic gdbstub_state_wait_ack static void gdbstub.c  
1531
StaticStatic gdbstub_parse static void gdbstub.c  
1532
FunctionFunction gdbstub_handler void gdbstub.c  
1533
FunctionFunction find_gdb_transport struct gdb_transport * gdbstub.c  
1534
FunctionFunction gdbstub_start void gdbstub.c  
1535
StaticStatic gdbudp_ensure_netdev_open static void gdbudp.c  
1536
StaticStatic gdbudp_recv static size_t gdbudp.c  
1537
StaticStatic gdbudp_send static void gdbudp.c  
1538
FunctionFunction gdbudp_configure struct gdb_transport * gdbudp.c  
1539
StaticStatic gdbudp_init static int gdbudp.c  
1540
StaticStatic getchar_timeout static int getkey.c Read character from console if available within timeout period
1541
FunctionFunction getkey int getkey.c Get single keypress
1542
StaticStatic get_argv_argument static const char * getopt.c Get option argument from argv[] array
1543
StaticStatic match_long_option static int getopt.c Match long option
1544
StaticStatic match_short_option static int getopt.c Match short option
1545
FunctionFunction getopt_long int getopt.c Parse command-line options
1546
StaticStatic hw_finished static void hw.c  
1547
StaticStatic hw_xfer_close static void hw.c  
1548
StaticStatic hw_step static void hw.c  
1549
StaticStatic hw_open static int hw.c  
1550
StaticStatic i365_get static u_char i82365.c  
1551
StaticStatic i365_set static void i82365.c  
1552
FunctionFunction add_socket_i365 void i82365.c  
1553
FunctionFunction i365_bset void i82365.c  
1554
FunctionFunction i365_bclr void i82365.c  
1555
FunctionFunction identify_i365 int i82365.c  
1556
FunctionFunction init_i82365 int i82365.c  
1557
FunctionFunction phex void i82365.c  
1558
FunctionFunction deinit_i82365 int i82365.c  
1559
FunctionFunction i82365_interfacer int i82365.c  
1560
StaticStatic free_image static void image.c Free executable/loadable image
1561
FunctionFunction alloc_image struct image * image.c Allocate executable/loadable image
1562
FunctionFunction image_set_uri int image.c Set image URI
1563
FunctionFunction image_set_cmdline int image.c Set image command line
1564
FunctionFunction register_image int image.c Register executable/loadable image
1565
FunctionFunction unregister_image void image.c Unregister executable/loadable image
1566
FunctionFunction find_image struct image * image.c Find image by name
1567
StaticStatic image_load_type static int image.c Load executable/loadable image into memory
1568
FunctionFunction image_load int image.c Load executable/loadable image into memory
1569
FunctionFunction image_autoload int image.c Autodetect image type and load executable/loadable image into memory
1570
FunctionFunction image_exec int image.c Execute loaded image
1571
FunctionFunction register_and_autoload_image int image.c Register and autoload an image
1572
FunctionFunction register_and_autoexec_image int image.c Register and autoexec an image
1573
FunctionFunction initialise void init.c Initialise gPXE
1574
FunctionFunction startup void init.c Start up gPXE
1575
FunctionFunction shutdown void init.c Shut down gPXE
1576
FunctionFunction plug void interface.c @file
1577
FunctionFunction plug_plug void interface.c Plug two interfaces together
1578
FunctionFunction alloc_iob struct io_buffer * iobuf.c @file
1579
FunctionFunction free_iob void iobuf.c Free I/O buffer
1580
FunctionFunction iob_ensure_headroom int iobuf.c Ensure I/O buffer has sufficient headroom
1581
FunctionFunction job_done void job.c @file
1582
FunctionFunction job_kill void job.c  
1583
FunctionFunction job_progress void job.c  
1584
FunctionFunction ignore_job_done void job.c Helper methods
1585
FunctionFunction ignore_job_kill void job.c  
1586
FunctionFunction ignore_job_progress void job.c  
1587
FunctionFunction buffered_line char * linebuf.c Retrieve buffered-up line
1588
FunctionFunction empty_line_buffer void linebuf.c Discard line buffer contents
1589
FunctionFunction line_buffer ssize_t linebuf.c Buffer up received data by lines
1590
FunctionFunction main __asmcall int main.c Main entry point
1591
FunctionFunction alloc_memblock void * malloc.c Allocate a memory block
1592
FunctionFunction free_memblock void malloc.c Free a memory block
1593
FunctionFunction realloc void * malloc.c Reallocate memory
1594
FunctionFunction malloc void * malloc.c Allocate memory
1595
FunctionFunction free void malloc.c Free memory
1596
FunctionFunction zalloc void * malloc.c Allocate cleared memory
1597
FunctionFunction mpopulate void malloc.c Add memory to allocation pool
1598
StaticStatic init_heap static void malloc.c Initialise the heap
1599
FunctionFunction mdumpfree void malloc.c Dump free block list
1600
FunctionFunction inet_aton int misc.c INET_ATON - Convert an ascii x.x.x.x to binary form
1601
FunctionFunction strtoul unsigned long misc.c  
1602
StaticStatic monojob_done static void monojob.c  
1603
FunctionFunction monojob_wait int monojob.c Wait for single foreground job to complete
1604
StaticStatic nvo_checksum static unsigned int nvo.c @file
1605
StaticStatic nvo_load static int nvo.c Load non-volatile stored options from non-volatile storage device
1606
StaticStatic nvo_save static int nvo.c Save non-volatile stored options back to non-volatile storage device
1607
StaticStatic nvo_init_dhcpopts static void nvo.c Parse stored options
1608
StaticStatic nvo_store static int nvo.c Store value of NVO setting
1609
StaticStatic nvo_fetch static int nvo.c Fetch value of NVO setting
1610
FunctionFunction nvo_init void nvo.c Initialise non-volatile stored options
1611
FunctionFunction register_nvo int nvo.c Register non-volatile stored options
1612
FunctionFunction unregister_nvo void nvo.c Unregister non-volatile stored options
1613
FunctionFunction xfer_open_uri int open.c @file
1614
FunctionFunction xfer_open_uri_string int open.c Open URI string
1615
FunctionFunction xfer_open_socket int open.c Open socket
1616
FunctionFunction xfer_vopen int open.c Open location
1617
FunctionFunction xfer_open int open.c Open location
1618
FunctionFunction xfer_vreopen int open.c Reopen location
1619
FunctionFunction sleepticks void pcmcia.c  
1620
StaticStatic pcmcia_init_all static void pcmcia.c  
1621
StaticStatic pcmcia_shutdown_all static void pcmcia.c  
1622
StaticStatic get_scancode static int pc_kbd.c  
1623
StaticStatic kbd_havekey static int pc_kbd.c  
1624
StaticStatic kbd_ischar static int pc_kbd.c  
1625
StaticStatic kbd_getc static int pc_kbd.c  
1626
StaticStatic posix_file_free static void posix_io.c Free open file
1627
StaticStatic posix_file_finished static void posix_io.c Terminate file data transfer
1628
StaticStatic posix_file_xfer_close static void posix_io.c Handle close() event
1629
StaticStatic posix_file_xfer_deliver_iob static int posix_io.c Handle deliver_iob() event
1630
StaticStatic posix_fd_to_file static struct posix_file * posix_io.c Identify file by file descriptor
1631
StaticStatic posix_find_free_fd static int posix_io.c Find an available file descriptor
1632
FunctionFunction open int posix_io.c Open file
1633
FunctionFunction select int posix_io.c Check file descriptors for readiness
1634
FunctionFunction read_user ssize_t posix_io.c Read data from file
1635
FunctionFunction fsize ssize_t posix_io.c Determine file size
1636
FunctionFunction close int posix_io.c Close file
1637
FunctionFunction process_add void process.c Add process to process list
1638
FunctionFunction process_del void process.c Remove process from process list
1639
FunctionFunction step void process.c Single-step a single process
1640
StaticStatic init_processes static void process.c Initialise processes
1641
StaticStatic print_lacp_state static void proto_eth_slow.c  
1642
InlineInline print_lacpdu static inline void proto_eth_slow.c  
1643
InlineInline lacp_timer_val static inline unsigned long proto_eth_slow.c  
1644
StaticStatic print_lacp static void proto_eth_slow.c  
1645
StaticStatic lacp_init_state static void proto_eth_slow.c  
1646
InlineInline lacp_update_ntt static inline int proto_eth_slow.c  
1647
InlineInline lacp_record_pdu static inline void proto_eth_slow.c  
1648
InlineInline lacp_timer_expired static inline int proto_eth_slow.c  
1649
InlineInline lacp_start_periodic_timer static inline void proto_eth_slow.c  
1650
InlineInline lacp_start_current_while_timer static inline void proto_eth_slow.c  
1651
StaticStatic send_lacp_reports static void proto_eth_slow.c  
1652
InlineInline send_eth_slow_reports static inline void proto_eth_slow.c  
1653
InlineInline process_eth_slow static inline void proto_eth_slow.c  
1654
FunctionFunction srandom void random.c Seed the pseudo-random number generator
1655
FunctionFunction random long int random.c Generate a pseudo-random number between 0 and 2147483647L or 2147483562?
1656
FunctionFunction ref_get struct refcnt * refcnt.c @file
1657
FunctionFunction ref_put void refcnt.c Decrement reference count
1658
FunctionFunction resolv_done void resolv.c @file
1659
FunctionFunction ignore_resolv_done void resolv.c Ignore name resolution done() event
1660
StaticStatic numeric_step static void resolv.c  
1661
StaticStatic numeric_resolv static int resolv.c  
1662
StaticStatic resolv_mux_try static int resolv.c Try current child name resolver
1663
StaticStatic resolv_mux_done static void resolv.c Handle done() event from child name resolver
1664
FunctionFunction resolv int resolv.c Start name resolution
1665
StaticStatic named_done static void resolv.c Finish using named socket
1666
StaticStatic named_xfer_close static void resolv.c Handle close() event
1667
StaticStatic named_resolv_done static void resolv.c Handle done() event
1668
FunctionFunction xfer_open_named_socket int resolv.c Open named socket
1669
FunctionFunction serial_putc void serial.c  
1670
FunctionFunction serial_getc int serial.c  
1671
FunctionFunction serial_ischar int serial.c  
1672
StaticStatic serial_init static void serial.c  
1673
StaticStatic serial_fini static void serial.c  
1674
StaticStatic serial_console_init static void serial_console.c  
1675
InlineInline generic_setting_name static inline void * settings.c Get generic setting name
1676
InlineInline generic_setting_data static inline void * settings.c Get generic setting data
1677
StaticStatic find_generic_setting static struct generic_setting * settings.c Find generic setting
1678
FunctionFunction generic_settings_store int settings.c Store value of generic setting
1679
FunctionFunction generic_settings_fetch int settings.c Fetch value of generic setting
1680
FunctionFunction generic_settings_clear void settings.c Clear generic settings block
1681
StaticStatic find_child_settings static struct settings * settings.c Find child named settings block
1682
StaticStatic autovivify_child_settings static struct settings * settings.c Find or create child named settings block
1683
StaticStatic settings_name static const char * settings.c Return settings block name (for debug only)
1684
StaticStatic parse_settings_name static struct settings * settings.c Parse settings block name
1685
FunctionFunction find_settings struct settings * settings.c Find named settings block
1686
StaticStatic apply_settings static int settings.c Apply all settings
1687
StaticStatic reprioritise_settings static void settings.c Reprioritise settings
1688
FunctionFunction register_settings int settings.c Register settings block
1689
FunctionFunction unregister_settings void settings.c Unregister settings block
1690
FunctionFunction store_setting int settings.c Core settings routines
1691
FunctionFunction fetch_setting int settings.c Fetch value of setting
1692
FunctionFunction fetch_setting_len int settings.c Fetch length of setting
1693
FunctionFunction fetch_string_setting int settings.c Fetch value of string setting
1694
FunctionFunction fetch_string_setting_copy int settings.c Fetch value of string setting
1695
FunctionFunction fetch_ipv4_setting int settings.c Fetch value of IPv4 address setting
1696
FunctionFunction fetch_int_setting int settings.c Fetch value of signed integer setting
1697
FunctionFunction fetch_uint_setting int settings.c Fetch value of unsigned integer setting
1698
FunctionFunction fetch_intz_setting long settings.c Fetch value of signed integer setting, or zero
1699
FunctionFunction fetch_uintz_setting unsigned long settings.c Fetch value of unsigned integer setting, or zero
1700
FunctionFunction fetch_uuid_setting int settings.c Fetch value of UUID setting
1701
FunctionFunction clear_settings void settings.c Clear settings block
1702
FunctionFunction setting_cmp int settings.c Compare two settings
1703
FunctionFunction storef_setting int settings.c Formatted setting routines
1704
StaticStatic find_setting static struct setting * settings.c Find named setting
1705
StaticStatic parse_setting_tag static unsigned int settings.c Parse setting name as tag number
1706
StaticStatic find_setting_type static struct setting_type * settings.c Find setting type
1707
StaticStatic parse_setting_name static int settings.c Parse setting name
1708
FunctionFunction storef_named_setting int settings.c Parse and store value of named setting
1709
FunctionFunction fetchf_named_setting int settings.c Fetch and format value of named setting
1710
StaticStatic storef_string static int settings.c Setting types
1711
StaticStatic fetchf_string static int settings.c Fetch and format value of string setting
1712
StaticStatic storef_uristring static int settings.c Parse and store value of URI-encoded string setting
1713
StaticStatic fetchf_uristring static int settings.c Fetch and format value of URI-encoded string setting
1714
StaticStatic storef_ipv4 static int settings.c Parse and store value of IPv4 address setting
1715
StaticStatic fetchf_ipv4 static int settings.c Fetch and format value of IPv4 address setting
1716
StaticStatic storef_int static int settings.c Parse and store value of integer setting
1717
StaticStatic storef_int8 static int settings.c Parse and store value of 8-bit integer setting
1718
StaticStatic storef_int16 static int settings.c Parse and store value of 16-bit integer setting
1719
StaticStatic storef_int32 static int settings.c Parse and store value of 32-bit integer setting
1720
StaticStatic fetchf_int static int settings.c Fetch and format value of signed integer setting
1721
StaticStatic fetchf_uint static int settings.c Fetch and format value of unsigned integer setting
1722
StaticStatic storef_hex static int settings.c Parse and store value of hex string setting
1723
StaticStatic fetchf_hex static int settings.c Fetch and format value of hex string setting
1724
StaticStatic storef_uuid static int settings.c Parse and store value of UUID setting
1725
StaticStatic fetchf_uuid static int settings.c Fetch and format value of UUID setting
1726
FunctionFunction strcpy char * string.c ** FROM string.c ***
1727
FunctionFunction strncpy char * string.c strncpy - Copy a length-limited, %NUL-terminated string
1728
FunctionFunction strcat char * string.c strcat - Append one %NUL-terminated string to another
1729
FunctionFunction strcmp int string.c strcmp - Compare two strings
1730
FunctionFunction strncmp int string.c strncmp - Compare two length-limited strings
1731
FunctionFunction strcasecmp int string.c  
1732
FunctionFunction strchr char * string.c strchr - Find the first occurrence of a character in a string
1733
FunctionFunction strrchr char * string.c strrchr - Find the last occurrence of a character in a string
1734
FunctionFunction strlen size_t string.c strlen - Find the length of a string
1735
FunctionFunction strnlen size_t string.c strnlen - Find the length of a length-limited string
1736
FunctionFunction memset void * string.c memset - Fill a region of memory with the given value
1737
FunctionFunction memcpy void * string.c memcpy - Copy one area of memory to another
1738
FunctionFunction memmove void * string.c memmove - Copy one area of memory to another
1739
FunctionFunction memcmp int string.c memcmp - Compare two areas of memory
1740
FunctionFunction strstr char * string.c strstr - Find the first substring in a %NUL terminated string
1741
FunctionFunction memchr void * string.c memchr - Find a character in an area of memory.
1742
FunctionFunction strndup char * string.c  
1743
FunctionFunction strdup char * string.c  
1744
FunctionFunction strnicmp int stringextra.c ** FROM string.c ***
1745
FunctionFunction strncat char * stringextra.c strncat - Append a length-limited, %NUL-terminated string to another
1746
FunctionFunction strspn size_t stringextra.c strspn - Calculate the length of the initial substring of @s which only
1747
FunctionFunction strcspn size_t stringextra.c strcspn - Calculate the length of the initial substring of @s which only
1748
FunctionFunction strpbrk char * stringextra.c strpbrk - Find the first occurrence of a set of characters
1749
FunctionFunction strtok char * stringextra.c strtok - Split a string into tokens
1750
FunctionFunction strsep char * stringextra.c strsep - Split a string into tokens
1751
FunctionFunction bcopy char * stringextra.c bcopy - Copy one area of memory to another
1752
FunctionFunction memscan void * stringextra.c memscan - Find a character in an area of memory.
1753
FunctionFunction mdelay void timer.c Delay for a fixed number of milliseconds
1754
FunctionFunction sleep unsigned int timer.c Delay for a fixed number of seconds
1755
StaticStatic dump_uri static void uri.c Dump URI for debugging
1756
FunctionFunction parse_uri struct uri * uri.c Parse URI
1757
FunctionFunction uri_port unsigned int uri.c Get port from URI
1758
FunctionFunction unparse_uri int uri.c Unparse URI
1759
FunctionFunction uri_dup struct uri * uri.c Duplicate URI
1760
FunctionFunction resolve_path char * uri.c Resolve base+relative path
1761
FunctionFunction resolve_uri struct uri * uri.c Resolve base+relative URI
1762
StaticStatic is_unreserved_uri_char static int uri.c Test for unreserved URI characters
1763
FunctionFunction uri_encode size_t uri.c URI-encode string
1764
FunctionFunction uri_decode size_t uri.c Decode URI-encoded string
1765
FunctionFunction uuid_ntoa char * uuid.c @file
1766
StaticStatic format_hex static char * vsprintf.c Format a hexadecimal number
1767
StaticStatic format_decimal static char * vsprintf.c Format a decimal number
1768
InlineInline cputchar static inline void vsprintf.c Print character via a printf context
1769
FunctionFunction vcprintf size_t vsprintf.c Write a formatted string to a printf context
1770
StaticStatic printf_sputc static void vsprintf.c Write character to buffer
1771
FunctionFunction vsnprintf int vsprintf.c Write a formatted string to a buffer
1772
FunctionFunction snprintf int vsprintf.c Write a formatted string to a buffer
1773
FunctionFunction vssnprintf int vsprintf.c Version of vsnprintf() that accepts a signed buffer size
1774
FunctionFunction ssnprintf int vsprintf.c Version of vsnprintf() that accepts a signed buffer size
1775
StaticStatic printf_putchar static void vsprintf.c Write character to console
1776
FunctionFunction vprintf int vsprintf.c Write a formatted string to the console
1777
FunctionFunction printf int vsprintf.c Write a formatted string to the console.
1778
FunctionFunction xfer_close void xfer.c Close data transfer interface
1779
FunctionFunction xfer_vredirect int xfer.c Send redirection event
1780
FunctionFunction xfer_redirect int xfer.c Send redirection event
1781
FunctionFunction xfer_window size_t xfer.c Check flow control window
1782
FunctionFunction xfer_alloc_iob struct io_buffer * xfer.c Allocate I/O buffer
1783
FunctionFunction xfer_deliver_iob_meta int xfer.c Deliver datagram as I/O buffer with metadata
1784
FunctionFunction xfer_deliver_iob int xfer.c Deliver datagram as I/O buffer with metadata
1785
FunctionFunction xfer_deliver_raw int xfer.c Deliver datagram as raw data
1786
FunctionFunction xfer_vprintf int xfer.c Deliver formatted string
1787
FunctionFunction xfer_printf int xfer.c Deliver formatted string
1788
FunctionFunction xfer_seek int xfer.c Seek to position
1789
FunctionFunction ignore_xfer_close void xfer.c Helper methods
1790
FunctionFunction ignore_xfer_vredirect int xfer.c Ignore vredirect() event
1791
FunctionFunction unlimited_xfer_window size_t xfer.c Unlimited flow control window
1792
FunctionFunction no_xfer_window size_t xfer.c No flow control window
1793
FunctionFunction default_xfer_alloc_iob struct io_buffer * xfer.c Allocate I/O buffer
1794
FunctionFunction xfer_deliver_as_raw int xfer.c Deliver datagram as raw data
1795
FunctionFunction xfer_deliver_as_iob int xfer.c Deliver datagram as I/O buffer
1796
FunctionFunction ignore_xfer_deliver_raw int xfer.c Ignore datagram as raw data event
1797
FunctionFunction aes_wrap int aes_wrap.c Wrap a key or other data using AES Key Wrap (RFC 3394)
1798
FunctionFunction aes_unwrap int aes_wrap.c Unwrap a key or other data using AES Key Wrap (RFC 3394)
1799
StaticStatic arc4_setkey static int arc4.c Set ARC4 key
1800
StaticStatic arc4_xor static void arc4.c Perform ARC4 encryption or decryption
1801
StaticStatic arc4_setiv static void arc4.c  
1802
FunctionFunction arc4_skip void arc4.c Perform ARC4 encryption or decryption, skipping initial keystream bytes
1803
StaticStatic asn1_start static int asn1.c @file
1804
FunctionFunction asn1_enter int asn1.c Enter ASN.1 object
1805
FunctionFunction asn1_skip int asn1.c Skip ASN.1 object
1806
StaticStatic aes_setkey static int axtls_aes.c @file
1807
StaticStatic aes_setiv static void axtls_aes.c Set initialisation vector
1808
StaticStatic aes_call_axtls static void axtls_aes.c Call AXTLS' AES_encrypt() or AES_decrypt() functions
1809
StaticStatic aes_encrypt static void axtls_aes.c Encrypt data
1810
StaticStatic aes_decrypt static void axtls_aes.c Decrypt data
1811
StaticStatic sha1_init static void axtls_sha1.c  
1812
StaticStatic sha1_update static void axtls_sha1.c  
1813
StaticStatic sha1_final static void axtls_sha1.c  
1814
StaticStatic cbc_xor static void cbc.c @file
1815
FunctionFunction cbc_encrypt void cbc.c Encrypt data
1816
FunctionFunction cbc_decrypt void cbc.c Decrypt data
1817
FunctionFunction chap_init int chap.c @file
1818
FunctionFunction chap_update void chap.c Add data to the CHAP challenge
1819
FunctionFunction chap_respond void chap.c Respond to the CHAP challenge
1820
FunctionFunction chap_finish void chap.c Free resources used by a CHAP response
1821
FunctionFunction get_random_bytes void crandom.c Get cryptographically strong random bytes
1822
FunctionFunction crc32_le u32 crc32.c Calculate 32-bit little-endian CRC checksum
1823
StaticStatic digest_null_init static void crypto_null.c  
1824
StaticStatic digest_null_update static void crypto_null.c  
1825
StaticStatic digest_null_final static void crypto_null.c  
1826
StaticStatic cipher_null_setkey static int crypto_null.c  
1827
StaticStatic cipher_null_setiv static void crypto_null.c  
1828
StaticStatic cipher_null_encrypt static void crypto_null.c  
1829
StaticStatic cipher_null_decrypt static void crypto_null.c  
1830
StaticStatic hmac_reduce_key static void hmac.c Reduce HMAC key length
1831
FunctionFunction hmac_init void hmac.c Initialise HMAC
1832
FunctionFunction hmac_final void hmac.c Finalise HMAC
1833
StaticStatic f1 static u32 md5.c  
1834
StaticStatic f2 static u32 md5.c  
1835
StaticStatic f3 static u32 md5.c  
1836
StaticStatic f4 static u32 md5.c  
1837
StaticStatic md5_transform static void md5.c  
1838
InlineInline le32_to_cpu_array static inline void md5.c  
1839
InlineInline cpu_to_le32_array static inline void md5.c  
1840
InlineInline md5_transform_helper static inline void md5.c  
1841
StaticStatic md5_init static void md5.c  
1842
StaticStatic md5_update static void md5.c  
1843
StaticStatic md5_final static void md5.c  
1844
FunctionFunction prf_sha1 void sha1extra.c SHA1 pseudorandom function for creating derived keys
1845
StaticStatic pbkdf2_sha1_f static void sha1extra.c PBKDF2 key derivation function inner block operation
1846
FunctionFunction pbkdf2_sha1 void sha1extra.c PBKDF2 key derivation function using SHA1
1847
StaticStatic x509_public_key static int x509.c Identify X.509 certificate public key
1848
FunctionFunction x509_rsa_public_key int x509.c Identify X.509 certificate RSA modulus and public exponent
1849
StaticStatic AES_xtime static unsigned char aes.c  
1850
FunctionFunction AES_set_key void aes.c Set up AES with the key/iv and cipher size.
1851
FunctionFunction AES_convert_key void aes.c Change a key for decryption.
1852
FunctionFunction AES_cbc_encrypt void aes.c Encrypt a byte sequence (with a block size 16) using the AES cipher.
1853
FunctionFunction AES_cbc_decrypt void aes.c Decrypt a byte sequence (with a block size 16) using the AES cipher.
1854
FunctionFunction AES_encrypt void aes.c Encrypt a single block (16 bytes) of data
1855
FunctionFunction AES_decrypt void aes.c Decrypt a single block (16 bytes) of data
1856
FunctionFunction bi_initialize BI_CTX * bigint.c @brief Start a new bigint context.
1857
FunctionFunction bi_terminate void bigint.c @brief Close the bigint context and free any resources.
1858
FunctionFunction bi_copy bigint * bigint.c @brief Increment the number of references to this object.
1859
FunctionFunction bi_permanent void bigint.c @brief Simply make a bigint object "unfreeable" if bi_free() is called on it.
1860
FunctionFunction bi_depermanent void bigint.c @brief Take a permanent object and make it eligible for freedom.
1861
FunctionFunction bi_free void bigint.c @brief Free a bigint object so it can be used again.
1862
FunctionFunction int_to_bi bigint * bigint.c @brief Convert an (unsigned) integer into a bigint.
1863
FunctionFunction bi_clone bigint * bigint.c @brief Do a full copy of the bigint object.
1864
FunctionFunction bi_add bigint * bigint.c @brief Perform an addition operation between two bigints.
1865
FunctionFunction bi_subtract bigint * bigint.c @brief Perform a subtraction operation between two bigints.
1866
StaticStatic bi_int_multiply static bigint * bigint.c Perform a multiply between a bigint an an (unsigned) integer
1867
FunctionFunction bi_divide bigint * bigint.c @brief Does both division and modulo calculations.
1868
StaticStatic bi_int_divide static bigint * bigint.c  
1869
StaticStatic modular_inverse static comp bigint.c There is a need for the value of integer N' such that B^-1(B-1)-N^-1N'=1,
1870
FunctionFunction defined   bigint.c  
1871
StaticStatic comp_left_shift static bigint * bigint.c Take each component and shift it up (in terms of components)
1872
FunctionFunction bi_import bigint * bigint.c @brief Allow a binary sequence to be imported as a bigint.
1873
FunctionFunction bi_str_import bigint * bigint.c @brief The testharness uses this code to import text hex-streams and
1874
FunctionFunction bi_print void bigint.c  
1875
FunctionFunction bi_export void bigint.c @brief Take a bigint and convert it into a byte sequence.
1876
FunctionFunction bi_set_mod void bigint.c @brief Pre-calculate some of the expensive steps in reduction.
1877
FunctionFunction bi_free_mod void bigint.c @brief Used when cleaning various bigints at the end of a session.
1878
StaticStatic regular_multiply static bigint * bigint.c Perform a standard multiplication between two bigints.
1879
StaticStatic karatsuba static bigint * bigint.c  
1880
FunctionFunction bi_multiply bigint * bigint.c @brief Perform a multiplication operation between two bigints.
1881
StaticStatic regular_square static bigint * bigint.c  
1882
FunctionFunction bi_square bigint * bigint.c @brief Perform a square operation on a bigint.
1883
FunctionFunction bi_compare int bigint.c @brief Compare two bigints.
1884
StaticStatic more_comps static void bigint.c  
1885
StaticStatic alloc static bigint * bigint.c  
1886
StaticStatic find_max_exp_index static int bigint.c  
1887
StaticStatic exp_bit_is_one static int bigint.c  
1888
StaticStatic check static void bigint.c  
1889
StaticStatic trim static bigint * bigint.c  
1890
FunctionFunction bi_mont bigint * bigint.c @brief Perform a single montgomery reduction.
1891
StaticStatic comp_mod static bigint * bigint.c  
1892
StaticStatic partial_multiply static bigint * bigint.c  
1893
FunctionFunction bi_barrett bigint * bigint.c @brief Perform a single Barrett reduction.
1894
StaticStatic precompute_slide_window static void bigint.c  
1895
FunctionFunction bi_mod_power bigint * bigint.c @brief Perform a modular exponentiation.
1896
FunctionFunction bi_mod_power2 bigint * bigint.c @brief Perform a modular exponentiation using a temporary modulus.
1897
FunctionFunction RSA_priv_key_new void rsa.c  
1898
FunctionFunction RSA_pub_key_new void rsa.c  
1899
FunctionFunction RSA_free void rsa.c Free up any RSA context resources.
1900
FunctionFunction RSA_decrypt int rsa.c @brief Use PKCS1.5 for decryption/verification.
1901
FunctionFunction RSA_private bigint * rsa.c Performs m = c^d mod n
1902
StaticStatic bi_crt static bigint * rsa.c Use the Chinese Remainder Theorem to quickly perform RSA decrypts.
1903
FunctionFunction RSA_print void rsa.c Used for diagnostics.
1904
FunctionFunction RSA_public bigint * rsa.c Performs c = m^e mod n
1905
FunctionFunction RSA_encrypt int rsa.c Use PKCS1.5 for encryption/signing.
1906
FunctionFunction RSA_sign_verify bigint * rsa.c Take a signature and decrypt it.
1907
FunctionFunction SHA1Init void sha1.c Initialize the SHA1 context
1908
FunctionFunction SHA1Update void sha1.c Accepts an array of octets as the next portion of the message.
1909
FunctionFunction SHA1Final void sha1.c Return the 160-bit message digest into the user's array
1910
StaticStatic SHA1ProcessMessageBlock static void sha1.c Process the next 512 bits of the message stored in the array.
1911
StaticStatic SHA1PadMessage static void sha1.c  
1912
FunctionFunction write_bit void bitbash.c @file
1913
FunctionFunction read_bit int bitbash.c Read input bit
1914
StaticStatic i2c_delay static void i2c_bit.c @file
1915
StaticStatic setscl static void i2c_bit.c Set state of I2C SCL line
1916
StaticStatic setsda static void i2c_bit.c Set state of I2C SDA line
1917
StaticStatic getsda static int i2c_bit.c Get state of I2C SDA line
1918
StaticStatic i2c_start static void i2c_bit.c Send an I2C start condition
1919
StaticStatic i2c_send_bit static void i2c_bit.c Send an I2C data bit
1920
StaticStatic i2c_recv_bit static int i2c_bit.c Receive an I2C data bit
1921
StaticStatic i2c_stop static void i2c_bit.c Send an I2C stop condition
1922
StaticStatic i2c_send_byte static int i2c_bit.c Send byte via I2C bus and check for acknowledgement
1923
StaticStatic i2c_recv_byte static uint8_t i2c_bit.c Receive byte via I2C bus
1924
StaticStatic i2c_select static int i2c_bit.c Select I2C device for reading or writing
1925
StaticStatic i2c_reset static int i2c_bit.c Reset I2C bus
1926
StaticStatic i2c_bit_read static int i2c_bit.c Read data from I2C device via bit-bashing interface
1927
StaticStatic i2c_bit_write static int i2c_bit.c Write data to I2C device via bit-bashing interface
1928
FunctionFunction init_i2c_bit_basher int i2c_bit.c Initialise I2C bit-bashing interface
1929
StaticStatic spi_bit_delay static void spi_bit.c @file
1930
StaticStatic spi_bit_set_slave_select static void spi_bit.c Select/deselect slave
1931
StaticStatic spi_bit_transfer static void spi_bit.c Transfer bits over SPI bit-bashing bus
1932
StaticStatic spi_bit_rw static int spi_bit.c Read/write data via SPI bit-bashing bus
1933
FunctionFunction init_spi_bit_basher void spi_bit.c Initialise SPI bit-bashing interface
1934
InlineInline __attribute__ static inline ata.c @file
1935
InlineInline __attribute__ static inline ata.c Issue ATA command
1936
StaticStatic ata_read static int ata.c Read block from ATA device
1937
StaticStatic ata_write static int ata.c Write block to ATA device
1938
StaticStatic ata_identify static int ata.c Identify ATA device
1939
FunctionFunction init_atadev int ata.c Initialise ATA device
1940
InlineInline __attribute__ static inline ramdisk.c @file
1941
StaticStatic ramdisk_read static int ramdisk.c Read block
1942
StaticStatic ramdisk_write static int ramdisk.c Write block
1943
FunctionFunction init_ramdisk int ramdisk.c  
1944
InlineInline __attribute__ static inline scsi.c  
1945
FunctionFunction scsi_detached_command int scsi.c Handle SCSI command with no backing device
1946
StaticStatic scsi_command static int scsi.c Issue SCSI command
1947
StaticStatic scsi_read_10 static int scsi.c Read block from SCSI device using READ (10)
1948
StaticStatic scsi_read_16 static int scsi.c Read block from SCSI device using READ (16)
1949
StaticStatic scsi_write_10 static int scsi.c Write block to SCSI device using WRITE (10)
1950
StaticStatic scsi_write_16 static int scsi.c Write block to SCSI device using WRITE (16)
1951
StaticStatic scsi_read_capacity_10 static int scsi.c Read capacity of SCSI device via READ CAPACITY (10)
1952
StaticStatic scsi_read_capacity_16 static int scsi.c Read capacity of SCSI device via READ CAPACITY (16)
1953
FunctionFunction init_scsidev int scsi.c Initialise SCSI device
1954
FunctionFunction scsi_parse_lun int scsi.c Parse SCSI LUN
1955
StaticStatic srp_scsi_done static void srp.c Mark SRP SCSI command as complete
1956
StaticStatic srp_fail static void srp.c Handle SRP session failure
1957
StaticStatic srp_login static void srp.c Initiate SRP login
1958
StaticStatic srp_login_rsp static int srp.c Handle SRP login response
1959
StaticStatic srp_login_rej static int srp.c Handle SRP login rejection
1960
StaticStatic srp_cmd static void srp.c Transmit SRP SCSI command
1961
StaticStatic srp_rsp static int srp.c Handle SRP SCSI response
1962
StaticStatic srp_unrecognised static int srp.c Handle SRP unrecognised response
1963
StaticStatic srp_xfer_deliver_iob static int srp.c Receive data from underlying socket
1964
StaticStatic srp_xfer_close static void srp.c Underlying socket closed
1965
StaticStatic srp_command static int srp.c Issue SCSI command via SRP
1966
FunctionFunction srp_attach int srp.c Attach SRP device
1967
FunctionFunction srp_detach void srp.c Detach SRP device
1968
FunctionFunction eisa_device_enabled void eisa.c Reset and enable/disable an EISA device
1969
StaticStatic eisa_probe static int eisa.c Probe an EISA device
1970
StaticStatic eisa_remove static void eisa.c Remove an EISA device
1971
StaticStatic eisabus_probe static int eisa.c Probe EISA root bus
1972
StaticStatic eisabus_remove static void eisa.c Remove EISA root bus
1973
StaticStatic isa_probe static int isa.c Probe an ISA device
1974
StaticStatic isa_remove static void isa.c Remove an ISA device
1975
StaticStatic isabus_probe static int isa.c Probe ISA root bus
1976
StaticStatic isabus_remove static void isa.c Remove ISA root bus
1977
InlineInline isapnp_write_address static inline void isapnp.c  
1978
InlineInline isapnp_write_data static inline void isapnp.c  
1979
InlineInline isapnp_read_data static inline unsigned int isapnp.c  
1980
InlineInline isapnp_write_byte static inline void isapnp.c  
1981
InlineInline isapnp_read_byte static inline unsigned int isapnp.c  
1982
InlineInline isapnp_read_word static inline unsigned int isapnp.c  
1983
InlineInline isapnp_set_read_port static inline void isapnp.c Inform cards of a new read port address
1984
InlineInline isapnp_serialisolation static inline void isapnp.c Enter the Isolation state.
1985
InlineInline isapnp_wait_for_key static inline void isapnp.c Enter the Wait for Key state.
1986
InlineInline isapnp_reset_csn static inline void isapnp.c Reset (i.e. remove) Card Select Number.
1987
InlineInline isapnp_wake static inline void isapnp.c Place a specified card into the Config state.
1988
InlineInline isapnp_read_resourcedata static inline unsigned int isapnp.c  
1989
InlineInline isapnp_read_status static inline unsigned int isapnp.c  
1990
InlineInline isapnp_write_csn static inline void isapnp.c Assign a Card Select Number to a card, and enter the Config state.
1991
InlineInline isapnp_logicaldevice static inline void isapnp.c  
1992
InlineInline isapnp_activate static inline void isapnp.c  
1993
InlineInline isapnp_deactivate static inline void isapnp.c  
1994
InlineInline isapnp_read_iobase static inline unsigned int isapnp.c  
1995
InlineInline isapnp_read_irqno static inline unsigned int isapnp.c  
1996
StaticStatic isapnp_delay static void isapnp.c  
1997
InlineInline isapnp_lfsr_next static inline unsigned int isapnp.c Linear feedback shift register.
1998
StaticStatic isapnp_send_key static void isapnp.c Send the ISAPnP initiation key.
1999
StaticStatic isapnp_checksum static unsigned int isapnp.c Compute ISAPnP identifier checksum
2000
InlineInline isapnp_peek_byte static inline unsigned int isapnp.c  
2001
StaticStatic isapnp_peek static void isapnp.c Read resource data.
2002
StaticStatic isapnp_find_tag static int isapnp.c Find a tag within the resource data.
2003
StaticStatic isapnp_find_logdevid static int isapnp.c Find specified Logical Device ID tag
2004
StaticStatic isapnp_try_isolate static int isapnp.c Try isolating ISAPnP cards at the current read port.
2005
StaticStatic isapnp_isolate static void isapnp.c Find a valid read port and isolate all ISAPnP cards.
2006
FunctionFunction isapnp_device_activation void isapnp.c Activate or deactivate an ISAPnP device.
2007
StaticStatic isapnp_probe static int isapnp.c Probe an ISAPnP device
2008
StaticStatic isapnp_remove static void isapnp.c Remove an ISAPnP device
2009
StaticStatic isapnpbus_probe static int isapnp.c Probe ISAPnP root bus
2010
StaticStatic isapnpbus_remove static void isapnp.c Remove ISAPnP root bus
2011
FunctionFunction isa_id_string char * isa_ids.c  
2012
StaticStatic mca_probe static int mca.c Probe an MCA device
2013
StaticStatic mca_remove static void mca.c Remove an MCA device
2014
StaticStatic mcabus_probe static int mca.c Probe MCA root bus
2015
StaticStatic mcabus_remove static void mca.c Remove MCA root bus
2016
StaticStatic pci_bar static unsigned long pci.c Read PCI BAR
2017
FunctionFunction pci_bar_start unsigned long pci.c Find the start of a PCI BAR
2018
StaticStatic pci_read_bases static void pci.c Read membase and ioaddr for a PCI device
2019
FunctionFunction adjust_pci_device void pci.c Enable PCI device
2020
StaticStatic pci_probe static int pci.c Probe a PCI device
2021
StaticStatic pci_remove static void pci.c Remove a PCI device
2022
StaticStatic pcibus_probe static int pci.c Probe PCI root bus
2023
StaticStatic pcibus_remove static void pci.c Remove PCI root bus
2024
StaticStatic pci_backup_excluded static int pcibackup.c @file
2025
FunctionFunction pci_backup void pcibackup.c Back up PCI configuration space
2026
FunctionFunction pci_restore void pcibackup.c Restore PCI configuration space
2027
FunctionFunction pci_find_capability int pciextra.c Look for a PCI capability
2028
FunctionFunction pci_bar_size unsigned long pciextra.c Find the size of a PCI BAR
2029
FunctionFunction vp_find_vq int virtio-pci.c  
2030
FunctionFunction vring_detach void virtio-ring.c  
2031
FunctionFunction vring_get_buf int virtio-ring.c  
2032
FunctionFunction vring_add_buf void virtio-ring.c  
2033
FunctionFunction vring_kick void virtio-ring.c  
2034
StaticStatic arbel_alloc_qn_offset static int arbel.c @file
2035
StaticStatic arbel_free_qn_offset static void arbel.c Free queue number
2036
StaticStatic arbel_cmd_wait static int arbel.c HCA commands
2037
StaticStatic arbel_cmd static int arbel.c Issue HCA command
2038
InlineInline arbel_cmd_query_dev_lim static inline int arbel.c  
2039
InlineInline arbel_cmd_query_fw static inline int arbel.c  
2040
InlineInline arbel_cmd_init_hca static inline int arbel.c  
2041
InlineInline arbel_cmd_close_hca static inline int arbel.c  
2042
InlineInline arbel_cmd_init_ib static inline int arbel.c  
2043
InlineInline arbel_cmd_close_ib static inline int arbel.c  
2044
InlineInline arbel_cmd_sw2hw_mpt static inline int arbel.c  
2045
InlineInline arbel_cmd_map_eq static inline int arbel.c  
2046
InlineInline arbel_cmd_sw2hw_eq static inline int arbel.c  
2047
InlineInline arbel_cmd_hw2sw_eq static inline int arbel.c  
2048
InlineInline arbel_cmd_sw2hw_cq static inline int arbel.c  
2049
InlineInline arbel_cmd_hw2sw_cq static inline int arbel.c  
2050
InlineInline arbel_cmd_rst2init_qpee static inline int arbel.c  
2051
InlineInline arbel_cmd_init2rtr_qpee static inline int arbel.c  
2052
InlineInline arbel_cmd_rtr2rts_qpee static inline int arbel.c  
2053
InlineInline arbel_cmd_rts2rts_qp static inline int arbel.c  
2054
InlineInline arbel_cmd_2rst_qpee static inline int arbel.c  
2055
InlineInline arbel_cmd_mad_ifc static inline int arbel.c  
2056
InlineInline arbel_cmd_read_mgm static inline int arbel.c  
2057
InlineInline arbel_cmd_write_mgm static inline int arbel.c  
2058
InlineInline arbel_cmd_mgid_hash static inline int arbel.c  
2059
InlineInline arbel_cmd_run_fw static inline int arbel.c  
2060
InlineInline arbel_cmd_disable_lam static inline int arbel.c  
2061
InlineInline arbel_cmd_enable_lam static inline int arbel.c  
2062
InlineInline arbel_cmd_unmap_icm static inline int arbel.c  
2063
InlineInline arbel_cmd_map_icm static inline int arbel.c  
2064
InlineInline arbel_cmd_unmap_icm_aux static inline int arbel.c  
2065
InlineInline arbel_cmd_map_icm_aux static inline int arbel.c  
2066
InlineInline arbel_cmd_set_icm_size static inline int arbel.c  
2067
InlineInline arbel_cmd_unmap_fa static inline int arbel.c  
2068
InlineInline arbel_cmd_map_fa static inline int arbel.c  
2069
StaticStatic arbel_mad static int arbel.c MAD operations
2070
StaticStatic arbel_create_cq static int arbel.c Completion queue operations
2071
StaticStatic arbel_destroy_cq static void arbel.c Destroy completion queue
2072
StaticStatic arbel_create_send_wq static int arbel.c Queue pair operations
2073
StaticStatic arbel_create_recv_wq static int arbel.c Create receive work queue
2074
StaticStatic arbel_create_qp static int arbel.c Create queue pair
2075
StaticStatic arbel_modify_qp static int arbel.c Modify queue pair
2076
StaticStatic arbel_destroy_qp static void arbel.c Destroy queue pair
2077
StaticStatic arbel_ring_doorbell static void arbel.c Work request operations
2078
StaticStatic arbel_post_send static int arbel.c Post send work queue entry
2079
StaticStatic arbel_post_recv static int arbel.c Post receive work queue entry
2080
StaticStatic arbel_complete static int arbel.c Handle completion
2081
StaticStatic arbel_poll_cq static void arbel.c Poll completion queue
2082
StaticStatic arbel_create_eq static int arbel.c Event queues
2083
StaticStatic arbel_destroy_eq static void arbel.c Destroy event queue
2084
StaticStatic arbel_event_port_state_change static void arbel.c Handle port state event
2085
StaticStatic arbel_poll_eq static void arbel.c Poll event queue
2086
StaticStatic arbel_open static int arbel.c Infiniband link-layer operations
2087
StaticStatic arbel_close static void arbel.c Close Infiniband link
2088
StaticStatic arbel_mcast_attach static int arbel.c Multicast group operations
2089
StaticStatic arbel_mcast_detach static void arbel.c Detach from multicast group
2090
StaticStatic arbel_start_firmware static int arbel.c Firmware control
2091
StaticStatic arbel_stop_firmware static void arbel.c Stop firmware running
2092
StaticStatic arbel_get_limits static int arbel.c Infinihost Context Memory management
2093
StaticStatic icm_usage static size_t arbel.c Get ICM usage
2094
StaticStatic arbel_alloc_icm static int arbel.c Allocate ICM
2095
StaticStatic arbel_free_icm static void arbel.c Free ICM
2096
StaticStatic arbel_setup_mpt static int arbel.c PCI interface
2097
StaticStatic arbel_probe static int arbel.c Probe PCI device
2098
StaticStatic arbel_remove static void arbel.c Remove PCI device
2099
StaticStatic hermon_bitmask_alloc static int hermon.c @file
2100
StaticStatic hermon_bitmask_free static void hermon.c Free offsets within usage bitmask
2101
StaticStatic hermon_cmd_wait static int hermon.c HCA commands
2102
StaticStatic hermon_cmd static int hermon.c Issue HCA command
2103
InlineInline hermon_cmd_query_dev_cap static inline int hermon.c  
2104
InlineInline hermon_cmd_query_fw static inline int hermon.c  
2105
InlineInline hermon_cmd_init_hca static inline int hermon.c  
2106
InlineInline hermon_cmd_close_hca static inline int hermon.c  
2107
InlineInline hermon_cmd_init_port static inline int hermon.c  
2108
InlineInline hermon_cmd_close_port static inline int hermon.c  
2109
InlineInline hermon_cmd_sw2hw_mpt static inline int hermon.c  
2110
InlineInline hermon_cmd_write_mtt static inline int hermon.c  
2111
InlineInline hermon_cmd_map_eq static inline int hermon.c  
2112
InlineInline hermon_cmd_sw2hw_eq static inline int hermon.c  
2113
InlineInline hermon_cmd_hw2sw_eq static inline int hermon.c  
2114
InlineInline hermon_cmd_query_eq static inline int hermon.c  
2115
InlineInline hermon_cmd_sw2hw_cq static inline int hermon.c  
2116
InlineInline hermon_cmd_hw2sw_cq static inline int hermon.c  
2117
InlineInline hermon_cmd_rst2init_qp static inline int hermon.c  
2118
InlineInline hermon_cmd_init2rtr_qp static inline int hermon.c  
2119
InlineInline hermon_cmd_rtr2rts_qp static inline int hermon.c  
2120
InlineInline hermon_cmd_rts2rts_qp static inline int hermon.c  
2121
InlineInline hermon_cmd_2rst_qp static inline int hermon.c  
2122
InlineInline hermon_cmd_query_qp static inline int hermon.c  
2123
InlineInline hermon_cmd_conf_special_qp static inline int hermon.c  
2124
InlineInline hermon_cmd_mad_ifc static inline int hermon.c  
2125
InlineInline hermon_cmd_read_mcg static inline int hermon.c  
2126
InlineInline hermon_cmd_write_mcg static inline int hermon.c  
2127
InlineInline hermon_cmd_mgid_hash static inline int hermon.c  
2128
InlineInline hermon_cmd_run_fw static inline int hermon.c  
2129
InlineInline hermon_cmd_unmap_icm static inline int hermon.c  
2130
InlineInline hermon_cmd_map_icm static inline int hermon.c  
2131
InlineInline hermon_cmd_unmap_icm_aux static inline int hermon.c  
2132
InlineInline hermon_cmd_map_icm_aux static inline int hermon.c  
2133
InlineInline hermon_cmd_set_icm_size static inline int hermon.c  
2134
InlineInline hermon_cmd_unmap_fa static inline int hermon.c  
2135
InlineInline hermon_cmd_map_fa static inline int hermon.c  
2136
InlineInline hermon_cmd_sense_port static inline int hermon.c  
2137
StaticStatic hermon_alloc_mtt static int hermon.c Memory translation table operations
2138
StaticStatic hermon_free_mtt static void hermon.c Free MTT entries
2139
StaticStatic hermon_mad static int hermon.c MAD operations
2140
StaticStatic hermon_create_cq static int hermon.c Completion queue operations
2141
StaticStatic hermon_destroy_cq static void hermon.c Destroy completion queue
2142
StaticStatic hermon_alloc_qpn static int hermon.c Queue pair operations
2143
StaticStatic hermon_free_qpn static void hermon.c Free queue pair number
2144
StaticStatic hermon_rate static unsigned int hermon.c Calculate transmission rate
2145
StaticStatic hermon_sched_queue static unsigned int hermon.c Calculate schedule queue
2146
InlineInline hermon_dump_qpctx static inline int hermon.c Dump queue pair context (for debugging only)
2147
StaticStatic hermon_create_qp static int hermon.c Create queue pair
2148
StaticStatic hermon_modify_qp static int hermon.c Modify queue pair
2149
StaticStatic hermon_destroy_qp static void hermon.c Destroy queue pair
2150
StaticStatic hermon_fill_ud_send_wqe static unsigned int hermon.c Work request operations
2151
StaticStatic hermon_fill_mlx_send_wqe static unsigned int hermon.c Construct MLX send work queue entry
2152
StaticStatic hermon_fill_rc_send_wqe static unsigned int hermon.c Construct RC send work queue entry
2153
StaticStatic hermon_post_send static int hermon.c Post send work queue entry
2154
StaticStatic hermon_post_recv static int hermon.c Post receive work queue entry
2155
StaticStatic hermon_complete static int hermon.c Handle completion
2156
StaticStatic hermon_poll_cq static void hermon.c Poll completion queue
2157
StaticStatic hermon_create_eq static int hermon.c Event queues
2158
StaticStatic hermon_destroy_eq static void hermon.c Destroy event queue
2159
StaticStatic hermon_event_port_state_change static void hermon.c Handle port state event
2160
StaticStatic hermon_poll_eq static void hermon.c Poll event queue
2161
StaticStatic hermon_sense_port_type static int hermon.c Infiniband link-layer operations
2162
StaticStatic hermon_open static int hermon.c Initialise Infiniband link
2163
StaticStatic hermon_close static void hermon.c Close Infiniband link
2164
StaticStatic hermon_inform_sma static int hermon.c Inform embedded subnet management agent of a received MAD
2165
StaticStatic hermon_mcast_attach static int hermon.c Multicast group operations
2166
StaticStatic hermon_mcast_detach static void hermon.c Detach from multicast group
2167
StaticStatic hermon_map_vpm static int hermon.c Firmware control
2168
StaticStatic hermon_start_firmware static int hermon.c Start firmware running
2169
StaticStatic hermon_stop_firmware static void hermon.c Stop firmware running
2170
StaticStatic hermon_get_cap static int hermon.c Infinihost Context Memory management
2171
StaticStatic icm_usage static size_t hermon.c Get ICM usage
2172
StaticStatic hermon_alloc_icm static int hermon.c Allocate ICM
2173
StaticStatic hermon_free_icm static void hermon.c Free ICM
2174
StaticStatic hermon_setup_mpt static int hermon.c PCI interface
2175
StaticStatic hermon_configure_special_qps static int hermon.c Configure special queue pairs
2176
StaticStatic hermon_reset static void hermon.c Reset device
2177
StaticStatic hermon_probe static int hermon.c Probe PCI device
2178
StaticStatic hermon_remove static void hermon.c Remove PCI device
2179
StaticStatic linda_readq static void linda.c Linda register access
2180
StaticStatic linda_writeq static void linda.c Write Linda qword register
2181
StaticStatic linda_writel static void linda.c Write Linda dword register
2182
StaticStatic linda_link_state_text static const char * linda.c Link state management
2183
StaticStatic linda_link_state_changed static void linda.c Handle link state change
2184
StaticStatic linda_link_state_check static int linda.c Wait for link state change to take effect
2185
StaticStatic linda_set_port_info static int linda.c Set port information
2186
StaticStatic linda_set_pkey_table static int linda.c Set partition key table
2187
StaticStatic linda_ctx_to_qpn static int linda.c Context allocation
2188
StaticStatic linda_qpn_to_ctx static int linda.c Map QPN to context number
2189
StaticStatic linda_alloc_ctx static int linda.c Allocate a context
2190
StaticStatic linda_free_ctx static void linda.c Free a context
2191
StaticStatic linda_alloc_send_buf static unsigned int linda.c Allocate a send buffer
2192
StaticStatic linda_free_send_buf static void linda.c Free a send buffer
2193
StaticStatic linda_send_buf_in_use static int linda.c Check to see if send buffer is in use
2194
StaticStatic linda_send_buffer_offset static unsigned long linda.c Calculate starting offset for send buffer
2195
StaticStatic linda_create_send_wq static int linda.c Create send work queue
2196
StaticStatic linda_destroy_send_wq static void linda.c Destroy send work queue
2197
StaticStatic linda_init_send static int linda.c Initialise send datapath
2198
StaticStatic linda_fini_send static void linda.c Shut down send datapath
2199
StaticStatic linda_create_recv_wq static int linda.c Receive datapath
2200
StaticStatic linda_destroy_recv_wq static void linda.c Destroy receive work queue
2201
StaticStatic linda_init_recv static int linda.c Initialise receive datapath
2202
StaticStatic linda_fini_recv static void linda.c Shut down receive datapath
2203
StaticStatic linda_create_cq static int linda.c Completion queue operations
2204
StaticStatic linda_destroy_cq static void linda.c Destroy completion queue
2205
StaticStatic linda_create_qp static int linda.c Queue pair operations
2206
StaticStatic linda_modify_qp static int linda.c Modify queue pair
2207
StaticStatic linda_destroy_qp static void linda.c Destroy queue pair
2208
StaticStatic linda_post_send static int linda.c Work request operations
2209
StaticStatic linda_complete_send static void linda.c Complete send work queue entry
2210
StaticStatic linda_poll_send_wq static void linda.c Poll send work queue
2211
StaticStatic linda_post_recv static int linda.c Post receive work queue entry
2212
StaticStatic linda_complete_recv static void linda.c Complete receive work queue entry
2213
StaticStatic linda_poll_recv_wq static void linda.c Poll receive work queue
2214
StaticStatic linda_poll_cq static void linda.c Poll completion queue
2215
StaticStatic linda_poll_eq static void linda.c Event queues
2216
StaticStatic linda_open static int linda.c Infiniband link-layer operations
2217
StaticStatic linda_close static void linda.c Close Infiniband link
2218
StaticStatic linda_mcast_attach static int linda.c Multicast group operations
2219
StaticStatic linda_mcast_detach static void linda.c Detach from multicast group
2220
StaticStatic linda_i2c_read_bit static int linda.c Read Linda I2C line status
2221
StaticStatic linda_i2c_write_bit static void linda.c Write Linda I2C line status
2222
StaticStatic linda_init_i2c static int linda.c Initialise Linda I2C subsystem
2223
StaticStatic linda_read_eeprom static int linda.c Read EEPROM parameters
2224
StaticStatic linda_ib_epb_request static int linda.c External parallel bus access
2225
StaticStatic linda_ib_epb_wait static int linda.c Wait for IB external parallel bus transaction to complete
2226
StaticStatic linda_ib_epb_release static void linda.c Release ownership of the IB external parallel bus
2227
StaticStatic linda_ib_epb_read static int linda.c Read data via IB external parallel bus
2228
StaticStatic linda_ib_epb_write static int linda.c Write data via IB external parallel bus
2229
StaticStatic linda_ib_epb_mod_reg static int linda.c Read/modify/write EPB register
2230
StaticStatic linda_ib_epb_ram_xfer static int linda.c Transfer data to/from microcontroller RAM
2231
StaticStatic linda_set_serdes_param static int linda.c Program IB SerDes register(s)
2232
StaticStatic linda_set_serdes_params static int linda.c Program IB SerDes registers
2233
StaticStatic linda_program_uc_ram static int linda.c Program the microcontroller RAM
2234
StaticStatic linda_verify_uc_ram static int linda.c Verify the microcontroller RAM
2235
StaticStatic linda_trim_ib static int linda.c Use the microcontroller to trim the IB link
2236
StaticStatic linda_init_ib_serdes static int linda.c Initialise the IB SerDes
2237
StaticStatic linda_probe static int linda.c PCI layer interface
2238
StaticStatic linda_remove static void linda.c Remove PCI device
2239
StaticStatic el3_eisa_probe static int 3c509-eisa.c  
2240
StaticStatic el3_eisa_disable static void 3c509-eisa.c  
2241
InlineInline t509_set_drvdata static inline void 3c509.c Set 3c509 driver-private data
2242
InlineInline t509_get_drvdata static inline void * 3c509.c Get 3c509 driver-private data
2243
InlineInline t509_set_id_port static inline void 3c509.c  
2244
InlineInline t509_wait_for_id_sequence static inline void 3c509.c  
2245
InlineInline t509_global_reset static inline void 3c509.c  
2246
InlineInline t509_reset_tag static inline void 3c509.c  
2247
InlineInline t509_set_tag static inline void 3c509.c  
2248
InlineInline t509_select_tag static inline void 3c509.c  
2249
InlineInline t509_activate static inline void 3c509.c  
2250
InlineInline t509_deactivate_and_reset_tag static inline void 3c509.c  
2251
InlineInline t509_load_eeprom_word static inline void 3c509.c  
2252
InlineInline t509_find_id_port static inline int 3c509.c  
2253
StaticStatic t509_send_id_sequence static void 3c509.c  
2254
StaticStatic t509_id_read_eeprom static uint16_t 3c509.c  
2255
StaticStatic t509_isolate static int 3c509.c  
2256
InlineInline activate_t509_device static inline void 3c509.c  
2257
InlineInline deactivate_t509_device static inline void 3c509.c  
2258
StaticStatic legacy_t509_probe static int 3c509.c  
2259
StaticStatic legacy_t509_disable static void 3c509.c  
2260
InlineInline legacy_t509_set_drvdata static inline void 3c509.c  
2261
InlineInline legacy_t509_get_drvdata static inline void * 3c509.c  
2262
StaticStatic t509_probe static int 3c509.c Probe a 3c509 device
2263
StaticStatic t509_remove static void 3c509.c Remove a 3c509 device
2264
StaticStatic t509bus_probe static int 3c509.c Probe 3c509 root bus
2265
StaticStatic t509bus_remove static void 3c509.c Remove 3c509 root bus
2266
StaticStatic t3c515_wait static void 3c515.c  
2267
StaticStatic t515_reset static void 3c515.c RESET - Reset adapter
2268
StaticStatic t515_poll static int 3c515.c POLL - Wait for a frame
2269
StaticStatic t515_transmit static void 3c515.c TRANSMIT - Transmit a frame
2270
StaticStatic t515_disable static void 3c515.c DISABLE - Turn off ethernet interface
2271
StaticStatic t515_irq static void 3c515.c  
2272
StaticStatic t515_probe static int 3c515.c PROBE - Look for an adapter, this routine's visible to the outside
2273
StaticStatic corkscrew_found_device static int 3c515.c  
2274
StaticStatic corkscrew_probe1 static int 3c515.c  
2275
StaticStatic t529_probe static int 3c529.c  
2276
StaticStatic t529_disable static void 3c529.c  
2277
StaticStatic t595_reset static void 3c595.c ETH_RESET - Reset adapter
2278
StaticStatic t595_transmit static void 3c595.c  
2279
StaticStatic t595_poll static int 3c595.c ETH_POLL - Wait for a frame
2280
StaticStatic eeprom_rdy static int 3c595.c 3Com 595 - specific routines
2281
StaticStatic get_e static int 3c595.c  
2282
StaticStatic vxgetlink static void 3c595.c  
2283
StaticStatic vxsetlink static void 3c595.c  
2284
StaticStatic t595_disable static void 3c595.c  
2285
StaticStatic t595_irq static void 3c595.c  
2286
StaticStatic t595_probe static int 3c595.c ETH_PROBE - Look for an adapter
2287
FunctionFunction t5x9_disable void 3c5x9.c ETH_RESET - Reset adapter
2288
StaticStatic t509_enable static void 3c5x9.c  
2289
StaticStatic t509_reset static void 3c5x9.c  
2290
StaticStatic t509_transmit static void 3c5x9.c  
2291
StaticStatic t509_poll static int 3c5x9.c ETH_POLL - Wait for a frame
2292
StaticStatic t509_irq static void 3c5x9.c ETH_IRQ - interrupt handling
2293
StaticStatic eeprom_rdy static int 3c5x9.c 3Com 509 - specific routines
2294
StaticStatic get_e static int 3c5x9.c  
2295
FunctionFunction t5x9_probe int 3c5x9.c ETH_PROBE - Look for an adapter
2296
StaticStatic a3c90x_internal_IssueCommand static void 3c90x.c  
2297
StaticStatic a3c90x_internal_SetWindow static void 3c90x.c  
2298
StaticStatic a3c90x_internal_WaitForEeprom static void 3c90x.c  
2299
StaticStatic a3c90x_internal_ReadEeprom static int 3c90x.c a3c90x_internal_ReadEeprom - nvs routine to read eeprom data
2300
StaticStatic a3c90x_internal_WriteEeprom static int 3c90x.c a3c90x_internal_WriteEeprom - nvs routine to write eeprom data
2301
StaticStatic a3c90x_internal_ReadEepromContents static void 3c90x.c  
2302
StaticStatic a3c90x_reset static void 3c90x.c  
2303
StaticStatic a3c90x_setup_tx_ring static int 3c90x.c a3c90x_setup_tx_ring - Allocates TX ring, initialize tx_desc values
2304
StaticStatic a3c90x_process_tx_packets static void 3c90x.c a3c90x_process_tx_packets - Checks for successfully sent packets,
2305
StaticStatic a3c90x_free_tx_ring static void 3c90x.c  
2306
StaticStatic a3c90x_transmit static int 3c90x.c a3c90x_transmit - Transmits a packet.
2307
StaticStatic a3c90x_prepare_rx_desc static void 3c90x.c a3c90x_prepare_rx_desc - fills the rx desc with initial data
2308
StaticStatic a3c90x_refill_rx_ring static void 3c90x.c a3c90x_refill_rx_ring -checks every entry in the rx ring and reallocates
2309
StaticStatic a3c90x_setup_rx_ring static int 3c90x.c a3c90x_setup_rx_ring - Allocates RX ring, initialize rx_desc values
2310
StaticStatic a3c90x_free_rx_ring static void 3c90x.c  
2311
StaticStatic a3c90x_free_rx_iobuf static void 3c90x.c  
2312
StaticStatic a3c90x_process_rx_packets static void 3c90x.c a3c90x_process_rx_packets - Checks for received packets,
2313
StaticStatic a3c90x_poll static void 3c90x.c a3c90x_poll - Routine that gets called periodically.
2314
StaticStatic a3c90x_free_resources static void 3c90x.c  
2315
StaticStatic a3c90x_remove static void 3c90x.c a3c90x_remove - Routine to remove the card. Unregisters
2316
StaticStatic a3c90x_irq static void 3c90x.c  
2317
StaticStatic a3c90x_hw_start static void 3c90x.c a3c90x_hw_start - Initialize hardware, copy MAC address
2318
StaticStatic a3c90x_open static int 3c90x.c a3c90x_open - Routine to initialize the card. Initialize hardware,
2319
StaticStatic a3c90x_close static void 3c90x.c a3c90x_close - free()s TX and RX ring, disablex RX/TX, resets NIC
2320
StaticStatic a3c90x_probe static int 3c90x.c  
2321
StaticStatic amd8111e_init_hw_default static void amd8111e.c  
2322
StaticStatic amd8111e_start static int amd8111e.c  
2323
StaticStatic amd8111e_read_phy static int amd8111e.c  
2324
StaticStatic amd8111e_write_phy static int amd8111e.c  
2325
StaticStatic amd8111e_probe_ext_phy static void amd8111e.c  
2326
StaticStatic amd8111e_disable_interrupt static void amd8111e.c  
2327
StaticStatic amd8111e_enable_interrupt static void amd8111e.c  
2328
StaticStatic amd8111e_force_interrupt static void amd8111e.c  
2329
StaticStatic amd8111e_get_mac_address static int amd8111e.c  
2330
StaticStatic amd8111e_init_rx_ring static int amd8111e.c  
2331
StaticStatic amd8111e_init_tx_ring static int amd8111e.c  
2332
StaticStatic amd8111e_wait_tx_ring static int amd8111e.c  
2333
StaticStatic amd8111e_wait_link static void amd8111e.c  
2334
StaticStatic amd8111e_poll_link static void amd8111e.c  
2335
StaticStatic amd8111e_restart static void amd8111e.c  
2336
StaticStatic amd8111e_transmit static void amd8111e.c Interface Functions *
2337
StaticStatic amd8111e_poll static int amd8111e.c  
2338
StaticStatic amd8111e_disable static void amd8111e.c  
2339
StaticStatic amd8111e_irq static void amd8111e.c  
2340
StaticStatic amd8111e_probe static int amd8111e.c  
2341
InlineInline atl1e_irq_enable static inline void atl1e.c  
2342
InlineInline atl1e_irq_disable static inline void atl1e.c  
2343
InlineInline atl1e_irq_reset static inline void atl1e.c  
2344
StaticStatic atl1e_reset static void atl1e.c  
2345
StaticStatic atl1e_check_link static int atl1e.c  
2346
StaticStatic atl1e_mdio_read static int atl1e.c  
2347
StaticStatic atl1e_mdio_write static void atl1e.c  
2348
StaticStatic atl1e_setup_pcicmd static void atl1e.c  
2349
StaticStatic atl1e_sw_init static int atl1e.c  
2350
StaticStatic atl1e_clean_tx_ring static void atl1e.c  
2351
StaticStatic atl1e_clean_rx_ring static void atl1e.c  
2352
StaticStatic atl1e_cal_ring_size static void atl1e.c  
2353
StaticStatic atl1e_init_ring_resources static void atl1e.c  
2354
StaticStatic atl1e_init_ring_ptrs static void atl1e.c  
2355
StaticStatic atl1e_free_ring_resources static void atl1e.c  
2356
StaticStatic atl1e_setup_ring_resources static int atl1e.c  
2357
InlineInline atl1e_configure_des_ring static inline void atl1e.c  
2358
InlineInline atl1e_configure_tx static inline void atl1e.c  
2359
InlineInline atl1e_configure_rx static inline void atl1e.c  
2360
InlineInline atl1e_configure_dma static inline void atl1e.c  
2361
StaticStatic atl1e_setup_mac_ctrl static void atl1e.c  
2362
StaticStatic atl1e_configure static int atl1e.c  
2363
InlineInline atl1e_clear_phy_int static inline void atl1e.c  
2364
StaticStatic atl1e_clean_tx_irq static int atl1e.c  
2365
StaticStatic atl1e_get_rx_page static struct atl1e_rx_page * atl1e.c  
2366
StaticStatic atl1e_clean_rx_irq static void atl1e.c  
2367
StaticStatic atl1e_poll static void atl1e.c  
2368
InlineInline atl1e_tpd_avail static inline u16 atl1e.c  
2369
StaticStatic atl1e_get_tpd static struct atl1e_tpd_desc * atl1e.c  
2370
StaticStatic atl1e_get_tx_buffer static struct atl1e_tx_buffer * atl1e.c  
2371
StaticStatic atl1e_tx_map static void atl1e.c  
2372
StaticStatic atl1e_tx_queue static void atl1e.c  
2373
StaticStatic atl1e_xmit_frame static int atl1e.c  
2374
FunctionFunction atl1e_up int atl1e.c  
2375
FunctionFunction atl1e_irq void atl1e.c  
2376
FunctionFunction atl1e_down void atl1e.c  
2377
StaticStatic atl1e_open static int atl1e.c  
2378
StaticStatic atl1e_close static void atl1e.c  
2379
StaticStatic atl1e_init_netdev static void atl1e.c  
2380
StaticStatic atl1e_probe static int atl1e.c  
2381
StaticStatic atl1e_remove static void atl1e.c  
2382
FunctionFunction atl1e_check_eeprom_exist int atl1e.c ******** Hardware-level functions: *********
2383
FunctionFunction atl1e_hw_set_mac_addr void atl1e.c  
2384
StaticStatic atl1e_get_permanent_address static int atl1e.c  
2385
FunctionFunction atl1e_force_ps void atl1e.c  
2386
FunctionFunction atl1e_read_mac_addr int atl1e.c  
2387
FunctionFunction atl1e_read_phy_reg int atl1e.c  
2388
FunctionFunction atl1e_write_phy_reg int atl1e.c  
2389
StaticStatic atl1e_init_pcie static void atl1e.c  
2390
StaticStatic atl1e_phy_setup_autoneg_adv static int atl1e.c  
2391
FunctionFunction atl1e_phy_commit int atl1e.c  
2392
FunctionFunction atl1e_phy_init int atl1e.c  
2393
FunctionFunction atl1e_reset_hw int atl1e.c  
2394
FunctionFunction atl1e_init_hw int atl1e.c  
2395
FunctionFunction atl1e_get_speed_and_duplex int atl1e.c  
2396
FunctionFunction atl1e_restart_autoneg int atl1e.c  
2397
InlineInline ring_next static inline int b44.c  
2398
InlineInline br32 static inline u32 b44.c  
2399
InlineInline bw32 static inline void b44.c  
2400
InlineInline bflush static inline void b44.c  
2401
FunctionFunction phys_ram_within_limit int b44.c Return non-zero if the installed RAM is within
2402
StaticStatic pending_tx_index static u32 b44.c Ring cells waiting to be processed are between 'tx_cur' and 'pending'
2403
StaticStatic pending_rx_index static u32 b44.c Ring cells waiting to be processed are between 'rx_cur' and 'pending'
2404
StaticStatic b44_wait_bit static int b44.c Wait until the given bit is set/cleared.
2405
InlineInline ssb_get_core_rev static inline u32 b44.c  
2406
InlineInline ssb_is_core_up static inline int b44.c  
2407
StaticStatic ssb_pci_setup static u32 b44.c  
2408
StaticStatic ssb_core_disable static void b44.c  
2409
StaticStatic ssb_core_reset static void b44.c  
2410
StaticStatic b44_chip_reset static void b44.c  
2411
StaticStatic b44_halt static void b44.c called by b44_poll in the error path
2412
StaticStatic b44_init_hw static void b44.c  
2413
StaticStatic b44_populate_rx_descriptor static void b44.c * Management of ring descriptors **
2414
StaticStatic b44_rx_refill static void b44.c  
2415
StaticStatic b44_free_rx_ring static void b44.c  
2416
StaticStatic b44_init_rx_ring static int b44.c  
2417
StaticStatic b44_free_tx_ring static void b44.c  
2418
StaticStatic b44_init_tx_ring static int b44.c  
2419
StaticStatic b44_phy_read static int b44.c * Interaction with the PHY **
2420
StaticStatic b44_phy_write static int b44.c  
2421
StaticStatic b44_phy_reset static int b44.c  
2422
StaticStatic b44_cam_write static void b44.c  
2423
StaticStatic b44_set_mac_addr static void b44.c  
2424
StaticStatic b44_read_eeprom static void b44.c  
2425
StaticStatic b44_load_mac_and_phy_addr static void b44.c  
2426
StaticStatic b44_set_rx_mode static void b44.c  
2427
StaticStatic b44_probe static int b44.c * Implementation of gPXE driver callbacks **
2428
StaticStatic b44_remove static void b44.c Remove device
2429
StaticStatic b44_irq static void b44.c Enable or disable interrupts
2430
StaticStatic b44_open static int b44.c Open network device
2431
StaticStatic b44_close static void b44.c Close network device
2432
StaticStatic b44_transmit static int b44.c Transmit packet
2433
StaticStatic b44_tx_complete static void b44.c Recycles sent TX descriptors and notifies network stack
2434
StaticStatic b44_process_rx_packets static void b44.c  
2435
StaticStatic b44_poll static void b44.c Poll for completed and received packets
2436
StaticStatic bnx2_reg_rd_ind static u32 bnx2.c  
2437
StaticStatic bnx2_reg_wr_ind static void bnx2.c  
2438
StaticStatic bnx2_ctx_wr static void bnx2.c  
2439
StaticStatic bnx2_read_phy static int bnx2.c  
2440
StaticStatic bnx2_write_phy static int bnx2.c  
2441
StaticStatic bnx2_disable_int static void bnx2.c  
2442
StaticStatic bnx2_alloc_mem static int bnx2.c  
2443
StaticStatic bnx2_report_fw_link static void bnx2.c  
2444
StaticStatic bnx2_report_link static void bnx2.c  
2445
StaticStatic bnx2_resolve_flow_ctrl static void bnx2.c  
2446
StaticStatic bnx2_5708s_linkup static int bnx2.c  
2447
StaticStatic bnx2_5706s_linkup static int bnx2.c  
2448
StaticStatic bnx2_copper_linkup static int bnx2.c  
2449
StaticStatic bnx2_set_mac_link static int bnx2.c  
2450
StaticStatic bnx2_set_link static int bnx2.c  
2451
StaticStatic bnx2_reset_phy static int bnx2.c  
2452
StaticStatic bnx2_phy_get_pause_adv static u32 bnx2.c  
2453
StaticStatic bnx2_setup_serdes_phy static int bnx2.c  
2454
StaticStatic bnx2_setup_copper_phy static int bnx2.c  
2455
StaticStatic bnx2_setup_phy static int bnx2.c  
2456
StaticStatic bnx2_init_5708s_phy static int bnx2.c  
2457
StaticStatic bnx2_init_5706s_phy static int bnx2.c  
2458
StaticStatic bnx2_init_copper_phy static int bnx2.c  
2459
StaticStatic bnx2_init_phy static int bnx2.c  
2460
StaticStatic bnx2_fw_sync static int bnx2.c  
2461
StaticStatic bnx2_init_context static void bnx2.c  
2462
StaticStatic bnx2_alloc_bad_rbuf static int bnx2.c  
2463
StaticStatic bnx2_set_mac_addr static void bnx2.c  
2464
StaticStatic bnx2_set_rx_mode static void bnx2.c  
2465
StaticStatic load_rv2p_fw static void bnx2.c  
2466
StaticStatic load_cpu_fw static void bnx2.c  
2467
StaticStatic bnx2_init_cpus static void bnx2.c  
2468
StaticStatic bnx2_set_power_state_0 static int bnx2.c  
2469
StaticStatic bnx2_enable_nvram_access static void bnx2.c  
2470
StaticStatic bnx2_disable_nvram_access static void bnx2.c  
2471
StaticStatic bnx2_init_nvram static int bnx2.c  
2472
StaticStatic bnx2_reset_chip static int bnx2.c  
2473
StaticStatic bnx2_disable static void bnx2.c  
2474
StaticStatic bnx2_init_chip static int bnx2.c  
2475
StaticStatic bnx2_init_tx_ring static void bnx2.c  
2476
StaticStatic bnx2_init_rx_ring static void bnx2.c  
2477
StaticStatic bnx2_reset_nic static int bnx2.c  
2478
StaticStatic bnx2_init_nic static int bnx2.c  
2479
StaticStatic bnx2_init_board static int bnx2.c  
2480
StaticStatic bnx2_transmit static void bnx2.c  
2481
StaticStatic bnx2_poll_link static int bnx2.c  
2482
StaticStatic bnx2_poll static int bnx2.c  
2483
StaticStatic bnx2_irq static void bnx2.c  
2484
StaticStatic bnx2_probe static int bnx2.c  
2485
InlineInline readreg static inline int cs89x0.c CS89x0 - specific routines
2486
InlineInline writereg static inline void cs89x0.c  
2487
StaticStatic wait_eeprom_ready static int cs89x0.c EEPROM access
2488
StaticStatic get_eeprom_data static int cs89x0.c  
2489
StaticStatic get_eeprom_chksum static int cs89x0.c  
2490
StaticStatic clrline static void cs89x0.c Activate all of the available media and probe for network
2491
StaticStatic control_dc_dc static void cs89x0.c  
2492
StaticStatic detect_tp static int cs89x0.c  
2493
StaticStatic send_test_pkt static int cs89x0.c  
2494
StaticStatic detect_aui static int cs89x0.c  
2495
StaticStatic detect_bnc static int cs89x0.c  
2496
StaticStatic cs89x0_reset static void cs89x0.c ETH_RESET - Reset adapter
2497
StaticStatic cs89x0_transmit static void cs89x0.c ETH_TRANSMIT - Transmit a frame
2498
StaticStatic cs89x0_poll static int cs89x0.c ETH_POLL - Wait for a frame
2499
StaticStatic cs89x0_irq static void cs89x0.c  
2500
StaticStatic cs89x0_probe_addr static int cs89x0.c ETH_PROBE - Look for an adapter
2501
StaticStatic cs89x0_probe static int cs89x0.c  
2502
StaticStatic cs89x0_disable static void cs89x0.c  
2503
InlineInline whereami static inline void davicom.c Utility Routines
2504
StaticStatic davicom_more static void davicom.c  
2505
StaticStatic davicom_wait static void davicom.c  
2506
StaticStatic phy_read static int davicom.c For DAVICOM phyxcer register by MII interface
2507
StaticStatic phy_write static void davicom.c  
2508
StaticStatic phy_write_1bit static void davicom.c  
2509
StaticStatic phy_read_1bit static int davicom.c  
2510
StaticStatic HPNA_process static void davicom.c  
2511
StaticStatic davicom_media_chk static void davicom.c  
2512
StaticStatic read_eeprom static int davicom.c EEPROM Reading Code
2513
StaticStatic davicom_init_chain static void davicom.c davicom_init_chain - setup the tx and rx descriptors
2514
StaticStatic davicom_reset static void davicom.c davicom_reset - Reset adapter
2515
StaticStatic davicom_transmit static void davicom.c eth_transmit - Transmit a frame
2516
StaticStatic davicom_poll static int davicom.c eth_poll - Wait for a frame
2517
StaticStatic davicom_disable static void davicom.c eth_disable - Disable the interface
2518
StaticStatic davicom_irq static void davicom.c eth_irq - enable, disable and force interrupts
2519
StaticStatic davicom_probe static int davicom.c eth_probe - Look for an adapter
2520
StaticStatic depca_init_ring static void depca.c  
2521
InlineInline LoadCSRs static inline void depca.c  
2522
InlineInline InitRestartDepca static inline int depca.c  
2523
StaticStatic depca_reset static void depca.c RESET - Reset adapter
2524
StaticStatic depca_poll static int depca.c POLL - Wait for a frame
2525
StaticStatic depca_transmit static void depca.c TRANSMIT - Transmit a frame
2526
StaticStatic depca_disable static void depca.c DISABLE - Turn off ethernet interface
2527
StaticStatic depca_irq static void depca.c IRQ - Interrupt Control
2528
StaticStatic depca_probe1 static int depca.c  
2529
StaticStatic depca_probe static int depca.c PROBE - Look for an adapter, this routine's visible to the outside
2530
StaticStatic dmfe_reset static void dmfe.c  
2531
StaticStatic dmfe_init_dm910x static void dmfe.c  
2532
StaticStatic dmfe_poll static int dmfe.c POLL - Wait for a frame
2533
StaticStatic dmfe_irq static void dmfe.c  
2534
StaticStatic dmfe_transmit static void dmfe.c TRANSMIT - Transmit a frame
2535
StaticStatic dmfe_disable static void dmfe.c DISABLE - Turn off ethernet interface
2536
StaticStatic dmfe_probe static int dmfe.c  
2537
StaticStatic dmfe_descriptor_init static void dmfe.c  
2538
StaticStatic update_cr6 static void dmfe.c  
2539
StaticStatic dm9132_id_table static void dmfe.c  
2540
StaticStatic send_filter_frame static void dmfe.c  
2541
StaticStatic read_srom_word static u16 dmfe.c  
2542
StaticStatic dmfe_sense_speed static u8 dmfe.c  
2543
StaticStatic dmfe_set_phyxcer static void dmfe.c  
2544
StaticStatic dmfe_process_mode static void dmfe.c  
2545
StaticStatic phy_write static void dmfe.c  
2546
StaticStatic phy_read static u16 dmfe.c  
2547
StaticStatic phy_write_1bit static void dmfe.c  
2548
StaticStatic phy_read_1bit static u16 dmfe.c  
2549
StaticStatic dmfe_parse_srom static void dmfe.c  
2550
StaticStatic dmfe_program_DM9801 static void dmfe.c  
2551
StaticStatic dmfe_program_DM9802 static void dmfe.c  
2552
StaticStatic eepro_reset static void eepro.c RESET - Reset adapter
2553
StaticStatic eepro_poll static int eepro.c POLL - Wait for a frame
2554
StaticStatic eepro_transmit static void eepro.c TRANSMIT - Transmit a frame
2555
StaticStatic eepro_disable static void eepro.c DISABLE - Turn off ethernet interface
2556
StaticStatic eepro_irq static void eepro.c DISABLE - Enable, Disable, or Force interrupts
2557
StaticStatic read_eeprom static int eepro.c  
2558
StaticStatic eepro_probe1 static int eepro.c  
2559
StaticStatic eepro_probe static int eepro.c PROBE - Look for an adapter, this routine's visible to the outside
2560
StaticStatic ifec_pci_probe static int eepro100.c ***************** gPXE PCI Device Driver API functions *******************
2561
StaticStatic ifec_pci_remove static void eepro100.c  
2562
StaticStatic ifec_net_close static void eepro100.c **************** gPXE Network Device Driver API functions ****************
2563
StaticStatic ifec_net_irq static void eepro100.c  
2564
StaticStatic ifec_net_open static int eepro100.c  
2565
StaticStatic ifec_net_poll static void eepro100.c  
2566
StaticStatic ifec_net_transmit static int eepro100.c  
2567
StaticStatic ifec_spi_read_bit static int eepro100.c  
2568
StaticStatic ifec_spi_write_bit static void eepro100.c  
2569
StaticStatic ifec_init_eeprom static void eepro100.c  
2570
StaticStatic ifec_link_check static int eepro100.c  
2571
StaticStatic ifec_link_update static void eepro100.c  
2572
StaticStatic ifec_mdio_read static int eepro100.c  
2573
StaticStatic ifec_mdio_setup static void eepro100.c  
2574
StaticStatic ifec_mdio_write static int eepro100.c  
2575
StaticStatic ifec_reset static void eepro100.c  
2576
StaticStatic ifec_free static void eepro100.c  
2577
StaticStatic ifec_rfd_init static void eepro100.c  
2578
StaticStatic ifec_reprime_ru static void eepro100.c  
2579
StaticStatic ifec_check_ru_status static void eepro100.c  
2580
StaticStatic ifec_rx_process static void eepro100.c  
2581
StaticStatic ifec_get_rx_desc static int eepro100.c  
2582
StaticStatic ifec_refill_rx_ring static void eepro100.c  
2583
StaticStatic ifec_rx_setup static int eepro100.c  
2584
StaticStatic ifec_scb_cmd static int eepro100.c  
2585
StaticStatic ifec_scb_cmd_wait static int eepro100.c  
2586
StaticStatic ifec_tx_process static void eepro100.c  
2587
StaticStatic ifec_tx_setup static int eepro100.c  
2588
FunctionFunction ifec_tx_wake void eepro100.c  
2589
StaticStatic epic100_probe static int epic100.c Externally visible functions
2590
StaticStatic set_rx_mode static void epic100.c  
2591
StaticStatic epic100_open static void epic100.c  
2592
StaticStatic epic100_init_ring static void epic100.c  
2593
StaticStatic epic100_transmit static void epic100.c  
2594
StaticStatic epic100_poll static int epic100.c  
2595
StaticStatic epic100_disable static void epic100.c  
2596
StaticStatic epic100_irq static void epic100.c  
2597
StaticStatic read_eeprom static int epic100.c  
2598
StaticStatic mii_read static int epic100.c  
2599
StaticStatic gmii_autoneg_advertised static unsigned int etherfabric.c Retrieve GMII autonegotiation advertised abilities
2600
StaticStatic gmii_autoneg_lpa static unsigned int etherfabric.c Retrieve GMII autonegotiation link partner abilities
2601
StaticStatic gmii_nway_result static unsigned int etherfabric.c Calculate GMII autonegotiated link technology
2602
StaticStatic gmii_link_ok static int etherfabric.c Check GMII PHY link status
2603
StaticStatic mdio_clause45_wait_reset_mmds static int etherfabric.c  
2604
StaticStatic mdio_clause45_reset_mmd static int etherfabric.c  
2605
StaticStatic mdio_clause45_links_ok static int etherfabric.c  
2606
StaticStatic mdio_clause45_check_mmds static int etherfabric.c  
2607
InlineInline _falcon_writel static inline void etherfabric.c  
2608
InlineInline _falcon_readl static inline uint32_t etherfabric.c  
2609
InlineInline falcon_write static inline void etherfabric.c Write to a Falcon register
2610
InlineInline falcon_write_sram static inline void etherfabric.c Write to Falcon SRAM
2611
InlineInline falcon_writel static inline void etherfabric.c Write dword to Falcon register that allows partial writes
2612
InlineInline falcon_read static inline void etherfabric.c Read from a Falcon register
2613
InlineInline falcon_read_sram static inline void etherfabric.c Read from Falcon SRAM
2614
InlineInline falcon_readl static inline void etherfabric.c Read dword from a portion of a Falcon register
2615
InlineInline falcon_event_present static inline int etherfabric.c See if an event is present
2616
StaticStatic falcon_eventq_read_ack static void etherfabric.c  
2617
InlineInline falcon_dump_regs static inline void etherfabric.c Dump register contents (for debugging)
2618
StaticStatic falcon_interrupts static void etherfabric.c  
2619
StaticStatic falcon_spi_wait static int etherfabric.c  
2620
StaticStatic falcon_spi_rw static int etherfabric.c  
2621
StaticStatic falcon_i2c_bit_write static void etherfabric.c Falcon bit-bashed I2C interface
2622
StaticStatic falcon_i2c_bit_read static int etherfabric.c  
2623
StaticStatic falcon_gmii_wait static int etherfabric.c MDIO access
2624
StaticStatic falcon_mdio_write static void etherfabric.c  
2625
StaticStatic falcon_mdio_read static int etherfabric.c  
2626
StaticStatic falcon_reconfigure_mac_wrapper static void etherfabric.c MAC wrapper
2627
StaticStatic falcon_gmac_writel static void etherfabric.c  
2628
StaticStatic falcon_gmac_readl static void etherfabric.c  
2629
StaticStatic mentormac_reset static void etherfabric.c  
2630
StaticStatic mentormac_init static void etherfabric.c  
2631
StaticStatic falcon_init_gmac static int etherfabric.c  
2632
StaticStatic falcon_xmac_writel static void etherfabric.c XMAC handling
2633
StaticStatic falcon_xmac_readl static void etherfabric.c Read dword from a Falcon XMAC register
2634
StaticStatic falcon_setup_xaui static void etherfabric.c Configure Falcon XAUI output
2635
StaticStatic falcon_xgmii_status static int etherfabric.c  
2636
StaticStatic falcon_mask_status_intr static void etherfabric.c  
2637
StaticStatic falcon_reset_xmac static int etherfabric.c Reset 10G MAC connected to port
2638
StaticStatic falcon_reset_xaui static int etherfabric.c  
2639
StaticStatic falcon_xaui_link_ok static int etherfabric.c  
2640
StaticStatic falcon_reconfigure_xmac static void etherfabric.c Initialise XMAC
2641
StaticStatic falcon_init_xmac static int etherfabric.c  
2642
StaticStatic falcon_xaui_phy_init static int etherfabric.c Null PHY handling
2643
StaticStatic alaska_init static int etherfabric.c Alaska PHY
2644
StaticStatic falcon_xfp_phy_init static int etherfabric.c  
2645
StaticStatic falcon_txc_logic_reset static int etherfabric.c  
2646
StaticStatic falcon_txc_phy_init static int etherfabric.c  
2647
StaticStatic falcon_tenxpress_check_c11 static int etherfabric.c  
2648
StaticStatic falcon_tenxpress_phy_init static int etherfabric.c  
2649
StaticStatic falcon_pm8358_phy_init static int etherfabric.c  
2650
StaticStatic sfe4001_init static int etherfabric.c  
2651
StaticStatic sfe4001_fini static void etherfabric.c  
2652
StaticStatic sfe4002_init static int etherfabric.c  
2653
StaticStatic sfe4002_fini static void etherfabric.c  
2654
StaticStatic sfe4003_init static int etherfabric.c  
2655
StaticStatic sfe4003_fini static void etherfabric.c  
2656
StaticStatic falcon_free_special_buffer static void etherfabric.c Hardware initialisation
2657
StaticStatic falcon_alloc_special_buffer static void* etherfabric.c  
2658
StaticStatic clear_b0_fpga_memories static void etherfabric.c  
2659
StaticStatic falcon_reset static int etherfabric.c  
2660
StaticStatic falcon_probe_nic_variant static void etherfabric.c  
2661
StaticStatic falcon_init_spi_device static void etherfabric.c  
2662
StaticStatic falcon_probe_spi static int etherfabric.c  
2663
StaticStatic falcon_probe_nvram static int etherfabric.c  
2664
StaticStatic falcon_init_sram static int etherfabric.c  
2665
StaticStatic falcon_setup_nic static void etherfabric.c  
2666
StaticStatic falcon_init_resources static void etherfabric.c  
2667
StaticStatic falcon_fini_resources static void etherfabric.c  
2668
StaticStatic falcon_build_rx_desc static void etherfabric.c Hardware rx path
2669
StaticStatic falcon_notify_rx_desc static void etherfabric.c  
2670
StaticStatic falcon_build_tx_desc static void etherfabric.c Hardware tx path
2671
StaticStatic falcon_notify_tx_desc static void etherfabric.c  
2672
StaticStatic efab_fill_rx_queue static int etherfabric.c Software receive interface
2673
StaticStatic efab_receive static void etherfabric.c  
2674
StaticStatic efab_transmit static int etherfabric.c Software transmit interface
2675
StaticStatic efab_transmit_done static int etherfabric.c  
2676
StaticStatic falcon_clear_interrupts static void etherfabric.c Hardware event path
2677
StaticStatic falcon_handle_event static void etherfabric.c  
2678
StaticStatic efab_poll static void etherfabric.c Software (polling) interrupt handler
2679
StaticStatic efab_irq static void etherfabric.c  
2680
StaticStatic efab_free_resources static void etherfabric.c Software open/close
2681
StaticStatic efab_alloc_resources static int etherfabric.c  
2682
StaticStatic efab_init_mac static int etherfabric.c  
2683
StaticStatic efab_close static void etherfabric.c  
2684
StaticStatic efab_open static int etherfabric.c  
2685
StaticStatic efab_remove static void etherfabric.c  
2686
StaticStatic efab_probe static int etherfabric.c  
2687
InlineInline pci_push static inline void forcedeth.c  
2688
InlineInline nv_descr_getlength static inline u32 forcedeth.c  
2689
StaticStatic reg_delay static int forcedeth.c  
2690
StaticStatic mii_rw static int forcedeth.c  
2691
StaticStatic phy_reset static int forcedeth.c  
2692
StaticStatic phy_init static int forcedeth.c  
2693
StaticStatic start_rx static void forcedeth.c  
2694
StaticStatic stop_rx static void forcedeth.c  
2695
StaticStatic start_tx static void forcedeth.c  
2696
StaticStatic stop_tx static void forcedeth.c  
2697
StaticStatic txrx_reset static void forcedeth.c  
2698
StaticStatic alloc_rx static int forcedeth.c  
2699
StaticStatic update_linkspeed static int forcedeth.c  
2700
StaticStatic nv_linkchange static void forcedeth.c  
2701
StaticStatic init_ring static int forcedeth.c  
2702
StaticStatic set_multicast static void forcedeth.c  
2703
StaticStatic forcedeth_reset static int forcedeth.c RESET - Reset the NIC to prepare for use
2704
StaticStatic forcedeth_poll static int forcedeth.c POLL - Wait for a frame
2705
StaticStatic forcedeth_transmit static void forcedeth.c TRANSMIT - Transmit a frame
2706
StaticStatic forcedeth_disable static void forcedeth.c DISABLE - Turn off ethernet interface
2707
StaticStatic forcedeth_irq static void forcedeth.c IRQ - Enable, Disable, or Force interrupts
2708
StaticStatic forcedeth_probe static int forcedeth.c  
2709
StaticStatic ipoib_lookup_peer_by_key static struct ipoib_peer * ipoib.c Look up cached peer by key
2710
StaticStatic ipoib_cache_peer static struct ipoib_peer * ipoib.c Store GID and QPN in peer cache
2711
StaticStatic ipoib_push static int ipoib.c IPoIB link layer
2712
StaticStatic ipoib_pull static int ipoib.c Remove IPoIB link-layer header
2713
StaticStatic ipoib_init_addr static void ipoib.c Initialise IPoIB link-layer address
2714
FunctionFunction ipoib_ntoa const char * ipoib.c Transcribe IPoIB link-layer address
2715
StaticStatic ipoib_mc_hash static int ipoib.c Hash multicast address
2716
StaticStatic ipoib_mlx_eth_addr static int ipoib.c Generate Mellanox Ethernet-compatible compressed link-layer address
2717
StaticStatic ipoib_eth_addr static int ipoib.c Generate Ethernet-compatible compressed link-layer address
2718
FunctionFunction alloc_ipoibdev struct net_device * ipoib.c Allocate IPoIB device
2719
StaticStatic ipoib_transmit static int ipoib.c IPoIB network device
2720
StaticStatic ipoib_complete_send static void ipoib.c Handle IPoIB send completion
2721
StaticStatic ipoib_complete_recv static void ipoib.c Handle IPoIB receive completion
2722
StaticStatic ipoib_poll static void ipoib.c Poll IPoIB network device
2723
StaticStatic ipoib_irq static void ipoib.c Enable/disable interrupts on IPoIB network device
2724
FunctionFunction ipoib_join_complete void ipoib.c Handle IPv4 broadcast multicast group join completion
2725
StaticStatic ipoib_join_broadcast_group static int ipoib.c Join IPv4 broadcast multicast group
2726
StaticStatic ipoib_leave_broadcast_group static void ipoib.c Leave IPv4 broadcast multicast group
2727
StaticStatic ipoib_open static int ipoib.c Open IPoIB network device
2728
StaticStatic ipoib_close static void ipoib.c Close IPoIB network device
2729
FunctionFunction ipoib_link_state_changed void ipoib.c Handle link status change
2730
FunctionFunction ipoib_probe int ipoib.c Probe IPoIB device
2731
FunctionFunction ipoib_remove void ipoib.c Remove IPoIB device
2732
StaticStatic legacy_transmit static int legacy.c  
2733
StaticStatic legacy_poll static void legacy.c  
2734
StaticStatic legacy_open static int legacy.c  
2735
StaticStatic legacy_close static void legacy.c  
2736
StaticStatic legacy_irq static void legacy.c  
2737
FunctionFunction legacy_probe int legacy.c  
2738
FunctionFunction legacy_remove void legacy.c  
2739
FunctionFunction dummy_connect int legacy.c  
2740
FunctionFunction dummy_irq void legacy.c  
2741
StaticStatic init_ring static void mtd80x.c init_ring - setup the tx and rx descriptors
2742
StaticStatic mtd_reset static void mtd80x.c RESET - Reset Adapter
2743
StaticStatic mtd_poll static int mtd80x.c POLL - Wait for a frame
2744
StaticStatic mtd_transmit static void mtd80x.c TRANSMIT - Transmit a frame
2745
StaticStatic mtd_disable static void mtd80x.c DISABLE - Turn off ethernet interface
2746
StaticStatic mtd_probe static int mtd80x.c PROBE - Look for an adapter, this routine's visible to the outside
2747
StaticStatic set_rx_mode static void mtd80x.c  
2748
StaticStatic m80x_read_tick static unsigned int mtd80x.c  
2749
StaticStatic m80x_delay static void mtd80x.c  
2750
StaticStatic m80x_send_cmd_to_phy static u32 mtd80x.c  
2751
StaticStatic mdio_read static int mtd80x.c  
2752
StaticStatic mdio_write static void mtd80x.c  
2753
StaticStatic getlinkstatus static void mtd80x.c  
2754
StaticStatic getlinktype static void mtd80x.c  
2755
StaticStatic mtnic_alloc_aligned static int mtnic.c MTNIC allocation functions
2756
StaticStatic mtnic_alloc_cmdif static int mtnic.c mtnic alloc command interface
2757
StaticStatic mtnic_free_io_buffers static void mtnic.c Free RX io buffers
2758
StaticStatic mtnic_alloc_iobuf static int mtnic.c mtnic alloc and attach io buffers
2759
StaticStatic mtnic_alloc_ring static int mtnic.c mtnic alloc ring
2760
StaticStatic mtnic_alloc_cq static int mtnic.c mtnic alloc CQ
2761
FunctionFunction mtnic_alloc_resources unsigned int mtnic.c mtnic_alloc_resources
2762
StaticStatic mtnic_alloc_eq static int mtnic.c mtnic alloc_eq
2763
InlineInline cmdif_go_bit static inline int mtnic.c Mtnic commands functions
2764
StaticStatic mtnic_cmd static int mtnic.c  
2765
StaticStatic mtnic_map_cmd static int mtnic.c  
2766
StaticStatic mtnic_QUERY_FW static int mtnic.c  
2767
StaticStatic mtnic_OPEN_NIC static int mtnic.c  
2768
StaticStatic mtnic_CONFIG_RX static int mtnic.c  
2769
StaticStatic mtnic_CONFIG_TX static int mtnic.c  
2770
StaticStatic mtnic_HEART_BEAT static int mtnic.c  
2771
StaticStatic mtnic_SET_PORT_DEFAULT_RING static int mtnic.c  
2772
StaticStatic mtnic_CONFIG_PORT_RSS_STEER static int mtnic.c  
2773
StaticStatic mtnic_SET_PORT_RSS_INDIRECTION static int mtnic.c  
2774
StaticStatic mtnic_CONFIG_CQ static int mtnic.c  
2775
StaticStatic mtnic_CONFIG_TX_RING static int mtnic.c  
2776
StaticStatic mtnic_CONFIG_RX_RING static int mtnic.c  
2777
StaticStatic mtnic_CONFIG_EQ static int mtnic.c  
2778
StaticStatic mtnic_SET_RX_RING_ADDR static int mtnic.c  
2779
StaticStatic mtnic_SET_PORT_STATE static int mtnic.c  
2780
StaticStatic mtnic_SET_PORT_MTU static int mtnic.c  
2781
StaticStatic mtnic_RELEASE_RESOURCE static int mtnic.c  
2782
StaticStatic mtnic_QUERY_CAP static int mtnic.c  
2783
StaticStatic mtnic_query_num_ports static int mtnic.c  
2784
StaticStatic mtnic_query_mac static int mtnic.c  
2785
StaticStatic mtnic_query_offsets static int mtnic.c  
2786
FunctionFunction mtnic_reset void mtnic.c MTNIC initalization functions
2787
StaticStatic restore_config static int mtnic.c Restore PCI config
2788
StaticStatic mtnic_init_pci static int mtnic.c Init PCI configuration
2789
InlineInline mtnic_init_card static inline int mtnic.c Initial hardware
2790
FunctionFunction mtnic_process_tx_cq void mtnic.c Process functions
2791
FunctionFunction mtnic_process_rx_cq int mtnic.c  
2792
StaticStatic mtnic_open static int mtnic.c net_device functions
2793
StaticStatic mtnic_poll static void mtnic.c Check if we got completion for receive and transmit and
2794
StaticStatic mtnic_transmit static int mtnic.c  
2795
StaticStatic mtnic_close static void mtnic.c  
2796
StaticStatic mtnic_disable static void mtnic.c  
2797
StaticStatic mtnic_irq static void mtnic.c  
2798
StaticStatic mtnic_probe static int mtnic.c  
2799
InlineInline myri10ge_priv static inline struct myri10ge_private * myri10ge.c  
2800
StaticStatic myri10ge_post_receive static void myri10ge.c  
2801
StaticStatic myri10ge_command static int myri10ge.c  
2802
StaticStatic myri10ge_interrupt_handler static void myri10ge.c  
2803
StaticStatic mac_address_from_string_specs static int myri10ge.c  
2804
StaticStatic myri10ge_pci_probe static int myri10ge.c gPXE PCI Device Driver API functions
2805
StaticStatic myri10ge_pci_remove static void myri10ge.c  
2806
StaticStatic myri10ge_net_close static void myri10ge.c gPXE Network Device Driver Operations
2807
StaticStatic myri10ge_net_irq static void myri10ge.c  
2808
StaticStatic myri10ge_net_open static int myri10ge.c  
2809
StaticStatic myri10ge_net_poll static void myri10ge.c  
2810
StaticStatic myri10ge_net_transmit static int myri10ge.c  
2811
StaticStatic natsemi_spi_read_bit static int natsemi.c  
2812
StaticStatic natsemi_spi_write_bit static void natsemi.c  
2813
StaticStatic natsemi_init_eeprom static void natsemi.c  
2814
StaticStatic natsemi_probe static int natsemi.c Probe PCI device
2815
StaticStatic natsemi_remove static void natsemi.c Remove PCI device
2816
StaticStatic natsemi_reset static void natsemi.c Reset NIC
2817
StaticStatic natsemi_open static int natsemi.c Open NIC
2818
StaticStatic natsemi_close static void natsemi.c Close NIC
2819
StaticStatic natsemi_transmit static int natsemi.c Transmit packet
2820
StaticStatic natsemi_poll static void natsemi.c Poll for received packets
2821
StaticStatic natsemi_irq static void natsemi.c Enable/disable interrupts
2822
StaticStatic eth_pio_read static void ne2k_isa.c ETH_PIO_READ - Read a frame via Programmed I/O
2823
StaticStatic eth_pio_write static void ne2k_isa.c ETH_PIO_WRITE - Write a frame via Programmed I/O
2824
StaticStatic enable_multicast static void ne2k_isa.c enable_multicast - Enable Multicast
2825
StaticStatic ne_probe1 static int ne2k_isa.c NE_PROBE1 - Look for an adapter on the ISA bus
2826
StaticStatic ne_probe static int ne2k_isa.c NE_PROBE - Initialize an adapter ???
2827
StaticStatic ne_disable static void ne2k_isa.c NE_DISABLE - Turn off adapter
2828
StaticStatic ne_reset static void ne2k_isa.c NE_RESET - Reset adapter
2829
StaticStatic ne_poll static int ne2k_isa.c NE_POLL - Wait for a frame
2830
StaticStatic ne_transmit static void ne2k_isa.c NE_TRANSMIT - Transmit a frame
2831
StaticStatic phy_intr static void ns83820.c  
2832
StaticStatic ns83820_setup_rx static void ns83820.c  
2833
StaticStatic ns83820_do_reset static void ns83820.c  
2834
StaticStatic ns83820_reset static void ns83820.c  
2835
StaticStatic ns83820_getmac static void ns83820.c  
2836
StaticStatic ns83820_set_multicast static void ns83820.c  
2837
StaticStatic ns83820_run_bist static void ns83820.c  
2838
StaticStatic ns83820_check_intr static void ns83820.c Check Link
2839
StaticStatic ns83820_poll static int ns83820.c POLL - Wait for a frame
2840
InlineInline kick_tx static inline void ns83820.c  
2841
StaticStatic ns83820_transmit static void ns83820.c TRANSMIT - Transmit a frame
2842
StaticStatic ns83820_disable static void ns83820.c DISABLE - Turn off ethernet interface
2843
StaticStatic ns83820_irq static void ns83820.c IRQ - Enable, Disable, or Force interrupts
2844
StaticStatic ns83820_probe static int ns83820.c  
2845
FunctionFunction !defined   ns8390.c  
2846
StaticStatic eth_pio_write static void ns8390.c ETH_PIO_WRITE - Write a frame via Programmed I/O
2847
StaticStatic eth_pio_read static void ns8390.c ETH_PIO_READ - Dummy routine when NE2000 not compiled in
2848
StaticStatic enable_multicast static void ns8390.c enable_multycast - Enable Multicast
2849
StaticStatic ns8390_reset static void ns8390.c NS8390_RESET - Reset adapter
2850
StaticStatic eth_rx_overrun static void ns8390.c ETH_RX_OVERRUN - Bring adapter back to work after an RX overrun
2851
StaticStatic ns8390_transmit static void ns8390.c NS8390_TRANSMIT - Transmit a frame
2852
StaticStatic ns8390_poll static int ns8390.c NS8390_POLL - Wait for a frame
2853
StaticStatic ns8390_disable static void ns8390.c NS8390_DISABLE - Turn off adapter
2854
StaticStatic ns8390_irq static void ns8390.c NS8390_IRQ - Enable, Disable, or Force interrupts
2855
StaticStatic eth_probe static int ns8390.c ETH_PROBE - Look for an adapter
2856
StaticStatic pcnet32_wio_read_csr static u16 pcnet32.c  
2857
StaticStatic pcnet32_wio_write_csr static void pcnet32.c  
2858
StaticStatic pcnet32_wio_read_bcr static u16 pcnet32.c  
2859
StaticStatic pcnet32_wio_write_bcr static void pcnet32.c  
2860
StaticStatic pcnet32_wio_read_rap static u16 pcnet32.c  
2861
StaticStatic pcnet32_wio_write_rap static void pcnet32.c  
2862
StaticStatic pcnet32_wio_reset static void pcnet32.c  
2863
StaticStatic pcnet32_wio_check static int pcnet32.c  
2864
StaticStatic pcnet32_dwio_read_csr static u16 pcnet32.c  
2865
StaticStatic pcnet32_dwio_write_csr static void pcnet32.c  
2866
StaticStatic pcnet32_dwio_read_bcr static u16 pcnet32.c  
2867
StaticStatic pcnet32_dwio_write_bcr static void pcnet32.c  
2868
StaticStatic pcnet32_dwio_read_rap static u16 pcnet32.c  
2869
StaticStatic pcnet32_dwio_write_rap static void pcnet32.c  
2870
StaticStatic pcnet32_dwio_reset static void pcnet32.c  
2871
StaticStatic pcnet32_dwio_check static int pcnet32.c  
2872
StaticStatic pcnet32_init_ring static int pcnet32.c  
2873
StaticStatic pcnet32_reset static void pcnet32.c RESET - Reset adapter
2874
StaticStatic pcnet32_poll static int pcnet32.c POLL - Wait for a frame
2875
StaticStatic pcnet32_transmit static void pcnet32.c TRANSMIT - Transmit a frame
2876
StaticStatic pcnet32_disable static void pcnet32.c DISABLE - Turn off ethernet interface
2877
StaticStatic pcnet32_irq static void pcnet32.c IRQ - Enable, Disable, or Force interrupts
2878
StaticStatic pcnet32_probe static int pcnet32.c PROBE - Look for an adapter, this routine's visible to the outside
2879
StaticStatic mdio_read static int pcnet32.c  
2880
StaticStatic mdio_write static void pcnet32.c  
2881
StaticStatic pnic_command_quiet static uint16_t pnic.c  
2882
StaticStatic pnic_command static uint16_t pnic.c  
2883
StaticStatic pnic_api_check static int pnic.c  
2884
StaticStatic pnic_poll static void pnic.c POLL - Wait for a frame
2885
StaticStatic pnic_transmit static int pnic.c TRANSMIT - Transmit a frame
2886
StaticStatic pnic_open static int pnic.c OPEN - Open network device
2887
StaticStatic pnic_close static void pnic.c CLOSE - Close network device
2888
StaticStatic pnic_irq static void pnic.c IRQ - Enable/disable interrupts
2889
StaticStatic pnic_remove static void pnic.c DISABLE - Turn off ethernet interface
2890
StaticStatic pnic_probe static int pnic.c PROBE - Look for an adapter, this routine's visible to the outside
2891
InlineInline hfa384x_getreg static inline UINT16 prism2.c  
2892
InlineInline hfa384x_setreg static inline void prism2.c  
2893
InlineInline hfa384x_getreg_noswap static inline UINT16 prism2.c  
2894
InlineInline hfa384x_setreg_noswap static inline void prism2.c  
2895
StaticStatic hfa384x_docmd_wait static int prism2.c  
2896
StaticStatic hfa384x_prepare_bap static int prism2.c  
2897
StaticStatic hfa384x_copy_from_bap static int prism2.c  
2898
StaticStatic hfa384x_copy_to_bap static int prism2.c  
2899
InlineInline hfa384x_cmd_access static inline int prism2.c  
2900
StaticStatic hfa384x_drvr_getconfig static int prism2.c  
2901
StaticStatic hfa384x_drvr_getconfig16 static int prism2.c  
2902
StaticStatic hfa384x_drvr_getconfig32 static int prism2.c  
2903
StaticStatic hfa384x_drvr_setconfig static int prism2.c  
2904
StaticStatic hfa384x_drvr_setconfig16 static int prism2.c  
2905
StaticStatic hfa384x_drvr_setconfig32 static int prism2.c  
2906
StaticStatic hfa384x_wait_for_event static int prism2.c  
2907
StaticStatic prism2_poll static int prism2.c POLL - Wait for a frame
2908
StaticStatic prism2_transmit static void prism2.c TRANSMIT - Transmit a frame
2909
StaticStatic prism2_disable static void prism2.c DISABLE - Turn off ethernet interface
2910
StaticStatic prism2_irq static void prism2.c IRQ - Enable, Disable, or Force interrupts
2911
StaticStatic prism2_probe static int prism2.c PROBE - Look for an adapter, this routine's visible to the outside
2912
StaticStatic prism2_pci_probe static int prism2_pci.c  
2913
StaticStatic prism2_pci_disable static void prism2_pci.c  
2914
StaticStatic prism2_find_plx static int prism2_plx.c  
2915
StaticStatic prism2_plx_probe static int prism2_plx.c  
2916
StaticStatic prism2_plx_disable static void prism2_plx.c  
2917
StaticStatic mdio_write static void r8169.c * Low level hardware routines **
2918
StaticStatic mdio_read static int r8169.c  
2919
StaticStatic mdio_patch static void r8169.c  
2920
StaticStatic rtl_ephy_write static void r8169.c  
2921
StaticStatic rtl_ephy_read static u16 r8169.c  
2922
StaticStatic rtl_csi_write static void r8169.c  
2923
StaticStatic rtl_csi_read static u32 r8169.c  
2924
StaticStatic rtl8169_irq_mask_and_ack static void r8169.c  
2925
StaticStatic rtl8169_tbi_reset_pending static unsigned int r8169.c  
2926
StaticStatic rtl8169_xmii_reset_pending static unsigned int r8169.c  
2927
StaticStatic rtl8169_tbi_link_ok static unsigned int r8169.c  
2928
StaticStatic rtl8169_xmii_link_ok static unsigned int r8169.c  
2929
StaticStatic rtl8169_tbi_reset_enable static void r8169.c  
2930
StaticStatic rtl8169_xmii_reset_enable static void r8169.c  
2931
StaticStatic rtl8169_set_speed_tbi static int r8169.c  
2932
StaticStatic rtl8169_set_speed_xmii static int r8169.c  
2933
StaticStatic rtl8169_set_speed static int r8169.c  
2934
StaticStatic rtl8169_write_gmii_reg_bit static void r8169.c  
2935
StaticStatic rtl8169_get_mac_version static void r8169.c  
2936
StaticStatic rtl_phy_write static void r8169.c  
2937
StaticStatic rtl8169s_hw_phy_config static void r8169.c  
2938
StaticStatic rtl8169sb_hw_phy_config static void r8169.c  
2939
StaticStatic rtl8168bb_hw_phy_config static void r8169.c  
2940
StaticStatic rtl8168bef_hw_phy_config static void r8169.c  
2941
StaticStatic rtl8168cp_1_hw_phy_config static void r8169.c  
2942
StaticStatic rtl8168cp_2_hw_phy_config static void r8169.c  
2943
StaticStatic rtl8168c_1_hw_phy_config static void r8169.c  
2944
StaticStatic rtl8168c_2_hw_phy_config static void r8169.c  
2945
StaticStatic rtl8168c_3_hw_phy_config static void r8169.c  
2946
StaticStatic rtl8168c_4_hw_phy_config static void r8169.c  
2947
StaticStatic rtl8168d_hw_phy_config static void r8169.c  
2948
StaticStatic rtl8102e_hw_phy_config static void r8169.c  
2949
StaticStatic rtl_hw_phy_config static void r8169.c  
2950
StaticStatic rtl8169_phy_reset static void r8169.c  
2951
StaticStatic rtl8169_init_phy static void r8169.c  
2952
StaticStatic rtl8169_hw_reset static void r8169.c  
2953
StaticStatic rtl_set_rx_tx_config_registers static void r8169.c  
2954
StaticStatic rtl_soft_reset static void r8169.c  
2955
StaticStatic rtl_hw_start static void r8169.c  
2956
StaticStatic rtl_set_rx_tx_desc_registers static void r8169.c  
2957
StaticStatic rtl_rw_cpluscmd static u16 r8169.c  
2958
StaticStatic rtl_set_rx_max_size static void r8169.c  
2959
StaticStatic rtl8169_set_magic_reg static void r8169.c  
2960
StaticStatic rtl_set_rx_mode static void r8169.c  
2961
StaticStatic rtl_hw_start_8169 static void r8169.c  
2962
StaticStatic rtl_tx_performance_tweak static void r8169.c  
2963
StaticStatic rtl_csi_access_enable static void r8169.c  
2964
StaticStatic rtl_ephy_init static void r8169.c  
2965
StaticStatic rtl_disable_clock_request static void r8169.c  
2966
StaticStatic rtl_hw_start_8168bb static void r8169.c  
2967
StaticStatic rtl_hw_start_8168bef static void r8169.c  
2968
StaticStatic __rtl_hw_start_8168cp static void r8169.c  
2969
StaticStatic rtl_hw_start_8168cp_1 static void r8169.c  
2970
StaticStatic rtl_hw_start_8168cp_2 static void r8169.c  
2971
StaticStatic rtl_hw_start_8168cp_3 static void r8169.c  
2972
StaticStatic rtl_hw_start_8168c_1 static void r8169.c  
2973
StaticStatic rtl_hw_start_8168c_2 static void r8169.c  
2974
StaticStatic rtl_hw_start_8168c_3 static void r8169.c  
2975
StaticStatic rtl_hw_start_8168c_4 static void r8169.c  
2976
StaticStatic rtl_hw_start_8168d static void r8169.c  
2977
StaticStatic rtl_hw_start_8168 static void r8169.c  
2978
StaticStatic rtl_hw_start_8102e_1 static void r8169.c  
2979
StaticStatic rtl_hw_start_8102e_2 static void r8169.c  
2980
StaticStatic rtl_hw_start_8102e_3 static void r8169.c  
2981
StaticStatic rtl_hw_start_8101 static void r8169.c  
2982
StaticStatic rtl8169_setup_tx_resources static int r8169.c * gPXE API Support Routines **
2983
StaticStatic rtl8169_process_tx_packets static void r8169.c  
2984
StaticStatic rtl8169_free_tx_resources static void r8169.c  
2985
StaticStatic rtl8169_populate_rx_descriptor static void r8169.c  
2986
StaticStatic rtl8169_refill_rx_ring static void r8169.c Refill descriptor ring
2987
StaticStatic rtl8169_setup_rx_resources static int r8169.c setup_rx_resources - allocate Rx resources (Descriptors)
2988
StaticStatic rtl8169_process_rx_packets static void r8169.c  
2989
StaticStatic rtl8169_free_rx_resources static void r8169.c  
2990
StaticStatic rtl8169_get_nic_variant static int r8169.c  
2991
StaticStatic rtl8169_irq_enable static void r8169.c  
2992
StaticStatic rtl8169_irq_disable static void r8169.c  
2993
StaticStatic rtl8169_open static int r8169.c * gPXE Core API Routines **
2994
StaticStatic rtl8169_transmit static int r8169.c transmit - Transmit a packet
2995
StaticStatic rtl8169_poll static void r8169.c poll - Poll for received packets
2996
StaticStatic rtl8169_close static void r8169.c close - Disable network interface
2997
StaticStatic rtl8169_irq static void r8169.c irq - enable or Disable interrupts
2998
StaticStatic rtl8169_probe static int r8169.c probe - Initial configuration of NIC
2999
StaticStatic rtl8169_remove static void r8169.c remove - Device Removal Routine
3000
StaticStatic rtl_spi_read_bit static int rtl8139.c  
3001
StaticStatic rtl_spi_write_bit static void rtl8139.c  
3002
StaticStatic rtl_init_eeprom static void rtl8139.c Set up for EEPROM access
3003
StaticStatic rtl_reset static void rtl8139.c Reset NIC
3004
StaticStatic rtl_open static int rtl8139.c Open NIC
3005
StaticStatic rtl_close static void rtl8139.c Close NIC
3006
StaticStatic rtl_transmit static int rtl8139.c Transmit packet
3007
StaticStatic rtl_poll static void rtl8139.c Poll for received packets
3008
StaticStatic rtl_irq static void rtl8139.c Enable/disable interrupts
3009
StaticStatic rtl_probe static int rtl8139.c Probe PCI device
3010
StaticStatic rtl_remove static void rtl8139.c Remove PCI device
3011
StaticStatic sis190_isa_bridge_probe static int sis190.c  
3012
StaticStatic sis190_isa_bridge_remove static void sis190.c  
3013
StaticStatic __mdio_cmd static void sis190.c  
3014
StaticStatic mdio_write static void sis190.c  
3015
StaticStatic mdio_read static int sis190.c  
3016
StaticStatic __mdio_write static void sis190.c  
3017
StaticStatic __mdio_read static int sis190.c  
3018
StaticStatic mdio_read_latched static u16 sis190.c  
3019
StaticStatic sis190_read_eeprom static u16 sis190.c  
3020
StaticStatic sis190_irq_mask_and_ack static void sis190.c  
3021
StaticStatic sis190_asic_down static void sis190.c  
3022
InlineInline sis190_mark_as_last_descriptor static inline void sis190.c  
3023
InlineInline sis190_give_to_asic static inline void sis190.c  
3024
InlineInline sis190_map_to_asic static inline void sis190.c  
3025
InlineInline sis190_make_unusable_by_asic static inline void sis190.c  
3026
StaticStatic sis190_alloc_rx_iob static struct io_buffer * sis190.c  
3027
StaticStatic sis190_rx_fill static u32 sis190.c  
3028
InlineInline sis190_rx_pkt_err static inline int sis190.c  
3029
StaticStatic sis190_process_rx static int sis190.c  
3030
InlineInline sis190_tx_pkt_err static inline int sis190.c  
3031
StaticStatic sis190_process_tx static void sis190.c  
3032
StaticStatic sis190_poll static void sis190.c  
3033
InlineInline sis190_init_ring_indexes static inline void sis190.c  
3034
StaticStatic sis190_init_ring static int sis190.c  
3035
StaticStatic sis190_set_rx_mode static void sis190.c  
3036
StaticStatic sis190_soft_reset static void sis190.c  
3037
StaticStatic sis190_hw_start static void sis190.c  
3038
StaticStatic sis190_phy_task static void sis190.c  
3039
StaticStatic sis190_open static int sis190.c  
3040
StaticStatic sis190_down static void sis190.c  
3041
StaticStatic sis190_free static void sis190.c  
3042
StaticStatic sis190_close static void sis190.c  
3043
StaticStatic sis190_transmit static int sis190.c  
3044
StaticStatic sis190_free_phy static void sis190.c  
3045
StaticStatic sis190_default_phy static u16 sis190.c sis190_default_phy - Select default PHY for sis190 mac.
3046
StaticStatic sis190_init_phy static void sis190.c  
3047
StaticStatic sis190_mii_probe_88e1111_fixup static void sis190.c  
3048
StaticStatic sis190_mii_probe static int sis190.c sis190_mii_probe - Probe MII PHY for sis190
3049
StaticStatic sis190_mii_remove static void sis190.c  
3050
StaticStatic sis190_init_board static int sis190.c  
3051
StaticStatic sis190_set_rgmii static void sis190.c  
3052
StaticStatic sis190_get_mac_addr_from_eeprom static int sis190.c  
3053
StaticStatic sis190_get_mac_addr_from_apc static int sis190.c sis190_get_mac_addr_from_apc - Get MAC address for SiS96x model
3054
InlineInline sis190_init_rxfilter static inline void sis190.c sis190_init_rxfilter - Initialize the Rx filter
3055
StaticStatic sis190_get_mac_addr static int sis190.c  
3056
StaticStatic sis190_set_speed_auto static void sis190.c  
3057
StaticStatic sis190_irq static void sis190.c  
3058
StaticStatic sis190_probe static int sis190.c  
3059
StaticStatic sis190_remove static void sis190.c  
3060
StaticStatic sis900_get_mac_addr static int sis900.c  
3061
StaticStatic sis96x_get_mac_addr static int sis900.c  
3062
StaticStatic sis630e_get_mac_addr static int sis900.c  
3063
StaticStatic sis635_get_mac_addr static int sis900.c  
3064
StaticStatic sis900_probe static int sis900.c  
3065
StaticStatic sis900_read_eeprom static u16 sis900.c  
3066
StaticStatic sis900_mdio_idle static void sis900.c  
3067
StaticStatic sis900_mdio_reset static void sis900.c  
3068
StaticStatic sis900_mdio_read static u16 sis900.c  
3069
StaticStatic sis900_mdio_write static void sis900.c  
3070
StaticStatic sis900_init static void sis900.c  
3071
StaticStatic sis900_reset static void sis900.c  
3072
StaticStatic sis900_init_rxfilter static void sis900.c  
3073
StaticStatic sis900_init_txd static void sis900.c  
3074
StaticStatic sis900_init_rxd static void sis900.c  
3075
StaticStatic sis900_set_rx_mode static void sis900.c  
3076
StaticStatic sis900_check_mode static void sis900.c  
3077
StaticStatic sis900_read_mode static void sis900.c  
3078
StaticStatic amd79c901_read_mode static void sis900.c  
3079
StaticStatic ics1893_read_mode static void sis900.c  
3080
StaticStatic rtl8201_read_mode static void sis900.c  
3081
StaticStatic vt6103_read_mode static void sis900.c  
3082
StaticStatic sis900_transmit static void sis900.c  
3083
StaticStatic sis900_poll static int sis900.c  
3084
StaticStatic sis900_disable static void sis900.c  
3085
StaticStatic sis900_irq static void sis900.c  
3086
StaticStatic skge_supported_modes static u32 skge.c  
3087
InlineInline hwkhz static inline u32 skge.c  
3088
InlineInline skge_usecs2clk static inline u32 skge.c  
3089
StaticStatic skge_led static void skge.c  
3090
StaticStatic skge_ring_alloc static int skge.c  
3091
StaticStatic skge_rx_setup static void skge.c  
3092
InlineInline skge_rx_reuse static inline void skge.c  
3093
StaticStatic skge_rx_clean static void skge.c  
3094
StaticStatic skge_link_up static void skge.c  
3095
StaticStatic skge_link_down static void skge.c  
3096
StaticStatic xm_link_down static void skge.c  
3097
StaticStatic __xm_phy_read static int skge.c  
3098
StaticStatic xm_phy_read static u16 skge.c  
3099
StaticStatic xm_phy_write static int skge.c  
3100
StaticStatic genesis_init static void skge.c  
3101
StaticStatic genesis_reset static void skge.c  
3102
StaticStatic bcom_check_link static void skge.c  
3103
StaticStatic bcom_phy_init static void skge.c  
3104
StaticStatic xm_phy_init static void skge.c  
3105
StaticStatic xm_check_link static int skge.c  
3106
StaticStatic xm_link_timer static void skge.c  
3107
StaticStatic genesis_mac_init static void skge.c  
3108
StaticStatic genesis_stop static void skge.c  
3109
StaticStatic genesis_link_up static void skge.c  
3110
InlineInline bcom_phy_intr static inline void skge.c  
3111
StaticStatic gm_phy_write static int skge.c  
3112
StaticStatic __gm_phy_read static int skge.c  
3113
StaticStatic gm_phy_read static u16 skge.c  
3114
StaticStatic yukon_init static void skge.c  
3115
StaticStatic yukon_reset static void skge.c  
3116
StaticStatic is_yukon_lite_a0 static int skge.c  
3117
StaticStatic yukon_mac_init static void skge.c  
3118
StaticStatic yukon_suspend static void skge.c  
3119
StaticStatic yukon_stop static void skge.c  
3120
StaticStatic yukon_speed static u16 skge.c  
3121
StaticStatic yukon_link_up static void skge.c  
3122
StaticStatic yukon_link_down static void skge.c  
3123
StaticStatic yukon_phy_intr static void skge.c  
3124
StaticStatic skge_ramset static void skge.c  
3125
StaticStatic skge_qset static void skge.c  
3126
FunctionFunction skge_free void skge.c  
3127
StaticStatic skge_up static int skge.c  
3128
StaticStatic skge_rx_stop static void skge.c  
3129
StaticStatic skge_down static void skge.c  
3130
InlineInline skge_tx_avail static inline int skge.c  
3131
StaticStatic skge_xmit_frame static int skge.c  
3132
StaticStatic skge_tx_clean static void skge.c  
3133
InlineInline phy_length static inline u16 skge.c  
3134
InlineInline bad_phy_status static inline int skge.c  
3135
StaticStatic skge_tx_done static void skge.c  
3136
StaticStatic skge_rx_refill static void skge.c  
3137
StaticStatic skge_rx_done static void skge.c  
3138
StaticStatic skge_poll static void skge.c  
3139
StaticStatic skge_phyirq static void skge.c  
3140
StaticStatic skge_board_name static const char * skge.c  
3141
StaticStatic skge_reset static int skge.c  
3142
StaticStatic skge_devinit static struct net_device * skge.c  
3143
StaticStatic skge_show_addr static void skge.c  
3144
StaticStatic skge_probe static int skge.c  
3145
StaticStatic skge_remove static void skge.c  
3146
StaticStatic skge_net_irq static void skge.c  
3147
StaticStatic gm_phy_write static int sky2.c  
3148
StaticStatic __gm_phy_read static int sky2.c  
3149
InlineInline gm_phy_read static inline u16 sky2.c  
3150
StaticStatic sky2_power_on static void sky2.c  
3151
StaticStatic sky2_power_aux static void sky2.c  
3152
StaticStatic sky2_gmac_reset static void sky2.c  
3153
StaticStatic sky2_phy_init static void sky2.c  
3154
StaticStatic sky2_phy_power_up static void sky2.c  
3155
StaticStatic sky2_phy_power_down static void sky2.c  
3156
StaticStatic sky2_set_tx_stfwd static void sky2.c  
3157
StaticStatic sky2_mac_init static void sky2.c  
3158
StaticStatic sky2_ramset static void sky2.c  
3159
StaticStatic sky2_qset static void sky2.c  
3160
StaticStatic sky2_prefetch_init static void sky2.c  
3161
InlineInline get_tx_le static inline struct sky2_tx_le * sky2.c  
3162
StaticStatic tx_init static void sky2.c  
3163
InlineInline tx_le_re static inline struct tx_ring_info * sky2.c  
3164
InlineInline sky2_put_idx static inline void sky2.c  
3165
InlineInline sky2_next_rx static inline struct sky2_rx_le * sky2.c  
3166
StaticStatic sky2_rx_add static void sky2.c  
3167
StaticStatic sky2_rx_submit static void sky2.c  
3168
StaticStatic sky2_rx_map_iob static void sky2.c  
3169
StaticStatic rx_set_checksum static void sky2.c  
3170
StaticStatic sky2_rx_stop static void sky2.c  
3171
StaticStatic sky2_rx_clean static void sky2.c  
3172
StaticStatic sky2_rx_alloc static struct io_buffer * sky2.c  
3173
InlineInline sky2_rx_update static inline void sky2.c  
3174
StaticStatic sky2_rx_start static int sky2.c  
3175
StaticStatic sky2_free_rings static void sky2.c  
3176
StaticStatic sky2_up static int sky2.c  
3177
InlineInline tx_dist static inline int sky2.c  
3178
InlineInline tx_avail static inline int sky2.c  
3179
StaticStatic sky2_xmit_frame static int sky2.c  
3180
StaticStatic sky2_tx_complete static void sky2.c  
3181
StaticStatic sky2_tx_clean static void sky2.c  
3182
StaticStatic sky2_down static void sky2.c  
3183
StaticStatic sky2_phy_speed static u16 sky2.c  
3184
StaticStatic sky2_link_up static void sky2.c  
3185
StaticStatic sky2_link_down static void sky2.c  
3186
StaticStatic sky2_autoneg_done static int sky2.c  
3187
StaticStatic sky2_phy_intr static void sky2.c  
3188
StaticStatic receive_new static struct io_buffer * sky2.c  
3189
StaticStatic sky2_receive static struct io_buffer * sky2.c  
3190
InlineInline sky2_tx_done static inline void sky2.c  
3191
StaticStatic sky2_status_intr static void sky2.c  
3192
StaticStatic sky2_hw_error static void sky2.c  
3193
StaticStatic sky2_hw_intr static void sky2.c  
3194
StaticStatic sky2_mac_intr static void sky2.c  
3195
StaticStatic sky2_le_error static void sky2.c  
3196
StaticStatic sky2_err_intr static void sky2.c  
3197
StaticStatic sky2_poll static void sky2.c  
3198
StaticStatic sky2_mhz static u32 sky2.c  
3199
InlineInline sky2_us2clk static inline u32 sky2.c  
3200
InlineInline sky2_clk2us static inline u32 sky2.c  
3201
StaticStatic sky2_init static int sky2.c  
3202
StaticStatic sky2_reset static void sky2.c  
3203
StaticStatic sky2_supported_modes static u32 sky2.c  
3204
StaticStatic sky2_set_multicast static void sky2.c  
3205
StaticStatic sky2_init_netdev static struct net_device * sky2.c  
3206
StaticStatic sky2_show_addr static void sky2.c  
3207
StaticStatic sky2_name static const char * sky2.c  
3208
StaticStatic sky2_net_irq static void sky2.c  
3209
StaticStatic sky2_probe static int sky2.c  
3210
StaticStatic sky2_remove static void sky2.c  
3211
StaticStatic smc_read_phy_register static word smc9000.c  
3212
StaticStatic smc_write_phy_register static void smc9000.c  
3213
StaticStatic smc_detect_phy static int smc9000.c  
3214
StaticStatic smc_phy_configure static void smc9000.c  
3215
StaticStatic smc_reset static void smc9000.c  
3216
StaticStatic smc9000_probe_addr static int smc9000.c  
3217
StaticStatic smc9000_transmit static void smc9000.c ETH_TRANSMIT - Transmit a frame
3218
StaticStatic smc9000_poll static int smc9000.c ETH_POLL - Wait for a frame
3219
StaticStatic smc9000_disable static void smc9000.c  
3220
StaticStatic smc9000_irq static void smc9000.c  
3221
StaticStatic smc9000_probe static int smc9000.c ETH_PROBE - Look for an adapter
3222
StaticStatic check_duplex static void sundance.c  
3223
StaticStatic init_ring static void sundance.c init_ring - setup the tx and rx descriptors
3224
StaticStatic sundance_reset static void sundance.c RESET - Reset Adapter
3225
StaticStatic sundance_irq static void sundance.c IRQ - Wait for a frame
3226
StaticStatic sundance_poll static int sundance.c POLL - Wait for a frame
3227
StaticStatic sundance_transmit static void sundance.c TRANSMIT - Transmit a frame
3228
StaticStatic sundance_disable static void sundance.c DISABLE - Turn off ethernet interface
3229
StaticStatic sundance_probe static int sundance.c PROBE - Look for an adapter, this routine's visible to the outside
3230
StaticStatic eeprom_read static int sundance.c  
3231
StaticStatic mdio_sync static void sundance.c  
3232
StaticStatic mdio_read static int sundance.c  
3233
StaticStatic mdio_write static void sundance.c  
3234
StaticStatic set_rx_mode static void sundance.c  
3235
StaticStatic pci_save_state static int tg3.c pci_save_state - save the PCI configuration space of a device before suspending
3236
StaticStatic pci_restore_state static int tg3.c pci_restore_state - Restore the saved state of a PCI device
3237
StaticStatic tg3_write_indirect_reg32 static void tg3.c  
3238
StaticStatic tw32_carefully static void tg3.c  
3239
StaticStatic tw32_mailbox2 static void tg3.c  
3240
StaticStatic tg3_write_mem static void tg3.c  
3241
StaticStatic tg3_read_mem static void tg3.c  
3242
StaticStatic tg3_disable_ints static void tg3.c  
3243
StaticStatic tg3_switch_clocks static void tg3.c  
3244
StaticStatic tg3_readphy static int tg3.c  
3245
StaticStatic tg3_writephy static int tg3.c  
3246
StaticStatic tg3_writedsp static int tg3.c  
3247
StaticStatic tg3_phy_set_wirespeed static void tg3.c  
3248
StaticStatic tg3_bmcr_reset static int tg3.c  
3249
StaticStatic tg3_wait_macro_done static int tg3.c  
3250
StaticStatic tg3_phy_write_and_check_testpat static int tg3.c  
3251
StaticStatic tg3_phy_reset_chanpat static int tg3.c  
3252
StaticStatic tg3_phy_reset_5703_4_5 static int tg3.c  
3253
StaticStatic tg3_phy_reset static int tg3.c  
3254
StaticStatic tg3_set_power_state_0 static void tg3.c  
3255
StaticStatic tg3_link_report static void tg3.c  
3256
StaticStatic tg3_setup_flow_control static void tg3.c  
3257
StaticStatic tg3_aux_stat_to_speed_duplex static void tg3.c  
3258
StaticStatic tg3_phy_copper_begin static int tg3.c  
3259
StaticStatic tg3_init_5401phy_dsp static int tg3.c  
3260
StaticStatic tg3_setup_copper_phy static int tg3.c  
3261
StaticStatic tg3_fiber_aneg_smachine static int tg3.c  
3262
StaticStatic tg3_setup_fiber_phy static int tg3.c  
3263
StaticStatic tg3_setup_phy static int tg3.c  
3264
StaticStatic tg3_stop_block static int tg3.c  
3265
StaticStatic tg3_abort_hw static int tg3.c  
3266
StaticStatic tg3_chip_reset static void tg3.c  
3267
StaticStatic tg3_stop_fw static void tg3.c  
3268
StaticStatic tg3_restart_fw static int tg3.c  
3269
StaticStatic tg3_halt static int tg3.c  
3270
StaticStatic __tg3_set_mac_addr static void tg3.c  
3271
StaticStatic tg3_set_bdinfo static void tg3.c  
3272
StaticStatic tg3_init_rings static void tg3.c  
3273
StaticStatic tg3_setup_hw static int tg3.c  
3274
StaticStatic tg3_nvram_init static void tg3.c  
3275
StaticStatic tg3_nvram_read_using_eeprom static int tg3.c  
3276
StaticStatic tg3_nvram_read static int tg3.c  
3277
StaticStatic tg3_phy_probe static int tg3.c  
3278
StaticStatic tg3_read_partno static void tg3.c  
3279
StaticStatic tg3_get_invariants static int tg3.c  
3280
StaticStatic tg3_get_device_address static int tg3.c  
3281
StaticStatic tg3_setup_dma static int tg3.c  
3282
StaticStatic tg3_init_link_config static void tg3.c  
3283
StaticStatic tg3_phy_string static const char * tg3.c  
3284
StaticStatic tg3_poll_link static void tg3.c  
3285
StaticStatic tg3_ack_irqs static void tg3.c POLL - Wait for a frame
3286
StaticStatic tg3_poll static int tg3.c  
3287
StaticStatic tg3_set_txd static void tg3.c TRANSMIT - Transmit a frame
3288
StaticStatic tg3_transmit static void tg3.c  
3289
StaticStatic tg3_disable static void tg3.c DISABLE - Turn off ethernet interface
3290
StaticStatic tg3_irq static void tg3.c IRQ - Enable, Disable, or Force interrupts
3291
StaticStatic tg3_probe static int tg3.c PROBE - Look for an adapter, this routine's visible to the outside
3292
StaticStatic TLan_ResetLists static void tlan.c TLan_ResetLists
3293
FunctionFunction TLan_ResetAdapter void tlan.c TLan_Reset
3294
FunctionFunction TLan_FinishReset void tlan.c  
3295
StaticStatic tlan_poll static int tlan.c POLL - Wait for a frame
3296
StaticStatic refill_rx static void tlan.c  
3297
StaticStatic tlan_transmit static void tlan.c TRANSMIT - Transmit a frame
3298
StaticStatic tlan_disable static void tlan.c DISABLE - Turn off ethernet interface
3299
StaticStatic tlan_irq static void tlan.c IRQ - Enable, Disable, or Force interrupts
3300
StaticStatic TLan_SetMulticastList static void tlan.c  
3301
StaticStatic tlan_probe static int tlan.c  
3302
FunctionFunction TLan_EeSendStart void tlan.c  
3303
FunctionFunction TLan_EeSendByte int tlan.c TLan_EeSendByte
3304
FunctionFunction TLan_EeReceiveByte void tlan.c TLan_EeReceiveByte
3305
FunctionFunction TLan_EeReadByte int tlan.c TLan_EeReadByte
3306
FunctionFunction TLan_MiiReadReg int tlan.c  
3307
FunctionFunction TLan_MiiSendData void tlan.c TLan_MiiSendData
3308
FunctionFunction TLan_MiiSync void tlan.c TLan_MiiSync
3309
FunctionFunction TLan_MiiWriteReg void tlan.c TLan_MiiWriteReg
3310
FunctionFunction TLan_SetMac void tlan.c TLan_SetMac
3311
FunctionFunction TLan_PhyDetect void tlan.c TLan_PhyDetect
3312
FunctionFunction TLan_PhyPowerDown void tlan.c  
3313
FunctionFunction TLan_PhyPowerUp void tlan.c  
3314
FunctionFunction TLan_PhyReset void tlan.c  
3315
FunctionFunction TLan_PhyStartLink void tlan.c  
3316
FunctionFunction TLan_PhyFinishAutoNeg void tlan.c  
3317
FunctionFunction TLan_PhyMonitor void tlan.c TLan_phyMonitor
3318
StaticStatic whereami static void tulip.c Utility Routines
3319
StaticStatic tulip_more static void tulip.c  
3320
StaticStatic tulip_wait static void tulip.c  
3321
FunctionFunction mdio_read int tulip.c  
3322
FunctionFunction mdio_write void tulip.c  
3323
StaticStatic read_eeprom static int tulip.c EEPROM Reading Code
3324
StaticStatic parse_eeprom static void tulip.c EEPROM Parsing Code
3325
StaticStatic tulip_init_ring static void tulip.c tulip_init_ring - setup the tx and rx descriptors
3326
StaticStatic set_rx_mode static void tulip.c  
3327
StaticStatic tulip_reset static void tulip.c eth_reset - Reset adapter
3328
StaticStatic tulip_transmit static void tulip.c eth_transmit - Transmit a frame
3329
StaticStatic tulip_poll static int tulip.c eth_poll - Wait for a frame
3330
StaticStatic tulip_disable static void tulip.c eth_disable - Disable the interface
3331
StaticStatic tulip_irq static void tulip.c IRQ - Enable, Disable, or Force interrupts
3332
StaticStatic tulip_probe static int tulip.c eth_probe - Look for an adapter
3333
StaticStatic start_link static void tulip.c  
3334
StaticStatic nway_start static void tulip.c  
3335
StaticStatic init_media static void tulip.c  
3336
StaticStatic pnic_do_nway static void tulip.c  
3337
StaticStatic select_media static void tulip.c  
3338
StaticStatic tulip_check_duplex static int tulip.c  
3339
StaticStatic reload_eeprom static void via-rhine.c  
3340
StaticStatic rhine_init_ring static void via-rhine.c  
3341
FunctionFunction QueryAuto int via-rhine.c  
3342
FunctionFunction ReadMII int via-rhine.c  
3343
FunctionFunction WriteMII void via-rhine.c  
3344
FunctionFunction MIIDelay void via-rhine.c  
3345
FunctionFunction rhine_irq void via-rhine.c IRQ - PXE IRQ Handler
3346
StaticStatic rhine_probe static int via-rhine.c  
3347
StaticStatic set_rx_mode static void via-rhine.c  
3348
StaticStatic rhine_probe1 static void via-rhine.c  
3349
StaticStatic rhine_disable static void via-rhine.c  
3350
StaticStatic rhine_reset static void via-rhine.c ETH_RESET - Reset adapter
3351
StaticStatic rhine_poll static int via-rhine.c  
3352
StaticStatic rhine_transmit static void via-rhine.c  
3353
StaticStatic velocity_set_int_opt static void via-velocity.c velocity_set_int_opt - parser for integer options
3354
StaticStatic velocity_set_bool_opt static void via-velocity.c velocity_set_bool_opt - parser for boolean options
3355
StaticStatic velocity_get_options static void via-velocity.c velocity_get_options - set options on device
3356
StaticStatic velocity_init_cam_filter static void via-velocity.c velocity_init_cam_filter - initialise CAM
3357
InlineInline velocity_give_many_rx_descs static inline void via-velocity.c  
3358
StaticStatic velocity_rx_refill static int via-velocity.c  
3359
StaticStatic velocity_poll static int via-velocity.c POLL - Wait for a frame
3360
StaticStatic velocity_transmit static void via-velocity.c TRANSMIT - Transmit a frame
3361
StaticStatic velocity_disable static void via-velocity.c DISABLE - Turn off ethernet interface
3362
StaticStatic velocity_irq static void via-velocity.c IRQ - handle interrupts
3363
StaticStatic velocity_probe static int via-velocity.c PROBE - Look for an adapter, this routine's visible to the outside
3364
StaticStatic velocity_init_info static void via-velocity.c velocity_init_info - init private data
3365
FunctionFunction pci_resource_flags unsigned long via-velocity.c  
3366
StaticStatic velocity_get_pci_info static int via-velocity.c  
3367
StaticStatic velocity_print_link_status static void via-velocity.c velocity_print_link_status - link status reporting
3368
StaticStatic velocity_rx_reset static void via-velocity.c velocity_rx_reset - handle a receive reset
3369
StaticStatic velocity_init_registers static void via-velocity.c velocity_init_registers - initialise MAC registers
3370
StaticStatic velocity_soft_reset static int via-velocity.c velocity_soft_reset - soft reset
3371
StaticStatic velocity_init_rings static int via-velocity.c velocity_init_rings - set up DMA rings
3372
StaticStatic velocity_open static int via-velocity.c  
3373
StaticStatic mii_init static void via-velocity.c mii_init - set up MII
3374
StaticStatic safe_disable_mii_autopoll static void via-velocity.c safe_disable_mii_autopoll - autopoll off
3375
StaticStatic enable_mii_autopoll static void via-velocity.c enable_mii_autopoll - turn on autopolling
3376
StaticStatic velocity_mii_read static int via-velocity.c velocity_mii_read - read MII data
3377
StaticStatic velocity_mii_write static int via-velocity.c velocity_mii_write - write MII data
3378
StaticStatic velocity_get_opt_media_mode static u32 via-velocity.c velocity_get_opt_media_mode - get media selection
3379
StaticStatic mii_set_auto_on static void via-velocity.c mii_set_auto_on - autonegotiate on
3380
StaticStatic set_mii_flow_control static void via-velocity.c set_mii_flow_control - flow control setup
3381
StaticStatic velocity_set_media_mode static int via-velocity.c velocity_set_media_mode - set media mode
3382
StaticStatic mii_check_media_mode static u32 via-velocity.c mii_check_media_mode - check media state
3383
StaticStatic check_connection_type static u32 via-velocity.c  
3384
StaticStatic enable_flow_control_ability static void via-velocity.c enable_flow_control_ability - flow control
3385
FunctionFunction pci_set_power_state int via-velocity.c pci_set_power_state - Set the power state of a PCI device
3386
StaticStatic virtnet_disable static void virtio-net.c  
3387
StaticStatic virtnet_poll static int virtio-net.c  
3388
StaticStatic virtnet_transmit static void virtio-net.c  
3389
StaticStatic virtnet_irq static void virtio-net.c  
3390
StaticStatic provide_buffers static void virtio-net.c  
3391
StaticStatic virtnet_probe static int virtio-net.c  
3392
StaticStatic decode_interrupt static void w89c840.c  
3393
StaticStatic w89c840_reset static void w89c840.c w89c840_reset - Reset adapter
3394
StaticStatic handle_intr static void w89c840.c  
3395
StaticStatic w89c840_poll static int w89c840.c w89c840_poll - Wait for a frame
3396
StaticStatic w89c840_transmit static void w89c840.c w89c840_transmit - Transmit a frame
3397
StaticStatic w89c840_disable static void w89c840.c w89c840_disable - Turn off ethernet interface
3398
StaticStatic w89c840_irq static void w89c840.c w89c840_irq - Enable, Disable, or Force interrupts
3399
StaticStatic w89c840_probe static int w89c840.c w89c840_probe - Look for an adapter, this routine's visible to the outside
3400
StaticStatic eeprom_read static int w89c840.c  
3401
StaticStatic mdio_sync static void w89c840.c  
3402
StaticStatic mdio_read static int w89c840.c  
3403
StaticStatic mdio_write static void w89c840.c  
3404
StaticStatic check_duplex static void w89c840.c  
3405
StaticStatic set_rx_mode static void w89c840.c  
3406
StaticStatic init_ring static void w89c840.c  
3407
InlineInline ath5k_txbuf_free static inline void ath5k.c  
3408
InlineInline ath5k_rxbuf_free static inline void ath5k.c  
3409
StaticStatic ath5k_chip_name static const char * ath5k.c ******************\
3410
StaticStatic ath5k_probe static int ath5k.c  
3411
StaticStatic ath5k_remove static void ath5k.c  
3412
StaticStatic ath5k_attach static int ath5k.c *********************\
3413
StaticStatic ath5k_detach static void ath5k.c  
3414
InlineInline ath5k_ieee2mhz static inline short ath5k.c ******************\
3415
StaticStatic ath5k_copy_channels static unsigned int ath5k.c  
3416
StaticStatic ath5k_setup_bands static int ath5k.c  
3417
StaticStatic ath5k_chan_set static int ath5k.c  
3418
StaticStatic ath5k_setcurmode static void ath5k.c  
3419
StaticStatic ath5k_mode_setup static void ath5k.c  
3420
InlineInline ath5k_hw_rix_to_bitrate static inline int ath5k.c  
3421
FunctionFunction ath5k_bitrate_to_hw_rix int ath5k.c  
3422
StaticStatic ath5k_rx_iob_alloc static struct io_buffer * ath5k.c *************\
3423
StaticStatic ath5k_rxbuf_setup static int ath5k.c  
3424
StaticStatic ath5k_txbuf_setup static int ath5k.c  
3425
StaticStatic ath5k_desc_alloc static int ath5k.c *****************\
3426
StaticStatic ath5k_desc_free static void ath5k.c  
3427
StaticStatic ath5k_txq_setup static int ath5k.c ************\
3428
StaticStatic ath5k_txq_drainq static void ath5k.c  
3429
StaticStatic ath5k_txq_cleanup static void ath5k.c  
3430
StaticStatic ath5k_txq_release static void ath5k.c  
3431
StaticStatic ath5k_rx_start static int ath5k.c ***********\
3432
StaticStatic ath5k_rx_stop static void ath5k.c  
3433
StaticStatic ath5k_handle_rx static void ath5k.c  
3434
StaticStatic ath5k_tx_processq static void ath5k.c ***********\
3435
StaticStatic ath5k_handle_tx static void ath5k.c  
3436
StaticStatic ath5k_irq static void ath5k.c ******************\
3437
StaticStatic ath5k_init static int ath5k.c  
3438
StaticStatic ath5k_stop_hw static int ath5k.c  
3439
StaticStatic ath5k_poll static void ath5k.c  
3440
StaticStatic ath5k_calibrate static void ath5k.c  
3441
StaticStatic ath5k_tx static int ath5k.c ******************\
3442
StaticStatic ath5k_reset static int ath5k.c  
3443
StaticStatic ath5k_reset_wake static int ath5k.c  
3444
StaticStatic ath5k_start static int ath5k.c  
3445
StaticStatic ath5k_stop static void ath5k.c  
3446
StaticStatic ath5k_config static int ath5k.c  
3447
StaticStatic ath5k_configure_filter static void ath5k.c  
3448
StaticStatic ath5k_hw_post static int ath5k_attach.c ath5k_hw_post - Power On Self Test helper function
3449
FunctionFunction ath5k_hw_attach int ath5k_attach.c ath5k_hw_attach - Check if hw is supported and init the needed structs
3450
FunctionFunction ath5k_hw_detach void ath5k_attach.c ath5k_hw_detach - Free the ath5k_hw struct
3451
FunctionFunction ath5k_hw_set_capabilities int ath5k_caps.c  
3452
FunctionFunction ath5k_hw_get_capability int ath5k_caps.c  
3453
StaticStatic ath5k_hw_setup_2word_tx_desc static int ath5k_desc.c  
3454
StaticStatic ath5k_hw_setup_4word_tx_desc static int ath5k_desc.c  
3455
StaticStatic ath5k_hw_proc_2word_tx_status static int ath5k_desc.c  
3456
StaticStatic ath5k_hw_proc_4word_tx_status static int ath5k_desc.c  
3457
StaticStatic ath5k_hw_setup_rx_desc static int ath5k_desc.c  
3458
StaticStatic ath5k_hw_proc_5210_rx_status static int ath5k_desc.c  
3459
StaticStatic ath5k_hw_proc_5212_rx_status static int ath5k_desc.c  
3460
FunctionFunction ath5k_hw_init_desc_functions int ath5k_desc.c  
3461
FunctionFunction ath5k_hw_start_rx_dma void ath5k_dma.c *******\
3462
FunctionFunction ath5k_hw_stop_rx_dma int ath5k_dma.c ath5k_hw_stop_rx_dma - Stop DMA receive
3463
FunctionFunction ath5k_hw_get_rxdp u32 ath5k_dma.c ath5k_hw_get_rxdp - Get RX Descriptor's address
3464
FunctionFunction ath5k_hw_set_rxdp void ath5k_dma.c ath5k_hw_set_rxdp - Set RX Descriptor's address
3465
FunctionFunction ath5k_hw_start_tx_dma int ath5k_dma.c ********\
3466
FunctionFunction ath5k_hw_stop_tx_dma int ath5k_dma.c ath5k_hw_stop_tx_dma - Stop DMA transmit on a specific queue
3467
FunctionFunction ath5k_hw_get_txdp u32 ath5k_dma.c ath5k_hw_get_txdp - Get TX Descriptor's address for a specific queue
3468
FunctionFunction ath5k_hw_set_txdp int ath5k_dma.c ath5k_hw_set_txdp - Set TX Descriptor's address for a specific queue
3469
FunctionFunction ath5k_hw_update_tx_triglevel int ath5k_dma.c ath5k_hw_update_tx_triglevel - Update tx trigger level
3470
FunctionFunction ath5k_hw_is_intr_pending int ath5k_dma.c *****************\
3471
FunctionFunction ath5k_hw_get_isr int ath5k_dma.c ath5k_hw_get_isr - Get interrupt status
3472
FunctionFunction ath5k_hw_set_imr enum ath5k_int ath5k_dma.c ath5k_hw_set_imr - Set interrupt mask
3473
StaticStatic ath5k_hw_eeprom_read static int ath5k_eeprom.c  
3474
StaticStatic ath5k_eeprom_bin2freq static u16 ath5k_eeprom.c  
3475
StaticStatic ath5k_eeprom_init_header static int ath5k_eeprom.c  
3476
StaticStatic ath5k_eeprom_read_ants static int ath5k_eeprom.c  
3477
StaticStatic ath5k_eeprom_read_modes static int ath5k_eeprom.c  
3478
StaticStatic ath5k_eeprom_read_turbo_modes static int ath5k_eeprom.c  
3479
StaticStatic ath5k_eeprom_init_modes static int ath5k_eeprom.c  
3480
InlineInline ath5k_eeprom_read_freq_list static inline int ath5k_eeprom.c frequency mask)
3481
StaticStatic ath5k_eeprom_init_11a_pcal_freq static int ath5k_eeprom.c  
3482
InlineInline ath5k_eeprom_init_11bg_2413 static inline int ath5k_eeprom.c  
3483
InlineInline ath5k_get_pcdac_intercepts static inline void ath5k_eeprom.c  
3484
StaticStatic ath5k_eeprom_convert_pcal_info_5111 static int ath5k_eeprom.c used by interpolation code
3485
StaticStatic ath5k_eeprom_read_pcal_info_5111 static int ath5k_eeprom.c  
3486
StaticStatic ath5k_eeprom_convert_pcal_info_5112 static int ath5k_eeprom.c used by interpolation code
3487
StaticStatic ath5k_eeprom_read_pcal_info_5112 static int ath5k_eeprom.c  
3488
InlineInline ath5k_pdgains_size_2413 static inline unsigned int ath5k_eeprom.c these two functions
3489
StaticStatic ath5k_cal_data_offset_2413 static unsigned int ath5k_eeprom.c and each section's size.
3490
StaticStatic ath5k_eeprom_convert_pcal_info_2413 static int ath5k_eeprom.c used by interpolation code
3491
StaticStatic ath5k_eeprom_read_pcal_info_2413 static int ath5k_eeprom.c  
3492
StaticStatic ath5k_eeprom_read_target_rate_pwr_info static int ath5k_eeprom.c  
3493
StaticStatic ath5k_eeprom_read_pcal_info static int ath5k_eeprom.c  
3494
StaticStatic ath5k_eeprom_free_pcal_info static int ath5k_eeprom.c  
3495
FunctionFunction ath5k_eeprom_detach void ath5k_eeprom.c  
3496
StaticStatic ath5k_eeprom_read_ctl_info static int ath5k_eeprom.c  
3497
FunctionFunction ath5k_eeprom_init int ath5k_eeprom.c  
3498
FunctionFunction ath5k_eeprom_read_mac int ath5k_eeprom.c  
3499
FunctionFunction ath5k_eeprom_is_hb63 int ath5k_eeprom.c  
3500
FunctionFunction ath5k_hw_set_gpio_input int ath5k_gpio.c  
3501
FunctionFunction ath5k_hw_set_gpio_output int ath5k_gpio.c  
3502
FunctionFunction ath5k_hw_get_gpio u32 ath5k_gpio.c  
3503
FunctionFunction ath5k_hw_set_gpio int ath5k_gpio.c  
3504
FunctionFunction ath5k_hw_set_gpio_intr void ath5k_gpio.c  
3505
StaticStatic ath5k_hw_ini_mode_registers static void ath5k_initvals.c  
3506
FunctionFunction ath5k_hw_write_initvals int ath5k_initvals.c  
3507
FunctionFunction ath5k_hw_set_opmode int ath5k_pcu.c *****************\
3508
FunctionFunction ath5k_hw_set_ack_bitrate_high void ath5k_pcu.c ath5k_hw_set_ack_bitrate - set bitrate for ACKs
3509
FunctionFunction ath5k_hw_get_ack_timeout unsigned int ath5k_pcu.c ****************\
3510
FunctionFunction ath5k_hw_set_ack_timeout int ath5k_pcu.c ath5k_hw_set_ack_timeout - Set ACK timeout on PCU
3511
FunctionFunction ath5k_hw_get_cts_timeout unsigned int ath5k_pcu.c ath5k_hw_get_cts_timeout - Get CTS timeout from PCU in usec
3512
FunctionFunction ath5k_hw_set_cts_timeout int ath5k_pcu.c ath5k_hw_set_cts_timeout - Set CTS timeout on PCU
3513
FunctionFunction ath5k_hw_get_lladdr void ath5k_pcu.c **************\
3514
FunctionFunction ath5k_hw_set_lladdr int ath5k_pcu.c ath5k_hw_set_lladdr - Set station id
3515
FunctionFunction ath5k_hw_set_associd void ath5k_pcu.c ath5k_hw_set_associd - Set BSSID for association
3516
FunctionFunction ath5k_hw_set_bssid_mask int ath5k_pcu.c ath5k_hw_set_bssid_mask - filter out bssids we listen
3517
FunctionFunction ath5k_hw_start_rx_pcu void ath5k_pcu.c **********\
3518
FunctionFunction ath5k_hw_stop_rx_pcu void ath5k_pcu.c at5k_hw_stop_rx_pcu - Stop RX engine
3519
FunctionFunction ath5k_hw_set_mcast_filter void ath5k_pcu.c  
3520
FunctionFunction ath5k_hw_get_rx_filter u32 ath5k_pcu.c ath5k_hw_get_rx_filter - Get current rx filter
3521
FunctionFunction ath5k_hw_set_rx_filter void ath5k_pcu.c ath5k_hw_set_rx_filter - Set rx filter
3522
FunctionFunction ath5k_hw_reset_key int ath5k_pcu.c *******************\
3523
InlineInline min static inline int ath5k_phy.c  
3524
InlineInline max static inline int ath5k_phy.c  
3525
StaticStatic ath5k_hw_rfb_op static unsigned int ath5k_phy.c  
3526
FunctionFunction ath5k_hw_rfgain_opt_init int ath5k_phy.c ********************\
3527
StaticStatic ath5k_hw_request_rfgain_probe static void ath5k_phy.c  
3528
StaticStatic ath5k_hw_rf_gainf_corr static u32 ath5k_phy.c based on the current step for RF5112 rev. 2
3529
StaticStatic ath5k_hw_rf_check_gainf_readback static int ath5k_phy.c their detection window) so we must ignore it
3530
StaticStatic ath5k_hw_rf_gainf_adjust static s8 ath5k_phy.c of parameters from rf gain optimization ladder
3531
FunctionFunction ath5k_hw_gainf_calibrate enum ath5k_rfgain ath5k_phy.c adjustment
3532
FunctionFunction ath5k_hw_rfgain_init int ath5k_phy.c with gain_F calibration
3533
FunctionFunction ath5k_hw_rfregs_init int ath5k_phy.c ******************\
3534
FunctionFunction ath5k_channel_ok int ath5k_phy.c ************************\
3535
StaticStatic ath5k_hw_rf5110_chan2athchan static u32 ath5k_phy.c  
3536
StaticStatic ath5k_hw_rf5110_channel static int ath5k_phy.c  
3537
StaticStatic ath5k_hw_rf5111_chan2athchan static int ath5k_phy.c  
3538
StaticStatic ath5k_hw_rf5111_channel static int ath5k_phy.c  
3539
StaticStatic ath5k_hw_rf5112_channel static int ath5k_phy.c  
3540
StaticStatic ath5k_hw_rf2425_channel static int ath5k_phy.c  
3541
FunctionFunction ath5k_hw_channel int ath5k_phy.c  
3542
FunctionFunction ath5k_hw_noise_floor_calibration int ath5k_phy.c ***************\
3543
StaticStatic ath5k_hw_rf5110_calibrate static int ath5k_phy.c  
3544
StaticStatic ath5k_hw_rf511x_calibrate static int ath5k_phy.c  
3545
FunctionFunction ath5k_hw_phy_calibrate int ath5k_phy.c  
3546
FunctionFunction ath5k_hw_phy_disable int ath5k_phy.c  
3547
FunctionFunction ath5k_hw_radio_revision u16 ath5k_phy.c ******************\
3548
FunctionFunction ath5k_hw_set_def_antenna void ath5k_phy.c  
3549
FunctionFunction ath5k_hw_get_def_antenna unsigned int ath5k_phy.c  
3550
StaticStatic ath5k_get_interpolated_value static s16 ath5k_phy.c **************\
3551
StaticStatic ath5k_get_linear_pcdac_min static s16 ath5k_phy.c  
3552
StaticStatic ath5k_create_power_curve static void ath5k_phy.c  
3553
StaticStatic ath5k_get_chan_pcal_surrounding_piers static void ath5k_phy.c  
3554
StaticStatic ath5k_get_rate_pcal_data static void ath5k_phy.c  
3555
StaticStatic ath5k_get_max_ctl_power static void ath5k_phy.c  
3556
StaticStatic ath5k_fill_pwr_to_pcdac_table static void ath5k_phy.c  
3557
StaticStatic ath5k_combine_linear_pcdac_curves static void ath5k_phy.c  
3558
StaticStatic ath5k_setup_pcdac_table static void ath5k_phy.c  
3559
StaticStatic ath5k_combine_pwr_to_pdadc_curves static void ath5k_phy.c  
3560
StaticStatic ath5k_setup_pwr_to_pdadc_table static void ath5k_phy.c  
3561
StaticStatic ath5k_setup_channel_powertable static int ath5k_phy.c  
3562
StaticStatic ath5k_setup_rate_powertable static void ath5k_phy.c  
3563
FunctionFunction ath5k_hw_txpower int ath5k_phy.c  
3564
FunctionFunction ath5k_hw_set_txpower_limit int ath5k_phy.c  
3565
FunctionFunction ath5k_hw_set_tx_queueprops int ath5k_qcu.c  
3566
FunctionFunction ath5k_hw_setup_tx_queue int ath5k_qcu.c  
3567
FunctionFunction ath5k_hw_release_tx_queue void ath5k_qcu.c  
3568
FunctionFunction ath5k_hw_reset_tx_queue int ath5k_qcu.c  
3569
FunctionFunction ath5k_hw_set_slot_time int ath5k_qcu.c  
3570
StaticStatic fls static int ath5k_reset.c  
3571
StaticStatic ath5k_hw_write_ofdm_timings static int ath5k_reset.c ath5k_hw_write_ofdm_timings - set OFDM timings on AR5212
3572
InlineInline ath5k_hw_write_rate_duration static inline void ath5k_reset.c ath5k_hw_write_rate_duration - fill rate code to duration table
3573
StaticStatic ath5k_hw_nic_reset static int ath5k_reset.c  
3574
FunctionFunction ath5k_hw_wake int ath5k_reset.c  
3575
FunctionFunction ath5k_hw_nic_wakeup int ath5k_reset.c  
3576
StaticStatic ath5k_hw_chan_has_spur_noise static int ath5k_reset.c  
3577
StaticStatic ath5k_hw_tweak_initval_settings static void ath5k_reset.c  
3578
StaticStatic ath5k_hw_commit_eeprom_settings static void ath5k_reset.c  
3579
FunctionFunction ath5k_hw_reset int ath5k_reset.c  
3580
InlineInline ath5k_rfkill_disable static inline void ath5k_rfkill.c  
3581
InlineInline ath5k_rfkill_enable static inline void ath5k_rfkill.c  
3582
InlineInline ath5k_rfkill_set_intr static inline void ath5k_rfkill.c  
3583
StaticStatic ath5k_is_rfkill_set static int __unused ath5k_rfkill.c  
3584
FunctionFunction ath5k_rfkill_hw_start void ath5k_rfkill.c  
3585
FunctionFunction ath5k_rfkill_hw_stop void ath5k_rfkill.c  
3586
StaticStatic e1000_get_hw_control static void e1000.c e1000_get_hw_control - get control of the h/w from f/w
3587
StaticStatic e1000_irq_enable static void e1000.c e1000_irq_enable - Enable default interrupt generation settings
3588
StaticStatic e1000_irq_disable static void e1000.c e1000_irq_disable - Mask off interrupt generation on the NIC
3589
StaticStatic e1000_sw_init static int e1000.c e1000_sw_init - Initialize general software structures (struct e1000_adapter)
3590
StaticStatic e1000_setup_tx_resources static int e1000.c e1000_setup_tx_resources - allocate Tx resources (Descriptors)
3591
StaticStatic e1000_free_tx_resources static void e1000.c  
3592
StaticStatic e1000_configure_tx static void e1000.c e1000_configure_tx - Configure 8254x Transmit Unit after Reset
3593
StaticStatic e1000_free_rx_resources static void e1000.c  
3594
FunctionFunction e1000_refill_rx_ring int e1000.c e1000_refill_rx_ring - allocate Rx io_buffers
3595
StaticStatic e1000_setup_rx_resources static int e1000.c e1000_setup_rx_resources - allocate Rx resources (Descriptors)
3596
StaticStatic e1000_configure_rx static void e1000.c e1000_configure_rx - Configure 8254x Receive Unit after Reset
3597
StaticStatic e1000_reset static void e1000.c e1000_reset - Put e1000 NIC in known initial state
3598
StaticStatic e1000_close static void e1000.c Functions that implement the gPXE driver API *
3599
StaticStatic e1000_transmit static int e1000.c e1000_transmit - Transmit a packet
3600
StaticStatic e1000_poll static void e1000.c e1000_poll - Poll for received packets
3601
StaticStatic e1000_irq static void e1000.c e1000_irq - enable or Disable interrupts
3602
StaticStatic e1000_probe static int e1000.c e1000_probe - Initial configuration of e1000 NIC
3603
StaticStatic e1000_remove static void e1000.c e1000_remove - Device Removal Routine
3604
StaticStatic e1000_open static int e1000.c e1000_open - Called when a network interface is made active
3605
FunctionFunction e1000_read_pcie_cap_reg int32_t e1000.c  
3606
FunctionFunction e1000_pci_clear_mwi void e1000.c  
3607
FunctionFunction e1000_pci_set_mwi void e1000.c  
3608
FunctionFunction e1000_read_pci_cfg void e1000.c  
3609
FunctionFunction e1000_write_pci_cfg void e1000.c  
3610
FunctionFunction e1000_io_write void e1000.c  
3611
StaticStatic e1000_set_phy_type static int32_t e1000_hw.c Set the phy type member in the hw struct.
3612
StaticStatic e1000_phy_init_script static void e1000_hw.c IGP phy init script - initializes the GbE PHY
3613
FunctionFunction e1000_set_mac_type int32_t e1000_hw.c Set the mac type member in the hw struct.
3614
FunctionFunction e1000_set_media_type void e1000_hw.c Set media type and TBI compatibility.
3615
FunctionFunction e1000_reset_hw int32_t e1000_hw.c Reset the transmit and receive units; mask and clear all interrupts.
3616
StaticStatic e1000_initialize_hardware_bits static void e1000_hw.c Initialize a number of hardware-dependent bits
3617
FunctionFunction e1000_init_hw int32_t e1000_hw.c Performs basic configuration of the adapter.
3618
StaticStatic e1000_adjust_serdes_amplitude static int32_t e1000_hw.c Adjust SERDES output amplitude based on EEPROM setting.
3619
FunctionFunction e1000_setup_link int32_t e1000_hw.c Configures flow control and link settings.
3620
StaticStatic e1000_setup_fiber_serdes_link static int32_t e1000_hw.c Sets up link for a fiber based or serdes based adapter
3621
StaticStatic e1000_copper_link_preconfig static int32_t e1000_hw.c Make sure we have a valid PHY and change PHY mode before link setup.
3622
StaticStatic e1000_copper_link_igp_setup static int32_t e1000_hw.c Copper link setup for e1000_phy_igp series.
3623
StaticStatic e1000_copper_link_ggp_setup static int32_t e1000_hw.c Copper link setup for e1000_phy_gg82563 series.
3624
StaticStatic e1000_copper_link_mgp_setup static int32_t e1000_hw.c Copper link setup for e1000_phy_m88 series.
3625
StaticStatic e1000_copper_link_autoneg static int32_t e1000_hw.c Setup auto-negotiation and flow control advertisements,
3626
StaticStatic e1000_copper_link_postconfig static int32_t e1000_hw.c Config the MAC and the PHY after link is up.
3627
StaticStatic e1000_setup_copper_link static int32_t e1000_hw.c Detects which PHY is present and setup the speed and duplex
3628
StaticStatic e1000_configure_kmrn_for_10_100 static int32_t e1000_hw.c Configure the MAC-to-PHY interface for 10/100Mbps
3629
StaticStatic e1000_configure_kmrn_for_1000 static int32_t e1000_hw.c  
3630
FunctionFunction e1000_phy_setup_autoneg int32_t e1000_hw.c Configures PHY autoneg and flow control advertisement settings
3631
StaticStatic e1000_phy_force_speed_duplex static int32_t e1000_hw.c Force PHY speed and duplex settings to hw->forced_speed_duplex
3632
FunctionFunction e1000_config_collision_dist void e1000_hw.c Sets the collision distance in the Transmit Control register
3633
StaticStatic e1000_config_mac_to_phy static int32_t e1000_hw.c Sets MAC speed and duplex settings to reflect the those in the PHY
3634
FunctionFunction e1000_force_mac_fc int32_t e1000_hw.c Forces the MAC's flow control settings.
3635
StaticStatic e1000_config_fc_after_link_up static int32_t e1000_hw.c Configures flow control settings after link is established
3636
FunctionFunction e1000_check_for_link int32_t e1000_hw.c Checks to see if the link status of the hardware has changed.
3637
FunctionFunction e1000_get_speed_and_duplex int32_t e1000_hw.c Detects the current speed and duplex settings of the hardware.
3638
StaticStatic e1000_wait_autoneg static int32_t e1000_hw.c Blocks until autoneg completes or times out (~4.5 seconds)
3639
StaticStatic e1000_raise_mdi_clk static void e1000_hw.c Raises the Management Data Clock
3640
StaticStatic e1000_lower_mdi_clk static void e1000_hw.c Lowers the Management Data Clock
3641
StaticStatic e1000_shift_out_mdi_bits static void e1000_hw.c Shifts data bits out to the PHY
3642
StaticStatic e1000_shift_in_mdi_bits static uint16_t e1000_hw.c Shifts data bits in from the PHY
3643
StaticStatic e1000_swfw_sync_acquire static int32_t e1000_hw.c  
3644
StaticStatic e1000_swfw_sync_release static void e1000_hw.c  
3645
FunctionFunction e1000_read_phy_reg int32_t e1000_hw.c Reads the value from a PHY register, if the value is on a specific non zero
3646
StaticStatic e1000_read_phy_reg_ex static int32_t e1000_hw.c  
3647
FunctionFunction e1000_write_phy_reg int32_t e1000_hw.c Writes a value to a PHY register
3648
StaticStatic e1000_write_phy_reg_ex static int32_t e1000_hw.c  
3649
StaticStatic e1000_read_kmrn_reg static int32_t e1000_hw.c  
3650
StaticStatic e1000_write_kmrn_reg static int32_t e1000_hw.c  
3651
FunctionFunction e1000_phy_hw_reset int32_t e1000_hw.c Returns the PHY to the power-on reset state
3652
FunctionFunction e1000_phy_reset int32_t e1000_hw.c Resets the PHY
3653
FunctionFunction e1000_phy_powerdown_workaround void e1000_hw.c  
3654
StaticStatic e1000_kumeran_lock_loss_workaround static int32_t e1000_hw.c  
3655
StaticStatic e1000_detect_gig_phy static int32_t e1000_hw.c Probes the expected PHY address for known PHY IDs
3656
StaticStatic e1000_phy_reset_dsp static int32_t e1000_hw.c Resets the PHY's DSP
3657
StaticStatic e1000_phy_igp_get_info static int32_t e1000_hw.c Get PHY information from various PHY registers for igp PHY only.
3658
StaticStatic e1000_phy_ife_get_info static int32_t e1000_hw.c Get PHY information from various PHY registers for ife PHY only.
3659
StaticStatic e1000_phy_m88_get_info static int32_t e1000_hw.c Get PHY information from various PHY registers fot m88 PHY only.
3660
FunctionFunction e1000_phy_get_info int32_t e1000_hw.c Get PHY information from various PHY registers
3661
FunctionFunction e1000_validate_mdi_setting int32_t e1000_hw.c  
3662
FunctionFunction e1000_init_eeprom_params int32_t e1000_hw.c Sets up eeprom variables in the hw struct. Must be called after mac_type
3663
StaticStatic e1000_raise_ee_clk static void e1000_hw.c Raises the EEPROM's clock input.
3664
StaticStatic e1000_lower_ee_clk static void e1000_hw.c Lowers the EEPROM's clock input.
3665
StaticStatic e1000_shift_out_ee_bits static void e1000_hw.c Shift data bits out to the EEPROM.
3666
StaticStatic e1000_shift_in_ee_bits static uint16_t e1000_hw.c Shift data bits in from the EEPROM
3667
StaticStatic e1000_acquire_eeprom static int32_t e1000_hw.c Prepares EEPROM for access
3668
StaticStatic e1000_standby_eeprom static void e1000_hw.c Returns EEPROM to a "standby" state
3669
StaticStatic e1000_release_eeprom static void e1000_hw.c Terminates a command by inverting the EEPROM's chip select pin
3670
StaticStatic e1000_spi_eeprom_ready static int32_t e1000_hw.c Reads a 16 bit word from the EEPROM.
3671
FunctionFunction e1000_read_eeprom int32_t e1000_hw.c Reads a 16 bit word from the EEPROM.
3672
StaticStatic e1000_read_eeprom_eerd static int32_t e1000_hw.c Reads a 16 bit word from the EEPROM using the EERD register.
3673
StaticStatic e1000_write_eeprom_eewr static int32_t e1000_hw.c Writes a 16 bit word from the EEPROM using the EEWR register.
3674
StaticStatic e1000_poll_eerd_eewr_done static int32_t e1000_hw.c Polls the status bit (bit 1) of the EERD to determine when the read is done.
3675
StaticStatic e1000_is_onboard_nvm_eeprom static boolean_t e1000_hw.c  
3676
FunctionFunction e1000_validate_eeprom_checksum int32_t e1000_hw.c Verifies that the EEPROM has a valid checksum
3677
FunctionFunction e1000_update_eeprom_checksum int32_t e1000_hw.c Calculates the EEPROM checksum and writes it to the EEPROM
3678
FunctionFunction e1000_write_eeprom int32_t e1000_hw.c Parent function for writing words to the different EEPROM types.
3679
StaticStatic e1000_write_eeprom_spi static int32_t e1000_hw.c Writes a 16 bit word to a given offset in an SPI EEPROM.
3680
StaticStatic e1000_write_eeprom_microwire static int32_t e1000_hw.c Writes a 16 bit word to a given offset in a Microwire EEPROM.
3681
StaticStatic e1000_commit_shadow_ram static int32_t e1000_hw.c Flushes the cached eeprom to NVM. This is done by saving the modified values
3682
FunctionFunction e1000_read_mac_addr int32_t e1000_hw.c Reads the adapter's MAC address from the EEPROM and inverts the LSB for the
3683
StaticStatic e1000_init_rx_addrs static void e1000_hw.c Initializes receive address filters.
3684
FunctionFunction e1000_hash_mc_addr uint32_t e1000_hw.c Hashes an address to determine its location in the multicast table
3685
FunctionFunction e1000_mta_set void e1000_hw.c Sets the bit in the multicast table corresponding to the hash value.
3686
FunctionFunction e1000_rar_set void e1000_hw.c Puts an ethernet address into a receive address register.
3687
FunctionFunction e1000_write_vfta void e1000_hw.c Writes a value to the specified offset in the VLAN filter table.
3688
StaticStatic e1000_clear_vfta static void e1000_hw.c Clears the VLAN filer table
3689
StaticStatic e1000_id_led_init static int32_t e1000_hw.c  
3690
FunctionFunction e1000_setup_led int32_t e1000_hw.c Prepares SW controlable LED for use and saves the current state of the LED.
3691
FunctionFunction e1000_blink_led_start int32_t e1000_hw.c Used on 82571 and later Si that has LED blink bits.
3692
FunctionFunction e1000_cleanup_led int32_t e1000_hw.c Restores the saved state of the SW controlable LED.
3693
FunctionFunction e1000_led_on int32_t e1000_hw.c Turns on the software controllable LED
3694
FunctionFunction e1000_led_off int32_t e1000_hw.c Turns off the software controllable LED
3695
StaticStatic e1000_clear_hw_cntrs static void e1000_hw.c Clears all hardware statistics counters.
3696
FunctionFunction e1000_reset_adaptive void e1000_hw.c Resets Adaptive IFS to its default state.
3697
FunctionFunction e1000_update_adaptive void e1000_hw.c Called during the callback/watchdog routine to update IFS value based on
3698
FunctionFunction e1000_tbi_adjust_stats void e1000_hw.c Adjusts the statistic counters when a frame is accepted by TBI_ACCEPT
3699
FunctionFunction e1000_get_bus_info void e1000_hw.c Gets the current PCI bus type, speed, and width of the hardware
3700
StaticStatic e1000_write_reg_io static void e1000_hw.c Writes a value to one of the devices registers using port I/O (as opposed to
3701
StaticStatic e1000_get_cable_length static int32_t e1000_hw.c Estimates the cable length.
3702
StaticStatic e1000_check_polarity static int32_t e1000_hw.c Check the cable polarity
3703
StaticStatic e1000_check_downshift static int32_t e1000_hw.c Check if Downshift occured
3704
StaticStatic e1000_config_dsp_after_link_change static int32_t e1000_hw.c 82541_rev_2 & 82547_rev_2 have the capability to configure the DSP when a
3705
StaticStatic e1000_set_phy_mode static int32_t e1000_hw.c Set PHY to class A mode
3706
StaticStatic e1000_set_d3_lplu_state static int32_t e1000_hw.c This function sets the lplu state according to the active flag. When
3707
StaticStatic e1000_set_d0_lplu_state static int32_t e1000_hw.c This function sets the lplu d0 state according to the active flag. When
3708
StaticStatic e1000_set_vco_speed static int32_t e1000_hw.c Change VCO speed register to improve Bit Error Rate performance of SERDES.
3709
StaticStatic e1000_host_if_read_cookie static int32_t e1000_hw.c This function reads the cookie from ARC ram.
3710
StaticStatic e1000_mng_enable_host_if static int32_t e1000_hw.c This function checks whether the HOST IF is enabled for command operaton
3711
StaticStatic e1000_mng_host_if_write static int32_t e1000_hw.c This function writes the buffer content at the offset given on the host if.
3712
StaticStatic e1000_mng_write_cmd_header static int32_t e1000_hw.c This function writes the command header after does the checksum calculation.
3713
StaticStatic e1000_mng_write_commit static int32_t e1000_hw.c This function indicates to ARC that a new command is pending which completes
3714
FunctionFunction e1000_check_mng_mode boolean_t e1000_hw.c This function checks the mode of the firmware.
3715
FunctionFunction e1000_mng_write_dhcp_info int32_t e1000_hw.c This function writes the dhcp info .
3716
StaticStatic e1000_calculate_mng_checksum static uint8_t e1000_hw.c This function calculates the checksum.
3717
FunctionFunction e1000_enable_tx_pkt_filtering boolean_t e1000_hw.c This function checks whether tx pkt filtering needs to be enabled or not.
3718
FunctionFunction e1000_enable_mng_pass_thru uint32_t e1000_hw.c Verifies the hardware needs to allow ARPs to be processed by the host
3719
StaticStatic e1000_polarity_reversal_workaround static int32_t e1000_hw.c  
3720
StaticStatic e1000_set_pci_express_master_disable static void e1000_hw.c Disables PCI-Express master access.
3721
FunctionFunction e1000_disable_pciex_master int32_t e1000_hw.c Disables PCI-Express master access and verifies there are no pending requests
3722
StaticStatic e1000_get_auto_rd_done static int32_t e1000_hw.c Check for EEPROM Auto Read bit done.
3723
StaticStatic e1000_get_phy_cfg_done static int32_t e1000_hw.c Checks if the PHY configuration is done
3724
StaticStatic e1000_get_hw_eeprom_semaphore static int32_t e1000_hw.c Using the combination of SMBI and SWESMBI semaphore bits when resetting
3725
StaticStatic e1000_put_hw_eeprom_semaphore static void e1000_hw.c This function clears HW semaphore bits.
3726
StaticStatic e1000_get_software_semaphore static int32_t e1000_hw.c Obtaining software semaphore bit (SMBI) before resetting PHY.
3727
StaticStatic e1000_release_software_semaphore static void e1000_hw.c Release semaphore bit (SMBI).
3728
FunctionFunction e1000_check_phy_reset_block int32_t e1000_hw.c Checks if PHY reset is blocked due to SOL/IDER session, for example.
3729
StaticStatic e1000_arc_subsystem_valid static uint8_t e1000_hw.c  
3730
StaticStatic e1000_set_pci_ex_no_snoop static int32_t e1000_hw.c Configure PCI-Ex no-snoop
3731
StaticStatic e1000_get_software_flag static int32_t e1000_hw.c Get software semaphore FLAG bit (SWFLAG).
3732
StaticStatic e1000_release_software_flag static void e1000_hw.c Release software semaphore FLAG bit (SWFLAG).
3733
StaticStatic e1000_read_eeprom_ich8 static int32_t e1000_hw.c Reads a 16 bit word or words from the EEPROM using the ICH8's flash access
3734
StaticStatic e1000_write_eeprom_ich8 static int32_t e1000_hw.c Writes a 16 bit word or words to the EEPROM using the ICH8's flash access
3735
StaticStatic e1000_ich8_cycle_init static int32_t e1000_hw.c This function does initial flash setup so that a new read/write/erase cycle
3736
StaticStatic e1000_ich8_flash_cycle static int32_t e1000_hw.c This function starts a flash cycle and waits for its completion
3737
StaticStatic e1000_read_ich8_data static int32_t e1000_hw.c Reads a byte or word from the NVM using the ICH8 flash access registers.
3738
StaticStatic e1000_write_ich8_data static int32_t e1000_hw.c Writes One /two bytes to the NVM using the ICH8 flash access registers.
3739
StaticStatic e1000_read_ich8_byte static int32_t e1000_hw.c Reads a single byte from the NVM using the ICH8 flash access registers.
3740
StaticStatic e1000_verify_write_ich8_byte static int32_t e1000_hw.c Writes a single byte to the NVM using the ICH8 flash access registers.
3741
StaticStatic e1000_write_ich8_byte static int32_t e1000_hw.c Writes a single byte to the NVM using the ICH8 flash access registers.
3742
StaticStatic e1000_read_ich8_word static int32_t e1000_hw.c Reads a word from the NVM using the ICH8 flash access registers.
3743
FunctionFunction e1000_erase_ich8_4k_segment int32_t e1000_hw.c Erases the bank specified. Each bank may be a 4, 8 or 64k block. Banks are 0
3744
StaticStatic e1000_init_lcd_from_nvm_config_region static int32_t e1000_hw.c  
3745
StaticStatic e1000_init_lcd_from_nvm static int32_t e1000_hw.c This function initializes the PHY from the NVM on ICH8 platforms. This
3746
StaticStatic phantom_crb_access_128m static unsigned long phantom.c CRB register access
3747
StaticStatic phantom_crb_access_32m static unsigned long phantom.c Prepare for access to CRB register via 32MB BAR
3748
StaticStatic phantom_crb_access_2m static unsigned long phantom.c Prepare for access to CRB register via 2MB BAR
3749
StaticStatic phantom_readl static uint32_t phantom.c Read from Phantom CRB register
3750
StaticStatic phantom_writel static void phantom.c Write to Phantom CRB register
3751
InlineInline phantom_write_hilo static inline void phantom.c Write to Phantom CRB HI/LO register pair
3752
StaticStatic phantom_read_test_mem_block static int phantom.c Firmware message buffer access (for debug)
3753
StaticStatic phantom_read_test_mem static int phantom.c Read single byte from Phantom test memory
3754
StaticStatic phantom_dmesg static int phantom.c Dump Phantom firmware dmesg log
3755
StaticStatic __attribute__ static void phantom.c Dump Phantom firmware dmesg logs
3756
StaticStatic phantom_wait_for_cmd static int phantom.c Firmware interface
3757
StaticStatic phantom_issue_cmd static int phantom.c Issue command to firmware
3758
StaticStatic phantom_issue_buf_cmd static int phantom.c Issue buffer-format command to firmware
3759
StaticStatic phantom_create_rx_ctx static int phantom.c Create Phantom RX context
3760
StaticStatic phantom_destroy_rx_ctx static void phantom.c Destroy Phantom RX context
3761
StaticStatic phantom_create_tx_ctx static int phantom.c Create Phantom TX context
3762
StaticStatic phantom_destroy_tx_ctx static void phantom.c Destroy Phantom TX context
3763
StaticStatic phantom_alloc_rds static int phantom.c Descriptor ring management
3764
StaticStatic phantom_post_rds static void phantom.c Post Phantom RX descriptor
3765
StaticStatic phantom_alloc_cds static int phantom.c Allocate Phantom TX descriptor
3766
StaticStatic phantom_post_cds static void phantom.c Post Phantom TX descriptor
3767
StaticStatic phantom_update_macaddr static int phantom.c MAC address management
3768
InlineInline phantom_add_macaddr static inline int phantom.c Add MAC address
3769
InlineInline phantom_del_macaddr static inline int phantom.c Remove MAC address
3770
StaticStatic phantom_poll_link_state static void phantom.c Link state detection
3771
StaticStatic phantom_refill_rx_ring static void phantom.c Main driver body
3772
StaticStatic phantom_open static int phantom.c Open NIC
3773
StaticStatic phantom_close static void phantom.c Close NIC
3774
StaticStatic phantom_transmit static int phantom.c Transmit packet
3775
StaticStatic phantom_poll static void phantom.c Poll for received packets
3776
StaticStatic phantom_irq static void phantom.c Enable/disable interrupts
3777
StaticStatic phantom_clp_wait static int phantom.c Wait for Phantom CLP command to complete
3778
StaticStatic phantom_clp_cmd static int phantom.c Issue Phantom CLP command
3779
StaticStatic phantom_clp_store static int phantom.c Store Phantom CLP setting
3780
StaticStatic phantom_clp_fetch static int phantom.c Fetch Phantom CLP setting
3781
StaticStatic phantom_clp_setting static unsigned int phantom.c Find Phantom CLP setting
3782
StaticStatic phantom_store_setting static int phantom.c Store Phantom CLP setting
3783
StaticStatic phantom_fetch_setting static int phantom.c Fetch Phantom CLP setting
3784
StaticStatic phantom_map_crb static int phantom.c Initialisation
3785
StaticStatic phantom_unhalt_pegs static void phantom.c Unhalt all PEGs
3786
StaticStatic phantom_init_cmdpeg static int phantom.c Initialise the Phantom command PEG
3787
StaticStatic phantom_get_macaddr static void phantom.c Read Phantom MAC address
3788
StaticStatic phantom_check_boot_enable static int phantom.c Check Phantom is enabled for boot
3789
StaticStatic phantom_init_rcvpeg static int phantom.c Initialise Phantom receive PEG
3790
StaticStatic phantom_probe static int phantom.c Probe PCI device
3791
StaticStatic phantom_remove static void phantom.c Remove PCI device
3792
StaticStatic write_grf5101 static void rtl8180_grf5101.c  
3793
StaticStatic grf5101_write_phy_antenna static void rtl8180_grf5101.c  
3794
StaticStatic grf5101_rf_set_channel static void rtl8180_grf5101.c  
3795
StaticStatic grf5101_rf_stop static void rtl8180_grf5101.c  
3796
StaticStatic grf5101_rf_init static void rtl8180_grf5101.c  
3797
StaticStatic write_max2820 static void rtl8180_max2820.c  
3798
StaticStatic max2820_write_phy_antenna static void rtl8180_max2820.c  
3799
StaticStatic max2820_rf_set_channel static void rtl8180_max2820.c  
3800
StaticStatic max2820_rf_stop static void rtl8180_max2820.c  
3801
StaticStatic max2820_rf_init static void rtl8180_max2820.c  
3802
StaticStatic write_sa2400 static void rtl8180_sa2400.c  
3803
StaticStatic sa2400_write_phy_antenna static void rtl8180_sa2400.c  
3804
StaticStatic sa2400_rf_set_channel static void rtl8180_sa2400.c  
3805
StaticStatic sa2400_rf_stop static void rtl8180_sa2400.c  
3806
StaticStatic sa2400_rf_init static void rtl8180_sa2400.c  
3807
InlineInline rtl8225_write_phy_ofdm static inline void rtl8185_rtl8225.c  
3808
InlineInline rtl8225_write_phy_cck static inline void rtl8185_rtl8225.c  
3809
StaticStatic rtl8225_write static void rtl8185_rtl8225.c  
3810
StaticStatic rtl8225_read static u16 rtl8185_rtl8225.c  
3811
StaticStatic rtl8225_rf_set_tx_power static void rtl8185_rtl8225.c  
3812
StaticStatic rtl8225_rf_init static void rtl8185_rtl8225.c  
3813
StaticStatic rtl8225z2_rf_set_tx_power static void rtl8185_rtl8225.c  
3814
StaticStatic rtl8225z2_rf_init static void rtl8185_rtl8225.c  
3815
StaticStatic rtl8225x_rf_init static void rtl8185_rtl8225.c  
3816
StaticStatic rtl8225_rf_stop static void rtl8185_rtl8225.c  
3817
StaticStatic rtl8225_rf_set_channel static void rtl8185_rtl8225.c  
3818
StaticStatic rtl8225_rf_conf_erp static void rtl8185_rtl8225.c  
3819
FunctionFunction rtl818x_write_phy void rtl818x.c  
3820
StaticStatic rtl818x_handle_rx static void rtl818x.c  
3821
StaticStatic rtl818x_handle_tx static void rtl818x.c  
3822
StaticStatic rtl818x_poll static void rtl818x.c  
3823
StaticStatic rtl818x_tx static int rtl818x.c  
3824
FunctionFunction rtl818x_set_anaparam void rtl818x.c  
3825
StaticStatic rtl818x_init_hw static int rtl818x.c  
3826
StaticStatic rtl818x_init_rx_ring static int rtl818x.c  
3827
StaticStatic rtl818x_free_rx_ring static void rtl818x.c  
3828
StaticStatic rtl818x_init_tx_ring static int rtl818x.c  
3829
StaticStatic rtl818x_free_tx_ring static void rtl818x.c  
3830
StaticStatic rtl818x_irq static void rtl818x.c  
3831
StaticStatic rtl818x_set_hwaddr static void rtl818x.c  
3832
StaticStatic rtl818x_start static int rtl818x.c  
3833
StaticStatic rtl818x_stop static void rtl818x.c  
3834
StaticStatic rtl818x_config static int rtl818x.c  
3835
StaticStatic rtl818x_spi_read_bit static int rtl818x.c  
3836
StaticStatic rtl818x_spi_write_bit static void rtl818x.c  
3837
StaticStatic rtl818x_probe static int rtl818x.c  
3838
StaticStatic rtl818x_remove static void rtl818x.c  
3839
FunctionFunction nvs_read int nvs.c @file
3840
StaticStatic nvs_verify static int nvs.c Verify content of non-volatile storage device
3841
FunctionFunction nvs_write int nvs.c Write to non-volatile storage device
3842
InlineInline spi_command static inline unsigned int spi.c @file
3843
StaticStatic spi_wait static int spi.c Wait for SPI device to complete operation
3844
FunctionFunction spi_read int spi.c Read data from SPI device
3845
FunctionFunction spi_write int spi.c Write data to SPI device
3846
FunctionFunction threewire_read int threewire.c @file
3847
FunctionFunction threewire_write int threewire.c Write data to three-wire device
3848
FunctionFunction threewire_detect_address_len int threewire.c Autodetect device address length
3849
StaticStatic insert_delete static void editstring.c Insert and/or delete text within an editable string
3850
StaticStatic insert_character static void editstring.c Insert character at current cursor position
3851
StaticStatic delete_character static void editstring.c Delete character at current cursor position
3852
StaticStatic backspace static void editstring.c Delete character to left of current cursor position
3853
StaticStatic kill_eol static void editstring.c Delete to end of line
3854
FunctionFunction edit_string int editstring.c Edit editable string
3855
StaticStatic sync_console static void readline.c Synchronise console with edited string
3856
FunctionFunction readline char * readline.c Read line from console
3857
StaticStatic exit_exec static int shell.c "exit" command body
3858
StaticStatic help_exec static int shell.c "help" command body
3859
FunctionFunction shell void shell.c Start command shell
3860
FunctionFunction shell_banner int shell_banner.c @file
3861
StaticStatic find_error static struct errortab * strerror.c Find error description
3862
StaticStatic find_closest_error static struct errortab * strerror.c Find closest error description
3863
FunctionFunction strerror const char * strerror.c Retrieve string representation of error number.
3864
StaticStatic autoboot_exec static int autoboot_cmd.c  
3865
StaticStatic config_exec static int config_cmd.c  
3866
StaticStatic dhcp_syntax static void dhcp_cmd.c @file
3867
StaticStatic dhcp_exec static int dhcp_cmd.c The "dhcp" command
3868
StaticStatic pxebs_syntax static void dhcp_cmd.c "pxebs" command syntax message
3869
StaticStatic pxebs_exec static int dhcp_cmd.c The "pxebs" command
3870
StaticStatic digest_syntax static void digest_cmd.c "digest" command syntax message
3871
StaticStatic digest_exec static int digest_cmd.c The "digest" command
3872
StaticStatic md5sum_exec static int digest_cmd.c  
3873
StaticStatic sha1sum_exec static int digest_cmd.c  
3874
StaticStatic gdbstub_syntax static void gdbstub_cmd.c @file
3875
StaticStatic gdbstub_exec static int gdbstub_cmd.c The "gdbstub" command
3876
StaticStatic ifcommon_syntax static void ifmgmt_cmd.c Print syntax of if command
3877
StaticStatic ifcommon_do_all static int ifmgmt_cmd.c Execute if command over all network devices
3878
StaticStatic ifcommon_do_list static int ifmgmt_cmd.c Execute if command over list of network devices
3879
FunctionFunction ifcommon_exec int ifmgmt_cmd.c Execute if command
3880
StaticStatic ifopen_payload static int ifmgmt_cmd.c  
3881
StaticStatic ifopen_exec static int ifmgmt_cmd.c  
3882
StaticStatic ifclose_payload static int ifmgmt_cmd.c  
3883
StaticStatic ifclose_exec static int ifmgmt_cmd.c  
3884
StaticStatic ifstat_payload static int ifmgmt_cmd.c  
3885
StaticStatic ifstat_exec static int ifmgmt_cmd.c  
3886
StaticStatic imgfill_cmdline static int image_cmd.c Fill in image command line
3887
StaticStatic imgfetch_core_syntax static void image_cmd.c "imgfetch"/"module"/"kernel" command syntax message
3888
StaticStatic imgfetch_core_exec static int image_cmd.c The "imgfetch"/"module"/"kernel" command body
3889
StaticStatic imgfetch_exec static int image_cmd.c The "imgfetch"/"module" command
3890
StaticStatic kernel_exec static int image_cmd.c The "kernel" command
3891
StaticStatic chain_exec static int image_cmd.c The "chain" command
3892
StaticStatic imgload_syntax static void image_cmd.c "imgload" command syntax message
3893
StaticStatic imgload_exec static int image_cmd.c The "imgload" command
3894
StaticStatic imgargs_syntax static void image_cmd.c "imgargs" command syntax message
3895
StaticStatic imgargs_exec static int image_cmd.c The "imgargs" command body
3896
StaticStatic imgexec_syntax static void image_cmd.c "imgexec" command syntax message
3897
StaticStatic imgexec_exec static int image_cmd.c The "imgexec" command
3898
StaticStatic imgstat_syntax static void image_cmd.c "imgstat" command syntax message
3899
StaticStatic imgstat_exec static int image_cmd.c The "imgstat" command
3900
StaticStatic imgfree_syntax static void image_cmd.c "imgstat" command syntax message
3901
StaticStatic imgfree_exec static int image_cmd.c The "imgfree" command
3902
StaticStatic iwstat_payload static int iwmgmt_cmd.c  
3903
StaticStatic iwstat_exec static int iwmgmt_cmd.c  
3904
StaticStatic iwlist_payload static int iwmgmt_cmd.c  
3905
StaticStatic iwlist_exec static int iwmgmt_cmd.c  
3906
StaticStatic login_exec static int login_cmd.c  
3907
StaticStatic show_exec static int nvo_cmd.c  
3908
StaticStatic set_exec static int nvo_cmd.c  
3909
StaticStatic clear_exec static int nvo_cmd.c  
3910
StaticStatic route_syntax static void route_cmd.c @file
3911
StaticStatic route_exec static int route_cmd.c The "route" command
3912
StaticStatic sanboot_syntax static void sanboot_cmd.c "sanboot" command syntax message
3913
StaticStatic sanboot_exec static int sanboot_cmd.c The "sanboot" command
3914
StaticStatic time_exec static int time_cmd.c  
3915
StaticStatic sleep_exec static int time_cmd.c  
3916
FunctionFunction beep int alert.c @file
3917
StaticStatic ansiscr_reset static void ansi_screen.c  
3918
StaticStatic ansiscr_movetoyx static void ansi_screen.c  
3919
StaticStatic ansiscr_putc static void ansi_screen.c  
3920
StaticStatic ansiscr_getc static int ansi_screen.c  
3921
StaticStatic ansiscr_peek static bool ansi_screen.c  
3922
FunctionFunction wclrtobot int clear.c Clear a window to the bottom from current cursor position
3923
FunctionFunction wclrtoeol int clear.c Clear a window to the end of the current line
3924
FunctionFunction wdelch int clear.c Delete character under the cursor in a window
3925
FunctionFunction wdeleteln int clear.c Delete line under a window's cursor
3926
FunctionFunction werase int clear.c Completely clear a window
3927
FunctionFunction colour_content int colour.c Identify the RGB components of a given colour value
3928
FunctionFunction init_pair int colour.c Initialise colour pair
3929
FunctionFunction pair_content int colour.c Get colours of colour pair
3930
FunctionFunction box int edging.c @file
3931
FunctionFunction wborder int edging.c Draw borders from single-byte characters and renditions around a
3932
FunctionFunction whline int edging.c Create a horizontal line in a window
3933
FunctionFunction wvline int edging.c Create a vertical line in a window
3934
StaticStatic _wgetc static int kb.c  
3935
FunctionFunction wgetch int kb.c Pop a character from the FIFO into a window
3936
FunctionFunction wgetnstr int kb.c Read at most n characters from the FIFO into a window
3937
FunctionFunction echo int kb.c  
3938
FunctionFunction noecho int kb.c  
3939
StaticStatic _wupdcurs static void mucurses.c Update cursor position
3940
FunctionFunction _wputch void mucurses.c Write a single character rendition to a window
3941
FunctionFunction _wputc void mucurses.c Write a single character to a window
3942
FunctionFunction _wcursback void mucurses.c Retreat the cursor back one position (useful for a whole host of
3943
FunctionFunction _wputchstr void mucurses.c Write a chtype string to a window
3944
FunctionFunction _wputstr void mucurses.c Write a standard c-style string to a window
3945
FunctionFunction wmove int mucurses.c Move a window's cursor to the specified position
3946
FunctionFunction waddch int print.c Add a single-byte character and rendition to a window and advance
3947
FunctionFunction waddnstr int print.c Add string of single-byte characters to a window
3948
StaticStatic _printw_handler static void print.c  
3949
FunctionFunction vw_printw int print.c Print formatted output in a window
3950
FunctionFunction wprintw int print.c Print formatted output to a window
3951
FunctionFunction waddchnstr int print_nadv.c @file
3952
StaticStatic _enter_slk static void slk.c  
3953
StaticStatic _leave_slk static void slk.c  
3954
StaticStatic _print_label static void slk.c  
3955
FunctionFunction slk_attr attr_t slk.c Return the attribute used for the soft function keys
3956
FunctionFunction slk_attroff int slk.c Turn off soft function key attributes
3957
FunctionFunction slk_attron int slk.c Turn on soft function key attributes
3958
FunctionFunction slk_attrset int slk.c Set soft function key attributes
3959
FunctionFunction slk_attr_off int slk.c Turn off soft function key attributes
3960
FunctionFunction slk_attr_on int slk.c Turn on soft function key attributes
3961
FunctionFunction slk_attr_set int slk.c Set soft function key attributes
3962
FunctionFunction slk_clear int slk.c Clear the soft function key labels from the screen
3963
FunctionFunction slk_colour int slk.c Set soft label colour pair
3964
FunctionFunction slk_init int slk.c Initialise the soft function keys
3965
FunctionFunction slk_label char* slk.c Return the label for the specified soft key
3966
FunctionFunction slk_restore int slk.c Restore soft function key labels to the screen
3967
FunctionFunction slk_set int slk.c Configure specified soft key
3968
InlineInline getbkgd inline chtype winattrs.c Get the background rendition attributes for a window
3969
FunctionFunction wattroff int winattrs.c Turn off attributes in a window
3970
FunctionFunction wattron int winattrs.c Turn on attributes in a window
3971
FunctionFunction wattrset int winattrs.c Set attributes in a window
3972
FunctionFunction wattr_get int winattrs.c Get attributes and colour pair information
3973
FunctionFunction wattr_off int winattrs.c Turn off attributes in a window
3974
FunctionFunction wattr_on int winattrs.c Turn on attributes in a window
3975
FunctionFunction wattr_set int winattrs.c Set attributes and colour pair information in a window
3976
FunctionFunction wcolour_set int winattrs.c Set colour pair for a window
3977
FunctionFunction delwin int windows.c @file
3978
FunctionFunction derwin WINDOW * windows.c Create a new derived window
3979
FunctionFunction dupwin WINDOW * windows.c Create a duplicate of the specified window
3980
FunctionFunction mvwin int windows.c Move window origin to specified coordinates
3981
FunctionFunction newwin WINDOW * windows.c Create new WINDOW
3982
FunctionFunction subwin WINDOW * windows.c Create a new sub-window
3983
FunctionFunction initscr WINDOW * wininit.c Initialise console environment
3984
FunctionFunction endwin int wininit.c Finalise console environment
3985
FunctionFunction init_editbox void editbox.c Initialise text box widget
3986
FunctionFunction draw_editbox void editbox.c Draw text box widget
3987
FunctionFunction login_ui int login_ui.c  
3988
StaticStatic load_setting static void settings_ui.c Load setting widget value from configuration settings
3989
StaticStatic save_setting static int settings_ui.c Save setting widget value back to configuration settings
3990
StaticStatic init_setting static void settings_ui.c Initialise setting widget
3991
StaticStatic draw_setting static void settings_ui.c Draw setting widget
3992
StaticStatic edit_setting static int settings_ui.c Edit setting widget
3993
StaticStatic init_setting_index static void settings_ui.c Initialise setting widget by index
3994
StaticStatic vmsg static void settings_ui.c Print message centred on specified row
3995
StaticStatic msg static void settings_ui.c Print message centred on specified row
3996
StaticStatic clearmsg static void settings_ui.c Clear message on specified row
3997
StaticStatic valert static void settings_ui.c Print alert message
3998
StaticStatic alert static void settings_ui.c Print alert message
3999
StaticStatic draw_title_row static void settings_ui.c Draw title row
4000
StaticStatic draw_info_row static void settings_ui.c Draw information row
4001
StaticStatic draw_instruction_row static void settings_ui.c Draw instruction row
4002
StaticStatic main_loop static int settings_ui.c  
4003
FunctionFunction settings_ui int settings_ui.c  
4004
StaticStatic efi_image_exec static int efi_image.c Execute EFI image
4005
StaticStatic efi_image_load static int efi_image.c Load EFI image into memory
4006
StaticStatic elf_load_segment static int elf.c Load ELF segment into memory
4007
FunctionFunction elf_load int elf.c Load ELF image into memory
4008
StaticStatic __attribute__ static void embedded.c Free embedded image
4009
FunctionFunction EMBED EMBED_ALL #define embedded.c  
4010
StaticStatic embedded_init static void embedded.c Register all embedded images
4011
StaticStatic script_exec static int script.c Execute script
4012
StaticStatic script_load static int script.c Load script into memory
4013
FunctionFunction prep_segment int segment.c Prepare segment for loading
4014
StaticStatic efi_handle_cup static void efi_console.c Handle ANSI CUP (cursor position)
4015
StaticStatic efi_handle_ed static void efi_console.c Handle ANSI ED (erase in page)
4016
StaticStatic efi_handle_sgr static void efi_console.c Handle ANSI SGR (set graphics rendition)
4017
StaticStatic efi_putchar static void efi_console.c Print a character to EFI console
4018
StaticStatic scancode_to_ansi_seq static const char * efi_console.c Get ANSI escape sequence corresponding to EFI scancode
4019
StaticStatic efi_getchar static int efi_console.c Get character from EFI console
4020
StaticStatic efi_iskey static int efi_console.c Check for character ready to read from EFI console
4021
StaticStatic efi_find_table static void * efi_init.c Look up EFI configuration table
4022
FunctionFunction efi_init EFI_STATUS efi_init.c Initialise EFI environment
4023
StaticStatic efi_width static EFI_CPU_IO_PROTOCOL_WIDTH efi_io.c Determine EFI CPU I/O width code
4024
FunctionFunction efi_ioread unsigned long long efi_io.c Read from device
4025
FunctionFunction efi_iowrite void efi_io.c Write to device
4026
FunctionFunction efi_ioreads void efi_io.c String read from device
4027
FunctionFunction efi_iowrites void efi_io.c String write to device
4028
StaticStatic efi_iodelay static void efi_io.c Wait for I/O-mapped operation to complete
4029
StaticStatic efipci_address static unsigned long efi_pci.c  
4030
FunctionFunction efipci_read int efi_pci.c  
4031
FunctionFunction efipci_write int efi_pci.c  
4032
StaticStatic efi_find_smbios static int efi_smbios.c Find SMBIOS
4033
StaticStatic efi_snp_set_mode static void efi_snp.c Set EFI SNP mode based on gPXE net device parameters
4034
StaticStatic efi_snp_poll static void efi_snp.c Poll net device and count received packets
4035
StaticStatic efi_snp_start static EFI_STATUS EFIAPI efi_snp.c Change SNP state from "stopped" to "started"
4036
StaticStatic efi_snp_stop static EFI_STATUS EFIAPI efi_snp.c Change SNP state from "started" to "stopped"
4037
StaticStatic efi_snp_initialize static EFI_STATUS EFIAPI efi_snp.c Open the network device
4038
StaticStatic efi_snp_reset static EFI_STATUS EFIAPI efi_snp.c Reset the network device
4039
StaticStatic efi_snp_shutdown static EFI_STATUS EFIAPI efi_snp.c Shut down the network device
4040
StaticStatic efi_snp_receive_filters static EFI_STATUS EFIAPI efi_snp.c Manage receive filters
4041
StaticStatic efi_snp_station_address static EFI_STATUS EFIAPI efi_snp.c Set station address
4042
StaticStatic efi_snp_statistics static EFI_STATUS EFIAPI efi_snp.c Get (or reset) statistics
4043
StaticStatic efi_snp_mcast_ip_to_mac static EFI_STATUS EFIAPI efi_snp.c Convert multicast IP address to MAC address
4044
StaticStatic efi_snp_nvdata static EFI_STATUS EFIAPI efi_snp.c Read or write non-volatile storage
4045
StaticStatic efi_snp_get_status static EFI_STATUS EFIAPI efi_snp.c Read interrupt status and TX recycled buffer status
4046
StaticStatic efi_snp_transmit static EFI_STATUS EFIAPI efi_snp.c Start packet transmission
4047
StaticStatic efi_snp_receive static EFI_STATUS EFIAPI efi_snp.c Receive packet
4048
StaticStatic efi_snp_wait_for_packet static VOID EFIAPI efi_snp.c Poll event
4049
StaticStatic efi_snp_netdev static struct net_device * efi_snp.c Locate net device corresponding to EFI device
4050
StaticStatic efi_snp_snpdev static struct efi_snp_device * efi_snp.c Locate SNP corresponding to EFI device
4051
StaticStatic efi_snp_driver_supported static EFI_STATUS EFIAPI efi_snp.c Check to see if driver supports a device
4052
StaticStatic efi_snp_driver_start static EFI_STATUS EFIAPI efi_snp.c Attach driver to device
4053
StaticStatic efi_snp_driver_stop static EFI_STATUS EFIAPI efi_snp.c Detach driver from device
4054
StaticStatic efi_snp_get_driver_name static EFI_STATUS EFIAPI efi_snp.c Look up driver name
4055
StaticStatic efi_snp_get_controller_name static EFI_STATUS EFIAPI efi_snp.c Look up controller name
4056
FunctionFunction efi_snp_install int efi_snp.c Install EFI SNP driver
4057
FunctionFunction efi_strerror const char * efi_strerror.c @file
4058
StaticStatic efi_udelay static void efi_timer.c Delay for a fixed number of microseconds
4059
StaticStatic efi_currticks static unsigned long efi_timer.c Get current system time in ticks
4060
StaticStatic efi_ticks_per_sec static unsigned long efi_timer.c Get number of ticks per second
4061
StaticStatic efi_urealloc static userptr_t efi_umalloc.c Reallocate external memory
4062
StaticStatic find_strings_terminator static size_t smbios.c Find SMBIOS strings terminator
4063
FunctionFunction find_smbios_structure int smbios.c Find specific structure type within SMBIOS
4064
FunctionFunction read_smbios_structure int smbios.c Copy SMBIOS structure
4065
FunctionFunction read_smbios_string int smbios.c Find indexed string within SMBIOS structure
4066
StaticStatic smbios_fetch static int smbios_settings.c Fetch value of SMBIOS setting
4067
StaticStatic smbios_init static void smbios_settings.c Initialise SMBIOS settings
4068
FunctionFunction __intel_new_proc_init void __libgcc icc.c  
4069
FunctionFunction gcc_implicit_memcpy void * memcpy.c  
4070
FunctionFunction __divdi3 __libgcc int64_t __divdi3.c  
4071
FunctionFunction __moddi3 __libgcc int64_t __moddi3.c  
4072
FunctionFunction __udivdi3 __libgcc uint64_t __udivdi3.c  
4073
FunctionFunction __udivmoddi4 __libgcc uint64_t __udivmoddi4.c  
4074
FunctionFunction __umoddi3 __libgcc uint64_t __umoddi3.c  
4075
StaticStatic aoe_free static void aoe.c  
4076
StaticStatic aoe_done static void aoe.c Mark current AoE command complete
4077
StaticStatic aoe_send_command static int aoe.c Send AoE command
4078
StaticStatic aoe_timer_expired static void aoe.c Handle AoE retry timer expiry
4079
StaticStatic aoe_rx_cfg static int aoe.c Handle AoE configuration command response
4080
StaticStatic aoe_rx_ata static int aoe.c Handle AoE ATA command response
4081
StaticStatic aoe_rx static int aoe.c Process incoming AoE packets
4082
StaticStatic aoe_command static int aoe.c Issue ATA command via an open AoE session
4083
StaticStatic aoe_discover static int aoe.c Issue AoE config query for AoE target discovery
4084
StaticStatic aoe_detached_command static int aoe.c  
4085
FunctionFunction aoe_detach void aoe.c  
4086
StaticStatic aoe_parse_root_path static int aoe.c  
4087
FunctionFunction aoe_attach int aoe.c  
4088
StaticStatic arp_find_entry static struct arp_entry * arp.c Find entry in the ARP cache
4089
FunctionFunction arp_resolve int arp.c Look up media-specific link-layer address in the ARP cache
4090
StaticStatic arp_find_protocol static struct arp_net_protocol * arp.c Identify ARP protocol
4091
StaticStatic arp_rx static int arp.c Process incoming ARP packets
4092
StaticStatic arp_ntoa static const char * arp.c Transcribe ARP address
4093
FunctionFunction store_cached_dhcpack void cachedhcp.c @file
4094
InlineInline dhcp_tag_name static inline char * dhcpopts.c @file
4095
InlineInline __attribute__ static inline dhcpopts.c Get pointer to DHCP option
4096
InlineInline __attribute__ static inline dhcpopts.c Get offset of a DHCP option
4097
StaticStatic dhcp_option_len static unsigned int dhcpopts.c Calculate length of any DHCP option
4098
StaticStatic find_dhcp_option_with_encap static int dhcpopts.c Find DHCP option within DHCP options block, and its encapsulator (if any)
4099
StaticStatic resize_dhcp_option static int dhcpopts.c Resize a DHCP option
4100
StaticStatic set_dhcp_option static int dhcpopts.c Set value of DHCP option
4101
FunctionFunction dhcpopt_store int dhcpopts.c Store value of DHCP option setting
4102
FunctionFunction dhcpopt_extensible_store int dhcpopts.c Store value of DHCP option setting, extending options block if necessary
4103
FunctionFunction dhcpopt_fetch int dhcpopts.c Fetch value of DHCP option setting
4104
StaticStatic dhcpopt_update_len static void dhcpopts.c Recalculate length of DHCP options block
4105
FunctionFunction dhcpopt_init void dhcpopts.c Initialise prepopulated block of DHCP options
4106
StaticStatic used_len_ipv4 static size_t dhcppkt.c @file
4107
StaticStatic used_len_string static size_t dhcppkt.c Calculate used length of a string field within a DHCP packet
4108
InlineInline dhcp_packet_field static inline void * dhcppkt.c Get address of a DHCP packet field
4109
StaticStatic find_dhcp_packet_field static struct dhcp_packet_field * dhcppkt.c Find DHCP packet field corresponding to settings tag number
4110
FunctionFunction dhcppkt_store int dhcppkt.c Store value of DHCP packet setting
4111
FunctionFunction dhcppkt_fetch int dhcppkt.c Fetch value of DHCP packet setting
4112
StaticStatic dhcppkt_settings_store static int dhcppkt.c DHCP packet settings interface
4113
StaticStatic dhcppkt_settings_fetch static int dhcppkt.c Fetch value of DHCP setting
4114
FunctionFunction dhcppkt_init void dhcppkt.c Constructor
4115
StaticStatic eapol_rx static int eapol.c Receive EAPOL network-layer packet
4116
StaticStatic eapol_ntoa static const char * eapol.c Transcribe EAPOL network-layer address
4117
StaticStatic eth_push static int ethernet.c Add Ethernet link-layer header
4118
StaticStatic eth_pull static int ethernet.c Remove Ethernet link-layer header
4119
FunctionFunction eth_init_addr void ethernet.c Initialise Ethernet address
4120
FunctionFunction eth_ntoa const char * ethernet.c Transcribe Ethernet address
4121
FunctionFunction eth_mc_hash int ethernet.c Hash multicast address
4122
FunctionFunction eth_eth_addr int ethernet.c Generate Ethernet-compatible compressed link-layer address
4123
FunctionFunction alloc_etherdev struct net_device * ethernet.c Allocate Ethernet device
4124
StaticStatic copy_encap_settings static int fakedhcp.c @file
4125
StaticStatic copy_settings static int fakedhcp.c Copy settings to DHCP packet
4126
FunctionFunction create_fakedhcpdiscover int fakedhcp.c Create fake DHCPDISCOVER packet
4127
FunctionFunction create_fakedhcpack int fakedhcp.c Create fake DHCPACK packet
4128
FunctionFunction create_fakepxebsack int fakedhcp.c Create fake PXE Boot Server ACK packet
4129
StaticStatic icmp_rx static int icmp.c Process a received packet
4130
FunctionFunction icmp6_send_solicit int icmpv6.c Send neighbour solicitation packet
4131
StaticStatic icmp6_rx static int icmpv6.c Process ICMP6 headers
4132
FunctionFunction icmp6_test_nadvert void icmpv6.c  
4133
FunctionFunction ib_create_cq struct ib_completion_queue * infiniband.c Completion queues
4134
FunctionFunction ib_destroy_cq void infiniband.c Destroy completion queue
4135
FunctionFunction ib_poll_cq void infiniband.c Poll completion queue
4136
FunctionFunction ib_create_qp struct ib_queue_pair * infiniband.c Work queues
4137
FunctionFunction ib_modify_qp int infiniband.c Modify queue pair
4138
FunctionFunction ib_destroy_qp void infiniband.c Destroy queue pair
4139
FunctionFunction ib_find_qp_qpn struct ib_queue_pair * infiniband.c Find queue pair by QPN
4140
FunctionFunction ib_find_qp_mgid struct ib_queue_pair * infiniband.c Find queue pair by multicast GID
4141
FunctionFunction ib_find_wq struct ib_work_queue * infiniband.c Find work queue belonging to completion queue
4142
FunctionFunction ib_post_send int infiniband.c Post send work queue entry
4143
FunctionFunction ib_post_recv int infiniband.c Post receive work queue entry
4144
FunctionFunction ib_complete_send void infiniband.c Complete send work queue entry
4145
FunctionFunction ib_complete_recv void infiniband.c Complete receive work queue entry
4146
FunctionFunction ib_refill_recv void infiniband.c Refill receive work queue
4147
FunctionFunction ib_open int infiniband.c Link control
4148
FunctionFunction ib_close void infiniband.c Close port
4149
FunctionFunction ib_link_rc int infiniband.c Get link state
4150
FunctionFunction ib_mcast_attach int infiniband.c Multicast
4151
FunctionFunction ib_mcast_detach void infiniband.c Detach from multicast group
4152
FunctionFunction ib_get_hca_info int infiniband.c Miscellaneous
4153
FunctionFunction ib_set_port_info int infiniband.c Set port information
4154
FunctionFunction ib_set_pkey_table int infiniband.c Set partition key table
4155
FunctionFunction ib_link_state_changed void infiniband.c Event queues
4156
FunctionFunction ib_poll_eq void infiniband.c Poll event queue
4157
StaticStatic ib_step static void infiniband.c Single-step the Infiniband event queue
4158
FunctionFunction alloc_ibdev struct ib_device * infiniband.c Infiniband device creation/destruction
4159
FunctionFunction register_ibdev int infiniband.c Register Infiniband device
4160
FunctionFunction unregister_ibdev void infiniband.c Unregister Infiniband device
4161
FunctionFunction find_ibdev struct ib_device * infiniband.c Find Infiniband device by GID
4162
FunctionFunction last_opened_ibdev struct ib_device * infiniband.c Get most recently opened Infiniband device
4163
FunctionFunction iob_pad void iobpad.c Pad I/O buffer
4164
StaticStatic add_ipv4_miniroute static struct ipv4_miniroute * __malloc ipv4.c Add IPv4 minirouting table entry
4165
StaticStatic del_ipv4_miniroute static void ipv4.c Delete IPv4 minirouting table entry
4166
StaticStatic ipv4_route static struct ipv4_miniroute * ipv4.c Perform IPv4 routing
4167
StaticStatic ipv4_frag_expired static void ipv4.c Fragment reassembly counter timeout
4168
StaticStatic free_fragbuf static void ipv4.c Free fragment buffer
4169
StaticStatic ipv4_reassemble static struct io_buffer * ipv4.c Fragment reassembler
4170
StaticStatic ipv4_pshdr_chksum static uint16_t ipv4.c Add IPv4 pseudo-header checksum to existing checksum
4171
StaticStatic ipv4_ll_addr static int ipv4.c Determine link-layer address
4172
StaticStatic ipv4_tx static int ipv4.c Transmit IP packet
4173
StaticStatic ipv4_rx static int ipv4.c Process incoming packets
4174
StaticStatic ipv4_arp_check static int ipv4.c Check existence of IPv4 address for ARP
4175
FunctionFunction inet_ntoa char * ipv4.c Convert IPv4 address to dotted-quad notation
4176
StaticStatic ipv4_ntoa static const char * ipv4.c Transcribe IP address
4177
StaticStatic ipv4_create_routes static int ipv4.c Create IPv4 routing table based on configured settings
4178
StaticStatic add_ipv6_miniroute static struct ipv6_miniroute * __malloc ipv6.c Add IPv6 minirouting table entry
4179
StaticStatic del_ipv6_miniroute static void ipv6.c Delete IPv6 minirouting table entry
4180
FunctionFunction add_ipv6_address int ipv6.c Add IPv6 interface
4181
FunctionFunction del_ipv6_address void ipv6.c Remove IPv6 interface
4182
StaticStatic ipv6_tx_csum static uint16_t ipv6.c Calculate TCPIP checksum
4183
FunctionFunction ipv6_dump void ipv6.c Dump IP6 header for debugging
4184
StaticStatic ipv6_tx static int ipv6.c Transmit IP6 packet
4185
StaticStatic ipv6_process_nxt_hdr static int ipv6.c Process next IP6 header
4186
StaticStatic ipv6_rx static int ipv6.c Process incoming IP6 packets
4187
FunctionFunction inet6_ntoa char * ipv6.c  
4188
StaticStatic ipv6_ntoa static const char * ipv6.c  
4189
FunctionFunction mii_link_ok int mii.c mii_link_ok - is link status up/ok
4190
FunctionFunction mii_check_link void mii.c mii_check_link - check MII link status
4191
FunctionFunction mii_check_media unsigned int mii.c mii_check_media - check the MII interface for a duplex change
4192
StaticStatic ndp_find_entry static struct ndp_entry * ndp.c Find entry in the neighbour cache
4193
StaticStatic add_ndp_entry static void ndp.c Add NDP entry
4194
FunctionFunction ndp_resolve int ndp.c Resolve the link-layer address
4195
FunctionFunction ndp_process_advert int ndp.c Process neighbour advertisement
4196
FunctionFunction netdev_link_down void netdevice.c Mark network device as having link down
4197
StaticStatic netdev_record_stat static void netdevice.c Record network device statistic
4198
FunctionFunction netdev_tx int netdevice.c Transmit raw packet via network device
4199
FunctionFunction netdev_tx_complete_err void netdevice.c Complete network transmission
4200
FunctionFunction netdev_tx_complete_next_err void netdevice.c Complete network transmission
4201
StaticStatic netdev_tx_flush static void netdevice.c Flush device's transmit queue
4202
FunctionFunction netdev_rx void netdevice.c Add packet to receive queue
4203
FunctionFunction netdev_rx_err void netdevice.c Discard received packet
4204
FunctionFunction netdev_poll void netdevice.c Poll for completed and received packets on network device
4205
FunctionFunction netdev_rx_dequeue struct io_buffer * netdevice.c Remove packet from device's receive queue
4206
StaticStatic netdev_rx_flush static void netdevice.c Flush device's receive queue
4207
StaticStatic free_netdev static void netdevice.c Free network device
4208
FunctionFunction alloc_netdev struct net_device * netdevice.c Allocate network device
4209
FunctionFunction register_netdev int netdevice.c Register network device
4210
FunctionFunction netdev_open int netdevice.c Open network device
4211
FunctionFunction netdev_close void netdevice.c Close network device
4212
FunctionFunction unregister_netdev void netdevice.c Unregister network device
4213
FunctionFunction netdev_irq void netdevice.c Enable or disable interrupts
4214
FunctionFunction find_netdev struct net_device * netdevice.c Get network device by name
4215
FunctionFunction find_netdev_by_location struct net_device * netdevice.c  
4216
FunctionFunction last_opened_netdev struct net_device * netdevice.c Get most recently opened network device
4217
FunctionFunction net_tx int netdevice.c Transmit network-layer packet
4218
FunctionFunction net_rx int netdevice.c Process received network-layer packet
4219
StaticStatic net_step static void netdevice.c Single-step the network stack
4220
StaticStatic netdev_store static int netdev_settings.c Store value of network device setting
4221
StaticStatic netdev_fetch static int netdev_settings.c Fetch value of network device setting
4222
StaticStatic netdev_clear static void netdev_settings.c Clear network device settings
4223
StaticStatic null_open static int nullnet.c @file
4224
StaticStatic null_close static void nullnet.c  
4225
StaticStatic null_transmit static int nullnet.c  
4226
StaticStatic null_poll static void nullnet.c  
4227
StaticStatic null_irq static void nullnet.c  
4228
StaticStatic rarp_rx static int rarp.c @file
4229
StaticStatic rarp_ntoa static const char * rarp.c Transcribe RARP address
4230
FunctionFunction start_timer void retry.c Start timer
4231
FunctionFunction start_timer_fixed void retry.c Start timer with a specified fixed timeout
4232
FunctionFunction stop_timer void retry.c Stop timer
4233
StaticStatic timer_expired static void retry.c Handle expired timer
4234
StaticStatic retry_step static void retry.c Single-step the retry timer list
4235
InlineInline __attribute__ static inline tcp.c Name TCP state
4236
InlineInline __attribute__ static inline tcp.c Dump TCP state transition
4237
InlineInline __attribute__ static inline tcp.c Dump TCP flags
4238
StaticStatic tcp_bind static int tcp.c Open and close
4239
StaticStatic tcp_open static int tcp.c Open a TCP connection
4240
StaticStatic tcp_close static void tcp.c Close TCP connection
4241
StaticStatic tcp_xmit_win static size_t tcp.c Transmit data path
4242
StaticStatic tcp_process_queue static size_t tcp.c Process TCP transmit queue
4243
StaticStatic tcp_xmit static int tcp.c Transmit any outstanding data
4244
StaticStatic tcp_expired static void tcp.c Retransmission timer expired
4245
StaticStatic tcp_xmit_reset static int tcp.c Send RST response to incoming packet
4246
StaticStatic tcp_demux static struct tcp_connection * tcp.c Receive data path
4247
StaticStatic tcp_rx_opts static void tcp.c Parse TCP received options
4248
StaticStatic tcp_rx_seq static void tcp.c Consume received sequence space
4249
StaticStatic tcp_rx_syn static int tcp.c Handle TCP received SYN
4250
StaticStatic tcp_rx_ack static int tcp.c Handle TCP received ACK
4251
StaticStatic tcp_rx_data static int tcp.c Handle TCP received data
4252
StaticStatic tcp_rx_fin static int tcp.c Handle TCP received FIN
4253
StaticStatic tcp_rx_rst static int tcp.c Handle TCP received RST
4254
StaticStatic tcp_rx static int tcp.c Process received packet
4255
StaticStatic tcp_xfer_close static void tcp.c Data transfer interface
4256
StaticStatic tcp_xfer_window static size_t tcp.c Check flow control window
4257
StaticStatic tcp_xfer_deliver_iob static int tcp.c Deliver datagram as I/O buffer
4258
StaticStatic tcp_open_uri static int tcp.c Open TCP URI
4259
FunctionFunction tcpip_rx int tcpip.c Process a received TCP/IP packet
4260
FunctionFunction tcpip_tx int tcpip.c Transmit a TCP/IP packet
4261
FunctionFunction tcpip_continue_chksum uint16_t tcpip.c Calculate continued TCP/IP checkum
4262
FunctionFunction tcpip_chksum uint16_t tcpip.c Calculate TCP/IP checkum
4263
StaticStatic tls_uint24 static unsigned long tls.c Utility functions
4264
StaticStatic free_tls static void tls.c Cleanup functions
4265
StaticStatic tls_close static void tls.c Finish with TLS session
4266
StaticStatic tls_generate_random static void tls.c Random number generation
4267
StaticStatic tls_hmac_update_va static void tls.c Update HMAC with a list of ( data, len ) pairs
4268
StaticStatic tls_p_hash_va static void tls.c Generate secure pseudo-random data using a single hash function
4269
StaticStatic tls_prf static void tls.c Generate secure pseudo-random data
4270
StaticStatic tls_generate_master_secret static void tls.c Secret management
4271
StaticStatic tls_generate_keys static int tls.c Generate key material
4272
StaticStatic tls_clear_cipher static void tls.c Cipher suite management
4273
StaticStatic tls_set_cipher static int tls.c Set cipher suite
4274
StaticStatic tls_select_cipher static int tls.c Select next cipher suite
4275
StaticStatic tls_change_cipher static int tls.c Activate next cipher suite
4276
StaticStatic tls_add_handshake static void tls.c Handshake verification
4277
StaticStatic tls_verify_handshake static void tls.c Calculate handshake verification hash
4278
StaticStatic tls_send_handshake static int tls.c Record handling
4279
StaticStatic tls_send_client_hello static int tls.c Transmit Client Hello record
4280
StaticStatic tls_send_client_key_exchange static int tls.c Transmit Client Key Exchange record
4281
StaticStatic tls_send_change_cipher static int tls.c Transmit Change Cipher record
4282
StaticStatic tls_send_finished static int tls.c Transmit Finished record
4283
StaticStatic tls_new_change_cipher static int tls.c Receive new Change Cipher record
4284
StaticStatic tls_new_alert static int tls.c Receive new Alert record
4285
StaticStatic tls_new_server_hello static int tls.c Receive new Server Hello handshake record
4286
StaticStatic tls_new_certificate static int tls.c Receive new Certificate handshake record
4287
StaticStatic tls_new_server_hello_done static int tls.c Receive new Server Hello Done handshake record
4288
StaticStatic tls_new_finished static int tls.c Receive new Finished handshake record
4289
StaticStatic tls_new_handshake static int tls.c Receive new Handshake record
4290
StaticStatic tls_new_record static int tls.c Receive new record
4291
StaticStatic tls_hmac static void tls.c Record encryption/decryption
4292
StaticStatic tls_assemble_stream static void * __malloc tls.c Allocate and assemble stream-ciphered record from data and MAC portions
4293
StaticStatic tls_assemble_block static void * tls.c Allocate and assemble block-ciphered record from data and MAC portions
4294
StaticStatic tls_send_plaintext static int tls.c Send plaintext record
4295
StaticStatic tls_split_stream static int tls.c Split stream-ciphered record into data and MAC portions
4296
StaticStatic tls_split_block static int tls.c Split block-ciphered record into data and MAC portions
4297
StaticStatic tls_new_ciphertext static int tls.c Receive new ciphertext record
4298
StaticStatic tls_plainstream_close static void tls.c Plaintext stream operations
4299
StaticStatic tls_plainstream_window static size_t tls.c Check flow control window
4300
StaticStatic tls_plainstream_deliver_raw static int tls.c Deliver datagram as raw data
4301
StaticStatic tls_cipherstream_close static void tls.c Ciphertext stream operations
4302
StaticStatic tls_newdata_process_header static int tls.c Handle received TLS header
4303
StaticStatic tls_newdata_process_data static int tls.c Handle received TLS data payload
4304
StaticStatic tls_cipherstream_deliver_raw static int tls.c Receive new ciphertext
4305
StaticStatic tls_step static void tls.c Controlling process
4306
FunctionFunction add_tls int tls.c Instantiator
4307
StaticStatic udp_bind static int udp.c Bind UDP connection to local port
4308
StaticStatic udp_open_common static int udp.c Open a UDP connection
4309
FunctionFunction udp_open int udp.c Open a UDP connection
4310
FunctionFunction udp_open_promisc int udp.c Open a promiscuous UDP connection
4311
StaticStatic udp_close static void udp.c Close a UDP connection
4312
StaticStatic udp_tx static int udp.c Transmit data via a UDP connection to a specified address
4313
StaticStatic udp_demux static struct udp_connection * udp.c Identify UDP connection by local address
4314
StaticStatic udp_rx static int udp.c Process a received packet
4315
StaticStatic udp_xfer_close static void udp.c Data transfer interface
4316
StaticStatic udp_alloc_iob static struct io_buffer * udp.c Allocate I/O buffer for UDP
4317
StaticStatic udp_xfer_deliver_iob static int udp.c Deliver datagram as I/O buffer
4318
StaticStatic udp_open_uri static int udp.c Open UDP URI
4319
StaticStatic net80211_netdev_open static int net80211.c @}
4320
StaticStatic net80211_netdev_close static void net80211.c Close 802.11 device
4321
StaticStatic net80211_netdev_transmit static int net80211.c Transmit packet on 802.11 device
4322
StaticStatic net80211_netdev_poll static void net80211.c Poll 802.11 device for received packets and completed transmissions
4323
StaticStatic net80211_netdev_irq static void net80211.c Enable or disable interrupts for 802.11 device
4324
InlineInline net80211_rate_is_erp static inline int net80211.c Determine whether a transmission rate uses ERP/OFDM
4325
FunctionFunction net80211_duration u16 net80211.c Calculate one frame's contribution to 802.11 duration field
4326
StaticStatic net80211_ll_push static int net80211.c Add 802.11 link-layer header
4327
StaticStatic net80211_ll_pull static int net80211.c Remove 802.11 link-layer header
4328
FunctionFunction net80211_get struct net80211_device * net80211.c Get 802.11 device from wrapping network device
4329
FunctionFunction net80211_keep_mgmt int net80211.c Set state of 802.11 device keeping management frames
4330
FunctionFunction net80211_mgmt_dequeue struct io_buffer * net80211.c Get 802.11 management frame
4331
FunctionFunction net80211_tx_mgmt int net80211.c Transmit 802.11 management frame
4332
FunctionFunction net80211_alloc struct net80211_device * net80211.c Allocate 802.11 device
4333
FunctionFunction net80211_register int net80211.c Register 802.11 device with network stack
4334
FunctionFunction net80211_unregister void net80211.c Unregister 802.11 device from network stack
4335
FunctionFunction net80211_free void net80211.c Free 802.11 device
4336
InlineInline net80211_set_state static inline void net80211.c Set state of 802.11 device
4337
StaticStatic net80211_add_channels static void net80211.c Add channels to 802.11 device
4338
StaticStatic net80211_filter_hw_channels static void net80211.c Filter 802.11 device channels for hardware capabilities
4339
StaticStatic net80211_process_capab static int net80211.c Update 802.11 device state to reflect received capabilities field
4340
StaticStatic net80211_process_ie static int net80211.c Update 802.11 device state to reflect received information elements
4341
StaticStatic net80211_marshal_request_info static union ieee80211_ie * net80211.c Create information elements for outgoing probe or association packet
4342
FunctionFunction net80211_probe_start struct net80211_probe_ctx * net80211.c Begin probe of 802.11 networks
4343
FunctionFunction net80211_probe_step int net80211.c Continue probe of 802.11 networks
4344
FunctionFunction net80211_probe_finish_best struct net80211_wlan * net80211.c Finish probe of 802.11 networks, returning best-signal network found
4345
FunctionFunction net80211_probe_finish_all struct list_head * net80211.c Finish probe of 802.11 networks, returning all networks found
4346
FunctionFunction net80211_free_wlan void net80211.c Free WLAN structure
4347
FunctionFunction net80211_free_wlanlist void net80211.c Free list of WLAN structures
4348
StaticStatic net80211_step_associate static void net80211.c Step 802.11 association process
4349
StaticStatic net80211_check_settings_update static int net80211.c Check for 802.11 SSID or key updates
4350
FunctionFunction net80211_autoassociate void net80211.c Start 802.11 association process
4351
StaticStatic net80211_set_rtscts_rate static void net80211.c Pick TX rate for RTS/CTS packets based on data rate
4352
FunctionFunction net80211_set_rate_idx void net80211.c Set data transmission rate for 802.11 device
4353
FunctionFunction net80211_change_channel int net80211.c Configure 802.11 device to transmit on a certain channel
4354
FunctionFunction net80211_prepare_probe int net80211.c Prepare 802.11 device channel and rate set for scanning
4355
FunctionFunction net80211_prepare_assoc int net80211.c Prepare 802.11 device channel and rate set for communication
4356
FunctionFunction net80211_send_auth int net80211.c Send 802.11 initial authentication frame
4357
StaticStatic net80211_handle_auth static void net80211.c Handle receipt of 802.11 authentication frame
4358
FunctionFunction net80211_send_assoc int net80211.c Send 802.11 association frame
4359
StaticStatic net80211_handle_assoc_reply static void net80211.c Handle receipt of 802.11 association reply frame
4360
StaticStatic net80211_send_disassoc static int net80211.c Send 802.11 disassociation frame
4361
FunctionFunction net80211_deauthenticate void net80211.c Deauthenticate from current network and try again
4362
StaticStatic net80211_update_link_quality static void net80211.c Update link quality information based on received beacon
4363
StaticStatic net80211_handle_mgmt static void net80211.c Handle receipt of 802.11 management frame
4364
StaticStatic net80211_free_frags static void net80211.c Free buffers used by 802.11 fragment cache entry
4365
StaticStatic net80211_accum_frags static struct io_buffer * net80211.c Accumulate 802.11 fragments into one I/O buffer
4366
StaticStatic net80211_rx_frag static void net80211.c Handle receipt of 802.11 fragment
4367
FunctionFunction net80211_rx void net80211.c Handle receipt of 802.11 frame
4368
FunctionFunction net80211_rx_err void net80211.c Indicate an error in receiving a packet
4369
FunctionFunction net80211_tx_complete void net80211.c Indicate the completed transmission of a packet
4370
FunctionFunction rc80211_init struct rc80211_ctx * rc80211.c Initialize rate-control algorithm
4371
StaticStatic rc80211_calc_net_goodness static int rc80211.c Calculate net goodness for a certain rate
4372
StaticStatic rc80211_pick_best static int rc80211.c Determine the best rate to switch to and return it
4373
InlineInline rc80211_set_rate static inline void rc80211.c Set 802.11 device rate
4374
StaticStatic rc80211_maybe_set_new static void rc80211.c Check rate-control state and change rate if necessary
4375
StaticStatic rc80211_update static void rc80211.c Update rate-control state
4376
FunctionFunction rc80211_update_tx void rc80211.c Update rate-control state for transmitted packet
4377
FunctionFunction rc80211_update_rx void rc80211.c Update rate-control state for received packet
4378
FunctionFunction rc80211_free void rc80211.c Free rate-control context
4379
FunctionFunction sec80211_install int sec80211.c Install 802.11 cryptosystem
4380
StaticStatic rsn_pick_desc static struct descriptor_map * sec80211.c Determine net80211 crypto or handshaking type value to return for RSN info
4381
FunctionFunction sec80211_find_rsn u8 * sec80211.c Find the RSN or WPA information element in the provided beacon frame
4382
FunctionFunction sec80211_detect_ie int sec80211.c Detect crypto and AKM types from RSN information element
4383
FunctionFunction _sec80211_detect int sec80211.c Detect the cryptosystem and handshaking protocol used by an 802.11 network
4384
StaticStatic rsn_get_desc static u32 sec80211.c Determine RSN descriptor for specified net80211 ID
4385
FunctionFunction sec80211_rsn_get_crypto_desc u32 sec80211.c Determine RSN descriptor for specified net80211 cryptosystem number
4386
FunctionFunction sec80211_rsn_get_akm_desc u32 sec80211.c Determine RSN descriptor for specified net80211 handshaker number
4387
FunctionFunction sec80211_rsn_get_net80211_crypt enum net80211_crypto_alg sec80211.c Determine net80211 cryptosystem number from RSN descriptor
4388
StaticStatic wep_init static int wep.c Initialize WEP algorithm
4389
StaticStatic wep_encrypt static struct io_buffer * wep.c Encrypt packet using WEP
4390
StaticStatic wep_decrypt static struct io_buffer * wep.c Decrypt packet using WEP
4391
StaticStatic trivial_init static int wep.c Initialize trivial 802.11 security handshaker
4392
StaticStatic trivial_change_key static int wep.c Check for key change on trivial 802.11 security handshaker
4393
StaticStatic wpa_fail static int wpa.c Return an error code and deauthenticate
4394
StaticStatic wpa_find_cryptosystem static struct net80211_crypto * wpa.c Find a cryptosystem handler structure from a crypto ID
4395
FunctionFunction wpa_find_kie struct wpa_kie * wpa.c Find WPA key integrity and encryption handler from key version field
4396
FunctionFunction wpa_make_rsn_ie int wpa.c Construct RSN or WPA information element
4397
FunctionFunction wpa_start int wpa.c Set up generic WPA support to handle 4-Way Handshake
4398
FunctionFunction wpa_stop void wpa.c Disable handling of received WPA handshake frames
4399
FunctionFunction wpa_check_pmkid int wpa.c Check PMKID consistency
4400
StaticStatic wpa_derive_ptk static void wpa.c Derive pairwise transient key
4401
InlineInline wpa_install_ptk static inline int wpa.c Install pairwise transient key
4402
InlineInline wpa_install_gtk static inline int wpa.c Install group transient key
4403
StaticStatic wpa_maybe_install_gtk static int wpa.c Search for group transient key, and install it if found
4404
StaticStatic wpa_alloc_frame static struct io_buffer * wpa.c Allocate I/O buffer for construction of outgoing EAPOL-Key frame
4405
StaticStatic wpa_send_eapol static int wpa.c Send EAPOL-Key packet
4406
StaticStatic wpa_send_2_of_4 static int wpa.c Send second frame in 4-Way Handshake
4407
StaticStatic wpa_handle_1_of_4 static int wpa.c Handle receipt of first frame in 4-Way Handshake
4408
StaticStatic wpa_send_final static int wpa.c Send fourth frame in 4-Way Handshake, or second in Group Key Handshake
4409
StaticStatic wpa_handle_3_of_4 static int wpa.c Handle receipt of third frame in 4-Way Handshake
4410
StaticStatic wpa_handle_1_of_2 static int wpa.c Handle receipt of first frame in Group Key Handshake
4411
StaticStatic eapol_key_rx static int wpa.c Handle receipt of EAPOL-Key frame for WPA
4412
StaticStatic pn_to_u64 static u64 wpa_ccmp.c Convert 6-byte LSB packet number to 64-bit integer
4413
StaticStatic u64_to_pn static void wpa_ccmp.c Convert 64-bit integer to 6-byte packet number
4414
StaticStatic ccmp_init static int wpa_ccmp.c Initialise CCMP state and install key
4415
StaticStatic ccmp_ctr_xor static void wpa_ccmp.c Encrypt or decrypt data stream using AES in Counter mode
4416
StaticStatic ccmp_feed_cbc_mac static void wpa_ccmp.c Advance one block in CBC-MAC calculation
4417
StaticStatic ccmp_cbc_mac static void wpa_ccmp.c Calculate MIC on plaintext data using CBC-MAC
4418
FunctionFunction ccmp_encrypt struct io_buffer * wpa_ccmp.c Encapsulate and encrypt a packet using CCMP
4419
StaticStatic ccmp_decrypt static struct io_buffer * wpa_ccmp.c Decrypt a packet using CCMP
4420
StaticStatic ccmp_kie_mic static void wpa_ccmp.c Calculate HMAC-SHA1 MIC for EAPOL-Key frame
4421
StaticStatic ccmp_kie_decrypt static int wpa_ccmp.c Decrypt key data in EAPOL-Key frame
4422
StaticStatic wpa_psk_init static int wpa_psk.c @file
4423
StaticStatic wpa_psk_start static int wpa_psk.c Start WPA-PSK authentication
4424
StaticStatic wpa_psk_step static int wpa_psk.c Step WPA-PSK authentication
4425
StaticStatic wpa_psk_no_change_key static int wpa_psk.c Do-nothing function; you can't change a WPA key post-authentication
4426
StaticStatic wpa_psk_stop static void wpa_psk.c Disable handling of received WPA authentication frames
4427
InlineInline S static inline u16 wpa_tkip.c Perform S-box mapping on a 16-bit value
4428
InlineInline ror16 static inline u16 wpa_tkip.c Rotate 16-bit value right
4429
InlineInline ror32 static inline u32 wpa_tkip.c Rotate 32-bit value right
4430
InlineInline rol32 static inline u32 wpa_tkip.c Rotate 32-bit value left
4431
StaticStatic tkip_init static int wpa_tkip.c Initialise TKIP state and install key
4432
StaticStatic tkip_mix_1 static void wpa_tkip.c Perform TKIP key mixing, phase 1
4433
StaticStatic tkip_mix_2 static void wpa_tkip.c Perform TKIP key mixing, phase 2
4434
StaticStatic tkip_feed_michael static void wpa_tkip.c Update Michael message integrity code based on next 32-bit word of data
4435
StaticStatic tkip_michael static void wpa_tkip.c Calculate Michael message integrity code
4436
StaticStatic tkip_encrypt static struct io_buffer * wpa_tkip.c Encrypt a packet using TKIP
4437
StaticStatic tkip_decrypt static struct io_buffer * wpa_tkip.c Decrypt a packet using TKIP
4438
StaticStatic tkip_kie_mic static void wpa_tkip.c Calculate HMAC-MD5 MIC for EAPOL-Key frame
4439
StaticStatic tkip_kie_decrypt static int wpa_tkip.c Decrypt key data in EAPOL-Key frame
4440
StaticStatic ib_cm_send_rtu static int ib_cm.c Send "ready to use" response
4441
StaticStatic ib_cm_connect_rep static void ib_cm.c Handle duplicate connection replies
4442
StaticStatic ib_cm_rejection_reason_to_rc static int ib_cm.c Convert connection rejection reason to return status code
4443
StaticStatic ib_cm_req_complete static void ib_cm.c Handle connection request transaction completion
4444
StaticStatic ib_cm_path_complete static void ib_cm.c Handle connection path transaction completion
4445
FunctionFunction ib_create_conn struct ib_connection * ib_cm.c Create connection to remote QP
4446
FunctionFunction ib_destroy_conn void ib_cm.c Destroy connection to remote QP
4447
StaticStatic ib_cmrc_shutdown static void ib_cmrc.c Shut down CMRC connection gracefully
4448
StaticStatic ib_cmrc_close static void ib_cmrc.c Close CMRC connection
4449
StaticStatic ib_cmrc_changed static void ib_cmrc.c Handle change of CMRC connection status
4450
StaticStatic ib_cmrc_complete_send static void ib_cmrc.c Handle CMRC send completion
4451
StaticStatic ib_cmrc_complete_recv static void ib_cmrc.c Handle CMRC receive completion
4452
StaticStatic ib_cmrc_xfer_deliver_iob static int ib_cmrc.c Send data via CMRC
4453
StaticStatic ib_cmrc_xfer_window static size_t ib_cmrc.c Check CMRC flow control window
4454
StaticStatic ib_cmrc_xfer_close static void ib_cmrc.c Close CMRC data-transfer interface
4455
FunctionFunction ib_cmrc_open int ib_cmrc.c Open CMRC connection
4456
StaticStatic ib_mcast_mad static void ib_mcast.c @file
4457
StaticStatic ib_mcast_complete static void ib_mcast.c Handle multicast membership record join response
4458
FunctionFunction ib_mcast_join int ib_mcast.c Join multicast group
4459
FunctionFunction ib_mcast_leave void ib_mcast.c Leave multicast group
4460
StaticStatic ib_mi_handle static int ib_mi.c Handle received MAD
4461
StaticStatic ib_mi_complete_recv static void ib_mi.c Complete receive via management interface
4462
FunctionFunction ib_mi_send int ib_mi.c Transmit MAD
4463
StaticStatic ib_mi_timer_expired static void ib_mi.c Handle management transaction timer expiry
4464
FunctionFunction ib_create_madx struct ib_mad_transaction * ib_mi.c Create management transaction
4465
FunctionFunction ib_destroy_madx void ib_mi.c Destroy management transaction
4466
FunctionFunction ib_create_mi struct ib_mad_interface * ib_mi.c Create management interface
4467
FunctionFunction ib_destroy_mi void ib_mi.c Destroy management interface
4468
FunctionFunction ib_push int ib_packet.c @file
4469
FunctionFunction ib_pull int ib_packet.c Remove IB headers
4470
StaticStatic ib_path_complete static void ib_pathrec.c @file
4471
FunctionFunction ib_create_path struct ib_path * ib_pathrec.c Create path
4472
FunctionFunction ib_destroy_path void ib_pathrec.c Destroy path
4473
StaticStatic ib_find_path_cache_entry static struct ib_cached_path * ib_pathrec.c Find path cache entry
4474
StaticStatic ib_cached_path_complete static void ib_pathrec.c Handle cached path transaction completion
4475
FunctionFunction ib_resolve_path int ib_pathrec.c Resolve path
4476
StaticStatic ib_sma_node_info static void ib_sma.c @file
4477
StaticStatic ib_sma_node_desc static void ib_sma.c Node description
4478
StaticStatic ib_sma_guid_info static void ib_sma.c GUID information
4479
StaticStatic ib_sma_set_port_info static int ib_sma.c Set port information
4480
StaticStatic ib_sma_port_info static void ib_sma.c Port information
4481
StaticStatic ib_sma_set_pkey_table static int ib_sma.c Set partition key table
4482
StaticStatic ib_sma_pkey_table static void ib_sma.c Partition key table
4483
FunctionFunction ib_create_sma int ib_sma.c Create subnet management agent and interface
4484
FunctionFunction ib_destroy_sma void ib_sma.c Destroy subnet management agent and interface
4485
StaticStatic ib_smc_get_port_info static int ib_smc.c @file
4486
StaticStatic ib_smc_get_guid_info static int ib_smc.c Get GUID information
4487
StaticStatic ib_smc_get_pkey_table static int ib_smc.c Get partition key table
4488
FunctionFunction ib_smc_update int ib_smc.c Get MAD parameters
4489
StaticStatic ib_srp_parse_byte_string static int ib_srp.c Parse IB SRP root path byte-string value
4490
StaticStatic ib_srp_parse_integer static int ib_srp.c Parse IB SRP root path integer value
4491
StaticStatic ib_srp_parse_literal static int ib_srp.c Parse IB SRP root path literal component
4492
StaticStatic ib_srp_parse_sgid static int ib_srp.c Parse IB SRP root path source GID
4493
StaticStatic ib_srp_parse_initiator_id_ext static int ib_srp.c Parse IB SRP root path initiator identifier extension
4494
StaticStatic ib_srp_parse_initiator_hca_guid static int ib_srp.c Parse IB SRP root path initiator HCA GUID
4495
StaticStatic ib_srp_parse_dgid static int ib_srp.c Parse IB SRP root path destination GID
4496
StaticStatic ib_srp_parse_pkey static int ib_srp.c Parse IB SRP root path partition key
4497
StaticStatic ib_srp_parse_service_id static int ib_srp.c Parse IB SRP root path service ID
4498
StaticStatic ib_srp_parse_lun static int ib_srp.c Parse IB SRP root path LUN
4499
StaticStatic ib_srp_parse_target_id_ext static int ib_srp.c Parse IB SRP root path target identifier extension
4500
StaticStatic ib_srp_parse_target_ioc_guid static int ib_srp.c Parse IB SRP root path target I/O controller GUID
4501
StaticStatic ib_srp_parse_root_path static int ib_srp.c Parse IB SRP root path
4502
StaticStatic ib_srp_connect static int ib_srp.c Connect IB SRP session
4503
StaticStatic ftp_free static void ftp.c Free FTP request
4504
StaticStatic ftp_done static void ftp.c Mark FTP operation as complete
4505
StaticStatic ftp_uri_path static const char * ftp.c Retrieve FTP pathname
4506
StaticStatic ftp_user static const char * ftp.c Retrieve FTP user
4507
StaticStatic ftp_password static const char * ftp.c Retrieve FTP password
4508
StaticStatic ftp_control_close static void ftp.c Handle control channel being closed
4509
StaticStatic ftp_parse_value static void ftp.c Parse FTP byte sequence value
4510
StaticStatic ftp_next_state static void ftp.c Move to next state and send the appropriate FTP control string
4511
StaticStatic ftp_reply static void ftp.c Handle an FTP control channel response
4512
StaticStatic ftp_control_deliver_raw static int ftp.c Handle new data arriving on FTP control channel
4513
StaticStatic ftp_data_closed static void ftp.c FTP data channel
4514
StaticStatic ftp_data_deliver_iob static int ftp.c Handle data delivery via FTP data channel
4515
StaticStatic ftp_xfer_closed static void ftp.c Data transfer interface
4516
StaticStatic ftp_open static int ftp.c URI opener
4517
StaticStatic http_free static void http.c Free HTTP request
4518
StaticStatic http_done static void http.c Mark HTTP request as complete
4519
StaticStatic http_response_to_rc static int http.c Convert HTTP response code to return status code
4520
StaticStatic http_rx_response static int http.c Handle HTTP response
4521
StaticStatic http_rx_location static int http.c Handle HTTP Location header
4522
StaticStatic http_rx_content_length static int http.c Handle HTTP Content-Length header
4523
StaticStatic http_rx_header static int http.c Handle HTTP header
4524
StaticStatic http_rx_data static int http.c Handle new data arriving via HTTP connection in the data phase
4525
StaticStatic http_socket_deliver_iob static int http.c Handle new data arriving via HTTP connection
4526
StaticStatic http_step static void http.c HTTP process
4527
StaticStatic http_socket_close static void http.c HTTP connection closed by network stack
4528
StaticStatic http_xfer_close static void http.c Close HTTP data transfer interface
4529
FunctionFunction http_open_filter int http.c Initiate an HTTP connection, with optional filter
4530
StaticStatic http_open static int http.c Initiate an HTTP connection
4531
StaticStatic https_open static int https.c Initiate an HTTPS connection
4532
StaticStatic iscsi_rx_buffered_data_done static void iscsi.c Finish receiving PDU data into buffer
4533
StaticStatic iscsi_free static void iscsi.c Free iSCSI session
4534
StaticStatic iscsi_open_connection static int iscsi.c Open iSCSI transport-layer connection
4535
StaticStatic iscsi_close_connection static void iscsi.c Close iSCSI transport-layer connection
4536
StaticStatic iscsi_scsi_done static void iscsi.c Mark iSCSI SCSI operation as complete
4537
StaticStatic iscsi_start_command static void iscsi.c iSCSI SCSI command issuing
4538
StaticStatic iscsi_rx_scsi_response static int iscsi.c Receive data segment of an iSCSI SCSI response PDU
4539
StaticStatic iscsi_rx_data_in static int iscsi.c Receive data segment of an iSCSI data-in PDU
4540
StaticStatic iscsi_rx_r2t static int iscsi.c Receive data segment of an iSCSI R2T PDU
4541
StaticStatic iscsi_start_data_out static void iscsi.c Build iSCSI data-out BHS
4542
StaticStatic iscsi_data_out_done static void iscsi.c Complete iSCSI data-out PDU transmission
4543
StaticStatic iscsi_tx_data_out static int iscsi.c Send iSCSI data-out data segment
4544
StaticStatic iscsi_build_login_request_strings static int iscsi.c iSCSI login
4545
StaticStatic iscsi_start_login static void iscsi.c Build iSCSI login request BHS
4546
StaticStatic iscsi_login_request_done static void iscsi.c Complete iSCSI login request PDU transmission
4547
StaticStatic iscsi_tx_login_request static int iscsi.c Transmit data segment of an iSCSI login request PDU
4548
StaticStatic iscsi_handle_targetaddress_value static int iscsi.c Handle iSCSI TargetAddress text value
4549
StaticStatic iscsi_handle_authmethod_value static int iscsi.c Handle iSCSI AuthMethod text value
4550
StaticStatic iscsi_handle_chap_a_value static int iscsi.c Handle iSCSI CHAP_A text value
4551
StaticStatic iscsi_handle_chap_i_value static int iscsi.c Handle iSCSI CHAP_I text value
4552
StaticStatic iscsi_handle_chap_c_value static int iscsi.c Handle iSCSI CHAP_C text value
4553
StaticStatic iscsi_handle_chap_n_value static int iscsi.c Handle iSCSI CHAP_N text value
4554
StaticStatic iscsi_handle_chap_r_value static int iscsi.c Handle iSCSI CHAP_R text value
4555
StaticStatic iscsi_handle_string static int iscsi.c Handle iSCSI string
4556
StaticStatic iscsi_handle_strings static int iscsi.c Handle iSCSI strings
4557
StaticStatic iscsi_rx_buffered_data static int iscsi.c Receive PDU data into buffer
4558
StaticStatic iscsi_status_to_rc static int iscsi.c Convert iSCSI response status to return status code
4559
StaticStatic iscsi_rx_login_response static int iscsi.c Receive data segment of an iSCSI login response PDU
4560
StaticStatic iscsi_start_tx static void iscsi.c iSCSI to socket interface
4561
StaticStatic iscsi_tx_nothing static int iscsi.c Transmit nothing
4562
StaticStatic iscsi_tx_bhs static int iscsi.c Transmit basic header segment of an iSCSI PDU
4563
StaticStatic iscsi_tx_data static int iscsi.c Transmit data segment of an iSCSI PDU
4564
StaticStatic iscsi_tx_data_padding static int iscsi.c Transmit data padding of an iSCSI PDU
4565
StaticStatic iscsi_tx_done static void iscsi.c Complete iSCSI PDU transmission
4566
StaticStatic iscsi_tx_step static void iscsi.c Transmit iSCSI PDU
4567
StaticStatic iscsi_rx_bhs static int iscsi.c Receive basic header segment of an iSCSI PDU
4568
StaticStatic iscsi_rx_discard static int iscsi.c Discard portion of an iSCSI PDU.
4569
StaticStatic iscsi_rx_data static int iscsi.c Receive data segment of an iSCSI PDU
4570
StaticStatic iscsi_socket_deliver_raw static int iscsi.c Receive new data
4571
StaticStatic iscsi_socket_close static void iscsi.c Handle stream connection closure
4572
StaticStatic iscsi_vredirect static int iscsi.c Handle redirection event
4573
StaticStatic iscsi_command static int iscsi.c iSCSI command issuing
4574
FunctionFunction iscsi_detach void iscsi.c Shut down iSCSI interface
4575
StaticStatic iscsi_parse_root_path static int iscsi.c Parse iSCSI root path
4576
StaticStatic iscsi_set_auth static int iscsi.c Set iSCSI authentication details
4577
FunctionFunction iscsi_attach int iscsi.c Attach iSCSI interface
4578
StaticStatic apply_iscsi_string_setting static int iscsi.c Apply iSCSI setting
4579
StaticStatic apply_iscsi_settings static int iscsi.c Apply iSCSI settings
4580
FunctionFunction iscsi_initiator_iqn const char * iscsi.c Initiator name
4581
InlineInline dhcp_msgtype_name static inline const char * dhcp.c Name a DHCP packet type
4582
StaticStatic dhcp_xid static uint32_t dhcp.c Calculate DHCP transaction ID for a network device
4583
StaticStatic dhcp_free static void dhcp.c Free DHCP session
4584
StaticStatic dhcp_finished static void dhcp.c Mark DHCP session as complete
4585
StaticStatic dhcp_set_state static void dhcp.c Transition to new DHCP session state
4586
StaticStatic dhcp_next_offer static struct dhcp_offer * dhcp.c Determine next DHCP offer to try
4587
StaticStatic dhcp_discovery_tx static int dhcp.c DHCP state machine
4588
StaticStatic dhcp_rx_offer static void dhcp.c Handle received DHCPOFFER during any state
4589
StaticStatic dhcp_discovery_rx static void dhcp.c Handle received packet during DHCP discovery
4590
StaticStatic dhcp_discovery_expired static void dhcp.c Handle timer expiry during DHCP discovery
4591
StaticStatic dhcp_request_tx static int dhcp.c Construct transmitted packet for DHCP request
4592
StaticStatic dhcp_request_rx static void dhcp.c Handle received packet during DHCP request
4593
StaticStatic dhcp_request_expired static void dhcp.c Handle timer expiry during DHCP discovery
4594
StaticStatic dhcp_proxy_tx static int dhcp.c Construct transmitted packet for ProxyDHCP request
4595
StaticStatic dhcp_proxy_rx static void dhcp.c Handle received packet during ProxyDHCP request
4596
StaticStatic dhcp_proxy_expired static void dhcp.c Handle timer expiry during ProxyDHCP request
4597
StaticStatic dhcp_pxebs_tx static int dhcp.c Construct transmitted packet for PXE Boot Server Discovery
4598
StaticStatic dhcp_pxebs_accept static int dhcp.c Check to see if PXE Boot Server address is acceptable
4599
StaticStatic dhcp_pxebs_rx static void dhcp.c Handle received packet during PXE Boot Server Discovery
4600
StaticStatic dhcp_pxebs_expired static void dhcp.c Handle timer expiry during PXE Boot Server Discovery
4601
FunctionFunction dhcp_chaddr void * dhcp.c Packet construction
4602
FunctionFunction dhcp_create_packet int dhcp.c Create a DHCP packet
4603
FunctionFunction dhcp_create_request int dhcp.c Create DHCP request packet
4604
StaticStatic dhcp_tx static int dhcp.c Data transfer interface
4605
StaticStatic dhcp_deliver_iob static int dhcp.c Receive new data
4606
StaticStatic dhcp_timer_expired static void dhcp.c Handle DHCP retry timer expiry
4607
StaticStatic dhcp_job_kill static void dhcp.c Job control interface
4608
FunctionFunction start_dhcp int dhcp.c Start DHCP state machine on a network device
4609
StaticStatic pxebs_list static void dhcp.c Retrieve list of PXE boot servers for a given server type
4610
FunctionFunction start_pxebs int dhcp.c Start PXE Boot Server Discovery on a network device
4611
StaticStatic dns_done static void dns.c Mark DNS request as complete
4612
StaticStatic dns_name_cmp static int dns.c Compare DNS reply name against the query name from the original request
4613
StaticStatic dns_skip_name static const char * dns.c Skip over a (possibly compressed) DNS name
4614
StaticStatic dns_find_rr static union dns_rr_info * dns.c Find an RR in a reply packet corresponding to our query
4615
StaticStatic dns_qualify_name static char * dns.c Append DHCP domain name if available and name is not fully qualified
4616
StaticStatic dns_make_name static char * dns.c Convert a standard NUL-terminated string to a DNS name
4617
InlineInline dns_unmake_name static inline char * dns.c Convert an uncompressed DNS name to a NUL-terminated string
4618
StaticStatic dns_decompress_name static char * dns.c Decompress a DNS name
4619
StaticStatic dns_send_packet static int dns.c Send next packet in DNS request
4620
StaticStatic dns_timer_expired static void dns.c Handle DNS retransmission timer expiry
4621
StaticStatic dns_xfer_deliver_raw static int dns.c Receive new data
4622
StaticStatic dns_xfer_close static void dns.c Receive new data
4623
StaticStatic dns_resolv static int dns.c Resolve name using DNS
4624
StaticStatic apply_dns_settings static int dns.c Apply DNS settings
4625
StaticStatic slam_free static void slam.c Free a SLAM request
4626
StaticStatic slam_finished static void slam.c Mark SLAM request as complete
4627
StaticStatic slam_put_value static int slam.c TX datapath
4628
StaticStatic slam_tx_nack static int slam.c Send SLAM NACK packet
4629
StaticStatic slam_master_timer_expired static void slam.c Handle SLAM master client retry timer expiry
4630
StaticStatic slam_slave_timer_expired static void slam.c Handle SLAM slave client retry timer expiry
4631
StaticStatic slam_pull_value static int slam.c RX datapath
4632
StaticStatic slam_pull_header static int slam.c Read and strip SLAM header
4633
StaticStatic slam_mc_socket_deliver static int slam.c Receive SLAM data packet
4634
StaticStatic slam_socket_deliver static int slam.c Receive SLAM non-data packet
4635
StaticStatic slam_socket_close static void slam.c Close SLAM unicast socket
4636
StaticStatic slam_mc_socket_close static void slam.c Close SLAM multicast socket
4637
StaticStatic slam_xfer_close static void slam.c Data transfer interface
4638
StaticStatic slam_parse_multicast_address static int slam.c Parse SLAM URI multicast address
4639
StaticStatic slam_open static int slam.c Initiate a SLAM request
4640
StaticStatic tftp_free static void tftp.c Free TFTP request
4641
StaticStatic tftp_done static void tftp.c Mark TFTP request as complete
4642
StaticStatic tftp_reopen static int tftp.c Reopen TFTP socket
4643
StaticStatic tftp_reopen_mc static int tftp.c Reopen TFTP multicast socket
4644
StaticStatic tftp_presize static int tftp.c Presize TFTP receive buffers and block bitmap
4645
FunctionFunction tftp_set_request_blksize void tftp.c Set TFTP request blocksize
4646
FunctionFunction tftp_set_mtftp_address void tftp.c Set MTFTP multicast address
4647
FunctionFunction tftp_set_mtftp_port void tftp.c Set MTFTP multicast port
4648
StaticStatic tftp_send_rrq static int tftp.c Transmit RRQ
4649
StaticStatic tftp_send_ack static int tftp.c Transmit ACK
4650
StaticStatic tftp_send_error static int tftp.c Transmit ERROR (Abort)
4651
StaticStatic tftp_send_packet static int tftp.c Transmit next relevant packet
4652
StaticStatic tftp_timer_expired static void tftp.c Handle TFTP retransmission timer expiry
4653
StaticStatic tftp_process_blksize static int tftp.c Process TFTP "blksize" option
4654
StaticStatic tftp_process_tsize static int tftp.c Process TFTP "tsize" option
4655
StaticStatic tftp_process_multicast static int tftp.c Process TFTP "multicast" option
4656
StaticStatic tftp_process_option static int tftp.c Process TFTP option
4657
StaticStatic tftp_rx_oack static int tftp.c Receive OACK
4658
StaticStatic tftp_rx_data static int tftp.c Receive DATA
4659
StaticStatic tftp_rx_error static int tftp.c Receive ERROR
4660
StaticStatic tftp_rx static int tftp.c Receive new data
4661
StaticStatic tftp_socket_deliver_iob static int tftp.c Receive new data via socket
4662
StaticStatic tftp_mc_socket_deliver_iob static int tftp.c Receive new data via multicast socket
4663
StaticStatic tftp_xfer_close static void tftp.c Close TFTP data transfer interface
4664
StaticStatic tftp_xfer_window static size_t tftp.c Check flow control window
4665
StaticStatic tftp_core_open static int tftp.c Initiate TFTP/TFTM/MTFTP download
4666
StaticStatic tftp_open static int tftp.c Initiate TFTP download
4667
StaticStatic tftpsize_open static int tftp.c Initiate TFTP-size request
4668
StaticStatic tftm_open static int tftp.c Initiate TFTM download
4669
StaticStatic mtftp_open static int tftp.c Initiate MTFTP download
4670
StaticStatic tftp_apply_settings static int tftp.c Apply TFTP configuration settings
4671
FunctionFunction linebuf_test void linebuf_test.c  
4672
FunctionFunction memcpy_0 void __regparm memcpy_test.c  
4673
FunctionFunction memcpy_1 void __regparm memcpy_test.c  
4674
FunctionFunction memcpy_2 void __regparm memcpy_test.c  
4675
FunctionFunction memcpy_3 void __regparm memcpy_test.c  
4676
FunctionFunction memcpy_4 void __regparm memcpy_test.c  
4677
FunctionFunction memcpy_5 void __regparm memcpy_test.c  
4678
FunctionFunction memcpy_6 void __regparm memcpy_test.c  
4679
FunctionFunction memcpy_7 void __regparm memcpy_test.c  
4680
FunctionFunction memcpy_8 void __regparm memcpy_test.c  
4681
FunctionFunction memcpy_9 void __regparm memcpy_test.c  
4682
FunctionFunction memcpy_10 void __regparm memcpy_test.c  
4683
FunctionFunction memcpy_11 void __regparm memcpy_test.c  
4684
FunctionFunction memcpy_12 void __regparm memcpy_test.c  
4685
FunctionFunction memcpy_13 void __regparm memcpy_test.c  
4686
FunctionFunction memcpy_14 void __regparm memcpy_test.c  
4687
FunctionFunction memcpy_15 void __regparm memcpy_test.c  
4688
FunctionFunction memcpy_16 void __regparm memcpy_test.c  
4689
FunctionFunction memcpy_17 void __regparm memcpy_test.c  
4690
FunctionFunction memcpy_18 void __regparm memcpy_test.c  
4691
FunctionFunction memcpy_19 void __regparm memcpy_test.c  
4692
FunctionFunction memcpy_20 void __regparm memcpy_test.c  
4693
FunctionFunction memcpy_21 void __regparm memcpy_test.c  
4694
FunctionFunction memcpy_22 void __regparm memcpy_test.c  
4695
FunctionFunction memcpy_23 void __regparm memcpy_test.c  
4696
FunctionFunction memcpy_24 void __regparm memcpy_test.c  
4697
FunctionFunction memcpy_25 void __regparm memcpy_test.c  
4698
FunctionFunction memcpy_26 void __regparm memcpy_test.c  
4699
FunctionFunction memcpy_27 void __regparm memcpy_test.c  
4700
FunctionFunction memcpy_28 void __regparm memcpy_test.c  
4701
FunctionFunction umalloc_test void umalloc_test.c  
4702
StaticStatic test_parse_unparse static int uri_test.c  
4703
StaticStatic test_resolve static int uri_test.c  
4704
FunctionFunction uri_test int uri_test.c  
4705
StaticStatic find_boot_netdev static struct net_device * autoboot.c Identify the boot network device
4706
FunctionFunction boot_next_server_and_filename int autoboot.c Boot using next-server and filename
4707
FunctionFunction boot_root_path int autoboot.c Boot using root path
4708
StaticStatic netboot static int autoboot.c Boot from a network device
4709
StaticStatic close_all_netdevs static void autoboot.c Close all open net devices
4710
FunctionFunction autoboot void autoboot.c Boot the system
4711
FunctionFunction dhcp int dhcpmgmt.c @file
4712
FunctionFunction pxebs int dhcpmgmt.c  
4713
FunctionFunction ifopen int ifmgmt.c @file
4714
FunctionFunction ifclose void ifmgmt.c Close network device
4715
StaticStatic ifstat_errors static void ifmgmt.c Print network device error breakdown
4716
FunctionFunction ifstat void ifmgmt.c Print status of network device
4717
FunctionFunction iflinkwait int ifmgmt.c Wait for link-up, with status indication
4718
FunctionFunction imgfetch int imgmgmt.c @file
4719
FunctionFunction imgload int imgmgmt.c Load an image
4720
FunctionFunction imgexec int imgmgmt.c Execute an image
4721
FunctionFunction imgautoselect struct image * imgmgmt.c Identify the only loaded image
4722
FunctionFunction imgstat void imgmgmt.c Display status of an image
4723
FunctionFunction imgfree void imgmgmt.c Free an image
4724
FunctionFunction iwstat void iwmgmt.c @file
4725
FunctionFunction iwlist int iwmgmt.c Scan for wireless networks using 802.11 device
4726
StaticStatic pxe_menu_parse static int pxemenu.c Parse and allocate PXE boot menu
4727
StaticStatic pxe_menu_draw_item static void pxemenu.c Draw PXE boot menu item
4728
StaticStatic pxe_menu_select static int pxemenu.c Make selection from PXE boot menu
4729
StaticStatic pxe_menu_prompt_and_select static int pxemenu.c Prompt for (and make selection from) PXE boot menu
4730
FunctionFunction pxe_menu_boot int pxemenu.c Boot using PXE boot menu
4731
FunctionFunction route void route.c @file
4732
StaticStatic xmalloc static void * efirom.c Allocate memory
4733
StaticStatic file_size static size_t efirom.c Get file size
4734
StaticStatic read_pe_info static void efirom.c Read information from PE headers
4735
StaticStatic make_efi_rom static void efirom.c Convert EFI image to ROM image
4736
StaticStatic print_help static void efirom.c Print help
4737
StaticStatic parse_options static int efirom.c Parse command-line options
4738
FunctionFunction main int efirom.c  
4739
StaticStatic xmalloc static void * elf2efi.c Allocate memory
4740
StaticStatic efi_file_align static unsigned long elf2efi.c Align section within PE file
4741
StaticStatic generate_pe_reloc static void elf2efi.c Generate entry in PE relocation table
4742
StaticStatic output_pe_reltab static size_t elf2efi.c Calculate size of binary PE relocation table
4743
StaticStatic open_input_bfd static bfd * elf2efi.c Open input BFD file
4744
StaticStatic read_symtab static asymbol ** elf2efi.c Read symbol table
4745
StaticStatic read_reltab static arelent ** elf2efi.c Read relocation table
4746
StaticStatic process_section static struct pe_section * elf2efi.c Process section
4747
StaticStatic process_reloc static void elf2efi.c Process relocation record
4748
StaticStatic create_reloc_section static struct pe_section * elf2efi.c Create relocations section
4749
StaticStatic create_debug_section static struct pe_section * elf2efi.c Create debug section
4750
StaticStatic write_pe_file static void elf2efi.c Write out PE file
4751
StaticStatic elf2pe static void elf2efi.c Convert ELF to PE
4752
StaticStatic print_help static void elf2efi.c Print help
4753
StaticStatic parse_options static int elf2efi.c Parse command-line options
4754
FunctionFunction main int elf2efi.c  
4755
StaticStatic flag_signalled static void hijack.c  
4756
FunctionFunction pcap_inject int hijack.c Substitute for pcap_inject(), if this version of libpcap doesn't
4757
StaticStatic __attribute__ static hijack.c Log error message
4758
StaticStatic hijack_open static int hijack.c Open pcap device
4759
StaticStatic hijack_close static void hijack.c Close pcap device
4760
StaticStatic hijack_install_filter static int hijack.c Install filter for hijacked connection
4761
StaticStatic hijack_filter_ethernet static int hijack.c Set up filter for hijacked ethernet connection
4762
StaticStatic hijack_filter static int hijack.c Set up filter for hijacked connection
4763
StaticStatic forward_from_hijacker static ssize_t hijack.c Forward data from hijacker
4764
StaticStatic forward_to_hijacker static ssize_t hijack.c Forward data to hijacker
4765
StaticStatic run_hijacker static int hijack.c Run hijacker
4766
StaticStatic open_listener static int hijack.c Open listener socket
4767
StaticStatic listen_for_hijackers static int hijack.c Listen on listener socket
4768
StaticStatic close_listener static void hijack.c Close listener socket
4769
StaticStatic usage static void hijack.c Print usage
4770
StaticStatic parse_options static int hijack.c Parse command-line options
4771
StaticStatic daemonise static int hijack.c Daemonise
4772
FunctionFunction main int hijack.c  
4773
StaticStatic ICCFIX static int iccfix.c Fix up ICC alignments
4774
StaticStatic iccfix static int iccfix.c  
4775
FunctionFunction main int iccfix.c  
4776
FunctionFunction main int mucurses_test.c  
4777
FunctionFunction get_iscsi_chap_secret void mucurses_test.c  
4778
FunctionFunction mdelay void mucurses_test.c  
4779
StaticStatic Error static __inline__ void nrv2b.c  
4780
StaticStatic i86ul_to_host static unsigned long nrv2b.c  
4781
StaticStatic host_to_i86ul static unsigned long nrv2b.c  
4782
StaticStatic assert_match static void nrv2b.c  
4783
StaticStatic swd_initdict static void nrv2b.c  
4784
StaticStatic swd_insertdict static void nrv2b.c  
4785
StaticStatic swd_init static int nrv2b.c  
4786
StaticStatic swd_exit static void nrv2b.c  
4787
StaticStatic swd_getbyte static __inline__ void nrv2b.c  
4788
StaticStatic swd_remove_node static __inline__ void nrv2b.c remove node from lists
4789
StaticStatic swd_accept static void nrv2b.c  
4790
StaticStatic swd_search static void nrv2b.c  
4791
StaticStatic swd_search2 static int nrv2b.c  
4792
StaticStatic swd_findbest static void nrv2b.c  
4793
StaticStatic init_match static int nrv2b.c  
4794
StaticStatic find_match static int nrv2b.c  
4795
StaticStatic bbConfig static int nrv2b.c  
4796
StaticStatic bbWriteBits static void nrv2b.c  
4797
StaticStatic bbPutBit static void nrv2b.c  
4798
StaticStatic bbPutByte static void nrv2b.c  
4799
StaticStatic bbFlushBits static void nrv2b.c  
4800
StaticStatic code_prefix_ss11 static void nrv2b.c  
4801
StaticStatic code_match static void nrv2b.c  
4802
StaticStatic code_run static void nrv2b.c  
4803
StaticStatic len_of_coded_match static int nrv2b.c  
4804
FunctionFunction ucl_nrv2b_99_compress int nrv2b.c  
4805
FunctionFunction Encode void nrv2b.c  
4806
FunctionFunction Decode void nrv2b.c  
4807
FunctionFunction main int nrv2b.c  
4808
StaticStatic align static unsigned long zbin.c  
4809
StaticStatic read_file static int zbin.c  
4810
StaticStatic read_input_file static int zbin.c  
4811
StaticStatic read_zinfo_file static int zbin.c  
4812
StaticStatic alloc_output_file static int zbin.c  
4813
StaticStatic process_zinfo_copy static int zbin.c  
4814
StaticStatic process_zinfo_pack static int zbin.c  
4815
StaticStatic process_zinfo_add static int zbin.c  
4816
StaticStatic process_zinfo_addb static int zbin.c  
4817
StaticStatic process_zinfo_addw static int zbin.c  
4818
StaticStatic process_zinfo_addl static int zbin.c  
4819
StaticStatic process_zinfo static int zbin.c  
4820
StaticStatic write_output_file static int zbin.c  
4821
FunctionFunction main int zbin.c  
4822
FunctionFunction libfat_get_sector void * cache.c  
4823
FunctionFunction libfat_flush void cache.c  
4824
FunctionFunction libfat_clustertosector libfat_sector_t fatchain.c  
4825
FunctionFunction libfat_nextsector libfat_sector_t fatchain.c  
4826
FunctionFunction libfat_open struct libfat_filesystem * open.c  
4827
FunctionFunction libfat_close void open.c  
4828
FunctionFunction libfat_searchdir int32_t searchdir.c  
4829
StaticStatic cleanup_adv static void setadv.c  
4830
FunctionFunction syslinux_setadv int setadv.c  
4831
FunctionFunction syslinux_reset_adv void setadv.c  
4832
StaticStatic adv_consistent static int setadv.c  
4833
FunctionFunction syslinux_validate_adv int setadv.c  
4834
InlineInline get_8 static inline uint8_t syslxmod.c  
4835
InlineInline get_16 static inline uint16_t syslxmod.c  
4836
InlineInline get_32 static inline uint32_t syslxmod.c  
4837
InlineInline set_16 static inline void syslxmod.c  
4838
InlineInline set_32 static inline void syslxmod.c  
4839
FunctionFunction syslinux_make_bootsect void syslxmod.c  
4840
FunctionFunction syslinux_check_bootsect const char * syslxmod.c  
4841
FunctionFunction syslinux_patch int syslxmod.c  
4842
FunctionFunction __attribute__ void syslinux.c  
4843
FunctionFunction __attribute__ void syslinux.c  
4844
FunctionFunction xpread ssize_t syslinux.c  
4845
FunctionFunction xpwrite ssize_t syslinux.c  
4846
FunctionFunction make_block_map int syslinux.c  
4847
FunctionFunction do_mount int syslinux.c  
4848
FunctionFunction do_umount void syslinux.c  
4849
FunctionFunction main int syslinux.c  
4850
FunctionFunction putchar int conio.c  
4851
FunctionFunction puts int conio.c  
4852
InlineInline isdigit static inline int conio.c  
4853
StaticStatic skip_atoi static int conio.c  
4854
FunctionFunction atou unsigned int conio.c  
4855
StaticStatic strnlen static int conio.c  
4856
StaticStatic number static char * conio.c  
4857
FunctionFunction vsprintf int conio.c  
4858
FunctionFunction sprintf int conio.c  
4859
FunctionFunction vprintf int conio.c  
4860
FunctionFunction printf int conio.c  
4861
FunctionFunction __attribute__ void conio.c  
4862
FunctionFunction probe_int13_ah int dskprobe.c  
4863
FunctionFunction probe_bda_drive int dskprobe.c  
4864
FunctionFunction probe_drive int dskprobe.c  
4865
FunctionFunction probe_drive_range uint8_t dskprobe.c  
4866
FunctionFunction e820map_init void e820func.c  
4867
StaticStatic insertrange_at static void e820func.c  
4868
FunctionFunction insertrange void e820func.c  
4869
FunctionFunction __attribute__ void e820test.c  
4870
FunctionFunction printranges void e820test.c  
4871
FunctionFunction main int e820test.c  
4872
FunctionFunction eltorito_dump void eltorito.c  
4873
FunctionFunction huft_build STATIC int inflate.c  
4874
FunctionFunction huft_free STATIC int inflate.c  
4875
FunctionFunction inflate_codes STATIC int inflate.c  
4876
FunctionFunction inflate_stored STATIC int inflate.c  
4877
FunctionFunction inflate_fixed STATIC int inflate.c  
4878
FunctionFunction inflate_dynamic STATIC int inflate.c  
4879
FunctionFunction inflate_block STATIC int inflate.c  
4880
FunctionFunction inflate STATIC int inflate.c  
4881
StaticStatic makecrc static void inflate.c  
4882
FunctionFunction gunzip int inflate.c  
4883
InlineInline get_e820 static inline int msetup.c  
4884
InlineInline get_dos_mem static inline void msetup.c  
4885
InlineInline get_e801 static inline int msetup.c  
4886
InlineInline get_88 static inline int msetup.c  
4887
FunctionFunction get_mem void msetup.c  
4888
FunctionFunction parse_mem void msetup.c  
4889
StaticStatic getcmditem static const char * setup.c  
4890
FunctionFunction unzip_if_needed void setup.c  
4891
StaticStatic get_disk_image_geometry static const struct geometry * setup.c  
4892
StaticStatic pnp_install_check static uint32_t setup.c  
4893
StaticStatic set_seg_base static void setup.c  
4894
StaticStatic relocate_rm_code static void setup.c  
4895
StaticStatic checksum_buf static uint8_t setup.c  
4896
StaticStatic stack_needed static int setup.c  
4897
FunctionFunction setup void setup.c  
4898
InlineInline get_byte static inline uch unzip.c  
4899
InlineInline unget_byte static inline void unzip.c  
4900
StaticStatic malloc static void * unzip.c  
4901
StaticStatic free static void unzip.c  
4902
StaticStatic gzip_mark static void unzip.c  
4903
StaticStatic gzip_release static void unzip.c  
4904
StaticStatic fill_inbuf static int unzip.c  
4905
StaticStatic flush_window static void unzip.c  
4906
StaticStatic error static void unzip.c  
4907
FunctionFunction check_zip int unzip.c  
4908
FunctionFunction unzip void * unzip.c  
4909
FunctionFunction __parse_argv int argv.c  
4910
FunctionFunction putchar int conio.c  
4911
FunctionFunction puts int conio.c  
4912
FunctionFunction __attribute__ void main.c  
4913
InlineInline __attribute__ static inline main.c  
4914
StaticStatic get_bytes static void main.c  
4915
FunctionFunction main int main.c  
4916
StaticStatic strnlen static int printf.c  
4917
StaticStatic number static char * printf.c  
4918
FunctionFunction vsprintf int printf.c  
4919
FunctionFunction sprintf int printf.c  
4920
FunctionFunction printf int printf.c  
4921
FunctionFunction serial_init int serial.c  
4922
FunctionFunction serial_write void serial.c  
4923
FunctionFunction serial_read void serial.c  
4924
FunctionFunction skip_atou unsigned int skipatou.c  
4925
StaticStatic make_srec static void srecsend.c  
4926
FunctionFunction send_srec void srecsend.c  
4927
InlineInline isspace static inline int strtoul.c  
4928
InlineInline digitval static inline int strtoul.c  
4929
FunctionFunction strtoul unsigned long strtoul.c  
4930
StaticStatic add_crc16 static void ymsend.c  
4931
StaticStatic send_ack_blk static void ymsend.c  
4932
FunctionFunction send_ymodem void ymsend.c  
4933
FunctionFunction end_ymodem void ymsend.c  
4934
FunctionFunction __divdi3 int64_t __divdi3.c  
4935
FunctionFunction __udivmoddi4 uint64_t __udivmoddi4.c  
4936
FunctionFunction __attribute__ void syslinux.c  
4937
FunctionFunction __attribute__ void syslinux.c  
4938
FunctionFunction xpread ssize_t syslinux.c  
4939
FunctionFunction xpwrite ssize_t syslinux.c  
4940
FunctionFunction libfat_xpread int syslinux.c  
4941
FunctionFunction main int syslinux.c  
4942
InlineInline isdigit static inline int atou.c  
4943
FunctionFunction atou unsigned int atou.c  
4944
InlineInline memset static inline void c32echo.c  
4945
FunctionFunction __start int c32echo.c  
4946
InlineInline memset static inline void conio.c  
4947
FunctionFunction putchar int conio.c  
4948
FunctionFunction puts int conio.c  
4949
FunctionFunction __start int fd.c  
4950
InlineInline memset static inline void filetest.c  
4951
StaticStatic strcpy static void filetest.c  
4952
StaticStatic printregs static void filetest.c  
4953
FunctionFunction __start int filetest.c  
4954
InlineInline memset static inline void hello.c  
4955
FunctionFunction __start int hello.c  
4956
InlineInline memset static inline void hello2.c  
4957
StaticStatic strcpy static void hello2.c  
4958
StaticStatic writemsg static void hello2.c  
4959
FunctionFunction __start int hello2.c  
4960
InlineInline isdigit static inline int printf.c  
4961
StaticStatic strnlen static int printf.c  
4962
StaticStatic number static char * printf.c  
4963
FunctionFunction vsprintf int printf.c  
4964
FunctionFunction sprintf int printf.c  
4965
FunctionFunction printf int printf.c  
4966
InlineInline isdigit static inline int skipatou.c  
4967
FunctionFunction skip_atou unsigned int skipatou.c  
4968
FunctionFunction usage void gethostip.c  
4969
FunctionFunction main int gethostip.c  
4970
FunctionFunction main int hello.c  
4971
FunctionFunction GetStorageDeviceNumberByHandle BOOL syslinux.c  
4972
FunctionFunction GetBytesPerSector int syslinux.c  
4973
FunctionFunction FixMBR BOOL syslinux.c  
4974
FunctionFunction checkver int syslinux.c  
4975
FunctionFunction error void syslinux.c  
4976
FunctionFunction libfat_readfile int syslinux.c  
4977
FunctionFunction usage noreturn syslinux.c  
4978
FunctionFunction main int syslinux.c  
4979
FunctionFunction usage void gethostip.c  
4980
FunctionFunction main int gethostip.c  
4981
FunctionFunction main int hello.c  
4982
FunctionFunction GetStorageDeviceNumberByHandle BOOL syslinux.c  
4983
FunctionFunction GetBytesPerSector int syslinux.c  
4984
FunctionFunction FixMBR BOOL syslinux.c  
4985
FunctionFunction checkver int syslinux.c  
4986
FunctionFunction error void syslinux.c  
4987
FunctionFunction libfat_readfile int syslinux.c  
4988
FunctionFunction usage noreturn syslinux.c  
4989
FunctionFunction main int syslinux.c  
4990
StaticStatic freedev static void devtree.c  
4991
StaticStatic freebus static void devtree.c  
4992
StaticStatic markdel static void devtree.c  
4993
FunctionFunction devtree_markdeleted void devtree.c  
4994
FunctionFunction devtree_findbus struct usbbusnode * devtree.c  
4995
StaticStatic findsubdevice static struct usbdevnode * devtree.c  
4996
FunctionFunction devtree_finddevice struct usbdevnode * devtree.c  
4997
FunctionFunction devtree_parsedevfile void devtree.c  
4998
StaticStatic deletetree static void devtree.c  
4999
StaticStatic newtree static void devtree.c  
5000
FunctionFunction devtree_processchanges void devtree.c  
5001
StaticStatic dumpdevlist static void devtree.c  
5002
FunctionFunction devtree_dump void devtree.c  
5003
StaticStatic dump_usbbusnode static void lsusb-t.c  
5004
StaticStatic dump_usbdevice static void lsusb-t.c  
5005
StaticStatic dump_usbinterface static void lsusb-t.c  
5006
StaticStatic bInterfaceClass_to_str static const char * lsusb-t.c  
5007
StaticStatic bDeviceClass_to_str static const char * lsusb-t.c  
5008
StaticStatic print_usbbusnode static void lsusb-t.c  
5009
StaticStatic print_usbdevice static void lsusb-t.c  
5010
StaticStatic read_sysfs_file_int static unsigned int lsusb-t.c  
5011
StaticStatic read_sysfs_file_string static void lsusb-t.c  
5012
StaticStatic append_dev_interface static void lsusb-t.c  
5013
StaticStatic append_dev_sibling static void lsusb-t.c  
5014
StaticStatic append_businterface static void lsusb-t.c  
5015
StaticStatic append_busnode static void lsusb-t.c  
5016
StaticStatic add_usb_interface static void lsusb-t.c  
5017
StaticStatic add_usb_device static void lsusb-t.c  
5018
StaticStatic get_roothub_driver static void lsusb-t.c  
5019
StaticStatic add_usb_bus static void lsusb-t.c  
5020
StaticStatic inspect_bus_entry static void lsusb-t.c  
5021
StaticStatic walk_usb_devices static void lsusb-t.c  
5022
StaticStatic assign_dev_to_bus static void lsusb-t.c  
5023
StaticStatic assign_dev_to_parent static void lsusb-t.c  
5024
StaticStatic assign_interface_to_parent static void lsusb-t.c  
5025
StaticStatic connect_devices static void lsusb-t.c  
5026
StaticStatic sort_dev_interfaces static void lsusb-t.c  
5027
StaticStatic sort_dev_siblings static void lsusb-t.c  
5028
StaticStatic sort_devices static void lsusb-t.c  
5029
StaticStatic sort_busses static void lsusb-t.c  
5030
StaticStatic print_tree_dev_interface static void lsusb-t.c  
5031
StaticStatic print_tree_dev_children static void lsusb-t.c  
5032
StaticStatic print_tree static void lsusb-t.c  
5033
FunctionFunction lsusb_t int lsusb-t.c  
5034
StaticStatic convert_le_u32 static unsigned int lsusb.c  
5035
InlineInline typesafe_control_msg static inline int lsusb.c  
5036
FunctionFunction lprintf int lsusb.c  
5037
StaticStatic get_string static int lsusb.c  
5038
StaticStatic get_vendor_string static int lsusb.c  
5039
StaticStatic get_product_string static int lsusb.c  
5040
StaticStatic get_class_string static int lsusb.c  
5041
StaticStatic get_subclass_string static int lsusb.c  
5042
StaticStatic get_protocol_string static int lsusb.c  
5043
StaticStatic get_audioterminal_string static int lsusb.c  
5044
StaticStatic get_videoterminal_string static int lsusb.c  
5045
StaticStatic get_guid static const char * lsusb.c  
5046
StaticStatic dump_bytes static void lsusb.c  
5047
StaticStatic dump_junk static void lsusb.c  
5048
StaticStatic dump_device static void lsusb.c  
5049
StaticStatic dump_wire_adapter static void lsusb.c  
5050
StaticStatic dump_rc_interface static void lsusb.c  
5051
StaticStatic dump_security static void lsusb.c  
5052
StaticStatic dump_encryption_type static void lsusb.c  
5053
StaticStatic dump_association static void lsusb.c  
5054
StaticStatic dump_config static void lsusb.c  
5055
StaticStatic dump_altsetting static void lsusb.c  
5056
StaticStatic dump_interface static void lsusb.c  
5057
StaticStatic dump_endpoint static void lsusb.c  
5058
StaticStatic dump_unit static void lsusb.c  
5059
StaticStatic dump_audiocontrol_interface static void lsusb.c  
5060
StaticStatic dump_audiostreaming_interface static void lsusb.c  
5061
StaticStatic dump_audiostreaming_endpoint static void lsusb.c  
5062
StaticStatic dump_midistreaming_interface static void lsusb.c  
5063
StaticStatic dump_midistreaming_endpoint static void lsusb.c  
5064
StaticStatic dump_videocontrol_interface static void lsusb.c  
5065
StaticStatic dump_videostreaming_interface static void lsusb.c  
5066
StaticStatic dump_dfu_interface static void lsusb.c  
5067
StaticStatic dump_hub static void lsusb.c  
5068
StaticStatic dump_ccid_device static void lsusb.c  
5069
StaticStatic dump_report_desc static void lsusb.c  
5070
StaticStatic dump_hid_device static void lsusb.c  
5071
StaticStatic dump_comm_descriptor static char * lsusb.c  
5072
StaticStatic do_hub static void lsusb.c  
5073
StaticStatic do_dualspeed static void lsusb.c  
5074
StaticStatic do_debug static void lsusb.c  
5075
StaticStatic find_otg static unsigned char * lsusb.c  
5076
StaticStatic do_otg static int lsusb.c  
5077
StaticStatic dump_device_status static void lsusb.c  
5078
StaticStatic do_wireless static int lsusb.c  
5079
StaticStatic dumpdev static void lsusb.c  
5080
StaticStatic dump_one_device static int lsusb.c  
5081
StaticStatic list_devices static int lsusb.c  
5082
FunctionFunction devtree_busconnect void lsusb.c  
5083
FunctionFunction devtree_busdisconnect void lsusb.c  
5084
FunctionFunction devtree_devconnect void lsusb.c  
5085
FunctionFunction devtree_devdisconnect void lsusb.c  
5086
StaticStatic treedump static int lsusb.c  
5087
FunctionFunction main int lsusb.c  
5088
StaticStatic hashnum static unsigned int names.c  
5089
StaticStatic names_genericstrtable static const char * names.c  
5090
FunctionFunction names_hid const char * names.c  
5091
FunctionFunction names_reporttag const char * names.c  
5092
FunctionFunction names_huts const char * names.c  
5093
FunctionFunction names_hutus const char * names.c  
5094
FunctionFunction names_langid const char * names.c  
5095
FunctionFunction names_physdes const char * names.c  
5096
FunctionFunction names_bias const char * names.c  
5097
FunctionFunction names_countrycode const char * names.c  
5098
FunctionFunction names_vendor const char * names.c  
5099
FunctionFunction names_product const char * names.c  
5100
FunctionFunction names_class const char * names.c  
5101
FunctionFunction names_subclass const char * names.c  
5102
FunctionFunction names_protocol const char * names.c  
5103
FunctionFunction names_audioterminal const char * names.c  
5104
FunctionFunction names_videoterminal const char * names.c  
5105
StaticStatic new_vendor static int names.c  
5106
StaticStatic new_product static int names.c  
5107
StaticStatic new_class static int names.c  
5108
StaticStatic new_subclass static int names.c  
5109
StaticStatic new_protocol static int names.c  
5110
StaticStatic new_audioterminal static int names.c  
5111
StaticStatic new_videoterminal static int names.c  
5112
StaticStatic new_genericstrtable static int names.c  
5113
StaticStatic new_hid static int names.c  
5114
StaticStatic new_reporttag static int names.c  
5115
StaticStatic new_huts static int names.c  
5116
StaticStatic new_hutus static int names.c  
5117
StaticStatic new_langid static int names.c  
5118
StaticStatic new_physdes static int names.c  
5119
StaticStatic new_bias static int names.c  
5120
StaticStatic new_countrycode static int names.c  
5121
StaticStatic parse static void names.c  
5122
FunctionFunction names_init int names.c  
5123
StaticStatic readlink_recursive static int usbmisc.c  
5124
StaticStatic get_absolute_path static char * usbmisc.c  
5125
FunctionFunction get_usb_device struct usb_device * usbmisc.c  
5126
StaticStatic freedev static void devtree.c  
5127
StaticStatic freebus static void devtree.c  
5128
StaticStatic markdel static void devtree.c  
5129
FunctionFunction devtree_markdeleted void devtree.c  
5130
FunctionFunction devtree_findbus struct usbbusnode * devtree.c  
5131
StaticStatic findsubdevice static struct usbdevnode * devtree.c  
5132
FunctionFunction devtree_finddevice struct usbdevnode * devtree.c  
5133
FunctionFunction devtree_parsedevfile void devtree.c  
5134
StaticStatic deletetree static void devtree.c  
5135
StaticStatic newtree static void devtree.c  
5136
FunctionFunction devtree_processchanges void devtree.c  
5137
StaticStatic dumpdevlist static void devtree.c  
5138
FunctionFunction devtree_dump void devtree.c  
5139
StaticStatic dump_usbbusnode static void lsusb-t.c  
5140
StaticStatic dump_usbdevice static void lsusb-t.c  
5141
StaticStatic dump_usbinterface static void lsusb-t.c  
5142
StaticStatic bInterfaceClass_to_str static const char * lsusb-t.c  
5143
StaticStatic bDeviceClass_to_str static const char * lsusb-t.c  
5144
StaticStatic print_usbbusnode static void lsusb-t.c  
5145
StaticStatic print_usbdevice static void lsusb-t.c  
5146
StaticStatic read_sysfs_file_int static unsigned int lsusb-t.c  
5147
StaticStatic read_sysfs_file_string static void lsusb-t.c  
5148
StaticStatic append_dev_interface static void lsusb-t.c  
5149
StaticStatic append_dev_sibling static void lsusb-t.c  
5150
StaticStatic append_businterface static void lsusb-t.c  
5151
StaticStatic append_busnode static void lsusb-t.c  
5152
StaticStatic add_usb_interface static void lsusb-t.c  
5153
StaticStatic add_usb_device static void lsusb-t.c  
5154
StaticStatic get_roothub_driver static void lsusb-t.c  
5155
StaticStatic add_usb_bus static void lsusb-t.c  
5156
StaticStatic inspect_bus_entry static void lsusb-t.c  
5157
StaticStatic walk_usb_devices static void lsusb-t.c  
5158
StaticStatic assign_dev_to_bus static void lsusb-t.c  
5159
StaticStatic assign_dev_to_parent static void lsusb-t.c  
5160
StaticStatic assign_interface_to_parent static void lsusb-t.c  
5161
StaticStatic connect_devices static void lsusb-t.c  
5162
StaticStatic sort_dev_interfaces static void lsusb-t.c  
5163
StaticStatic sort_dev_siblings static void lsusb-t.c  
5164
StaticStatic sort_devices static void lsusb-t.c  
5165
StaticStatic sort_busses static void lsusb-t.c  
5166
StaticStatic print_tree_dev_interface static void lsusb-t.c  
5167
StaticStatic print_tree_dev_children static void lsusb-t.c  
5168
StaticStatic print_tree static void lsusb-t.c  
5169
FunctionFunction lsusb_t int lsusb-t.c  
5170
StaticStatic convert_le_u32 static unsigned int lsusb.c  
5171
InlineInline typesafe_control_msg static inline int lsusb.c  
5172
FunctionFunction lprintf int lsusb.c  
5173
StaticStatic get_string static int lsusb.c  
5174
StaticStatic get_vendor_string static int lsusb.c  
5175
StaticStatic get_product_string static int lsusb.c  
5176
StaticStatic get_class_string static int lsusb.c  
5177
StaticStatic get_subclass_string static int lsusb.c  
5178
StaticStatic get_protocol_string static int lsusb.c  
5179
StaticStatic get_audioterminal_string static int lsusb.c  
5180
StaticStatic get_videoterminal_string static int lsusb.c  
5181
StaticStatic get_guid static const char * lsusb.c  
5182
StaticStatic dump_bytes static void lsusb.c  
5183
StaticStatic dump_junk static void lsusb.c  
5184
StaticStatic dump_device static void lsusb.c  
5185
StaticStatic dump_wire_adapter static void lsusb.c  
5186
StaticStatic dump_rc_interface static void lsusb.c  
5187
StaticStatic dump_security static void lsusb.c  
5188
StaticStatic dump_encryption_type static void lsusb.c  
5189
StaticStatic dump_association static void lsusb.c  
5190
StaticStatic dump_config static void lsusb.c  
5191
StaticStatic dump_altsetting static void lsusb.c  
5192
StaticStatic dump_interface static void lsusb.c  
5193
StaticStatic dump_endpoint static void lsusb.c  
5194
StaticStatic dump_unit static void lsusb.c  
5195
StaticStatic dump_audiocontrol_interface static void lsusb.c  
5196
StaticStatic dump_audiostreaming_interface static void lsusb.c  
5197
StaticStatic dump_audiostreaming_endpoint static void lsusb.c  
5198
StaticStatic dump_midistreaming_interface static void lsusb.c  
5199
StaticStatic dump_midistreaming_endpoint static void lsusb.c  
5200
StaticStatic dump_videocontrol_interface static void lsusb.c  
5201
StaticStatic dump_videostreaming_interface static void lsusb.c  
5202
StaticStatic dump_dfu_interface static void lsusb.c  
5203
StaticStatic dump_hub static void lsusb.c  
5204
StaticStatic dump_ccid_device static void lsusb.c  
5205
StaticStatic dump_report_desc static void lsusb.c  
5206
StaticStatic dump_hid_device static void lsusb.c  
5207
StaticStatic dump_comm_descriptor static char * lsusb.c  
5208
StaticStatic do_hub static void lsusb.c  
5209
StaticStatic do_dualspeed static void lsusb.c  
5210
StaticStatic do_debug static void lsusb.c  
5211
StaticStatic find_otg static unsigned char * lsusb.c  
5212
StaticStatic do_otg static int lsusb.c  
5213
StaticStatic dump_device_status static void lsusb.c  
5214
StaticStatic do_wireless static int lsusb.c  
5215
StaticStatic dumpdev static void lsusb.c  
5216
StaticStatic dump_one_device static int lsusb.c  
5217
StaticStatic list_devices static int lsusb.c  
5218
FunctionFunction devtree_busconnect void lsusb.c  
5219
FunctionFunction devtree_busdisconnect void lsusb.c  
5220
FunctionFunction devtree_devconnect void lsusb.c  
5221
FunctionFunction devtree_devdisconnect void lsusb.c  
5222
StaticStatic treedump static int lsusb.c  
5223
FunctionFunction main int lsusb.c  
5224
StaticStatic hashnum static unsigned int names.c  
5225
StaticStatic names_genericstrtable static const char * names.c  
5226
FunctionFunction names_hid const char * names.c  
5227
FunctionFunction names_reporttag const char * names.c  
5228
FunctionFunction names_huts const char * names.c  
5229
FunctionFunction names_hutus const char * names.c  
5230
FunctionFunction names_langid const char * names.c  
5231
FunctionFunction names_physdes const char * names.c  
5232
FunctionFunction names_bias const char * names.c  
5233
FunctionFunction names_countrycode const char * names.c  
5234
FunctionFunction names_vendor const char * names.c  
5235
FunctionFunction names_product const char * names.c  
5236
FunctionFunction names_class const char * names.c  
5237
FunctionFunction names_subclass const char * names.c  
5238
FunctionFunction names_protocol const char * names.c  
5239
FunctionFunction names_audioterminal const char * names.c  
5240
FunctionFunction names_videoterminal const char * names.c  
5241
StaticStatic new_vendor static int names.c  
5242
StaticStatic new_product static int names.c  
5243
StaticStatic new_class static int names.c  
5244
StaticStatic new_subclass static int names.c  
5245
StaticStatic new_protocol static int names.c  
5246
StaticStatic new_audioterminal static int names.c  
5247
StaticStatic new_videoterminal static int names.c  
5248
StaticStatic new_genericstrtable static int names.c  
5249
StaticStatic new_hid static int names.c  
5250
StaticStatic new_reporttag static int names.c  
5251
StaticStatic new_huts static int names.c  
5252
StaticStatic new_hutus static int names.c  
5253
StaticStatic new_langid static int names.c  
5254
StaticStatic new_physdes static int names.c  
5255
StaticStatic new_bias static int names.c  
5256
StaticStatic new_countrycode static int names.c  
5257
StaticStatic parse static void names.c  
5258
FunctionFunction names_init int names.c  
5259
StaticStatic readlink_recursive static int usbmisc.c  
5260
StaticStatic get_absolute_path static char * usbmisc.c  
5261
FunctionFunction get_usb_device struct usb_device * usbmisc.c  
5262
StaticStatic freedev static void devtree.c  
5263
StaticStatic freebus static void devtree.c  
5264
StaticStatic markdel static void devtree.c  
5265
FunctionFunction devtree_markdeleted void devtree.c  
5266
FunctionFunction devtree_findbus struct usbbusnode * devtree.c  
5267
StaticStatic findsubdevice static struct usbdevnode * devtree.c  
5268
FunctionFunction devtree_finddevice struct usbdevnode * devtree.c  
5269
FunctionFunction devtree_parsedevfile void devtree.c  
5270
StaticStatic deletetree static void devtree.c  
5271
StaticStatic newtree static void devtree.c  
5272
FunctionFunction devtree_processchanges void devtree.c  
5273
StaticStatic dumpdevlist static void devtree.c  
5274
FunctionFunction devtree_dump void devtree.c  
5275
StaticStatic dump_usbbusnode static void lsusb-t.c  
5276
StaticStatic dump_usbdevice static void lsusb-t.c  
5277
StaticStatic dump_usbinterface static void lsusb-t.c  
5278
StaticStatic bInterfaceClass_to_str static const char * lsusb-t.c  
5279
StaticStatic bDeviceClass_to_str static const char * lsusb-t.c  
5280
StaticStatic print_usbbusnode static void lsusb-t.c  
5281
StaticStatic print_usbdevice static void lsusb-t.c  
5282
StaticStatic read_sysfs_file_int static unsigned int lsusb-t.c  
5283
StaticStatic read_sysfs_file_string static void lsusb-t.c  
5284
StaticStatic append_dev_interface static void lsusb-t.c  
5285
StaticStatic append_dev_sibling static void lsusb-t.c  
5286
StaticStatic append_businterface static void lsusb-t.c  
5287
StaticStatic append_busnode static void lsusb-t.c  
5288
StaticStatic add_usb_interface static void lsusb-t.c  
5289
StaticStatic add_usb_device static void lsusb-t.c  
5290
StaticStatic get_roothub_driver static void lsusb-t.c  
5291
StaticStatic add_usb_bus static void lsusb-t.c  
5292
StaticStatic inspect_bus_entry static void lsusb-t.c  
5293
StaticStatic walk_usb_devices static void lsusb-t.c  
5294
StaticStatic assign_dev_to_bus static void lsusb-t.c  
5295
StaticStatic assign_dev_to_parent static void lsusb-t.c  
5296
StaticStatic assign_interface_to_parent static void lsusb-t.c  
5297
StaticStatic connect_devices static void lsusb-t.c  
5298
StaticStatic sort_dev_interfaces static void lsusb-t.c  
5299
StaticStatic sort_dev_siblings static void lsusb-t.c  
5300
StaticStatic sort_devices static void lsusb-t.c  
5301
StaticStatic sort_busses static void lsusb-t.c  
5302
StaticStatic print_tree_dev_interface static void lsusb-t.c  
5303
StaticStatic print_tree_dev_children static void lsusb-t.c  
5304
StaticStatic print_tree static void lsusb-t.c  
5305
FunctionFunction lsusb_t int lsusb-t.c  
5306
StaticStatic convert_le_u32 static unsigned int lsusb.c  
5307
InlineInline typesafe_control_msg static inline int lsusb.c  
5308
FunctionFunction lprintf int lsusb.c  
5309
StaticStatic get_string static int lsusb.c  
5310
StaticStatic get_vendor_string static int lsusb.c  
5311
StaticStatic get_product_string static int lsusb.c  
5312
StaticStatic get_class_string static int lsusb.c  
5313
StaticStatic get_subclass_string static int lsusb.c  
5314
StaticStatic get_protocol_string static int lsusb.c  
5315
StaticStatic get_audioterminal_string static int lsusb.c  
5316
StaticStatic get_videoterminal_string static int lsusb.c  
5317
StaticStatic get_guid static const char * lsusb.c  
5318
StaticStatic dump_bytes static void lsusb.c  
5319
StaticStatic dump_junk static void lsusb.c  
5320
StaticStatic dump_device static void lsusb.c  
5321
StaticStatic dump_wire_adapter static void lsusb.c  
5322
StaticStatic dump_rc_interface static void lsusb.c  
5323
StaticStatic dump_security static void lsusb.c  
5324
StaticStatic dump_encryption_type static void lsusb.c  
5325
StaticStatic dump_association static void lsusb.c  
5326
StaticStatic dump_config static void lsusb.c  
5327
StaticStatic dump_altsetting static void lsusb.c  
5328
StaticStatic dump_interface static void lsusb.c  
5329
StaticStatic dump_endpoint static void lsusb.c  
5330
StaticStatic dump_unit static void lsusb.c  
5331
StaticStatic dump_audiocontrol_interface static void lsusb.c  
5332
StaticStatic dump_audiostreaming_interface static void lsusb.c  
5333
StaticStatic dump_audiostreaming_endpoint static void lsusb.c  
5334
StaticStatic dump_midistreaming_interface static void lsusb.c  
5335
StaticStatic dump_midistreaming_endpoint static void lsusb.c  
5336
StaticStatic dump_videocontrol_interface static void lsusb.c  
5337
StaticStatic dump_videostreaming_interface static void lsusb.c  
5338
StaticStatic dump_dfu_interface static void lsusb.c  
5339
StaticStatic dump_hub static void lsusb.c  
5340
StaticStatic dump_ccid_device static void lsusb.c  
5341
StaticStatic dump_report_desc static void lsusb.c  
5342
StaticStatic dump_hid_device static void lsusb.c  
5343
StaticStatic dump_comm_descriptor static char * lsusb.c  
5344
StaticStatic do_hub static void lsusb.c  
5345
StaticStatic do_dualspeed static void lsusb.c  
5346
StaticStatic do_debug static void lsusb.c  
5347
StaticStatic find_otg static unsigned char * lsusb.c  
5348
StaticStatic do_otg static int lsusb.c  
5349
StaticStatic dump_device_status static void lsusb.c  
5350
StaticStatic do_wireless static int lsusb.c  
5351
StaticStatic dumpdev static void lsusb.c  
5352
StaticStatic dump_one_device static int lsusb.c  
5353
StaticStatic list_devices static int lsusb.c  
5354
FunctionFunction devtree_busconnect void lsusb.c  
5355
FunctionFunction devtree_busdisconnect void lsusb.c  
5356
FunctionFunction devtree_devconnect void lsusb.c  
5357
FunctionFunction devtree_devdisconnect void lsusb.c  
5358
StaticStatic treedump static int lsusb.c  
5359
FunctionFunction main int lsusb.c  
5360
StaticStatic hashnum static unsigned int names.c  
5361
StaticStatic names_genericstrtable static const char * names.c  
5362
FunctionFunction names_hid const char * names.c  
5363
FunctionFunction names_reporttag const char * names.c  
5364
FunctionFunction names_huts const char * names.c  
5365
FunctionFunction names_hutus const char * names.c  
5366
FunctionFunction names_langid const char * names.c  
5367
FunctionFunction names_physdes const char * names.c  
5368
FunctionFunction names_bias const char * names.c  
5369
FunctionFunction names_countrycode const char * names.c  
5370
FunctionFunction names_vendor const char * names.c  
5371
FunctionFunction names_product const char * names.c  
5372
FunctionFunction names_class const char * names.c  
5373
FunctionFunction names_subclass const char * names.c  
5374
FunctionFunction names_protocol const char * names.c  
5375
FunctionFunction names_audioterminal const char * names.c  
5376
FunctionFunction names_videoterminal const char * names.c  
5377
StaticStatic new_vendor static int names.c  
5378
StaticStatic new_product static int names.c  
5379
StaticStatic new_class static int names.c  
5380
StaticStatic new_subclass static int names.c  
5381
StaticStatic new_protocol static int names.c  
5382
StaticStatic new_audioterminal static int names.c  
5383
StaticStatic new_videoterminal static int names.c  
5384
StaticStatic new_genericstrtable static int names.c  
5385
StaticStatic new_hid static int names.c  
5386
StaticStatic new_reporttag static int names.c  
5387
StaticStatic new_huts static int names.c  
5388
StaticStatic new_hutus static int names.c  
5389
StaticStatic new_langid static int names.c  
5390
StaticStatic new_physdes static int names.c  
5391
StaticStatic new_bias static int names.c  
5392
StaticStatic new_countrycode static int names.c  
5393
StaticStatic parse static void names.c  
5394
FunctionFunction names_init int names.c  
5395
StaticStatic readlink_recursive static int usbmisc.c  
5396
StaticStatic get_absolute_path static char * usbmisc.c  
5397
FunctionFunction get_usb_device struct usb_device * usbmisc.c  
5398
StaticStatic freedev static void devtree.c  
5399
StaticStatic freebus static void devtree.c  
5400
StaticStatic markdel static void devtree.c  
5401
FunctionFunction devtree_markdeleted void devtree.c  
5402
FunctionFunction devtree_findbus struct usbbusnode * devtree.c  
5403
StaticStatic findsubdevice static struct usbdevnode * devtree.c  
5404
FunctionFunction devtree_finddevice struct usbdevnode * devtree.c  
5405
FunctionFunction devtree_parsedevfile void devtree.c  
5406
StaticStatic deletetree static void devtree.c  
5407
StaticStatic newtree static void devtree.c  
5408
FunctionFunction devtree_processchanges void devtree.c  
5409
StaticStatic dumpdevlist static void devtree.c  
5410
FunctionFunction devtree_dump void devtree.c  
5411
StaticStatic dump_usbbusnode static void lsusb-t.c  
5412
StaticStatic dump_usbdevice static void lsusb-t.c  
5413
StaticStatic dump_usbinterface static void lsusb-t.c  
5414
StaticStatic bInterfaceClass_to_str static const char * lsusb-t.c  
5415
StaticStatic bDeviceClass_to_str static const char * lsusb-t.c  
5416
StaticStatic print_usbbusnode static void lsusb-t.c  
5417
StaticStatic print_usbdevice static void lsusb-t.c  
5418
StaticStatic read_sysfs_file_int static unsigned int lsusb-t.c  
5419
StaticStatic read_sysfs_file_string static void lsusb-t.c  
5420
StaticStatic append_dev_interface static void lsusb-t.c  
5421
StaticStatic append_dev_sibling static void lsusb-t.c  
5422
StaticStatic append_businterface static void lsusb-t.c  
5423
StaticStatic append_busnode static void lsusb-t.c  
5424
StaticStatic add_usb_interface static void lsusb-t.c  
5425
StaticStatic add_usb_device static void lsusb-t.c  
5426
StaticStatic get_roothub_driver static void lsusb-t.c  
5427
StaticStatic add_usb_bus static void lsusb-t.c  
5428
StaticStatic inspect_bus_entry static void lsusb-t.c  
5429
StaticStatic walk_usb_devices static void lsusb-t.c  
5430
StaticStatic assign_dev_to_bus static void lsusb-t.c  
5431
StaticStatic assign_dev_to_parent static void lsusb-t.c  
5432
StaticStatic assign_interface_to_parent static void lsusb-t.c  
5433
StaticStatic connect_devices static void lsusb-t.c  
5434
StaticStatic sort_dev_interfaces static void lsusb-t.c  
5435
StaticStatic sort_dev_siblings static void lsusb-t.c  
5436
StaticStatic sort_devices static void lsusb-t.c  
5437
StaticStatic sort_busses static void lsusb-t.c  
5438
StaticStatic print_tree_dev_interface static void lsusb-t.c  
5439
StaticStatic print_tree_dev_children static void lsusb-t.c  
5440
StaticStatic print_tree static void lsusb-t.c  
5441
FunctionFunction lsusb_t int lsusb-t.c  
5442
StaticStatic convert_le_u32 static unsigned int lsusb.c  
5443
InlineInline typesafe_control_msg static inline int lsusb.c  
5444
FunctionFunction lprintf int lsusb.c  
5445
StaticStatic get_string static int lsusb.c  
5446
StaticStatic get_vendor_string static int lsusb.c  
5447
StaticStatic get_product_string static int lsusb.c  
5448
StaticStatic get_class_string static int lsusb.c  
5449
StaticStatic get_subclass_string static int lsusb.c  
5450
StaticStatic get_protocol_string static int lsusb.c  
5451
StaticStatic get_audioterminal_string static int lsusb.c  
5452
StaticStatic get_videoterminal_string static int lsusb.c  
5453
StaticStatic get_guid static const char * lsusb.c  
5454
StaticStatic dump_bytes static void lsusb.c  
5455
StaticStatic dump_junk static void lsusb.c  
5456
StaticStatic dump_device static void lsusb.c  
5457
StaticStatic dump_wire_adapter static void lsusb.c  
5458
StaticStatic dump_rc_interface static void lsusb.c  
5459
StaticStatic dump_security static void lsusb.c  
5460
StaticStatic dump_encryption_type static void lsusb.c  
5461
StaticStatic dump_association static void lsusb.c  
5462
StaticStatic dump_config static void lsusb.c  
5463
StaticStatic dump_altsetting static void lsusb.c  
5464
StaticStatic dump_interface static void lsusb.c  
5465
StaticStatic dump_endpoint static void lsusb.c  
5466
StaticStatic dump_unit static void lsusb.c  
5467
StaticStatic dump_audiocontrol_interface static void lsusb.c  
5468
StaticStatic dump_audiostreaming_interface static void lsusb.c  
5469
StaticStatic dump_audiostreaming_endpoint static void lsusb.c  
5470
StaticStatic dump_midistreaming_interface static void lsusb.c  
5471
StaticStatic dump_midistreaming_endpoint static void lsusb.c  
5472
StaticStatic dump_videocontrol_interface static void lsusb.c  
5473
StaticStatic dump_videostreaming_interface static void lsusb.c  
5474
StaticStatic dump_dfu_interface static void lsusb.c  
5475
StaticStatic dump_hub static void lsusb.c  
5476
StaticStatic dump_ccid_device static void lsusb.c  
5477
StaticStatic dump_report_desc static void lsusb.c  
5478
StaticStatic dump_hid_device static void lsusb.c  
5479
StaticStatic dump_comm_descriptor static char * lsusb.c  
5480
StaticStatic do_hub static void lsusb.c  
5481
StaticStatic do_dualspeed static void lsusb.c  
5482
StaticStatic do_debug static void lsusb.c  
5483
StaticStatic find_otg static unsigned char * lsusb.c  
5484
StaticStatic do_otg static int lsusb.c  
5485
StaticStatic dump_device_status static void lsusb.c  
5486
StaticStatic do_wireless static int lsusb.c  
5487
StaticStatic dumpdev static void lsusb.c  
5488
StaticStatic dump_one_device static int lsusb.c  
5489
StaticStatic list_devices static int lsusb.c  
5490
FunctionFunction devtree_busconnect void lsusb.c  
5491
FunctionFunction devtree_busdisconnect void lsusb.c  
5492
FunctionFunction devtree_devconnect void lsusb.c  
5493
FunctionFunction devtree_devdisconnect void lsusb.c  
5494
StaticStatic treedump static int lsusb.c  
5495
FunctionFunction main int lsusb.c  
5496
StaticStatic hashnum static unsigned int names.c  
5497
StaticStatic names_genericstrtable static const char * names.c  
5498
FunctionFunction names_hid const char * names.c  
5499
FunctionFunction names_reporttag const char * names.c  
5500
FunctionFunction names_huts const char * names.c  
5501
FunctionFunction names_hutus const char * names.c  
5502
FunctionFunction names_langid const char * names.c  
5503
FunctionFunction names_physdes const char * names.c  
5504
FunctionFunction names_bias const char * names.c  
5505
FunctionFunction names_countrycode const char * names.c  
5506
FunctionFunction names_vendor const char * names.c  
5507
FunctionFunction names_product const char * names.c  
5508
FunctionFunction names_class const char * names.c  
5509
FunctionFunction names_subclass const char * names.c  
5510
FunctionFunction names_protocol const char * names.c  
5511
FunctionFunction names_audioterminal const char * names.c  
5512
FunctionFunction names_videoterminal const char * names.c  
5513
StaticStatic new_vendor static int names.c  
5514
StaticStatic new_product static int names.c  
5515
StaticStatic new_class static int names.c  
5516
StaticStatic new_subclass static int names.c  
5517
StaticStatic new_protocol static int names.c  
5518
StaticStatic new_audioterminal static int names.c  
5519
StaticStatic new_videoterminal static int names.c  
5520
StaticStatic new_genericstrtable static int names.c  
5521
StaticStatic new_hid static int names.c  
5522
StaticStatic new_reporttag static int names.c  
5523
StaticStatic new_huts static int names.c  
5524
StaticStatic new_hutus static int names.c  
5525
StaticStatic new_langid static int names.c  
5526
StaticStatic new_physdes static int names.c  
5527
StaticStatic new_bias static int names.c  
5528
StaticStatic new_countrycode static int names.c  
5529
StaticStatic parse static void names.c  
5530
FunctionFunction names_init int names.c  
5531
StaticStatic readlink_recursive static int usbmisc.c  
5532
StaticStatic get_absolute_path static char * usbmisc.c  
5533
FunctionFunction get_usb_device struct usb_device * usbmisc.c  
5534
StaticStatic freedev static void devtree.c  
5535
StaticStatic freebus static void devtree.c  
5536
StaticStatic markdel static void devtree.c  
5537
FunctionFunction devtree_markdeleted void devtree.c  
5538
FunctionFunction devtree_findbus struct usbbusnode * devtree.c  
5539
StaticStatic findsubdevice static struct usbdevnode * devtree.c  
5540
FunctionFunction devtree_finddevice struct usbdevnode * devtree.c  
5541
FunctionFunction devtree_parsedevfile void devtree.c  
5542
StaticStatic deletetree static void devtree.c  
5543
StaticStatic newtree static void devtree.c  
5544
FunctionFunction devtree_processchanges void devtree.c  
5545
StaticStatic dumpdevlist static void devtree.c  
5546
FunctionFunction devtree_dump void devtree.c  
5547
StaticStatic dump_usbbusnode static void lsusb-t.c  
5548
StaticStatic dump_usbdevice static void lsusb-t.c  
5549
StaticStatic dump_usbinterface static void lsusb-t.c  
5550
StaticStatic bInterfaceClass_to_str static const char * lsusb-t.c  
5551
StaticStatic bDeviceClass_to_str static const char * lsusb-t.c  
5552
StaticStatic print_usbbusnode static void lsusb-t.c  
5553
StaticStatic print_usbdevice static void lsusb-t.c  
5554
StaticStatic read_sysfs_file_int static unsigned int lsusb-t.c  
5555
StaticStatic read_sysfs_file_string static void lsusb-t.c  
5556
StaticStatic append_dev_interface static void lsusb-t.c  
5557
StaticStatic append_dev_sibling static void lsusb-t.c  
5558
StaticStatic append_businterface static void lsusb-t.c  
5559
StaticStatic append_busnode static void lsusb-t.c  
5560
StaticStatic add_usb_interface static void lsusb-t.c  
5561
StaticStatic add_usb_device static void lsusb-t.c  
5562
StaticStatic get_roothub_driver static void lsusb-t.c  
5563
StaticStatic add_usb_bus static void lsusb-t.c  
5564
StaticStatic inspect_bus_entry static void lsusb-t.c  
5565
StaticStatic walk_usb_devices static void lsusb-t.c  
5566
StaticStatic assign_dev_to_bus static void lsusb-t.c  
5567
StaticStatic assign_dev_to_parent static void lsusb-t.c  
5568
StaticStatic assign_interface_to_parent static void lsusb-t.c  
5569
StaticStatic connect_devices static void lsusb-t.c  
5570
StaticStatic sort_dev_interfaces static void lsusb-t.c  
5571
StaticStatic sort_dev_siblings static void lsusb-t.c  
5572
StaticStatic sort_devices static void lsusb-t.c  
5573
StaticStatic sort_busses static void lsusb-t.c  
5574
StaticStatic print_tree_dev_interface static void lsusb-t.c  
5575
StaticStatic print_tree_dev_children static void lsusb-t.c  
5576
StaticStatic print_tree static void lsusb-t.c  
5577
FunctionFunction lsusb_t int lsusb-t.c  
5578
StaticStatic convert_le_u32 static unsigned int lsusb.c  
5579
InlineInline typesafe_control_msg static inline int lsusb.c  
5580
FunctionFunction lprintf int lsusb.c  
5581
StaticStatic get_string static int lsusb.c  
5582
StaticStatic get_vendor_string static int lsusb.c  
5583
StaticStatic get_product_string static int lsusb.c  
5584
StaticStatic get_class_string static int lsusb.c  
5585
StaticStatic get_subclass_string static int lsusb.c  
5586
StaticStatic get_protocol_string static int lsusb.c  
5587
StaticStatic get_audioterminal_string static int lsusb.c  
5588
StaticStatic get_videoterminal_string static int lsusb.c  
5589
StaticStatic get_guid static const char * lsusb.c  
5590
StaticStatic dump_bytes static void lsusb.c  
5591
StaticStatic dump_junk static void lsusb.c  
5592
StaticStatic dump_device static void lsusb.c  
5593
StaticStatic dump_wire_adapter static void lsusb.c  
5594
StaticStatic dump_rc_interface static void lsusb.c  
5595
StaticStatic dump_security static void lsusb.c  
5596
StaticStatic dump_encryption_type static void lsusb.c  
5597
StaticStatic dump_association static void lsusb.c  
5598
StaticStatic dump_config static void lsusb.c  
5599
StaticStatic dump_altsetting static void lsusb.c  
5600
StaticStatic dump_interface static void lsusb.c  
5601
StaticStatic dump_endpoint static void lsusb.c  
5602
StaticStatic dump_unit static void lsusb.c  
5603
StaticStatic dump_audiocontrol_interface static void lsusb.c  
5604
StaticStatic dump_audiostreaming_interface static void lsusb.c  
5605
StaticStatic dump_audiostreaming_endpoint static void lsusb.c  
5606
StaticStatic dump_midistreaming_interface static void lsusb.c  
5607
StaticStatic dump_midistreaming_endpoint static void lsusb.c  
5608
StaticStatic dump_videocontrol_interface static void lsusb.c  
5609
StaticStatic dump_videostreaming_interface static void lsusb.c  
5610
StaticStatic dump_dfu_interface static void lsusb.c  
5611
StaticStatic dump_hub static void lsusb.c  
5612
StaticStatic dump_ccid_device static void lsusb.c  
5613
StaticStatic dump_report_desc static void lsusb.c  
5614
StaticStatic dump_hid_device static void lsusb.c  
5615
StaticStatic dump_comm_descriptor static char * lsusb.c  
5616
StaticStatic do_hub static void lsusb.c  
5617
StaticStatic do_dualspeed static void lsusb.c  
5618
StaticStatic do_debug static void lsusb.c  
5619
StaticStatic find_otg static unsigned char * lsusb.c  
5620
StaticStatic do_otg static int lsusb.c  
5621
StaticStatic dump_device_status static void lsusb.c  
5622
StaticStatic do_wireless static int lsusb.c  
5623
StaticStatic dumpdev static void lsusb.c  
5624
StaticStatic dump_one_device static int lsusb.c  
5625
StaticStatic list_devices static int lsusb.c  
5626
FunctionFunction devtree_busconnect void lsusb.c  
5627
FunctionFunction devtree_busdisconnect void lsusb.c  
5628
FunctionFunction devtree_devconnect void lsusb.c  
5629
FunctionFunction devtree_devdisconnect void lsusb.c  
5630
StaticStatic treedump static int lsusb.c  
5631
FunctionFunction main int lsusb.c  
5632
StaticStatic hashnum static unsigned int names.c  
5633
StaticStatic names_genericstrtable static const char * names.c  
5634
FunctionFunction names_hid const char * names.c  
5635
FunctionFunction names_reporttag const char * names.c  
5636
FunctionFunction names_huts const char * names.c  
5637
FunctionFunction names_hutus const char * names.c  
5638
FunctionFunction names_langid const char * names.c  
5639
FunctionFunction names_physdes const char * names.c  
5640
FunctionFunction names_bias const char * names.c  
5641
FunctionFunction names_countrycode const char * names.c  
5642
FunctionFunction names_vendor const char * names.c  
5643
FunctionFunction names_product const char * names.c  
5644
FunctionFunction names_class const char * names.c  
5645
FunctionFunction names_subclass const char * names.c  
5646
FunctionFunction names_protocol const char * names.c  
5647
FunctionFunction names_audioterminal const char * names.c  
5648
FunctionFunction names_videoterminal const char * names.c  
5649
StaticStatic new_vendor static int names.c  
5650
StaticStatic new_product static int names.c  
5651
StaticStatic new_class static int names.c  
5652
StaticStatic new_subclass static int names.c  
5653
StaticStatic new_protocol static int names.c  
5654
StaticStatic new_audioterminal static int names.c  
5655
StaticStatic new_videoterminal static int names.c  
5656
StaticStatic new_genericstrtable static int names.c  
5657
StaticStatic new_hid static int names.c  
5658
StaticStatic new_reporttag static int names.c  
5659
StaticStatic new_huts static int names.c  
5660
StaticStatic new_hutus static int names.c  
5661
StaticStatic new_langid static int names.c  
5662
StaticStatic new_physdes static int names.c  
5663
StaticStatic new_bias static int names.c  
5664
StaticStatic new_countrycode static int names.c  
5665
StaticStatic parse static void names.c  
5666
FunctionFunction names_init int names.c  
5667
StaticStatic readlink_recursive static int usbmisc.c  
5668
StaticStatic get_absolute_path static char * usbmisc.c  
5669
FunctionFunction get_usb_device struct usb_device * usbmisc.c  
5670
StaticStatic freedev static void devtree.c  
5671
StaticStatic freebus static void devtree.c  
5672
StaticStatic markdel static void devtree.c  
5673
FunctionFunction devtree_markdeleted void devtree.c  
5674
FunctionFunction devtree_findbus struct usbbusnode * devtree.c  
5675
StaticStatic findsubdevice static struct usbdevnode * devtree.c  
5676
FunctionFunction devtree_finddevice struct usbdevnode * devtree.c  
5677
FunctionFunction devtree_parsedevfile void devtree.c  
5678
StaticStatic deletetree static void devtree.c  
5679
StaticStatic newtree static void devtree.c  
5680
FunctionFunction devtree_processchanges void devtree.c  
5681
StaticStatic dumpdevlist static void devtree.c  
5682
FunctionFunction devtree_dump void devtree.c  
5683
StaticStatic dump_usbbusnode static void lsusb-t.c  
5684
StaticStatic dump_usbdevice static void lsusb-t.c  
5685
StaticStatic dump_usbinterface static void lsusb-t.c  
5686
StaticStatic bInterfaceClass_to_str static const char * lsusb-t.c  
5687
StaticStatic bDeviceClass_to_str static const char * lsusb-t.c  
5688
StaticStatic print_usbbusnode static void lsusb-t.c  
5689
StaticStatic print_usbdevice static void lsusb-t.c  
5690
StaticStatic read_sysfs_file_int static unsigned int lsusb-t.c  
5691
StaticStatic read_sysfs_file_string static void lsusb-t.c  
5692
StaticStatic append_dev_interface static void lsusb-t.c  
5693
StaticStatic append_dev_sibling static void lsusb-t.c  
5694
StaticStatic append_businterface static void lsusb-t.c  
5695
StaticStatic append_busnode static void lsusb-t.c  
5696
StaticStatic add_usb_interface static void lsusb-t.c  
5697
StaticStatic add_usb_device static void lsusb-t.c  
5698
StaticStatic get_roothub_driver static void lsusb-t.c  
5699
StaticStatic add_usb_bus static void lsusb-t.c  
5700
StaticStatic inspect_bus_entry static void lsusb-t.c  
5701
StaticStatic walk_usb_devices static void lsusb-t.c  
5702
StaticStatic assign_dev_to_bus static void lsusb-t.c  
5703
StaticStatic assign_dev_to_parent static void lsusb-t.c  
5704
StaticStatic assign_interface_to_parent static void lsusb-t.c  
5705
StaticStatic connect_devices static void lsusb-t.c  
5706
StaticStatic sort_dev_interfaces static void lsusb-t.c  
5707
StaticStatic sort_dev_siblings static void lsusb-t.c  
5708
StaticStatic sort_devices static void lsusb-t.c  
5709
StaticStatic sort_busses static void lsusb-t.c  
5710
StaticStatic print_tree_dev_interface static void lsusb-t.c  
5711
StaticStatic print_tree_dev_children static void lsusb-t.c  
5712
StaticStatic print_tree static void lsusb-t.c  
5713
FunctionFunction lsusb_t int lsusb-t.c  
5714
StaticStatic convert_le_u32 static unsigned int lsusb.c  
5715
InlineInline typesafe_control_msg static inline int lsusb.c  
5716
FunctionFunction lprintf int lsusb.c  
5717
StaticStatic get_string static int lsusb.c  
5718
StaticStatic get_vendor_string static int lsusb.c  
5719
StaticStatic get_product_string static int lsusb.c  
5720
StaticStatic get_class_string static int lsusb.c  
5721
StaticStatic get_subclass_string static int lsusb.c  
5722
StaticStatic get_protocol_string static int lsusb.c  
5723
StaticStatic get_audioterminal_string static int lsusb.c  
5724
StaticStatic get_videoterminal_string static int lsusb.c  
5725
StaticStatic get_guid static const char * lsusb.c  
5726
StaticStatic dump_bytes static void lsusb.c  
5727
StaticStatic dump_junk static void lsusb.c  
5728
StaticStatic dump_device static void lsusb.c  
5729
StaticStatic dump_wire_adapter static void lsusb.c  
5730
StaticStatic dump_rc_interface static void lsusb.c  
5731
StaticStatic dump_security static void lsusb.c  
5732
StaticStatic dump_encryption_type static void lsusb.c  
5733
StaticStatic dump_association static void lsusb.c  
5734
StaticStatic dump_config static void lsusb.c  
5735
StaticStatic dump_altsetting static void lsusb.c  
5736
StaticStatic dump_interface static void lsusb.c  
5737
StaticStatic dump_endpoint static void lsusb.c  
5738
StaticStatic dump_unit static void lsusb.c  
5739
StaticStatic dump_audiocontrol_interface static void lsusb.c  
5740
StaticStatic dump_audiostreaming_interface static void lsusb.c  
5741
StaticStatic dump_audiostreaming_endpoint static void lsusb.c  
5742
StaticStatic dump_midistreaming_interface static void lsusb.c  
5743
StaticStatic dump_midistreaming_endpoint static void lsusb.c  
5744
StaticStatic dump_videocontrol_interface static void lsusb.c  
5745
StaticStatic dump_videostreaming_interface static void lsusb.c  
5746
StaticStatic dump_dfu_interface static void lsusb.c  
5747
StaticStatic dump_hub static void lsusb.c  
5748
StaticStatic dump_ccid_device static void lsusb.c  
5749
StaticStatic dump_report_desc static void lsusb.c  
5750
StaticStatic dump_hid_device static void lsusb.c  
5751
StaticStatic dump_comm_descriptor static char * lsusb.c  
5752
StaticStatic do_hub static void lsusb.c  
5753
StaticStatic do_dualspeed static void lsusb.c  
5754
StaticStatic do_debug static void lsusb.c  
5755
StaticStatic find_otg static unsigned char * lsusb.c  
5756
StaticStatic do_otg static int lsusb.c  
5757
StaticStatic dump_device_status static void lsusb.c  
5758
StaticStatic do_wireless static int lsusb.c  
5759
StaticStatic dumpdev static void lsusb.c  
5760
StaticStatic dump_one_device static int lsusb.c  
5761
StaticStatic list_devices static int lsusb.c  
5762
FunctionFunction devtree_busconnect void lsusb.c  
5763
FunctionFunction devtree_busdisconnect void lsusb.c  
5764
FunctionFunction devtree_devconnect void lsusb.c  
5765
FunctionFunction devtree_devdisconnect void lsusb.c  
5766
StaticStatic treedump static int lsusb.c  
5767
FunctionFunction main int lsusb.c  
5768
StaticStatic hashnum static unsigned int names.c  
5769
StaticStatic names_genericstrtable static const char * names.c  
5770
FunctionFunction names_hid const char * names.c  
5771
FunctionFunction names_reporttag const char * names.c  
5772
FunctionFunction names_huts const char * names.c  
5773
FunctionFunction names_hutus const char * names.c  
5774
FunctionFunction names_langid const char * names.c  
5775
FunctionFunction names_physdes const char * names.c  
5776
FunctionFunction names_bias const char * names.c  
5777
FunctionFunction names_countrycode const char * names.c  
5778
FunctionFunction names_vendor const char * names.c  
5779
FunctionFunction names_product const char * names.c  
5780
FunctionFunction names_class const char * names.c  
5781
FunctionFunction names_subclass const char * names.c  
5782
FunctionFunction names_protocol const char * names.c  
5783
FunctionFunction names_audioterminal const char * names.c  
5784
FunctionFunction names_videoterminal const char * names.c  
5785
StaticStatic new_vendor static int names.c  
5786
StaticStatic new_product static int names.c  
5787
StaticStatic new_class static int names.c  
5788
StaticStatic new_subclass static int names.c  
5789
StaticStatic new_protocol static int names.c  
5790
StaticStatic new_audioterminal static int names.c  
5791
StaticStatic new_videoterminal static int names.c  
5792
StaticStatic new_genericstrtable static int names.c  
5793
StaticStatic new_hid static int names.c  
5794
StaticStatic new_reporttag static int names.c  
5795
StaticStatic new_huts static int names.c  
5796
StaticStatic new_hutus static int names.c  
5797
StaticStatic new_langid static int names.c  
5798
StaticStatic new_physdes static int names.c  
5799
StaticStatic new_bias static int names.c  
5800
StaticStatic new_countrycode static int names.c  
5801
StaticStatic parse static void names.c  
5802
FunctionFunction names_init int names.c  
5803
StaticStatic readlink_recursive static int usbmisc.c  
5804
StaticStatic get_absolute_path static char * usbmisc.c  
5805
FunctionFunction get_usb_device struct usb_device * usbmisc.c  
5806
StaticStatic c_fwrite static size_t elf.c  
5807
StaticStatic c_writezero static size_t elf.c  
5808
InlineInline align_up static inline addr_t elf.c  
5809
InlineInline sh_to_p_type static inline uint32_t elf.c  
5810
StaticStatic gen_elf static int elf.c  
5811
FunctionFunction output_elf int elf.c  
5812
StaticStatic find_argument static const char * linux.c  
5813
InlineInline saturate32 static inline uint32_t linux.c  
5814
StaticStatic suffix_number static unsigned long long linux.c  
5815
FunctionFunction wrap_kernel int linux.c  
5816
StaticStatic usage static void main.c  
5817
FunctionFunction main int main.c  
5818
FunctionFunction mapfile void * mapfile.c  
5819
FunctionFunction unmapfile void mapfile.c  
5820
InlineInline is_real_seg static inline int nbi.c  
5821
FunctionFunction output_nbi int nbi.c  
5822
StaticStatic comp_seg static int segment.c  
5823
FunctionFunction sort_segments struct segment * segment.c  
5824
FunctionFunction xmalloc void * xmalloc.c  
5825
FunctionFunction xcalloc void * xmalloc.c  
5826
FunctionFunction xasprintf int xmalloc.c  
5827
StaticStatic initrd_fit static int reloc_linux.c  
5828
StaticStatic probe_memory_e820 static int reloc_linux.c  
5829
StaticStatic probe_memory_e801 static int reloc_linux.c  
5830
StaticStatic probe_memory_88 static int reloc_linux.c  
5831
StaticStatic place_initrd static int reloc_linux.c  
5832
FunctionFunction main int reloc_linux.c  

See Also

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