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

  /src/sys/arch/sgimips/gio/
gio.c 92 uint32_t mach_type; member in struct:gio_probe
172 if (mach_type == MACH_SGI_IP12 || mach_type == MACH_SGI_IP20 ||
173 mach_type == MACH_SGI_IP22)
201 if (gfx_bases[i].mach_type != mach_type)
240 if (slot_bases[i].mach_type != mach_type)
367 if (gfx_bases[i].mach_type != mach_type)
    [all...]
  /src/sys/arch/sgimips/sgimips/
machdep.c 115 int mach_type = 0; /* IPxx type */ variable in typeref:typename:int
369 if (mach_type == 0 &&
372 mach_type = strtoul(&arcbios_system_identifier[i],
377 if (mach_type <= 0)
473 if (mach_type < MACH_SGI_IP20 && bootinfo == NULL &&
533 switch (mach_type) {
582 panic("IP%d architecture not supported", mach_type);
787 if (mach_type == MACH_SGI_IP32) {
805 if (mach_type == MACH_SGI_IP32) {

Completed in 24 milliseconds