Searched refs:cpu_lnodehdl (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/ |
H A D | picldr.c | 89 picl_nodehdl_t platformh = 0, sysmgmth = 0, cpu_lnodehdl = 0; variable 689 if (cpu_lnodehdl == 0) { in env_handle_chassis_configuring_event() 693 &cpu_lnodehdl)) != PICL_SUCCESS) { in env_handle_chassis_configuring_event() 701 if (ptree_get_prop_by_name(cpu_lnodehdl, PICL_PROP_GEO_ADDR, in env_handle_chassis_configuring_event() 706 cpu_lnodehdl, &proph, in env_handle_chassis_configuring_event() 711 if (ptree_get_prop_by_name(cpu_lnodehdl, in env_handle_chassis_configuring_event() 717 cpu_lnodehdl, &proph, &status_time); in env_handle_chassis_configuring_event()
|
H A D | piclplatmod.c | 75 extern picl_nodehdl_t chassis_nodehdl, cpu_nodehdl, cpu_lnodehdl; 309 chassis_nodehdl = cpu_nodehdl = cpu_lnodehdl = 0; in env_platmod_fini() 495 if (nodeh == cpu_lnodehdl) { in env_platmod_handle_event() 500 if (nodeh != cpu_lnodehdl) { in env_platmod_handle_event() 503 if (ptree_get_propval_by_name(cpu_lnodehdl, in env_platmod_handle_event()
|