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

/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dsolarisfc.py20 import platform namespace
166 if platform.processor() == 'sparc':
H A Dsolarisiscsi.py20 import platform namespace
143 if platform.processor() == 'sparc':
/solaris-userland-s11u3/tools/python/pkglint/
H A Duserland.py33 import platform namespace
554 ((platform.processor(),) + sys.version_info[:2]))]
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py27 import platform namespace
57 PLATFORM = platform.system()
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Ddriver.py25 import platform namespace
466 platform-specific layer, and never escape the connection interface. The
467 platform-specific layer is responsible for keeping track of which instance
468 ID maps to which platform-specific ID, and vice versa.
474 virtualization platform.
683 attempts to emulate what the virtual platform code does to
1047 compute_arch = platform.processor()
1841 """Create a new instance/VM/domain on the virtualization platform.
1847 cleaned up, and the virtualization platform should be in the state
2103 platform shoul
[all...]

Completed in 47 milliseconds