/src/usr.sbin/installboot/ |
machines.c | 1 /* $NetBSD: machines.c,v 1.45 2025/10/05 21:18:29 thorpej Exp $ */ 38 __RCSID("$NetBSD: machines.c,v 1.45 2025/10/05 21:18:29 thorpej Exp $"); 44 struct ib_mach * const machines[] = { variable in typeref:struct:ib_mach * const[]
|
installboot.c | 535 for (i = 0; machines[i] != NULL; i++) { 536 if (machines[i]->name == NULL) 538 if (strcmp(machines[i]->name, mach) == 0) { 539 param->machine = machines[i]; 563 warnx("Supported machines are:"); 566 for (i = 0; machines[i] != NULL; i++) { 567 name = machines[i]->name;
|
installboot.h | 158 extern struct ib_mach * const machines[]; 192 /* machines.c */
|
Makefile | 8 SRCS= installboot.c sum.c machines.c fstypes.c 31 COPTS.machines.c+= -DSINGLE_ARCH=ib_mach_${MACHINE}
|
/src/sys/conf/ |
ssp.mk | 7 # for multi-cpu machines, cpu_hatch() straddles the init of
|
/src/usr.sbin/sysinst/arch/ofppc/ |
msg.md.en | 84 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP 85 partitions, however some can utilize the FAT12. Most other machines require
|
msg.md.es | 85 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP 86 partitions, however some can utilize the FAT12. Most other machines require
|
msg.md.pl | 84 least 1KB, and 1MB in size. IBM RS/6000 machines generally need the PReP 85 partitions, however some can utilize the FAT12. Most other machines require
|
/src/sys/dev/nvmm/ |
nvmm.c | 59 static struct nvmm_machine machines[NVMM_MAX_MACHINES]; variable in typeref:struct:nvmm_machine[] 135 mach = &machines[i]; 172 mach = &machines[machid]; 268 mach = &machines[i]; 1035 machines[i].machid = i; 1036 rw_init(&machines[i].lock); 1038 machines[i].cpus[n].present = false; 1039 machines[i].cpus[n].cpuid = n; 1040 mutex_init(&machines[i].cpus[n].lock, MUTEX_DEFAULT, 1061 rw_destroy(&machines[i].lock) [all...] |
/src/share/mk/ |
sys.mk | 30 # -O2 is too -falign-* zealous for low-memory sh3 machines
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
armada-385-clearfog-gtr.dtsi | 3 * Device Tree file for Clearfog GTR machines rev 1.0 (88F6825)
|
/src/usr.sbin/sysinst/ |
msg.mi.en | 485 machines.
|
/src/share/terminfo/ |
terminfo | 2186 # FreeBSD 13 supports 64-bit machines which boot with UEFI: 6893 # suitable for use on machines with small memories. Tek4010 support 10147 # new 262x series of machines. It has dip-switched options. 15102 # on machines with relatively little RAM. The file can be broken in half here 21111 #### Commodore Business Machines 21307 # machines that tried to emulate the UNIX look'n'feel. Coherent and Venix 21314 # are also, I'm told, Minix ports that ran on Amiga and Atari machines and 21937 #### Amtek Business Machines 21943 abm80|amtek business machines 80, 23292 # S100-bus machines. They used to be reachable at [all...] |