Searched refs:topo_hdl_root (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_fmri.c | 112 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_nvl2str() 148 if ((rnode = topo_hdl_root(thp, buf)) == NULL) in topo_fmri_str2nvl() 188 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_present() 216 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_replaced() 244 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_contains() 280 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_unusable() 306 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_retire() 334 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_unretire() 364 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_service_state() 391 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_expand() [all …]
|
H A D | topo_subr.h | 130 extern tnode_t *topo_hdl_root(topo_hdl_t *, const char *);
|
H A D | topo_subr.c | 215 topo_hdl_root(topo_hdl_t *thp, const char *scheme) in topo_hdl_root() function
|