Searched refs:DT_FIELD (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/sys/contrib/dev/acpica/compiler/ |
| D | dtcompiler.h | 100 } DT_FIELD; typedef 134 DT_EXTERN DT_FIELD DT_INIT_GLOBAL (*Gbl_FieldList, NULL); 146 DT_EXTERN DT_FIELD DT_INIT_GLOBAL (*Gbl_LabelList, NULL); 161 DT_EXTERN DT_FIELD DT_INIT_GLOBAL (*Gbl_FieldCacheNext, NULL); 162 DT_EXTERN DT_FIELD DT_INIT_GLOBAL (*Gbl_FieldCacheLast, NULL); 169 DT_FIELD **Field, 198 DT_FIELD * 212 DT_FIELD *Field); 217 DT_FIELD *Field, 235 DT_FIELD *Field, [all …]
|
| D | dttable2.c | 72 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileLpit() 73 DT_FIELD *SubtableStart; in DtCompileLpit() 148 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileMadt() 149 DT_FIELD *SubtableStart; in DtCompileMadt() 327 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileMpst() 514 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileNfit() 515 DT_FIELD *SubtableStart; in DtCompileNfit() 713 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompilePcct() 714 DT_FIELD *SubtableStart; in DtCompilePcct() 806 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompilePmtt() [all …]
|
| D | dtexpress.c | 56 DT_FIELD *Field); 58 static DT_FIELD * 64 DT_FIELD *Gbl_CurrentField; 83 DT_FIELD *Field, in DtResolveIntegerExpression() 276 DT_FIELD *LabelField; in DtResolveLabel() 320 DT_FIELD *FieldList) in DtDetectAllLabels() 323 DT_FIELD *GenericField; in DtDetectAllLabels() 374 DT_FIELD *Field) in DtInsertLabelField() 399 static DT_FIELD * 403 DT_FIELD *LabelField; in DtLookupLabel()
|
| D | dtfield.c | 56 DT_FIELD *Field, 62 DT_FIELD *Field, 68 DT_FIELD *Field, 95 DT_FIELD *Field, in DtCompileOneField() 164 DT_FIELD *Field, in DtCompileString() 205 DT_FIELD *Field, in DtCompileUnicode() 244 DT_FIELD *Field, in DtCompileUuid() 287 DT_FIELD *Field, in DtCompileInteger() 457 DT_FIELD *Field, in DtCompileBuffer() 515 DT_FIELD *Field, in DtCompileFlag()
|
| D | dttable1.c | 90 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileAsf() 91 DT_FIELD *SubtableStart; in DtCompileAsf() 282 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileCsrt() 390 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileDbg2() 540 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileDmar() 541 DT_FIELD *SubtableStart; in DtCompileDmar() 700 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileDrtm() 887 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileGtdt() 888 DT_FIELD *SubtableStart; in DtCompileGtdt() 1010 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileFpdt() [all …]
|
| D | dtcompile.c | 63 DT_FIELD **Field); 67 DT_FIELD *FieldList); 91 DT_FIELD *FieldList; in DtDoCompile() 238 DT_FIELD *FieldList) in DtInsertCompilerIds() 240 DT_FIELD *Next; in DtInsertCompilerIds() 284 DT_FIELD **FieldList) in DtCompileDataTable() 291 DT_FIELD *RootField = *FieldList; in DtCompileDataTable() 433 DT_FIELD **Field, in DtCompileTable() 438 DT_FIELD *LocalField; in DtCompileTable() 664 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileTwoSubtables()
|
| D | dtutils.c | 79 DT_FIELD *FieldObject, in DtError() 126 DT_FIELD *FieldObject, in DtNameError() 179 DT_FIELD *FieldObject, in DtFatal() 299 DT_FIELD *Field) in DtGetFieldValue() 470 DT_FIELD *Field, in DtGetFieldLength() 912 DT_FIELD * 924 (sizeof (DT_FIELD) * ASL_FIELD_CACHE_SIZE)); in UtFieldCacheCalloc() 933 Gbl_FieldCacheNext = ACPI_CAST_PTR (DT_FIELD, Cache->Buffer); in UtFieldCacheCalloc() 976 (sizeof (DT_FIELD) * ASL_FIELD_CACHE_SIZE), BufferCount); in DtDeleteCaches()
|
| D | dttable.c | 67 DT_FIELD **PFieldList) in DtCompileRsdp() 130 DT_FIELD **PFieldList = (DT_FIELD **) List; in DtCompileFadt() 213 DT_FIELD **PFieldList) in DtCompileFacs()
|
| D | dtio.c | 60 DT_FIELD *Field); 207 DT_FIELD *Field) in DtLinkField() 209 DT_FIELD *Prev; in DtLinkField() 210 DT_FIELD *Next; in DtLinkField() 260 DT_FIELD *Field; in DtParseLine() 730 DT_FIELD * 941 DT_FIELD *Field) in DtDumpFieldList() 1064 DT_FIELD *Field, in DtWriteFieldToListing()
|
| D | dtsubtable.c | 288 DT_FIELD *Field, in DtGetSubtableLength()
|
| D | dtparser.y | 62 extern DT_FIELD *Gbl_CurrentField;
|