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

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dmenulst.py192 self._entitylist = [] # per-instance list of entities
196 def entities(self): member in class:MenuDotLst
197 """Return a list of entities encapsulated by this MenuDotLst. A new
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c196 ipmi_find_sdr(topo_mod_t *mod, ipmi_handle_t *hdl, char **entities, argument
204 if ((sdr = ipmi_sdr_lookup(hdl, entities[i])) != NULL &&
206 topo_mod_dprintf(mod, "Found SDR %s", entities[i]);

Completed in 19 milliseconds