HomeSort by: relevance | last modified time | path
    Searched defs:mpbios_bus (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/include/
mpbiosreg.h 101 struct mpbios_bus { struct
  /src/sys/arch/x86/x86/
mpbios.c 205 static void mpbios_bus(const uint8_t *, device_t);
742 const struct mpbios_bus *bp =
743 (const struct mpbios_bus *)position;
792 mpbios_bus(position, self);
905 struct mpbios_bus mpb;
908 /* mpb.type is irrelevant for mpbios_bus(). */
913 mpbios_bus((u_int8_t *)&mpb, self);
1226 mpbios_bus(const uint8_t *ent, device_t self) function in typeref:typename:void
1228 const struct mpbios_bus *entry = (const struct mpbios_bus *)ent
    [all...]

Completed in 86 milliseconds