Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/bios/
H A Dvpd.c69 u_int8_t MachType[7]; /* Machine Type/Model */ member
204 snprintf(sc->MachineType, 5, "%.4s", sc->vpd->MachType); in vpd_attach()
205 snprintf(sc->MachineModel, 4, "%.3s", sc->vpd->MachType+4); in vpd_attach()