Lines Matching defs:_RESIDUAL
290 typedef struct _RESIDUAL { struct
291 unsigned long ResidualLength; /* Length of Residual */
292 unsigned char Version; /* of this data structure */
293 unsigned char Revision; /* of this data structure */
294 unsigned short EC; /* of this data structure */
296 VPD VitalProductData;
298 unsigned short MaxNumCpus; /* Max CPUs in this system */
299 unsigned short ActualNumCpus; /* ActualNumCpus < MaxNumCpus means */
302 PPC_CPU Cpus[MAX_CPUS];
304 unsigned long TotalMemory; /* Total amount of memory installed */
305 unsigned long GoodMemory; /* Total amount of good memory */
306 unsigned long ActualNumMemSegs;
307 MEM_MAP Segs[MAX_MEM_SEGS];
308 unsigned long ActualNumMemories;
309 PPC_MEM Memories[MAX_MEMS];
311 unsigned long ActualNumDevices;
312 PPC_DEVICE Devices[MAX_DEVICES];
336 #endif /* ndef _RESIDUAL_ */ argument