Searched defs:dt_field (Results 1 – 1 of 1) sorted by relevance
193 typedef struct dt_field struct198 struct dt_field *Next; /* Next field */ argument199 struct dt_field *NextLabel; /* If field is a label, next label */ argument200 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;