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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/envd/
H A Dpiclenvsetup.c121 static fan_node_t fan_nodes[] = { variable
133 #define N_FAN_NODES (sizeof (fan_nodes)/sizeof (fan_nodes[0]))
235 * Locate the fan in our fan_nodes table by matching the
240 fnodep = &fan_nodes[i];
277 * Locate the fan in our fan_nodes table by matching the
282 fnodep = &fan_nodes[i];
647 * For each entry in fan_nodes[] array, do the following:
667 fnodep = &fan_nodes[i];
774 fnodep = &fan_nodes[
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvsetup.c128 static fan_node_t fan_nodes[] = { variable
145 #define N_FAN_NODES (sizeof (fan_nodes)/sizeof (fan_nodes[0]))
245 * Locate the fan in our fan_nodes table by matching the
250 fnodep = &fan_nodes[i];
287 * Locate the fan in our fan_nodes table by matching the
292 fnodep = &fan_nodes[i];
646 * For each entry in fan_nodes[] array, do the following:
666 fnodep = &fan_nodes[i];
774 fnodep = &fan_nodes[
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvsetup.c119 static fan_node_t fan_nodes[] = { variable
129 #define NFANS (sizeof (fan_nodes)/sizeof (fan_nodes[0]))
178 * Locate the fan in our fan_nodes table by matching the
183 fnodep = &fan_nodes[i];
219 * Locate the fan in our fan_nodes table by matching the
224 fnodep = &fan_nodes[i];
442 * For each entry in fan_nodes[] array, do the following:
463 fnodep = &fan_nodes[i];
555 fnodep = &fan_nodes[
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvsetup.c146 static fan_node_t fan_nodes[] = { variable
244 * Locate the fan in our fan_nodes table by matching the
249 for (fnodep = &fan_nodes[0]; fnodep->fan_name != NULL; fnodep++) {
652 * For each entry in fan_nodes[] array, do the following:
682 for (fnodep = fan_nodes; fnodep->fan_name != NULL; fnodep++) {
772 for (fnodep = fan_nodes; fnodep->fan_name != NULL; fnodep++) {
852 * Initialize fanp and other fields in the fan_nodes[] array
854 for (fnodep = fan_nodes; fnodep->fan_name != NULL; fnodep++) {
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvsetup.c167 static fan_node_t fan_nodes[] = { variable
225 * Locate the fan in our fan_nodes table by matching the
229 for (fnodep = &fan_nodes[0]; fnodep->fan_name != NULL; fnodep++) {
614 * For each entry in fan_nodes[] array, do the following:
644 for (fnodep = fan_nodes; fnodep->fan_name != NULL; fnodep++) {
734 for (fnodep = fan_nodes; fnodep->fan_name != NULL; fnodep++) {
802 * Initialize fanp and other fields in the fan_nodes[] array
804 for (fnodep = fan_nodes; fnodep->fan_name != NULL; fnodep++) {

Completed in 66 milliseconds