Go to the source code of this file.
|
| enum | configclass {
SystemClass,
ProcessorClass,
CacheClass,
MemoryClass,
AdapterClass,
ControllerClass,
PeripheralClass
} |
| |
| enum | configtype {
ARC,
CPU,
FPU,
PrimaryICache,
PrimaryDCache,
SecondaryICache,
SecondaryDCache,
SecondaryCache,
Memory,
EISAAdapter,
TCAdapter,
SCSIAdapter,
DTIAdapter,
MultiFunctionAdapter,
DiskController,
TapeController,
CDROMController,
WORMController,
SerialController,
NetworkController,
DisplayController,
ParallelController,
PointerController,
KeyboardController,
AudioController,
OtherController,
DiskPeripheral,
FloppyDiskPeripheral,
TapePeripheral,
ModemPeripheral,
MonitorPeripheral,
PrinterPeripheral,
PointerPeripheral,
KeyboardPeripheral,
TerminalPeripheral,
LinePeripheral,
NetworkPeripheral,
OtherPeripheral,
XTalkAdapter,
PCIAdapter,
GIOAdapter,
TPUAdapter,
Anonymous
} |
| |
| enum | IDENTIFIERFLAG {
Failed = 1,
ReadOnly = 2,
Removable = 4,
ConsoleIn = 8,
ConsoleOut = 16,
Input = 32,
Output = 64
} |
| |
| enum | memorytype {
ExceptionBlock,
SPBPage,
FreeContiguous,
FreeMemory,
BadMemory,
LoadedProgram,
FirmwareTemporary,
FirmwarePermanent
} |
| |
| #define SGI_ARCS_REV 0 /* rev .00 */ |
- Enumerator:
| SystemClass |
|
| ProcessorClass |
|
| CacheClass |
|
| MemoryClass |
|
| AdapterClass |
|
| ControllerClass |
|
| PeripheralClass |
|
Definition at line 11 of file hinv.h.
- Enumerator:
| ARC |
|
| CPU |
|
| FPU |
|
| PrimaryICache |
|
| PrimaryDCache |
|
| SecondaryICache |
|
| SecondaryDCache |
|
| SecondaryCache |
|
| Memory |
|
| EISAAdapter |
|
| TCAdapter |
|
| SCSIAdapter |
|
| DTIAdapter |
|
| MultiFunctionAdapter |
|
| DiskController |
|
| TapeController |
|
| CDROMController |
|
| WORMController |
|
| SerialController |
|
| NetworkController |
|
| DisplayController |
|
| ParallelController |
|
| PointerController |
|
| KeyboardController |
|
| AudioController |
|
| OtherController |
|
| DiskPeripheral |
|
| FloppyDiskPeripheral |
|
| TapePeripheral |
|
| ModemPeripheral |
|
| MonitorPeripheral |
|
| PrinterPeripheral |
|
| PointerPeripheral |
|
| KeyboardPeripheral |
|
| TerminalPeripheral |
|
| LinePeripheral |
|
| NetworkPeripheral |
|
| OtherPeripheral |
|
| XTalkAdapter |
|
| PCIAdapter |
|
| GIOAdapter |
|
| TPUAdapter |
|
| Anonymous |
|
Definition at line 28 of file hinv.h.
- Enumerator:
| Failed |
|
| ReadOnly |
|
| Removable |
|
| ConsoleIn |
|
| ConsoleOut |
|
| Input |
|
| Output |
|
Definition at line 85 of file hinv.h.
- Enumerator:
| ExceptionBlock |
|
| SPBPage |
|
| FreeContiguous |
|
| FreeMemory |
|
| BadMemory |
|
| LoadedProgram |
|
| FirmwareTemporary |
|
| FirmwarePermanent |
|
Definition at line 149 of file hinv.h.