Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/envmond/
H A Dpiclplatmod.c74 extern picl_nodehdl_t rooth, platformh, sysmgmth, sensorh;
308 rooth = platformh = sysmgmth = 0; in env_platmod_fini()
816 if (sysmgmth == 0) { in env_platmod_create_sensors()
818 &sysmgmth)) != PICL_SUCCESS) { in env_platmod_create_sensors()
823 rc = env_create_temp_sensor_node(sysmgmth, CPU_SENSOR_GEO_ADDR); in env_platmod_create_sensors()
H A Dpicldr.c89 picl_nodehdl_t platformh = 0, sysmgmth = 0, cpu_lnodehdl = 0; variable