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

/solaris-userland/components/openstack/nova/files/solariszones/
H A Ddriver.py33 import rad.bindings.com.oracle.solaris.rad.kstat_2 as kstat namespace
180 'NVVT_KSTAT': 'kstat',
465 """Solaris Zones Driver using the zonemgr(3RAD) and kstat(3RAD) providers.
553 kstat.Control())
748 raise exception.NovaException("kstat URI must be string type: "
751 if not uri.startswith("kstat:/"):
752 uri = "kstat:/" + uri
757 kstat.Kstat(), rad.client.ADRGlobPattern({"uri": uri}))
760 LOG.info(_("Unable to retrieve kstat object '%s' via kstat(
[all...]

Completed in 13 milliseconds