Searched defs:platform (Results 1 - 5 of 5) sorted by relevance

/solaris-userland/components/python/os-brick/files/solaris/
H A Dsolarisfc.py20 import platform namespace
190 if platform.processor() == 'sparc':
H A Dsolarisiscsi.py20 import platform namespace
143 if platform.processor() == 'sparc':
/solaris-userland/tools/python/pkglint/
H A Duserland.py33 import platform namespace
585 ((platform.processor(),) + sys.version_info[:2]))]
/solaris-userland/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py27 import platform namespace
59 PLATFORM = platform.system()
/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py25 import platform namespace
483 platform-specific layer, and never escape the connection interface. The
484 platform-specific layer is responsible for keeping track of which instance
485 ID maps to which platform-specific ID, and vice versa.
491 virtualization platform.
719 attempts to emulate what the virtual platform code does to
1167 compute_arch = platform.processor()
2174 """Create a new instance/VM/domain on the virtualization platform.
2180 cleaned up, and the virtualization platform should be in the state
2468 platform shoul
[all...]

Completed in 40 milliseconds