Home
last modified time | relevance | path

Searched refs:topo_mod_product (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers137 topo_mod_product;
H A Dtopo_mod.h86 extern char *topo_mod_product(topo_mod_t *);
H A Dtopo_mod.map80 topo_mod_product { TYPE = FUNCTION; FLAGS = extern };
H A Dtopo_mod.c773 topo_mod_product(topo_mod_t *mod) in topo_mod_product() function
858 prod = topo_mod_product(mod); in topo_mod_auth()
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1568 if ((product = topo_mod_product(mod)) == NULL) { in ses_create_generic()