Searched defs:HBufferImage (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c2 Defines HBufferImage - the view of the file that is visible at any point,
33 HEFI_EDITOR_BUFFER_IMAGE HBufferImage; variable
37 // for basic initialization of HBufferImage
78 Initialization function for HBufferImage
91 // basically initialize the HBufferImage
93 CopyMem (&HBufferImage, &HBufferImageConst, sizeof (HBufferImage));
98 HBufferImage.ListHead = AllocateZeroPool (sizeof (LIST_ENTRY));
99 if (HBufferImage.ListHead == NULL) {
103 InitializeListHead (HBufferImage
[all...]

Completed in 33 milliseconds