bios_oem
int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);
bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen)
static u_char bios_oem[BIOS_OEM_MAXLEN] = "\0";
if ( bios_oem_strings(&bios_soekris, bios_oem, BIOS_OEM_MAXLEN) > 0 )
printf("Elan-mmcr %s\n", bios_oem);
static struct bios_oem bios_soekris = {
static u_char bios_oem[BIOS_OEM_MAXLEN] = "\0";
bios_oem, sizeof bios_oem) > 0 ) {
bios_oem, sizeof bios_oem) > 0 ) {
if (*bios_oem)
printf("Geode %s\n", bios_oem);
bios_oem, sizeof bios_oem) > 0 ) {
printf("Geode %s\n", bios_oem);
bios_oem, sizeof bios_oem) > 0 ) {
bios_oem, sizeof bios_oem) > 0 ) {
if (*bios_oem)
printf("Geode LX: %s\n", bios_oem);
static struct bios_oem bios_soekris = {
static struct bios_oem bios_soekris_55 = {
static struct bios_oem bios_pcengines = {
static struct bios_oem bios_pcengines_55 = {
static struct bios_oem bios_advantech = {
int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);