Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclplatmod.c75 extern picl_nodehdl_t chassis_nodehdl, cpu_nodehdl, cpu_lnodehdl;
199 if ((!force) && (env_admin_lock_enabled(cpu_nodehdl))) { in initiate_shutdown()
309 chassis_nodehdl = cpu_nodehdl = cpu_lnodehdl = 0; in env_platmod_fini()
382 if ((rc = ptree_update_propval_by_name(cpu_nodehdl, in env_handle_watchdog_expiry()
388 rc = post_dr_ap_state_change_event(cpu_nodehdl, in env_handle_watchdog_expiry()
504 PICL_PROP_CHILD, &cpu_nodehdl, in env_platmod_handle_event()
508 cpu_nodehdl = 0; in env_platmod_handle_event()
512 if (nodeh != cpu_nodehdl) { in env_platmod_handle_event()
515 if (ptree_get_prop_by_name(cpu_nodehdl, in env_platmod_handle_event()
521 NULLWRITE, cpu_nodehdl, &proph, in env_platmod_handle_event()
[all …]
H A Dpicldr.c88 picl_nodehdl_t rooth = 0, chassis_nodehdl = 0, cpu_nodehdl = 0; variable