Searched defs:version (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/openstack/cinder/files/solaris/
H A Dzfs.py109 version = "1.3.0" variable in class:ZFSVolumeDriver
472 stats["driver_version"] = self.version
/solaris-userland/components/libusb/wrapper/src/
H A Dwr_libusb.c733 char *version; local
817 * If there is no version defined we accept it
818 * but if there is a version mismatch we will skip
826 if ((version = *hdl_libusb_version) != NULL) {
827 if (strlen(version) > MAX_VERSION_LEN) {
829 "version string exceeds max"
832 (void) strncpy(version_store, version,
841 * Initial wrapper version is 1.1
843 * then do not load. If the version is not
852 "plugin version
[all...]

Completed in 45 milliseconds