Lines Matching refs:bios_oem
42 static struct bios_oem bios_soekris = {
52 static struct bios_oem bios_soekris_55 = {
62 static struct bios_oem bios_pcengines = {
71 static struct bios_oem bios_pcengines_55 = {
80 static struct bios_oem bios_advantech = {
271 static u_char bios_oem[BIOS_OEM_MAXLEN] = "\0"; in geode_probe() local
300 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe()
304 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe()
317 if (*bios_oem) in geode_probe()
318 printf("Geode %s\n", bios_oem); in geode_probe()
322 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe()
323 printf("Geode %s\n", bios_oem); in geode_probe()
330 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe()
334 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe()
347 if (*bios_oem) in geode_probe()
348 printf("Geode LX: %s\n", bios_oem); in geode_probe()