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

/osnet-11/usr/src/lib/rad/pykstat/common/
H A Drad.py26 """ A thin wrapper around the kstats support provided by rad """
29 import rad.client as client namespace
30 import rad.util as util namespace
33 _RAD_KSTAT_DOMAIN = "com.oracle.solaris.rad.kstat"
34 _RAD_KSTAT_MODULE = "/usr/lib/rad/module/kstat.so"
71 rad.client.RadConnection: the private connection
/osnet-11/usr/src/lib/rad/pysmf/common/
H A Drad.py26 """ A thin wrapper around the SMF support provided by rad """
29 import rad.client as client namespace
30 import rad.util as util namespace
39 _RAD_SMF_DOMAIN = "com.oracle.solaris.rad.smf"
40 _RAD_SMF_MODULE = "/usr/lib/rad/module/mod_smf.so"
74 rad.client.RadConnection: the private connection
86 """ Convert service and/or instance to a rad.client.Name """
98 """ Convert an FMRI object to a rad.client.Name """
103 """ Look up a service/instance object by rad.client.Name """
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dutil.py37 import rad.client as rad namespace
42 RAD_PATH_AFUNIX_AUTH = "/system/volatile/rad/radsocket"
43 RAD_PATH_AFUNIX_UNAUTH = "/system/volatile/rad/radsocket-unauth"
52 rad.recordmarking.RecordMarkingSocket. """
82 # and let rad die on its own, but reaching in and doing
95 rad.recordmarking.RecordMarkingSocket. """
125 # build the rad commandline command with the given options.
145 cmd = [_map_path(root, "/usr/lib/rad/rad"),
[all...]
H A Dclient.py42 import rad.recordmarking as recordmarking namespace

Completed in 27 milliseconds