Searched refs:osname (Results 1 - 15 of 15) sorted by relevance

/pkg/src/tests/
H A Dpkg5testenv.py55 osname = platform.uname()[0].lower()
57 if osname == 'sunos':
59 elif osname == 'linux':
61 elif osname == 'windows':
62 proc = osname
63 elif osname == 'darwin':
64 proc = osname
65 elif osname == 'aix':
66 proc = osname
H A Drun.py206 osname = platform.uname()[0].lower() variable
208 if osname == 'sunos':
210 elif osname == 'linux':
212 elif osname == 'windows':
213 arch = osname
214 elif osname == 'darwin':
215 arch = osname
216 elif osname == "aix":
217 arch = osname
/pkg/src/modules/portable/
H A D__init__.py261 osname = os_util.get_canonical_os_name() variable
265 fragments = [distro, osname, ostype]
/pkg/src/
H A Dsetup.py64 osname = platform.uname()[0].lower() variable
66 if osname == 'sunos':
69 elif osname == 'linux':
72 elif osname == 'windows':
73 arch = osname
75 elif osname == 'darwin':
76 arch = osname
78 elif osname == 'aix':
113 if float(py_version) < 3 and osname == 'sunos':
234 # indexed by 'osname'
[all...]
H A Dclient.py5808 if portable.osname != "windows":
/pkg/src/tests/cli/
H A Dt_origin_cpu.py124 if portable.osname != "sunos":
H A Dt_origin_fw.py114 if portable.osname != "sunos":
H A Dt_pkg_R_option.py99 if portable.osname != "sunos":
H A Dt_pkg_nasty.py375 if portable.osname == "windows":
H A Dt_pkg_verify.py454 if portable.osname != "sunos":
H A Dt_pkg_install.py1129 if portable.osname != "sunos":
1225 if portable.osname != "sunos":
/pkg/src/modules/client/
H A Dfirmware.py70 if portable.osname != "sunos" and key not in self._cache:
H A Dapi.py1157 osname = mfst.get("pkg.release.osname", None)
1158 if osname == "sunos":
5647 portable.osname != "sunos":
H A Dimageplan.py4078 if portable.osname == "sunos":
/pkg/src/tests/api/
H A Dt_sysattr.py71 if portable.osname != "sunos":

Completed in 99 milliseconds