Home
last modified time | relevance | path

Searched refs:topo_hdl_root (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c110 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_nvl2str()
146 if ((rnode = topo_hdl_root(thp, buf)) == NULL) in topo_fmri_str2nvl()
186 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_present()
214 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_replaced()
242 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_contains()
278 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_unusable()
304 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_retire()
332 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_unretire()
362 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_service_state()
389 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_expand()
[all …]
H A Dtopo_subr.h130 extern tnode_t *topo_hdl_root(topo_hdl_t *, const char *);
H A Dtopo_subr.c215 topo_hdl_root(topo_hdl_t *thp, const char *scheme) in topo_hdl_root() function