Searched refs:topo_node_facbind (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | mapfile-vers | 157 topo_node_facbind;
|
H A D | topo_mod.h | 250 extern tnode_t *topo_node_facbind(topo_mod_t *, tnode_t *, const char *,
|
H A D | topo_node.c | 550 topo_node_facbind(topo_mod_t *mod, tnode_t *pnode, const char *name, in topo_node_facbind() function
|
H A D | topo_xml.c | 1453 if ((ntn = topo_node_facbind(mp, ptn, (char *)fname, in fac_process()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/shared/ |
H A D | topo_sensor.c | 213 if ((fnode = topo_node_facbind(mod, pnode, fname, in topo_sensor_create_scalar_sensor()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/ |
H A D | ses_facility.c | 471 if ((tn = topo_node_facbind(mod, pnode, name, type)) == NULL) { in ses_add_fac_common()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/ |
H A D | disk_common.c | 396 if ((fnode = topo_node_facbind(mod, pnode, "temp", in disk_add_temp_sensor()
|
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/ |
H A D | fac_prov_ipmi.c | 1482 if ((fnode = topo_node_facbind(mod, pnode, facname, ftype)) == NULL) { in make_sensor_node()
|