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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.c130 static picl_nodehdl_t *physplat_nodes = NULL; variable
655 * The physplat_nodes table is no longer needed, free it
657 if (physplat_nodes) {
658 free(physplat_nodes);
659 physplat_nodes = NULL;
673 if (physplat_nodes) {
674 free(physplat_nodes);
675 physplat_nodes = NULL;
1021 * Saves the node handle and the row id into physplat_nodes[]. If we're
1023 * old physplat_nodes befor
[all...]

Completed in 59 milliseconds