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

  /src/sys/arch/sun2/sun2/
locore2.c 214 unsigned char machtype; local
217 machtype = identity_prom.idp_machtype;
218 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN2) {
223 cpu_machine_id = machtype;
  /src/sys/arch/sun3/sun3/
locore2.c 234 unsigned char machtype; local
237 machtype = identity_prom.idp_machtype;
238 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN3) {
243 cpu_machine_id = machtype;
  /src/sys/compat/linux/common/
linux_exec_aout.c 135 int machtype, magic; local
142 machtype = LINUX_N_MACHTYPE(linux_ep);
144 if (machtype != LINUX_MID_MACHINE)
  /src/sys/arch/sun3/sun3x/
machdep.c 261 u_char machtype; local
263 machtype = identity_prom.idp_machtype;
264 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN3X) {
269 cpu_machine_id = machtype;
  /src/sys/arch/luna68k/luna68k/
machdep.c 135 int machtype; /* model: 1 for LUNA-1, 2 for LUNA-2 */ variable
397 machtype = LUNA_I;
409 machtype = LUNA_II;
  /src/sys/arch/luna68k/stand/boot/
init_main.c 89 int machtype; variable
186 machtype = LUNA_I;
191 machtype = LUNA_II;
238 if (machtype == LUNA_I) {
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 12180 unsigned int machtype;
12198 if (filedata->file_header.e_machine == handlers[i].machtype)
12177 unsigned int machtype; member in struct:unwind_handler
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 11672 unsigned int machtype;
11690 if (filedata->file_header.e_machine == handlers[i].machtype)
11669 unsigned int machtype; member in struct:unwind_handler

Completed in 104 milliseconds