Home
last modified time | relevance | path

Searched defs:asl_location_node (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dasltypes.h296 typedef struct asl_location_node struct
298 struct asl_location_node *Next; argument
299 char *Filename;
300 UINT32 LineNumber;
301 UINT32 Column;
302 UINT32 LogicalByteOffset;
303 BOOLEAN MessageReceived;