bios_oem_strings
int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);
if ( bios_oem_strings(&bios_soekris, bios_oem, BIOS_OEM_MAXLEN) > 0 )
if (bios_oem_strings(&bios_soekris,
} else if (bios_oem_strings(&bios_pcengines,
if (bios_oem_strings(&bios_advantech,
if (bios_oem_strings(&bios_soekris_55,
} else if (bios_oem_strings(&bios_pcengines_55,
int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);