Home
last modified time | relevance | path

Searched defs:mpbios_bus (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/arch/amd64/include/
H A Dmpbiosreg.h129 struct mpbios_bus { struct
130 u_int8_t type;
131 u_int8_t bus_id;
132 char bus_type[6];
/openbsd-src/sys/arch/i386/include/
H A Dmpbiosreg.h129 struct mpbios_bus { struct
130 u_int8_t type;
131 u_int8_t bus_id;
132 char bus_type[6];
/openbsd-src/sys/arch/amd64/amd64/
H A Dmpbios.c860 mpbios_bus(const u_int8_t *ent, struct device *self) mpbios_bus() function
/openbsd-src/sys/arch/i386/i386/
H A Dmpbios.c929 mpbios_bus(const u_int8_t *ent, struct device *self) mpbios_bus() function