HomeSort by: relevance | last modified time | path
    Searched defs:dt_field (Results 1 - 2 of 2) 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...]
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...]

Completed in 23 milliseconds