HomeSort by: relevance | last modified time | path
    Searched refs:machines (Results 1 - 25 of 36) sorted by relevancy

1 2

  /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
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/external/gpl3/autoconf/dist/man/
config.guess.x 18 The GNU build system distinguishes three types of machines, the
  /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/external/bsd/atf/dist/tools/
requirements.cpp 132 check_machine(const std::string& machines)
134 const std::vector< std::string > v = tools::text::split(machines, " ");
143 return "Requires the '" + machines + "' machine type";
145 return "Requires one of the '" + machines + "' machine types";
  /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];
1056 machines[i].machid = i;
1057 rw_init(&machines[i].lock);
1059 machines[i].cpus[n].present = false;
1060 machines[i].cpus[n].cpuid = n;
1061 mutex_init(&machines[i].cpus[n].lock, MUTEX_DEFAULT,
1082 rw_destroy(&machines[i].lock)
    [all...]
  /src/external/bsd/ntp/lib/libntp/
Makefile 46 machines.c \
  /src/crypto/external/apache2/openssl/lib/libdes/
FILES0 15 times - Some outputs from 'speed' on some machines.
  /src/crypto/external/bsd/openssl/lib/libdes/
FILES0 15 times - Some outputs from 'speed' on some machines.
  /src/crypto/external/bsd/openssl.old/lib/libdes/
FILES0 15 times - Some outputs from 'speed' on some machines.
  /src/external/gpl2/dtc/dist/Documentation/
dtc-paper.tex 46 Power Macintosh\R machines.
65 Historically, ``everyday'' \ppc machines have booted with the help of
93 kernel image that supports multiple embedded machines.
95 Until relatively recently, the only 64-bit \ppc machines without OF
96 were legacy (pre-POWER5\R) iSeries\R machines. iSeries machines often
571 mostly around the support for Apple machines. He became official
574 PowerPC kernel to Apple G5 machines and the Maple embedded board,
586 trademarks or registered trademarks of International Business Machines
  /src/share/mk/
sys.mk 33 # -O2 is too -falign-* zealous for low-memory sh3 machines
  /src/external/bsd/ntp/dist/sntp/
sntp-opts.def 90 different machines, so we can send concurrent queries.
  /src/external/lgpl3/gmp/dist/mpn/powerpc32/vmx/
logops_n.asm 158 C times for 64-bit machines, and 0 to 3 times for 32-bit machines.
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
README 302 out that file modes need to have "b" for DOS/WIN machines, pointing out
  /src/external/ibm-public/postfix/dist/
postfix-install 395 distribution to OTHER machines. See PACKAGE_README for instructions."
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/vmx/
popcount.asm 110 C For 64-bit machines, handle huge n that would overflow vsum4ubs
  /src/external/lgpl3/gmp/dist/mpn/x86/
mul_basecase.asm 48 C for all x86 machines was slow for the Pentium II. This code would benefit
  /src/external/lgpl3/gmp/dist/mpn/x86/k7/
invert_limb.asm 52 C * Perhaps use this file--or at least the algorithm--for more machines than k7.
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 930 config.gdb (sun3, isi): Add message about support for machines
1280 NO_GNU_STABS in case you don't want them on some machines.
1520 account for those machines which don't use the external bit here.
2191 comparison, for machines where that casting does something.
2192 * valops.c (call_function): Setup to deal with machines where you
2219 * config.gdb: Added convex to list of machines.
2236 Modified reading in of string table to adapt to machines which
2424 to account for some machines putting it in as an offset rather
2437 posix; presumably this will break fewer machines. I hopw).
2439 * Makefile: Added a comment about machines which need fcntl.h i
    [all...]

Completed in 49 milliseconds

1 2