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

/freebsd-9.3-release/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 = {
272 static u_char bios_oem[BIOS_OEM_MAXLEN] = "\0"; local
301 bios_oem, sizeof bios_oem) > 0 ) {
305 bios_oem, sizeof bios_oem) >
[all...]
H A Delan-mmcr.c83 static struct bios_oem bios_soekris = {
467 static u_char bios_oem[BIOS_OEM_MAXLEN] = "\0"; local
487 if ( bios_oem_strings(&bios_soekris, bios_oem, BIOS_OEM_MAXLEN) > 0 )
488 printf("Elan-mmcr %s\n", bios_oem);
H A Dbios.c479 bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen)
/freebsd-9.3-release/sys/amd64/include/pc/
H A Dbios.h101 struct bios_oem { struct
106 int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);
/freebsd-9.3-release/sys/i386/include/pc/
H A Dbios.h271 struct bios_oem { struct
331 int bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen);

Completed in 122 milliseconds