Lines Matching refs:TableCount
169 UINT32 TableCount);
174 UINT32 TableCount,
238 unsigned long TableCount; in DtCreateTemplates() local
270 TableCount = strtoul (Signature, &End, 0); in DtCreateTemplates()
275 if (TableCount > 254) in DtCreateTemplates()
278 (unsigned int) TableCount); in DtCreateTemplates()
284 Status = DtCreateOneTemplateFile (ACPI_SIG_DSDT, TableCount); in DtCreateTemplates()
338 UINT32 TableCount) in DtCreateOneTemplateFile() argument
389 Status = DtCreateOneTemplate (Signature, TableCount, TableData); in DtCreateOneTemplateFile()
490 UINT32 TableCount, in DtCreateOneTemplate() argument
531 if (TableCount == 0) in DtCreateOneTemplate()
539 Signature, TableCount); in DtCreateOneTemplate()
583 for (i = 1; i <= TableCount; i++) in DtCreateOneTemplate()
633 if (TableCount == 0) in DtCreateOneTemplate()
645 Signature, TableCount, DisasmFilename); in DtCreateOneTemplate()