Searched defs:driver (Results 1 - 4 of 4) sorted by relevance
/solaris-userland/components/openstack/nova/files/solariszones/ |
H A D | __init__.py | 19 from nova.virt.solariszones import driver namespace 21 SolarisZonesDriver = driver.SolarisZonesDriver
|
H A D | driver.py | 75 from nova.virt import driver namespace 464 class SolarisZonesDriver(driver.ComputeDriver): 574 """Initialize anything that is necessary for the driver to function, 581 """Clean up anything that is necessary for the driver gracefully stop, 1215 driver types. 1394 msg = _("Detected 'local' zvol driver volume type " 1423 msg = _("Unsupported volume driver type '%s' can not be used " 3832 a driver that manages only one node can safely ignore this 4253 This is an optional driver method which is used to publish 4419 """Does the driver wan [all...] |
/solaris-userland/components/openstack/cinder/files/solaris/ |
H A D | zfs.py | 38 from cinder.volume import driver namespace 92 """OpenStack Cinder ZFS volume driver for generic ZFS volumes. 95 1.0.0 - Initial driver with basic functionalities in Havana 734 class ZFSISCSIDriver(STMFDriver, driver.ISCSIDriver): 916 # earlier versions of the volume driver 1012 The iSCSI driver returns a driver_volume_type of 'iscsi'. 1013 The format of the driver data is defined in _get_iscsi_properties. 1052 class ZFSFCDriver(STMFDriver, driver.FibreChannelDriver): 1260 The driver returns a driver_volume_type of 'fibre_channel'.
|
/solaris-userland/components/openvswitch/files/lib/ |
H A D | util-solaris.c | 159 * Given a `linkname' of the form drv(ppa), parse it into `driver' and `ppa'. 160 * If the `dsize' for the `driver' is not atleast MAXLINKNAMELEN then part of 161 * the driver name will be copied to `driver'. 163 * This function also validates driver name and PPA and therefore callers can 164 * call this function with `driver' and `ppa' set to NULL, to just verify the 168 dlparse_drvppa(const char *linknamep, char *driver, uint_t dsize, uint_t *ppa) argument 204 if (driver != NULL) 205 (void) strlcpy(driver, linkname, dsize); 218 * - datalink name (which is driver nam [all...] |
Completed in 39 milliseconds