Searched refs:bay (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Netra-X4200-M2/ |
H A D | Netra-X4200-M2-disk-hc-topology.xmlgen | 32 <range name='bay' min='0' max='3'> 36 for ($bay = 0; $bay < $num_bays; $bay++) { 38 $tpath = sprintf("/sd\@%x,0", $bay); 40 $controller + 1, $bay); 43 <node instance='$bay'> 46 <propval name='label' type='string' value='$bay_label$bay' />
|
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-M2/ |
H A D | Sun-Fire-X4200-M2-disk-hc-topology.xmlgen | 33 <range name='bay' min='0' max='3'> 37 for ($bay = 0; $bay < $num_bays; $bay++) { 39 $tpath = sprintf("/sd\@%x,0", $bay); 41 $controller + 1, $bay); 44 <node instance='$bay'> 47 <propval name='label' type='string' value='$bay_label$bay' />
|
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/ |
H A D | Sun-Fire-X4200-Server-disk-hc-topology.xmlgen | 33 <range name='bay' min='0' max='3'> 37 for ($bay = 0; $bay < $num_bays; $bay++) { 39 $tpath = sprintf("/sd\@%x,0", $bay); 41 $controller + 1, $bay); 44 <node instance='$bay'> 47 <propval name='label' type='string' value='$bay_label$bay' />
|
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/ |
H A D | Sun-Fire-X4600-M2-disk-hc-topology.xmlgen | 32 <range name='bay' min='0' max='3'> 36 for ($bay = 0; $bay < $num_bays; $bay++) { 38 $tpath = sprintf("/sd\@%x,0", $bay); 40 $controller + 1, $bay); 43 <node instance='$bay'> 46 <propval name='label' type='string' value='$bay_label$bay' />
|
/illumos-gate/usr/src/lib/fm/topo/maps/Joyent,Joyent-Compute-Platform-1101/ |
H A D | Joyent-Compute-Platform-1101-disk-hc-topology.xmlgenksh | 39 <range name='bay' min='0' max='15'> 70 bay=0 74 do_node $bay "Front Disk $bay" "$devctl" $enclosure $slot 75 (( bay = bay + 1 )) 82 do_node $bay "Front Disk $bay" "$devctl" $enclosure $slot 83 (( bay = bay [all...] |
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/ |
H A D | Sun-Fire-X4500-disk-hc-topology.xmlgen | 33 my $bay = shift; 58 "value='ipmi:fru gid=3 hdd=%d' />\n", $bay; 79 <range name='bay' min='0' max='47'> 153 for ($bay = 0; $bay < $num_bays; $bay++) { 154 $sid = 90 + $bay; 155 $target = (($bay/12) + (($bay & 1) << 2)); 156 $index = (($bay >> [all...] |
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/ |
H A D | Sun-Fire-X4540-disk-hc-topology.xmlgen | 33 my $bay = shift; 58 "value='ipmi:fru gid=3 hdd=%d' />\n", $bay; 79 <range name='bay' min='0' max='47'> 144 for ($bay = 0; $bay < $num_bays; $bay++) { 145 $sid = 90 + $bay; 146 $target = $bay % 8; 147 $controller = $bay / 8; 149 # set hba path, target path, bay pat [all...] |
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/ |
H A D | acpi_drv.c | 563 batt_bay_t bay; local 565 bay.bay_number = nbat; 566 bay.battery_map = 0; 571 bay.battery_map |= 576 if (copyout(&bay, (void *)arg, sizeof (bay))) {
|
Completed in 85 milliseconds