Home
last modified time | relevance | path

Searched refs:topo_node_facbind (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/shared/
H A Dtopo_sensor.c208 if ((fnode = topo_node_facbind(mod, pnode, fname, in topo_sensor_create_scalar_sensor()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers157 topo_node_facbind;
H A Dtopo_mod.h250 extern tnode_t *topo_node_facbind(topo_mod_t *, tnode_t *, const char *,
H A Dtopo_node.c550 topo_node_facbind(topo_mod_t *mod, tnode_t *pnode, const char *name, in topo_node_facbind() function
H A Dtopo_xml.c1453 if ((ntn = topo_node_facbind(mp, ptn, (char *)fname, in fac_process()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c471 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 Ddisk_common.c396 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 Dfac_prov_ipmi.c1482 if ((fnode = topo_node_facbind(mod, pnode, facname, ftype)) == NULL) { in make_sensor_node()