Searched refs:arch (Results 1 - 9 of 9) sorted by relevance
/pkg/src/modules/portable/ |
H A D | os_sunos.py | 28 implementation in the 'arch' extension module. 42 import pkg.arch as arch namespace 47 return arch.get_isainfo() 50 return arch.get_release() 53 return arch.get_platform()
|
/pkg/src/modules/ |
H A D | elfextract.h | 84 int arch; /* e_machine */ member in struct:hdrinfo 97 extern char *pkg_string_from_arch(int arch);
|
H A D | elfextract.c | 78 pkg_string_from_arch(int arch) argument 80 switch (arch) { 249 hi->arch = hdr->e_machine;
|
H A D | elf.c | 222 * arch: sparc|x86|ppc|other|none, 262 GI_SET_ITEM("arch", "s", pkg_string_from_arch(hi->arch));
|
/pkg/src/tests/cli/ |
H A D | t_variants.py | 38 add set name=variant.arch value=sparc value=i386 value=zos 40 add file tmp/bronze_sparc/etc/motd mode=0555 owner=root group=bin path=etc/motd variant.arch=sparc 41 add file tmp/bronze_i386/etc/motd mode=0555 owner=root group=bin path=etc/motd variant.arch=i386 42 add file tmp/bronze_zos/etc/motd mode=0555 owner=root group=bin path=etc/motd variant.arch=zos 45 add file tmp/bronze_zone/etc/sparc_nonglobal mode=0555 owner=root group=bin path=etc/zone_arch variant.arch=sparc variant.opensolaris.zone=nonglobal 46 add file tmp/bronze_zone/etc/i386_nonglobal mode=0555 owner=root group=bin path=etc/zone_arch variant.arch=i386 variant.opensolaris.zone=nonglobal 47 add file tmp/bronze_zone/etc/zos_nonglobal mode=0555 owner=root group=bin path=etc/zone_arch variant.arch=zos variant.opensolaris.zone=nonglobal 48 add file tmp/bronze_zone/etc/sparc_global mode=0555 owner=root group=bin path=etc/zone_arch variant.arch=sparc variant.opensolaris.zone=global 49 add file tmp/bronze_zone/etc/i386_global mode=0555 owner=root group=bin path=etc/zone_arch variant.arch=i386 variant.opensolaris.zone=global 50 add file tmp/bronze_zone/etc/zos_global mode=0555 owner=root group=bin path=etc/zone_arch variant.arch [all...] |
H A D | t_pkgmerge.py | 142 add file tmp/sh mode=0444 owner=root group=bin path=/etc/tree pkg.merge.blend=arch 157 add file tmp/sparc1 mode=0444 owner=root group=bin path=/etc/debug-notes pkg.merge.blend=arch 166 add file tmp/sparc4 mode=0444 owner=root group=bin path=/etc/everywhere-notes pkg.merge.blend=arch pkg.merge.blend=debug 181 add file tmp/i3861 mode=0444 owner=root group=bin path=/etc/nondebug-notes pkg.merge.blend=variant.arch 190 add file tmp/sh mode=0444 owner=root group=bin path=/etc/tree pkg.merge.blend=arch 196 add file tmp/scheme mode=0444 owner=root group=bin path=/etc/tree pkg.merge.blend=arch 202 add link path=wombat target=blue mediator=color mediator-implementation=blue pkg.merge.blend=arch 203 add link path=wombat target=red mediator=color mediator-implementation=red pkg.merge.blend=arch 204 add link path=wombat target=green mediator=color mediator-implementation=green pkg.merge.blend=arch 205 add link path=wombat target=orange mediator=color mediator-implementation=orange pkg.merge.blend=arch [all...] |
/pkg/src/tests/ |
H A D | run.py | 207 arch = 'unknown' variable 209 arch = platform.processor() variable 211 arch = "linux_" + platform.machine() variable 213 arch = osname variable 215 arch = osname variable 217 arch = osname variable
|
/pkg/src/tests/api/ |
H A D | t_elf.py | 76 arch = pkg.portable.get_isainfo()[0] 78 p = re.sub("__ARCH__", arch, p)
|
/pkg/src/ |
H A D | setup.py | 65 ostype = arch = 'unknown' 67 arch = platform.processor() variable 70 arch = "linux_" + platform.machine() variable 73 arch = osname variable 76 arch = osname variable 79 arch = "aix" variable 96 dist_dir = os.path.normpath(os.path.join(pwd, os.pardir, "proto", "dist_" + arch)) 97 build_dir = os.path.normpath(os.path.join(pwd, os.pardir, "proto", "build_" + arch)) 101 root_dir = os.path.normpath(os.path.join(pwd, os.pardir, "proto", "root_" + arch)) 102 pkgs_dir = os.path.normpath(os.path.join(pwd, os.pardir, "packages", arch)) [all...] |
Completed in 20 milliseconds