Searched refs:DT_FIELD (Results 1 – 14 of 14) sorted by relevance
/acpica-3.7.0/source/compiler/ |
D | dtcompiler.h | 207 } DT_FIELD; typedef 252 DT_EXTERN DT_FIELD DT_INIT_GLOBAL (*AslGbl_FieldList, NULL); 264 DT_EXTERN DT_FIELD DT_INIT_GLOBAL (*AslGbl_LabelList, NULL); 283 DT_EXTERN DT_FIELD DT_INIT_GLOBAL (*AslGbl_FieldCacheNext, NULL); 284 DT_EXTERN DT_FIELD DT_INIT_GLOBAL (*AslGbl_FieldCacheLast, NULL); 291 DT_FIELD **Field, 319 DT_FIELD * 333 DT_FIELD *Field); 338 DT_FIELD *Field, 356 DT_FIELD *Field, [all …]
|
D | dttable2.c | 179 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileLpit() 180 DT_FIELD *SubtableStart; in DtCompileLpit() 255 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileMadt() 256 DT_FIELD *SubtableStart; in DtCompileMadt() 502 DT_FIELD *SubtableStart; in DtCompileMpam() 503 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileMpam() 660 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileMpst() 822 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileNfit() 823 DT_FIELD *SubtableStart; in DtCompileNfit() 1024 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompilePcct() [all …]
|
D | dtexpress.c | 163 DT_FIELD *Field); 165 static DT_FIELD * 171 DT_FIELD *AslGbl_CurrentField; 190 DT_FIELD *Field, in DtResolveIntegerExpression() 383 DT_FIELD *LabelField; in DtResolveLabel() 427 DT_FIELD *FieldList) in DtDetectAllLabels() 430 DT_FIELD *GenericField; in DtDetectAllLabels() 481 DT_FIELD *Field) in DtInsertLabelField() 507 static DT_FIELD * 511 DT_FIELD *LabelField; in DtLookupLabel()
|
D | dtfield.c | 163 DT_FIELD *Field, 169 DT_FIELD *Field, 175 DT_FIELD *Field, 202 DT_FIELD *Field, in DtCompileOneField() 271 DT_FIELD *Field, in DtCompileString() 314 DT_FIELD *Field, in DtCompileUnicode() 353 DT_FIELD *Field, in DtCompileUuid() 396 DT_FIELD *Field, in DtCompileInteger() 566 DT_FIELD *Field, in DtCompileBuffer() 634 DT_FIELD *Field, in DtCompileFlag() [all …]
|
D | dttable1.c | 208 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileAest() 413 DT_FIELD **PFieldList = (DT_FIELD**)List; in DtCompileApmt() 414 DT_FIELD *SubtableStart; in DtCompileApmt() 510 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileAsf() 511 DT_FIELD *SubtableStart; in DtCompileAsf() 678 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileAspt() 679 DT_FIELD *SubtableStart; in DtCompileAspt() 762 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileCdat() 765 DT_FIELD *SubtableStart; in DtCompileCdat() 889 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileCedt() [all …]
|
D | dtcompile.c | 170 DT_FIELD **Field); 174 DT_FIELD *FieldList); 198 DT_FIELD *FieldList; in DtDoCompile() 351 DT_FIELD *FieldList) in DtInsertCompilerIds() 353 DT_FIELD *Next; in DtInsertCompilerIds() 397 DT_FIELD **FieldList) in DtCompileDataTable() 404 DT_FIELD *RootField = *FieldList; in DtCompileDataTable() 590 DT_FIELD **Field, in DtCompileTable() 594 DT_FIELD *LocalField; in DtCompileTable() 836 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileTwoSubtables()
|
D | dttable.c | 174 DT_FIELD **PFieldList) in DtCompileRsdp() 239 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileFadt() 240 DT_FIELD *DsdtFieldList; in DtCompileFadt() 369 DT_FIELD **PFieldList) in DtCompileFacs()
|
D | aslcache.c | 341 DT_FIELD * 353 (sizeof (DT_FIELD) * ASL_FIELD_CACHE_SIZE)); in UtFieldCacheCalloc() 362 AslGbl_FieldCacheNext = ACPI_CAST_PTR (DT_FIELD, Cache->Buffer); in UtFieldCacheCalloc() 453 ((UINT32) sizeof (DT_FIELD) * ASL_FIELD_CACHE_SIZE), BufferCount); in UtDeleteLocalCaches()
|
D | dtutils.c | 186 DT_FIELD *FieldObject, in DtError() 243 DT_FIELD *FieldObject, in DtNameError() 296 DT_FIELD *FieldObject, in DtFatal() 361 DT_FIELD *Field) in DtGetFieldValue() 543 DT_FIELD *Field, in DtGetFieldLength()
|
D | dtio.c | 324 DT_FIELD *Field; in DtParseLine() 816 DT_FIELD * 1027 DT_FIELD *Field) in DtDumpFieldList() 1150 DT_FIELD *Field, in DtWriteFieldToListing()
|
D | dtcompilerparser.y | 170 extern DT_FIELD *AslGbl_CurrentField; 195 DT_FIELD *f;
|
D | dtsubtable.c | 395 DT_FIELD *Field, in DtGetSubtableLength()
|
D | dtparser.y | 169 extern DT_FIELD *AslGbl_CurrentField;
|
D | aslcompiler.h | 315 DT_FIELD *
|