HomeSort by: relevance | last modified time | path
    Searched refs:DT_FIELD (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompiler.h 193 typedef struct dt_field struct
198 struct dt_field *Next; /* Next field */
199 struct dt_field *NextLabel; /* If field is a label, next label */
207 } DT_FIELD;
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 *
    [all...]
dtexpress.c 163 DT_FIELD *Field);
165 static DT_FIELD *
171 DT_FIELD *AslGbl_CurrentField;
190 DT_FIELD *Field,
383 DT_FIELD *LabelField;
427 DT_FIELD *FieldList)
430 DT_FIELD *GenericField;
481 DT_FIELD *Field)
507 static DT_FIELD *
511 DT_FIELD *LabelField
    [all...]
dttable2.c 179 DT_FIELD **PFieldList = (DT_FIELD **) List;
180 DT_FIELD *SubtableStart;
255 DT_FIELD **PFieldList = (DT_FIELD **) List;
256 DT_FIELD *SubtableStart;
515 DT_FIELD *SubtableStart;
516 DT_FIELD **PFieldList = (DT_FIELD **) List;
673 DT_FIELD **PFieldList = (DT_FIELD **) List
    [all...]
dtfield.c 163 DT_FIELD *Field,
169 DT_FIELD *Field,
175 DT_FIELD *Field,
202 DT_FIELD *Field,
271 DT_FIELD *Field,
314 DT_FIELD *Field,
353 DT_FIELD *Field,
396 DT_FIELD *Field,
566 DT_FIELD *Field,
634 DT_FIELD *Field
    [all...]
dtcompile.c 170 DT_FIELD **Field);
174 DT_FIELD *FieldList);
198 DT_FIELD *FieldList;
352 DT_FIELD *FieldList)
354 DT_FIELD *Next;
398 DT_FIELD **FieldList)
405 DT_FIELD *RootField = *FieldList;
591 DT_FIELD **Field,
595 DT_FIELD *LocalField;
837 DT_FIELD **PFieldList = (DT_FIELD **) List
    [all...]
dttable.c 174 DT_FIELD **PFieldList)
239 DT_FIELD **PFieldList = (DT_FIELD **) List;
240 DT_FIELD *DsdtFieldList;
369 DT_FIELD **PFieldList)
dttable1.c 208 DT_FIELD **PFieldList = (DT_FIELD **) List;
505 DT_FIELD **PFieldList = (DT_FIELD**)List;
506 DT_FIELD *SubtableStart;
602 DT_FIELD **PFieldList = (DT_FIELD **) List;
603 DT_FIELD *SubtableStart;
770 DT_FIELD **PFieldList = (DT_FIELD **) List
    [all...]
aslcache.c 342 DT_FIELD *
354 (sizeof (DT_FIELD) * ASL_FIELD_CACHE_SIZE));
363 AslGbl_FieldCacheNext = ACPI_CAST_PTR (DT_FIELD, Cache->Buffer);
454 ((UINT32) sizeof (DT_FIELD) * ASL_FIELD_CACHE_SIZE), BufferCount);
dtcompilerparser.y 177 extern DT_FIELD *AslGbl_CurrentField;
202 DT_FIELD *f;
dtutils.c 186 DT_FIELD *FieldObject,
243 DT_FIELD *FieldObject,
296 DT_FIELD *FieldObject,
361 DT_FIELD *Field)
548 DT_FIELD *Field,
dtio.c 324 DT_FIELD *Field;
816 DT_FIELD *
1027 DT_FIELD *Field)
1150 DT_FIELD *Field,
dtsubtable.c 395 DT_FIELD *Field,
dtparser.y 169 extern DT_FIELD *AslGbl_CurrentField;
dtcompilerparser.tab.c 241 extern DT_FIELD *AslGbl_CurrentField;
308 DT_FIELD *f;
aslcompiler.h 315 DT_FIELD *
dtparser.tab.c 240 extern DT_FIELD *AslGbl_CurrentField;

Completed in 43 milliseconds