Lines Matching refs:bios
49 if (hardware->dmi.bios.filled == true) in show_dmi_modules()
181 if (hardware->dmi.bios.filled == false) { in show_dmi_bios()
188 more_printf(" Vendor : %s\n", hardware->dmi.bios.vendor); in show_dmi_bios()
189 more_printf(" Version : %s\n", hardware->dmi.bios.version); in show_dmi_bios()
190 more_printf(" Release Date : %s\n", hardware->dmi.bios.release_date); in show_dmi_bios()
191 more_printf(" Bios Revision : %s\n", hardware->dmi.bios.bios_revision); in show_dmi_bios()
192 if (strlen(hardware->dmi.bios.firmware_revision)) in show_dmi_bios()
194 hardware->dmi.bios.firmware_revision); in show_dmi_bios()
195 more_printf(" Address : 0x%04X0\n", hardware->dmi.bios.address); in show_dmi_bios()
197 hardware->dmi.bios.runtime_size, in show_dmi_bios()
198 hardware->dmi.bios.runtime_size_unit); in show_dmi_bios()
199 more_printf(" Rom size : %u %s\n", hardware->dmi.bios.rom_size, in show_dmi_bios()
200 hardware->dmi.bios.rom_size_unit); in show_dmi_bios()
203 if (((bool *) (&hardware->dmi.bios.characteristics))[i] == true) { in show_dmi_bios()
208 if (((bool *) (&hardware->dmi.bios.characteristics_x1))[i] == true) { in show_dmi_bios()
214 if (((bool *) (&hardware->dmi.bios.characteristics_x2))[i] == true) { in show_dmi_bios()