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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShellManParser.c130 CHAR16 *SectionName; local
187 SectionName = TempString;
188 SectionLen = StrLen(SectionName);
189 SectionName = StrStr(Sections, SectionName);
190 if (SectionName == NULL) {
193 if (*(SectionName + SectionLen) == CHAR_NULL || *(SectionName + SectionLen) == L',') {
264 CHAR16 *SectionName; local
320 for ( SectionName
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DParseUpdateProfile.c379 // SectionName, add a trailing '\0'
476 @param SectionName Section name.
487 IN UINT8 *SectionName,
495 if (AsciiStrCmp ((CONST CHAR8 *) Section->ptrSection, (CONST CHAR8 *) SectionName) == 0) {
944 CHAR8 *SectionName; local
1018 SectionName = Value;
1026 (UINT8 *) SectionName,
1049 (UINT8 *) SectionName,
1067 (UINT8 *) SectionName,
1091 (UINT8 *) SectionName,
485 UpdateGetProfileString( IN SECTION_ITEM *Section, IN UINT8 *SectionName, IN UINT8 *EntryName, OUT UINT8 **EntryValue ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c921 CHAR8 *SectionName; local
943 SectionName = NULL;
987 SectionName = argv[1];
988 if (SectionName == NULL) {
1201 VerboseMsg ("Section type is %s", SectionName);
1202 if (SectionName == NULL) {
1207 } else if (stricmp (SectionName, mSectionTypeName[EFI_SECTION_COMPRESSION]) == 0) {
1223 } else if (stricmp (SectionName, mSectionTypeName[EFI_SECTION_GUID_DEFINED]) == 0) {
1253 } else if (stricmp (SectionName, mSectionTypeName[EFI_SECTION_PE32]) == 0) {
1255 } else if (stricmp (SectionName, mSectionTypeNam
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c1228 CHAR8 *SectionName; local
1267 SectionName = SectionNameToStr (Type);
1269 printf (" Type: %s\n Size: 0x%08X\n", SectionName, (unsigned) SectionLength);
1270 free (SectionName);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsetupapi.h545 CHAR SectionName[LINE_LEN]; member in struct:_SP_DRVINFO_DETAIL_DATA_A
558 WCHAR SectionName[LINE_LEN]; member in struct:_SP_DRVINFO_DETAIL_DATA_W
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsetupapi.h544 CHAR SectionName[LINE_LEN]; member in struct:_SP_DRVINFO_DETAIL_DATA_A
557 WCHAR SectionName[LINE_LEN]; member in struct:_SP_DRVINFO_DETAIL_DATA_W

Completed in 59 milliseconds