Searched refs:arch (Results 1 - 25 of 65) sorted by relevance
123
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Makefile.PL | 40 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 D | architecture.c | 33 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__.py | 36 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 D | Makefile | 29 CLASS = arch
|
/osnet-11/usr/src/lib/fm/topo/maps/sun4v/ |
H A D | Makefile | 29 CLASS = arch
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/zambezi/ |
H A D | Makefile.com | 28 CLASS = arch
|
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/ |
H A D | Makefile.com | 26 CLASS = arch
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/niu/ |
H A D | Makefile.com | 28 CLASS = arch
|
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Netra-X4270-M3/ |
H A D | Makefile | 27 # 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 D | Makefile.PL | 48 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 D | Makefile.com | 28 CLASS = arch
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/ |
H A D | Makefile.com | 28 CLASS = arch
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/motherboard/ |
H A D | Makefile.com | 28 CLASS = arch
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/ |
H A D | Makefile.com | 28 CLASS = arch
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | Makefile.com | 28 CLASS = arch
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/xaui/ |
H A D | Makefile.com | 28 CLASS = arch
|
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Netra-X4200-M2/ |
H A D | Makefile | 28 # 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 D | Makefile | 27 # 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 D | Makefile | 29 # 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 D | Makefile | 29 # 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 D | Makefile | 29 # 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 D | Makefile | 29 # 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 D | Makefile | 28 # 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 D | CheckIn | 55 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 D | tainted.t | 16 use lib qw(blib/lib blib/arch);
|
Completed in 139 milliseconds
123