Home
last modified time | relevance | path

Searched refs:machtype (Results 1 – 25 of 26) sorted by relevance

12

/openbsd/src/sys/arch/luna88k/stand/boot/
Dinit_main.c115 int machtype; variable
154 machtype = LUNA_88K2; in main()
156 machtype = LUNA_88K; in main()
161 if (machtype == LUNA_88K) { in main()
214 if (machtype == LUNA_88K) { in get_nvram_data()
230 } else if (machtype == LUNA_88K2) { in get_nvram_data()
Dsamachdep.h82 extern int machtype;
Dgetsecs.c139 if (machtype == LUNA_88K) { in getsecs()
Dif_le.c235 switch (machtype) { in myetheraddr()
Dsc.c118 if (unit != 0 && machtype != LUNA_88K2) in scinit()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dsparclynx.c71 NAME(lynx,set_arch_mach) (abfd, machtype)
73 unsigned long machtype; variable
79 switch (machtype)
Dfreebsd.h47 #define N_SET_MACHTYPE(exec, machtype) \ argument
49 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
Dnetbsd.h46 #define N_SET_MACHTYPE(exec, machtype) \ argument
48 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
Dmipsbsd.c51 static void MY(set_arch_mach) PARAMS ((bfd *abfd, unsigned long machtype));
81 MY(set_arch_mach) (abfd, machtype)
83 unsigned long machtype; variable
89 switch (machtype)
Dlibaout.h328 # define N_SET_MACHTYPE(exec, machtype) \ argument
330 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
Daoutf1.h98 sunos_set_arch_mach (bfd *abfd, enum machine_type machtype) in sunos_set_arch_mach() argument
104 switch (machtype) in sunos_set_arch_mach()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dsparclynx.c81 NAME(lynx,set_arch_mach) (abfd, machtype)
83 unsigned long machtype; variable
89 switch (machtype)
Dnetbsd.h46 #define N_SET_MACHTYPE(exec, machtype) \ argument
48 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype))&0x3ff) << 16))
Dfreebsd.h47 #define N_SET_MACHTYPE(exec, machtype) \ argument
49 ((exec).a_info & 0xfb00ffff) | ((((int)(machtype))&0x3ff) << 16))
Dmipsbsd.c51 static void MY(set_arch_mach) PARAMS ((bfd *abfd, unsigned long machtype));
81 MY(set_arch_mach) (abfd, machtype)
83 unsigned long machtype; variable
89 switch (machtype)
Daoutf1.h124 sunos_set_arch_mach (abfd, machtype) in sunos_set_arch_mach() argument
126 enum machine_type machtype;
131 switch (machtype)
Dlibaout.h331 # define N_SET_MACHTYPE(exec, machtype) \ argument
333 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
/openbsd/src/gnu/usr.bin/binutils/include/aout/
Dhp.h65 #define N_SET_MACHTYPE(exec, machtype) (((exec) . a_machtype) = (machtype)) argument
/openbsd/src/gnu/usr.bin/binutils-2.17/include/aout/
Dhp.h65 #define N_SET_MACHTYPE(exec, machtype) (((exec) . a_machtype) = (machtype)) argument
/openbsd/src/sys/arch/luna88k/luna88k/
Dmainbus.c100 extern int machtype;
119 if (devs[i].ma_machine & machtype)
Dmachdep.c189 int machtype = LUNA_88K; /* may be overwritten in cpu_startup() */ variable
277 switch(machtype) { in getcpuspeed()
293 machtype == LUNA_88K2 ? "2" : "", cpuspeed); in identifycpu()
304 machtype = LUNA_88K2; in cpu_startup()
1114 if (machtype == LUNA_88K) { in get_nvram_data()
1130 } else if (machtype == LUNA_88K2) { in get_nvram_data()
/openbsd/src/sys/arch/luna88k/dev/
Dif_le.c172 extern int machtype;
181 switch (machtype) { in myetheraddr()
Dtimekeeper.c98 extern int machtype; /* in machdep.c */
107 switch (machtype) { in clock_attach()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Daout_gnu.h140 #define N_SET_MACHTYPE(exec, machtype) \ argument
142 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Daout_gnu.h140 #define N_SET_MACHTYPE(exec, machtype) \ argument
142 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))

12