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 85 typedef struct dt_field struct
90 struct dt_field *Next; /* Next field */
91 struct dt_field *NextLabel; /* If field is a label, next label */
99 } DT_FIELD;
144 DT_EXTERN DT_FIELD DT_INIT_GLOBAL (*AslGbl_FieldList, NULL);
156 DT_EXTERN DT_FIELD DT_INIT_GLOBAL (*AslGbl_LabelList, NULL);
175 DT_EXTERN DT_FIELD DT_INIT_GLOBAL (*AslGbl_FieldCacheNext, NULL);
176 DT_EXTERN DT_FIELD DT_INIT_GLOBAL (*AslGbl_FieldCacheLast, NULL);
183 DT_FIELD **Field,
211 DT_FIELD *
    [all...]
dtexpress.c 55 DT_FIELD *Field);
57 static DT_FIELD *
63 DT_FIELD *AslGbl_CurrentField;
82 DT_FIELD *Field,
275 DT_FIELD *LabelField;
319 DT_FIELD *FieldList)
322 DT_FIELD *GenericField;
373 DT_FIELD *Field)
399 static DT_FIELD *
403 DT_FIELD *LabelField
    [all...]
dttable2.c 71 DT_FIELD **PFieldList = (DT_FIELD **) List;
72 DT_FIELD *SubtableStart;
147 DT_FIELD **PFieldList = (DT_FIELD **) List;
148 DT_FIELD *SubtableStart;
407 DT_FIELD *SubtableStart;
408 DT_FIELD **PFieldList = (DT_FIELD **) List;
565 DT_FIELD **PFieldList = (DT_FIELD **) List
    [all...]
dtfield.c 55 DT_FIELD *Field,
61 DT_FIELD *Field,
67 DT_FIELD *Field,
94 DT_FIELD *Field,
163 DT_FIELD *Field,
206 DT_FIELD *Field,
245 DT_FIELD *Field,
288 DT_FIELD *Field,
458 DT_FIELD *Field,
526 DT_FIELD *Field
    [all...]
dtcompile.c 62 DT_FIELD **Field);
66 DT_FIELD *FieldList);
90 DT_FIELD *FieldList;
244 DT_FIELD *FieldList)
246 DT_FIELD *Next;
290 DT_FIELD **FieldList)
297 DT_FIELD *RootField = *FieldList;
483 DT_FIELD **Field,
487 DT_FIELD *LocalField;
729 DT_FIELD **PFieldList = (DT_FIELD **) List
    [all...]
dttable.c 66 DT_FIELD **PFieldList)
131 DT_FIELD **PFieldList = (DT_FIELD **) List;
132 DT_FIELD *DsdtFieldList;
261 DT_FIELD **PFieldList)
dttable1.c 100 DT_FIELD **PFieldList = (DT_FIELD **) List;
397 DT_FIELD **PFieldList = (DT_FIELD**)List;
398 DT_FIELD *SubtableStart;
494 DT_FIELD **PFieldList = (DT_FIELD **) List;
495 DT_FIELD *SubtableStart;
662 DT_FIELD **PFieldList = (DT_FIELD **) List
    [all...]
aslcache.c 234 DT_FIELD *
246 (sizeof (DT_FIELD) * ASL_FIELD_CACHE_SIZE));
255 AslGbl_FieldCacheNext = ACPI_CAST_PTR (DT_FIELD, Cache->Buffer);
346 ((UINT32) sizeof (DT_FIELD) * ASL_FIELD_CACHE_SIZE), BufferCount);
dtcompilerparser.y 69 extern DT_FIELD *AslGbl_CurrentField;
94 DT_FIELD *f;
dtutils.c 78 DT_FIELD *FieldObject,
135 DT_FIELD *FieldObject,
188 DT_FIELD *FieldObject,
253 DT_FIELD *Field)
440 DT_FIELD *Field,
dtio.c 216 DT_FIELD *Field;
708 DT_FIELD *
919 DT_FIELD *Field)
1042 DT_FIELD *Field,
dtsubtable.c 287 DT_FIELD *Field,
dtparser.y 61 extern DT_FIELD *AslGbl_CurrentField;
dtcompilerparser.tab.c 133 extern DT_FIELD *AslGbl_CurrentField;
200 DT_FIELD *f;
aslcompiler.h 207 DT_FIELD *
dtparser.tab.c 132 extern DT_FIELD *AslGbl_CurrentField;

Completed in 26 milliseconds