/illumos-gate/usr/src/cmd/sgs/elfdump/ |
H A D | Makefile.targ | 54 ../common/struct_layout_$(ARCH).c | sed -e '$$d' \ 55 > struct_layout_$(ARCH).tmp 56 ./gen_struct_layout gen_layout_obj.o $(ARCH) \ 57 >> struct_layout_$(ARCH).tmp 58 @diff -u struct_layout_$(ARCH).tmp \ 59 ../common/struct_layout_$(ARCH).c ||\ 75 struct_layout_$(ARCH).tmp
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | developer-build-onbld.p5m | 44 set name=variant.arch value=$(ARCH) 48 dir path=opt/onbld/bin/$(ARCH) 49 $(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/btxld mode=0555 50 $(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/cpcgen mode=0555 51 file path=opt/onbld/bin/$(ARCH)/cscope-fast mode=0555 52 file path=opt/onbld/bin/$(ARCH)/ctfconvert mode=0555 53 file path=opt/onbld/bin/$(ARCH)/ctfdiff mode=0555 54 file path=opt/onbld/bin/$(ARCH)/ctfdump mode=0555 55 file path=opt/onbld/bin/$(ARCH)/ctfmerge mode=0555 56 file path=opt/onbld/bin/$(ARCH)/ctfstabs mode=0555 [all …]
|
H A D | system-library-platform.p5m | 32 set name=variant.arch value=$(ARCH) 37 $(i386_ONLY)legacy pkg=SUNWkvm.i arch=$(ARCH).i86pc \
|
H A D | system-fru-id-platform.p5m | 32 set name=variant.arch value=$(ARCH) 38 $(i386_ONLY)legacy pkg=SUNWfruip.i arch=$(ARCH).i86pc \
|
H A D | system-test-libctest.p5m | 27 set name=variant.arch value=$(ARCH) 106 file path=opt/libc-tests/tests/fexecve_test.$(ARCH) mode=0555 111 file path=opt/libc-tests/tests/fpround_test.$(ARCH) mode=0555 116 file path=opt/libc-tests/tests/i18n/bindtextdomain_test.$(ARCH) mode=0555 127 file path=opt/libc-tests/tests/newlocale_test.$(ARCH) mode=0555 130 file path=opt/libc-tests/tests/nl_langinfo_test.$(ARCH) mode=0555 154 file path=opt/libc-tests/tests/qsort/qsort_test.$(ARCH) mode=0555 252 file path=opt/libc-tests/tests/symbols/symbols_test.$(ARCH) mode=0555 285 file path=opt/libc-tests/tests/wcsrtombs_test.$(ARCH) mode=0555 288 file path=opt/libc-tests/tests/wctype_test.$(ARCH) mode=0555
|
H A D | system-kernel-cpu-counters.p5m | 36 set name=variant.arch value=$(ARCH) 49 $(i386_ONLY)legacy pkg=SUNWcpc.i arch=$(ARCH).i86pc \
|
H A D | system-kernel-suspend-resume.p5m | 36 set name=variant.arch value=$(ARCH) 53 $(i386_ONLY)legacy pkg=SUNWcpr.i arch=$(ARCH).i86pc \
|
/illumos-gate/usr/src/psm/stand/cpr/common/ |
H A D | Makefile.com | 35 ARCHDIR = $(SYSDIR)/$(ARCH) 50 CPPDEFS = $(ARCHOPTS) -D$(ARCH) -D__$(ARCH) -D$(MACH) -D__$(MACH) 67 CPRFILES= $(ALL:%=$(ROOT_PSM_DIR)/$(ARCH)/%) 71 $(ROOT_PSM_DIR)/$(ARCH)/%: %
|
/illumos-gate/usr/src/psm/stand/bootlst/common/ |
H A D | Makefile.com | 46 CPPDEFS = -D$(ARCH) -D__$(ARCH) -D$(TARG_MACH) -D__$(TARG_MACH) 63 LSTFILES= $(ALL:%=$(ROOT_PSM_DIR)/$(ARCH)/%) 67 $(ROOT_PSM_DIR)/$(ARCH)/%: %
|
/illumos-gate/usr/src/psm/stand/bootlst/sparc/sun4u/ |
H A D | Makefile | 30 ARCH = sun4u macro 34 PLATDIR = $(TOPDIR)/uts/$(ARCH) 37 PLAT_PROMDIR = $(PROMTYPE)/$(ARCH)
|
/illumos-gate/usr/src/psm/stand/bootlst/sparc/sun4v/ |
H A D | Makefile | 30 ARCH = sun4v macro 34 PLATDIR = $(TOPDIR)/uts/$(ARCH) 37 PLAT_PROMDIR = $(PROMTYPE)/$(ARCH)
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | WWW.mk | 151 local HOST ITEM ARCH BINS DIRS G 157 ARCH := $(PWD:D:C,/$(CC.HOSTTYPE)/,/$(TYPE)/) 165 $(G) : .JOINT $(ARCH)/$(ITEM)/$(ITEM).mm (html_info) .WWW.semaphore .FORCE 171 DIRS += $(ARCH)/$(ITEM) 175 ARCH := $(ARCH:C,/src/.*,,)
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/ |
H A D | Makefile | 27 ARCH = i86pc macro 32 HBSRCS = hostbridge.c hb_$(ARCH).c
|
/illumos-gate/usr/src/pkg/transforms/ |
H A D | publish | 35 # $ARCH, then don't publish it. 37 # ...in other words, if *any* occurrence of "value" matches $(ARCH), 41 <transform set name=variant.arch value=^(?!$(ARCH)).+$ -> abort>
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/ |
H A D | build_generic_data.sh | 55 if [[ ! -z $ARCH ]]; then 56 KERNEL_ARCH="ARCH=$ARCH"
|
H A D | kchecker | 73 if [[ ! -z $ARCH ]]; then 74 KERNEL_ARCH="ARCH=$ARCH"
|
H A D | test_generic.sh | 55 if [[ ! -z $ARCH ]]; then 56 KERNEL_ARCH="ARCH=$ARCH"
|
H A D | test_kernel.sh | 59 if [[ ! -z $ARCH ]]; then 60 KERNEL_ARCH="ARCH=$ARCH"
|
/illumos-gate/usr/src/cmd/adbgen/common/ |
H A D | adbgen.sh | 88 if ${CC:-cc} -w -D${ARCH:-`uname -m`} $cflags \ 89 -I/usr/share/src/uts/${ARCH:-`uname -m`} \
|
/illumos-gate/usr/src/lib/fm/topo/modules/ |
H A D | Makefile.plugin | 49 arch_ROOTPROG = $(ROOT)/usr/platform/$(ARCH)/lib/fm/topo/plugins/$(PROG) 54 arch_ROOTCONF = $(ROOT)/usr/platform/$(ARCH)/lib/fm/topo/plugins/$(CONF)
|
/illumos-gate/usr/src/cmd/boot/scripts/ |
H A D | update_grub.ksh | 42 ARCH=`uname -p` 152 if [ -f "$ALT_ROOT"/platform/i86pc/multiboot -a "$ARCH" = i386 ] ; then
|
/illumos-gate/usr/src/cmd/fm/modules/ |
H A D | Makefile.plugin | 62 arch_ROOTPROG = $(ROOT)/usr/platform/$(ARCH)/lib/fm/fmd/plugins/$(PROG) 67 arch_ROOTCONF = $(ROOT)/usr/platform/$(ARCH)/lib/fm/fmd/plugins/$(CONF)
|
/illumos-gate/usr/src/cmd/sgs/elfdump/amd64/ |
H A D | Makefile | 33 ARCH = amd64 macro
|
/illumos-gate/usr/src/cmd/sgs/elfdump/sparcv9/ |
H A D | Makefile | 33 ARCH = sparcv9 macro
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chipset/ |
H A D | Makefile | 17 ARCH = i86pc macro
|