Home
last modified time | relevance | path

Searched refs:bios_oem (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/i386/i386/
H A Dgeode.c42 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()
[all …]
H A Delan-mmcr.c84 static struct bios_oem bios_soekris = {
472 static u_char bios_oem[BIOS_OEM_MAXLEN] = "\0"; in elan_drvinit() local
492 if ( bios_oem_strings(&bios_soekris, bios_oem, BIOS_OEM_MAXLEN) > 0 ) in elan_drvinit()
493 printf("Elan-mmcr %s\n", bios_oem); in elan_drvinit()
H A Dbios.c442 bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen) in bios_oem_strings()
/freebsd/sys/amd64/include/pc/
H A Dbios.h80 struct bios_oem { struct
85 int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);
/freebsd/sys/i386/include/pc/
H A Dbios.h250 struct bios_oem { struct
310 int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);