Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c130 static picl_nodehdl_t *physplat_nodes = NULL; variable
657 if (physplat_nodes) { in build_physplat()
658 free(physplat_nodes); in build_physplat()
659 physplat_nodes = NULL; in build_physplat()
673 if (physplat_nodes) { in free_resources()
674 free(physplat_nodes); in free_resources()
675 physplat_nodes = NULL; in free_resources()
1043 if (physplat_nodes) { in save_nodeh()
1044 (void) memcpy((void *) p, (void *) physplat_nodes, in save_nodeh()
1046 free((void *) physplat_nodes); in save_nodeh()
[all …]