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

123

/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DMakefile.PL40 my $arch = qx{uname -p}; chomp($arch);
41 if ($arch eq 'sparc') {
44 } elsif ($arch eq 'i386') {
48 die("Unknown architecture $arch\n");
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Darchitecture.c33 const PedArchitecture* arch = &ped_linux_arch; local
36 const PedArchitecture* arch = &ped_beos_arch;
39 const PedArchitecture* arch = &ped_solaris_arch;
42 const PedArchitecture* arch = &ped_gnu_arch;
45 ped_architecture = arch;
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/bootvars/
H A D__init__.py36 def get(sysroot, arch, osname):
39 if arch is None:
40 arch = bootutil.get_current_arch_string()
44 bvmod = __name__ + '.' + arch + '.' + osname
/osnet-11/usr/src/lib/fm/topo/maps/sun4u/
H A DMakefile29 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/maps/sun4v/
H A DMakefile29 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/zambezi/
H A DMakefile.com28 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/
H A DMakefile.com26 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/niu/
H A DMakefile.com28 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Netra-X4270-M3/
H A DMakefile27 # specific, but its build is structured as 'arch' specific since
31 CLASS = arch
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/
H A DMakefile.PL48 my $arch = qx{uname -p}; chomp($arch);
57 my $perlarch = ($arch eq "sparc") ? "sun4-solaris-64int":"i86pc-solaris-64int";
71 $configpm = "config/$pver/$rel/$arch/Config.pm";
74 "$pver/$rel/$arch\n");
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/
H A DMakefile.com28 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/
H A DMakefile.com28 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/motherboard/
H A DMakefile.com28 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A DMakefile.com28 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A DMakefile.com28 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/xaui/
H A DMakefile.com28 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Netra-X4200-M2/
H A DMakefile28 # specific, but its build is structured as 'arch' specific since
32 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,SUN-FIRE-X4270-M2-SERVER/
H A DMakefile27 # specific, but its build is structured as 'arch' specific since
31 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-M2/
H A DMakefile29 # specific, but its build is structured as 'arch' specific since
33 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/
H A DMakefile29 # specific, but its build is structured as 'arch' specific since
33 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/
H A DMakefile29 # specific, but its build is structured as 'arch' specific since
33 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/
H A DMakefile29 # specific, but its build is structured as 'arch' specific since
33 CLASS = arch
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/
H A DMakefile28 # specific, but its build is structured as 'arch' specific since
32 CLASS = arch
/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DCheckIn55 my $arch = ((uname())[4] eq 'i86pc') ? 'i386' : 'sparc';
94 # If it is to go into the arch directory.
95 } elsif ($d eq 'arch') {
96 make_dir("$ver_dst/$arch");
97 print("cp $bld/$pf $ver_dst/$arch/$f\n");
98 print("( cd $ver_dst/$arch/$p && ",
100 print("rm -f $ver_dst/$arch/$cpf\n");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/
H A Dtainted.t16 use lib qw(blib/lib blib/arch);

Completed in 62 milliseconds

123