Searched defs:_EFI_AML_NODE_LIST (Results 1 – 1 of 1) sorted by relevance
67 struct _EFI_AML_NODE_LIST { struct68 UINT32 Signature;69 UINT8 Name[AML_NAME_SEG_SIZE];70 UINT8 *Buffer;71 UINTN Size;72 LIST_ENTRY Link;73 LIST_ENTRY Children;74 EFI_AML_NODE_LIST *Parent;75 AML_BYTE_ENCODING *AmlByteEncoding;