Searched refs:bios_oem (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | geode.c | 45 static struct bios_oem bios_soekris = { 303 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe() 307 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe() 320 if (*bios_oem) in geode_probe() 321 printf("Geode %s\n", bios_oem); in geode_probe() 325 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe() 326 printf("Geode %s\n", bios_oem); in geode_probe() 333 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe() 337 bios_oem, sizeof bios_oem) > 0 ) { in geode_probe() 350 if (*bios_oem) in geode_probe() [all …]
|
| H A D | elan-mmcr.c | 86 static struct bios_oem bios_soekris = { 474 static u_char bios_oem[BIOS_OEM_MAXLEN] = "\0"; in elan_drvinit() local 494 if ( bios_oem_strings(&bios_soekris, bios_oem, BIOS_OEM_MAXLEN) > 0 ) in elan_drvinit() 495 printf("Elan-mmcr %s\n", bios_oem); in elan_drvinit()
|
| H A D | bios.c | 444 bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen) in bios_oem_strings()
|
| /f-stack/freebsd/amd64/include/pc/ |
| H A D | bios.h | 114 struct bios_oem { struct 119 int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);
|
| /f-stack/freebsd/i386/include/pc/ |
| H A D | bios.h | 284 struct bios_oem { struct 344 int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);
|