| /netbsd-src/sys/arch/sun2/sun2/ |
| H A D | locore2.c | 214 unsigned char machtype; in _verify_hardware() local 217 machtype = identity_prom.idp_machtype; in _verify_hardware() 218 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN2) { in _verify_hardware() 223 cpu_machine_id = machtype; in _verify_hardware()
|
| /netbsd-src/sys/arch/sun3/sun3/ |
| H A D | locore2.c | 234 unsigned char machtype; in _verify_hardware() local 237 machtype = identity_prom.idp_machtype; in _verify_hardware() 238 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN3) { in _verify_hardware() 243 cpu_machine_id = machtype; in _verify_hardware()
|
| /netbsd-src/sys/arch/luna68k/stand/boot/ |
| H A D | init_main.c | 89 int machtype; variable 186 machtype = LUNA_I; in main() 191 machtype = LUNA_II; in main() 238 if (machtype == LUNA_I) { in main()
|
| H A D | autoconf.c | 37 if (machtype == LUNA_II) { in find_devs()
|
| H A D | getsecs.c | 52 if (machtype == LUNA_I) { in getsecs()
|
| H A D | samachdep.h | 104 extern int machtype;
|
| H A D | if_le.c | 241 switch (machtype) { in myetheraddr()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/aout/ |
| H A D | hp.h | 66 #define N_SET_MACHTYPE(execp, machtype) (((execp)->a_machtype) = (machtype)) argument
|
| /netbsd-src/external/gpl3/binutils/dist/include/aout/ |
| H A D | hp.h | 66 #define N_SET_MACHTYPE(execp, machtype) (((execp)->a_machtype) = (machtype)) argument
|
| /netbsd-src/sys/arch/sun3/sun3x/ |
| H A D | machdep.c | 261 u_char machtype; in identifycpu() local 263 machtype = identity_prom.idp_machtype; in identifycpu() 264 if ((machtype & IDM_ARCH_MASK) != IDM_ARCH_SUN3X) { in identifycpu() 269 cpu_machine_id = machtype; in identifycpu()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | netbsd.h | 46 #define N_SET_MACHTYPE(execp, machtype) \ argument 48 ((execp)->a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
|
| H A D | libaout.h | 327 # define N_SET_MACHTYPE(execp, machtype) \ argument 329 ((execp)->a_info & 0xff00ffff) | ((((int) (machtype)) &0xff) << 16))
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | netbsd.h | 46 #define N_SET_MACHTYPE(execp, machtype) \ argument 48 ((execp)->a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
|
| H A D | libaout.h | 327 # define N_SET_MACHTYPE(execp, machtype) \ argument 329 ((execp)->a_info & 0xff00ffff) | ((((int) (machtype)) &0xff) << 16))
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_exec_aout.c | 135 int machtype, magic; in exec_linux_aout_makecmds() local 142 machtype = LINUX_N_MACHTYPE(linux_ep); in exec_linux_aout_makecmds() 144 if (machtype != LINUX_MID_MACHINE) in exec_linux_aout_makecmds()
|
| /netbsd-src/sys/arch/luna68k/include/ |
| H A D | cpu.h | 60 extern int machtype;
|
| /netbsd-src/sys/arch/luna68k/luna68k/ |
| H A D | clock.c | 72 if (machtype == LUNA_I) in cpu_initclocks()
|
| H A D | machdep.c | 135 int machtype; /* model: 1 for LUNA-1, 2 for LUNA-2 */ variable 375 machtype = LUNA_I; in identifycpu() 387 machtype = LUNA_II; in identifycpu()
|
| /netbsd-src/sys/arch/luna68k/dev/ |
| H A D | spc.c | 78 if (machtype == LUNA_I && ma->ma_addr != SCSI_ADDR) in spc_mainbus_match()
|
| H A D | if_le.c | 222 switch (machtype) { in myetheraddr()
|
| H A D | lcd.c | 359 if (machtype == LUNA_II) in greeting()
|
| H A D | timekeeper.c | 89 switch (machtype) { in clock_attach()
|
| H A D | psgpam.c | 200 if (machtype != LUNA_I) in psgpam_match()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | readelf.c | 10529 unsigned int machtype; in process_unwind() member 10547 if (filedata->file_header.e_machine == handlers[i].machtype) in process_unwind()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | readelf.c | 11082 unsigned int machtype; in process_unwind() member 11100 if (filedata->file_header.e_machine == handlers[i].machtype) in process_unwind()
|