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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c446 CHAR8 *SectionStr; local
574 SectionStr = malloc (100);
575 if (SectionStr == NULL) {
577 return SectionStr;
579 strcpy (SectionStr, SectionTypeStringTable[Type]);
580 return SectionStr;

Completed in 42 milliseconds