Home
last modified time | relevance | path

Searched refs:topo_pgroup_info (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dlibtopo.h321 typedef struct topo_pgroup_info { struct
331 extern topo_pgroup_info_t *topo_pgroup_info(tnode_t *, const char *, int *); argument
H A Dmapfile-vers150 topo_pgroup_info;
H A Dtopo_prop.c1123 topo_pgroup_info(tnode_t *node, const char *pgname, int *err) in topo_pgroup_info() function
/titanic_44/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c491 if ((pgi = topo_pgroup_info(node, pgn, &err)) != NULL) { in print_pgroup()