Searched refs:CommonSect (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c269 EFI_COMMON_SECTION_HEADER *CommonSect; local
314 CommonSect = (EFI_COMMON_SECTION_HEADER *) Buffer;
315 CommonSect->Type = SectionType;
316 CommonSect->Size[0] = (UINT8) (TotalLength & 0xff);
317 CommonSect->Size[1] = (UINT8) ((TotalLength & 0xff00) >> 8);
318 CommonSect->Size[2] = (UINT8) ((TotalLength & 0xff0000) >> 16);

Completed in 34 milliseconds