Home
last modified time | relevance | path

Searched refs:topo_mod_enummap (Results 1 – 6 of 6) sorted by relevance

/titanic_53/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi.c192 return (topo_mod_enummap(mod, x86pi->t_parent, in x86pi_enum_start()
218 (void) topo_mod_enummap(mod, motherchassis_node, "chassis", in x86pi_enum_start()
220 (void) topo_mod_enummap(mod, motherchassis_node, "fan", in x86pi_enum_start()
222 (void) topo_mod_enummap(mod, motherchassis_node, "psu", in x86pi_enum_start()
/titanic_53/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.h78 extern int topo_mod_enummap(topo_mod_t *mod, tnode_t *, const char *,
H A Dmapfile-vers98 topo_mod_enummap;
H A Dtopo_mod.map55 topo_mod_enummap { TYPE = FUNCTION; FLAGS = extern };
H A Dtopo_mod.c276 topo_mod_enummap(topo_mod_t *mod, tnode_t *node, const char *name, in topo_mod_enummap() function
/titanic_53/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c502 (void) topo_mod_enummap(mod, fn, in declare_dev_and_fn()