/titanic_51/usr/src/cmd/sgs/elfdump/ |
H A D | Makefile.targ | 53 ../common/struct_layout_$(ARCH).c | sed -e '$$d' \ 54 > struct_layout_$(ARCH).tmp 55 ./gen_struct_layout gen_layout_obj.o $(ARCH) \ 56 >> struct_layout_$(ARCH).tmp 57 @diff -u struct_layout_$(ARCH).tmp \ 58 ../common/struct_layout_$(ARCH).c ||\ 59 { echo "Error: struct_layout_$(ARCH).c needs update!" ; exit 1; } 74 struct_layout_$(ARCH).tmp
|
/titanic_51/usr/src/pkg/manifests/ |
H A D | developer-build-onbld.mf | 43 set name=variant.arch value=$(ARCH) 47 dir path=opt/onbld/bin/$(ARCH) 53 dir path=opt/onbld/lib/$(ARCH) 54 dir path=opt/onbld/lib/$(ARCH)/64 75 $(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/aw mode=0555 76 $(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/btxld mode=0555 77 $(sparc_ONLY)file path=opt/onbld/bin/$(ARCH)/chk4ubin mode=0555 78 file path=opt/onbld/bin/$(ARCH)/codereview mode=0555 79 $(i386_ONLY)file path=opt/onbld/bin/$(ARCH)/cpcgen mode=0555 80 file path=opt/onbld/bin/$(ARCH)/cscope-fast mode=0555 [all …]
|
H A D | system-kernel-cpu-counters.mf | 36 set name=variant.arch value=$(ARCH) 69 $(i386_ONLY)legacy pkg=SUNWcpc.i arch=$(ARCH).i86pc \ 72 $(sparc_ONLY)legacy pkg=SUNWcpc.u arch=$(ARCH).sun4u \ 75 $(sparc_ONLY)legacy pkg=SUNWcpc.v arch=$(ARCH).sun4v \
|
H A D | system-library-processor.mf | 31 set name=variant.arch value=$(ARCH) 98 $(i386_ONLY)legacy pkg=SUNWcar.i arch=$(ARCH).i86pc \ 101 $(sparc_ONLY)legacy pkg=SUNWcar.u arch=$(ARCH).sun4u \ 104 $(sparc_ONLY)legacy pkg=SUNWcar.v arch=$(ARCH).sun4v \ 107 $(sparc_ONLY)legacy pkg=SUNWcart200.v arch=$(ARCH).sun4v \ 110 $(i386_ONLY)legacy pkg=SUNWcarx.i arch=$(ARCH).i86pc \
|
H A D | system-kernel-suspend-resume.mf | 37 set name=variant.arch value=$(ARCH) 65 $(i386_ONLY)legacy pkg=SUNWcpr.i arch=$(ARCH).i86pc \ 67 $(sparc_ONLY)legacy pkg=SUNWcpr.u arch=$(ARCH).sun4u \
|
/titanic_51/usr/src/lib/efcode/etc/ |
H A D | efcode.cleanup.sh | 36 ARCH=`/usr/bin/uname -m` 47 echo "/usr/sbin/svcadm enable /platform/${ARCH}/efdaemon:default" >> \ 50 echo "/usr/sbin/svcadm disable /platform/${ARCH}/efdaemon:default" >> \
|
/titanic_51/usr/src/psm/stand/cpr/common/ |
H A D | Makefile.com | 38 ARCHDIR = $(SYSDIR)/$(ARCH) 56 CPPDEFS = $(ARCHOPTS) -D$(ARCH) -D__$(ARCH) -D$(MACH) -D__$(MACH) 73 CPRFILES= $(ALL:%=$(ROOT_PSM_DIR)/$(ARCH)/%) 81 $(ROOT_PSM_DIR)/$(ARCH)/%: %
|
/titanic_51/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)
|
/titanic_51/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)
|
/titanic_51/usr/src/psm/stand/bootlst/common/ |
H A D | Makefile.com | 52 CPPDEFS = -D$(ARCH) -D__$(ARCH) -D$(TARG_MACH) -D__$(TARG_MACH) 69 LSTFILES= $(ALL:%=$(ROOT_PSM_DIR)/$(ARCH)/%) 77 $(ROOT_PSM_DIR)/$(ARCH)/%: %
|
/titanic_51/usr/src/cmd/sgs/packages/common/ |
H A D | bld_awk_pkginfo.ksh | 43 ARCH='ARCH=\"ISA\"' 113 /$ARCH/ { 114 printf "ARCH=\"%s\"\n", "$mach"
|
/titanic_51/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/.*,,)
|
/titanic_51/usr/src/lib/fm/topo/modules/i86pc/hostbridge/ |
H A D | Makefile | 26 ARCH = i86pc macro 31 HBSRCS = hostbridge.c hb_$(ARCH).c
|
/titanic_51/usr/src/lib/fm/topo/modules/sun4v/dimm/ |
H A D | Makefile | 26 ARCH = sun4v macro 40 MODULESRCS = $($(ARCH)_SRCS)
|
/titanic_51/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | Makefile.cpumem | 45 $($(ARCH)_SRCS) 57 CPPFLAGS += $(INCDIRS:%=-I%) -DCMD_VERSION='$(CMD_VERSION)' -D$(ARCH)
|
/titanic_51/usr/src/cmd/fm/modules/sun4v/generic-mem/ |
H A D | Makefile | 27 ARCH = sun4v macro 54 CPPFLAGS += $(INCDIRS:%=-I%) -DGMEM_VERSION='$(GMEM_VERSION)' -D$(ARCH)
|
/titanic_51/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>
|
/titanic_51/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`} \
|
/titanic_51/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
|
/titanic_51/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)
|
/titanic_51/usr/src/lib/fm/topo/modules/sun4u/pcibus/ |
H A D | Makefile | 28 ARCH = sun4u macro
|
/titanic_51/usr/src/lib/fm/topo/modules/sun4v/pcibus/ |
H A D | Makefile | 29 ARCH = sun4v macro
|
/titanic_51/usr/src/cmd/sgs/elfdump/i386/ |
H A D | Makefile | 31 ARCH = i386 macro
|
/titanic_51/usr/src/cmd/sgs/elfdump/sparc/ |
H A D | Makefile | 31 ARCH = sparc macro
|
/titanic_51/usr/src/lib/fm/topo/modules/sun4u/hostbridge/ |
H A D | Makefile | 28 ARCH = sun4u macro
|