Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c114 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_nvl2str()
185 } else if ((rnode = topo_hdl_root(thp, buf)) == NULL) { in topo_fmri_str2nvl()
226 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_present()
254 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_replaced()
282 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_contains()
318 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_unusable()
344 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_retire()
372 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_unretire()
402 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_service_state()
429 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) in topo_fmri_expand()
[all …]
H A Dtopo_subr.h131 extern tnode_t *topo_hdl_root(topo_hdl_t *, const char *);
H A Dtopo_subr.c222 topo_hdl_root(topo_hdl_t *thp, const char *scheme) in topo_hdl_root() function