Searched refs:topo_node_asru (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_meth.c | 144 if (topo_node_asru(node, &asru, NULL, &err) != 0) { in cpu_walker() 438 topo_node_asru(node, &asru, in, &err) == 0) { in dimm_page_service_state() 463 topo_node_asru(node, &asru, in, &err) == 0) { in dimm_page_unusable() 486 topo_node_asru(node, &asru, in, &err) == 0) { in dimm_page_retire() 511 topo_node_asru(node, &asru, in, &err) == 0) { in dimm_page_unretire()
|
/titanic_44/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_protocol.c | 41 topo_node_asru(tnode_t *node, nvlist_t **asru, nvlist_t *priv, int *err) in topo_node_asru() function
|
H A D | mapfile-vers | 126 topo_node_asru;
|
H A D | libtopo.h | 129 extern int topo_node_asru(tnode_t *, nvlist_t **, nvlist_t *, int *);
|
/titanic_44/usr/src/cmd/fm/modules/sun4v/generic-mem/ |
H A D | gmem_dimm.c | 407 (void) topo_node_asru(node, &asru, NULL, &err); in find_dimm_hc_fmri()
|
/titanic_44/usr/src/cmd/fm/fmtopo/common/ |
H A D | fmtopo.c | 139 if (topo_node_asru(node, &asru, NULL, &err) == 0) in print_node()
|