Searched refs:DT_SUBTABLE (Results 1 – 10 of 10) sorted by relevance
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | dtsubtable.c | 178 DT_SUBTABLE **RetSubtable) in DtCreateSubtable() 180 DT_SUBTABLE *Subtable; in DtCreateSubtable() 214 DT_SUBTABLE *ParentTable, in DtInsertSubtable() 215 DT_SUBTABLE *Subtable) in DtInsertSubtable() 217 DT_SUBTABLE *ChildTable; in DtInsertSubtable() 261 DT_SUBTABLE *Subtable) in DtPushSubtable() 285 DT_SUBTABLE *Subtable; in DtPopSubtable() 309 DT_SUBTABLE * 333 DT_SUBTABLE * 335 DT_SUBTABLE *ParentTable, in DtGetNextSubtable() [all …]
|
| H A D | dtcompiler.h | 243 } DT_SUBTABLE; typedef 256 DT_EXTERN DT_SUBTABLE DT_INIT_GLOBAL (*AslGbl_RootTable, NULL); 260 DT_EXTERN DT_SUBTABLE DT_INIT_GLOBAL (*AslGbl_SubtableStack, NULL); 278 DT_EXTERN DT_SUBTABLE DT_INIT_GLOBAL (*AslGbl_SubtableCacheNext, NULL); 279 DT_EXTERN DT_SUBTABLE DT_INIT_GLOBAL (*AslGbl_SubtableCacheLast, NULL); 293 DT_SUBTABLE **RetSubtable); 304 DT_SUBTABLE **RetSubtable); 325 DT_SUBTABLE *RootTable); 352 DT_SUBTABLE **RetSubtable); 361 DT_SUBTABLE *Subtable); [all …]
|
| H A D | dttable2.c | 177 DT_SUBTABLE *Subtable; in DtCompileLpit() 178 DT_SUBTABLE *ParentTable; in DtCompileLpit() 253 DT_SUBTABLE *Subtable; in DtCompileMadt() 254 DT_SUBTABLE *ParentTable; in DtCompileMadt() 528 DT_SUBTABLE *ParentTable; in DtCompileMpam() 529 DT_SUBTABLE *Subtable; in DtCompileMpam() 686 DT_SUBTABLE *Subtable; in DtCompileMpst() 687 DT_SUBTABLE *ParentTable; in DtCompileMpst() 823 DT_SUBTABLE *Subtable; in DtCompileMrrm() 824 DT_SUBTABLE *ParentTable; in DtCompileMrrm() [all …]
|
| H A D | dttable1.c | 202 DT_SUBTABLE *Subtable; in DtCompileAest() 203 DT_SUBTABLE *ParentTable; in DtCompileAest() 502 DT_SUBTABLE *Subtable; in DtCompileApmt() 503 DT_SUBTABLE *PeerSubtable; in DtCompileApmt() 504 DT_SUBTABLE *ParentTable; in DtCompileApmt() 595 DT_SUBTABLE *Subtable; in DtCompileAsf() 596 DT_SUBTABLE *ParentTable; in DtCompileAsf() 766 DT_SUBTABLE *Subtable; in DtCompileAspt() 767 DT_SUBTABLE *ParentTable; in DtCompileAspt() 852 DT_SUBTABLE *Subtable; in DtCompileCdat() [all …]
|
| H A D | dtutils.c | 162 DT_SUBTABLE *Subtable, 825 DT_SUBTABLE *Subtable, in DtSum() 886 DT_SUBTABLE *ParentTable; in DtSetTableLength() 887 DT_SUBTABLE *ChildTable; in DtSetTableLength() 962 DT_SUBTABLE *StartTable, in DtWalkTableTree() 967 DT_SUBTABLE *ParentTable; in DtWalkTableTree() 968 DT_SUBTABLE *ChildTable; in DtWalkTableTree()
|
| H A D | dtcompile.c | 424 DT_SUBTABLE *Subtable; in DtCompileDataTable() 616 DT_SUBTABLE **RetSubtable) in DtCompileTable() 620 DT_SUBTABLE *Subtable; in DtCompileTable() 621 DT_SUBTABLE *InlineSubtable = NULL; in DtCompileTable() 858 DT_SUBTABLE *Subtable; in DtCompileTwoSubtables() 859 DT_SUBTABLE *ParentTable; in DtCompileTwoSubtables() 903 DT_SUBTABLE **RetSubtable) in DtCompilePadding() 905 DT_SUBTABLE *Subtable; in DtCompilePadding()
|
| H A D | dttable.c | 176 DT_SUBTABLE *Subtable; in DtCompileRsdp() 237 DT_SUBTABLE *Subtable; in DtCompileFadt() 238 DT_SUBTABLE *ParentTable; in DtCompileFadt() 371 DT_SUBTABLE *Subtable; in DtCompileFacs()
|
| H A D | aslcache.c | 298 DT_SUBTABLE * 310 (sizeof (DT_SUBTABLE) * ASL_SUBTABLE_CACHE_SIZE)); in UtSubtableCacheCalloc() 319 AslGbl_SubtableCacheNext = ACPI_CAST_PTR (DT_SUBTABLE, Cache->Buffer); in UtSubtableCacheCalloc() 477 ((UINT32) sizeof (DT_SUBTABLE) * ASL_SUBTABLE_CACHE_SIZE), BufferCount); in UtDeleteLocalCaches()
|
| H A D | dtio.c | 173 DT_SUBTABLE *Subtable, 186 DT_SUBTABLE *Subtable, 192 DT_SUBTABLE *Subtable, 885 DT_SUBTABLE *Subtable, in DtWriteBinary() 908 DT_SUBTABLE *RootTable) in DtOutputBinary() 1075 DT_SUBTABLE *Subtable, in DtDumpSubtableInfo() 1089 DT_SUBTABLE *Subtable, in DtDumpSubtableTree()
|
| H A D | aslcompiler.h | 311 DT_SUBTABLE *
|