OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:main_textsz
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_wpi.c
1294
uint32_t init_textsz, init_datasz,
main_textsz
, main_datasz;
local in function:wpi_load_firmware
1311
main_textsz
= le32toh(hdr.
main_textsz
);
1318
if (
main_textsz
> WPI_FW_MAIN_TEXT_MAXSZ ||
1330
size = sizeof (struct wpi_firmware_hdr) +
main_textsz
+
1342
main_data = main_text +
main_textsz
;
1382
main_textsz
);
1392
wpi_mem_write(sc, WPI_MEM_TEXT_SIZE, WPI_FW_UPDATED |
main_textsz
);
if_wpireg.h
581
uint32_t
main_textsz
;
member in struct:wpi_firmware_hdr
Completed in 46 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025