Home | History | Annotate | Download | only in compiler

Lines Matching defs:TableCount

169     UINT32                  TableCount);
174 UINT32 TableCount,
238 unsigned long TableCount;
270 TableCount = strtoul (Signature, &End, 0);
275 if (TableCount > 254)
278 (unsigned int) TableCount);
284 Status = DtCreateOneTemplateFile (ACPI_SIG_DSDT, TableCount);
338 UINT32 TableCount)
389 Status = DtCreateOneTemplate (Signature, TableCount, TableData);
482 * TableCount - Used for SSDTs in same file as DSDT
495 UINT32 TableCount,
536 if (TableCount == 0)
544 Signature, TableCount);
588 for (i = 1; i <= TableCount; i++)
643 if (TableCount == 0)
655 Signature, TableCount, DisasmFilename);