HomeSort by relevance Sort by last modified time
    Searched refs:LIST_ENTRY64 (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmLockBoxLib/
SmmLockBoxPeiLib.c 36 typedef struct _LIST_ENTRY64 LIST_ENTRY64;
38 LIST_ENTRY64 *ForwardLink;
40 LIST_ENTRY64 *BackLink;
73 typedef LIST_ENTRY LIST_ENTRY64;
94 return (LIST_ENTRY *)(((LIST_ENTRY64 *)LinkList)->ForwardLink);
116 return (LIST_ENTRY *)(((LIST_ENTRY64 *)Link)->ForwardLink);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdef.h 620 typedef struct LIST_ENTRY64 {
623 } LIST_ENTRY64, *PLIST_ENTRY64;
winnt.h 620 typedef struct LIST_ENTRY64 {
623 } LIST_ENTRY64;
624 typedef LIST_ENTRY64 *PLIST_ENTRY64;
    [all...]

Completed in 6437 milliseconds