Searched defs:FMRI (Results 1 - 3 of 3) 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...]
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Dmessages.py63 mNscfgErr[NSCFG_ERR_ILL_FMRI] = _("Illegal or Unrecognized FMRI: %s")
64 mNscfgErr[NSCFG_ERR_EXPORT] = _("Unable to export FMRI: %s")
65 mNscfgErr[NSCFG_ERR_IMPORT] = _("Unable to import FMRI: %s") namespace
69 mNscfgErr[NSCFG_ERR_UNCONFIG] = _("Unable to unconfigure FMRI: %s")
70 mNscfgErr[NSCFG_ERR_VALIDATE] = _("Invalid configuration FMRI: %s")
71 mNscfgErr[NSCFG_ERR_NO_CHANGE] = _("No change to FMRI: %s")
72 mNscfgErr[NSCFG_ERR_NO_CONFIG] = _("No configuration for FMRI: %s")
73 mNscfgOut[NSCFG_OUT_NO_CONFIG] = _("No configuration for FMRI: %s")
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h136 #define FMRI "fmri" macro

Completed in 22 milliseconds