Searched refs:FMRI (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/rad/pysmf/common/
H A Dfmri.py26 """ Service FMRI handling """
28 class FMRI: class in inherits:
29 """ Immutable service or instance FMRI type """
32 """ Constructs an FMRI from a scope, service, and instance """
42 """ Parse a svc: FMRI string into an FMRI object """
47 raise ValueError, "not an svc: FMRI"
72 raise ValueError, "non service/instance FMRI"
76 raise ValueError, "non service/instance FMRI"
80 return FMRI(scop
[all...]
H A Drad.py98 """ Convert an FMRI object to a rad.client.Name """
107 """ Look up a service/instance object by FMRI object """
111 """ Look up a service/instance object by svc: FMRI string """
112 return self.lookup(smf.fmri.FMRI.parse(fmri))
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h136 #define FMRI "fmri" macro
H A Dtopo_xml.c172 } else if (xmlStrcmp(str, (xmlChar *)FMRI) == 0) {
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dcommon.ksh664 pkg_fmri=$(echo $info_out | grep FMRI | cut -d'@' -f 2)

Completed in 24 milliseconds