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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvsetup.c84 static sensor_node_t sensor_nodes[] = { variable
104 #define N_SENSOR_NODES (sizeof (sensor_nodes)/sizeof (sensor_nodes[0]))
177 * Locate the sensor in our sensor_nodes table by matching the
182 snodep = &sensor_nodes[i];
206 * Locate the sensor in our sensor_nodes table by matching the
384 * Go through the sensor_nodes array and create those nodes
400 snodep = &sensor_nodes[i];
494 snodep = &sensor_nodes[i];
944 * Initialize sensorp and other fields in the sensor_nodes[] arra
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvsetup.c89 static sensor_node_t sensor_nodes[] = { variable
109 #define N_SENSOR_NODES (sizeof (sensor_nodes)/sizeof (sensor_nodes[0]))
187 * Locate the sensor in our sensor_nodes table by matching the
192 snodep = &sensor_nodes[i];
216 * Locate the sensor in our sensor_nodes table by matching the
394 * Go through the sensor_nodes array and create those nodes
410 snodep = &sensor_nodes[i];
499 snodep = &sensor_nodes[i];
940 * Initialize sensorp and other fields in the sensor_nodes[] arra
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvsetup.c87 static sensor_node_t sensor_nodes[] = { variable
100 #define NSENSORS (sizeof (sensor_nodes)/sizeof (sensor_nodes[0]))
150 * Locate the sensor in our sensor_nodes table by matching the
155 snodep = &sensor_nodes[i];
325 * Go through the sensor_nodes array and create those nodes
341 snodep = &sensor_nodes[i];
429 snodep = &sensor_nodes[i];
720 * Initialize sensorp and other fields in the sensor_nodes[] array
724 snodep = &sensor_nodes[
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c114 static sensor_node_t sensor_nodes[] = { variable
178 * Locate the sensor in our sensor_nodes table by matching the
183 for (snodep = &sensor_nodes[0]; snodep->sensor_name != NULL;
211 * Locate the sensor in our sensor_nodes table by matching the
216 for (snodep = &sensor_nodes[0]; snodep->sensor_name != NULL;
460 * For each entry in sensor_nodes[] array, do the following:
499 for (snodep = sensor_nodes; snodep->sensor_name != NULL;
630 for (snodep = sensor_nodes; snodep->sensor_name != NULL; snodep++) {
841 * Initialize sensorp and other fields in the sensor_nodes[] array
843 for (snodep = sensor_nodes; snode
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c141 static sensor_node_t sensor_nodes[] = { variable
196 * Locate the sensor in our sensor_nodes table by matching the
200 for (snodep = &sensor_nodes[0]; snodep->sensor_name != NULL; snodep++) {
437 * For each entry in sensor_nodes[] array, do the following:
476 for (snodep = sensor_nodes; snodep->sensor_name != NULL;
592 for (snodep = sensor_nodes; snodep->sensor_name != NULL; snodep++) {
792 * Initialize sensorp and other fields in the sensor_nodes[] array
794 for (snodep = sensor_nodes; snodep->sensor_name != NULL; snodep++) {

Completed in 68 milliseconds