Searched refs:arch (Results 1 - 25 of 98) sorted by relevance

1234

/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A DMakefile32 include ../Makefile.arch
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A DMakefile32 include ../Makefile.arch
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A DMakefile32 include ../Makefile.arch
/illumos-gate/usr/src/tools/protocmp/
H A Darch.c37 int arch = 0; local
41 arch = P_SPARC;
43 arch = P_SPARC;
45 arch = P_SPARC;
47 arch = P_SUN4;
49 arch = P_SUN4c;
51 arch = P_SUN4u;
53 arch = P_SUN4d;
55 arch = P_SUN4e;
57 arch
[all...]
H A Dexception_list.c35 #include "arch.h"
48 char *name, *arch; local
56 if ((arch = strtok(NULL, FS)) == NULL) {
57 arch = "all";
77 while ((e->arch = assign_arch(arch)) == 0) {
78 if ((arch = strtok(NULL, FS)) == NULL) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/zambezi/
H A DMakefile31 CLASS = arch
/illumos-gate/usr/src/lib/fm/topo/maps/sun4u/
H A DMakefile29 CLASS = arch
/illumos-gate/usr/src/lib/fm/topo/maps/sun4v/
H A DMakefile29 CLASS = arch
/illumos-gate/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A DMakefile28 CLASS = arch
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/niu/
H A DMakefile31 CLASS = arch
/illumos-gate/usr/src/cmd/arch/
H A DMakefile28 PROG= arch
/illumos-gate/usr/src/tools/scripts/
H A Dcheckpaths.sh66 arch=sparc
69 arch=i386
81 [ -f $SRC/pkgdefs/etc/exception_list_$arch ] && \
82 validate_paths '-s/\s*'$arch'$//' \
84 $args $SRC/pkgdefs/etc/exception_list_$arch
92 nawk 'NF == 1 || /[ ]\+'$arch'$/ { print; }' \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_007_pos.ksh68 for arch in "i386" "sparc"; do
69 log_must cp $tst_dir/${arch}.orig_history.txt $import_dir
70 orig_cmds_f=$import_dir/${arch}.orig_history.txt
72 orig_cmds_f1=$import_dir/${arch}.orig_history_1.txt
75 log_must cp $tst_dir/${arch}.migratedpool.DAT.Z $import_dir
76 log_must uncompress $import_dir/${arch}.migratedpool.DAT.Z
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A DMakefile28 CLASS = arch
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
H A DMakefile31 CLASS = arch
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/motherboard/
H A DMakefile31 CLASS = arch
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A DMakefile29 CLASS = arch
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A DMakefile29 CLASS = arch
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/xaui/
H A DMakefile29 CLASS = arch
/illumos-gate/usr/src/head/
H A Dpkginfo.h44 char *arch; member in struct:pkginfo
/illumos-gate/usr/src/cmd/fm/modules/sun4u/USII-io-diagnosis/
H A DMakefile30 CLASS = arch
/illumos-gate/usr/src/cmd/fm/modules/sun4u/datapath-retire/
H A DMakefile28 CLASS = arch
/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dprotocols.h37 # error arch fixup needed here
/illumos-gate/usr/src/uts/i86xpv/sys/
H A Dxpv_impl.h41 #include <xen/public/arch-x86/xen-mca.h>
/illumos-gate/usr/src/lib/fm/topo/maps/Joyent,Joyent-Compute-Platform-1101/
H A DMakefile29 # specific, but its build is structured as 'arch' specific since
33 CLASS = arch

Completed in 87 milliseconds

1234