Home
last modified time | relevance | path

Searched defs:dt_field (Results 1 – 1 of 1) sorted by path

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Ddtcompiler.h193 typedef struct dt_field struct
198 struct dt_field *Next; /* Next field */ argument
199 struct dt_field *NextLabel; /* If field is a label, next label */ argument
200 UINT32 Line; /* Line number for this field */
201 UINT32 ByteOffset; /* Offset in source file for field */
202 UINT32 NameColumn; /* Start column for field name */
203 UINT32 Column; /* Start column for field value */
204 UINT32 TableOffset; /* Binary offset within ACPI table */
205 UINT8 Flags;