HomeSort by: relevance | last modified time | path
    Searched defs:boot_textsz (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_wpi.c 1295 uint32_t boot_textsz; local in function:wpi_load_firmware
1315 boot_textsz = le32toh(hdr.boot_textsz);
1322 boot_textsz > WPI_FW_BOOT_TEXT_MAXSZ ||
1323 (boot_textsz & 3) != 0) {
1331 main_datasz + init_textsz + init_datasz + boot_textsz;
1364 if ((error = wpi_load_microcode(sc, boot_text, boot_textsz)) != 0) {
if_wpireg.h 585 uint32_t boot_textsz; member in struct:wpi_firmware_hdr

Completed in 15 milliseconds