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

/freebsd-13-stable/sys/i386/i386/
H A Dgeode.c45 static struct bios_oem bios_soekris = {
55 static struct bios_oem bios_soekris_55 = {
65 static struct bios_oem bios_pcengines = {
74 static struct bios_oem bios_pcengines_55 = {
83 static struct bios_oem bios_advantech = {
274 static u_char bios_oem[BIOS_OEM_MAXLEN] = "\0"; local
303 bios_oem, sizeof bios_oem) > 0 ) {
307 bios_oem, sizeof bios_oem) >
[all...]
H A Delan-mmcr.c86 static struct bios_oem bios_soekris = {
474 static u_char bios_oem[BIOS_OEM_MAXLEN] = "\0"; local
494 if ( bios_oem_strings(&bios_soekris, bios_oem, BIOS_OEM_MAXLEN) > 0 )
495 printf("Elan-mmcr %s\n", bios_oem);
H A Dbios.c444 bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen)
/freebsd-13-stable/sys/amd64/include/pc/
H A Dbios.h114 struct bios_oem { struct
119 int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);
/freebsd-13-stable/sys/i386/include/pc/
H A Dbios.h284 struct bios_oem { struct
344 int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);

Completed in 173 milliseconds