Searched refs:Name (Results 76 - 100 of 844) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfGuidObject.py74 self.Name = ''
82 def SetName(self, Name):
83 self.Name = Name
85 return self.Name
H A DInfPpiObject.py174 self.Name = ''
179 def SetName(self, Name):
180 self.Name = Name
182 return self.Name
H A DInfProtocolObject.py163 self.Name = ''
168 def SetName(self, Name):
169 self.Name = Name
171 return self.Name
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfLibrarySectionParser.py106 Name, Value = MacroParser((LibLineContent, LibLineNo),
110 if Name != None:
111 SectionMacros[Name] = Value
H A DInfPcdSectionParser.py94 Name, Value = MacroParser((PcdLineContent, PcdLineNo),
98 if Name != None:
99 SectionMacros[Name] = Value
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A Dipcm.h401 const char *Name() const { return Third(); } function in class:ipcmMessageClientAddName
414 const char *Name() const { return Third(); } function in class:ipcmMessageClientDelName
453 const char *Name() const { return Third(); } function in class:ipcmMessageQueryClientByName
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/PeiHobLibFramework/
H A DHobLib.c131 its HOB type is EFI_HOB_TYPE_GUID_EXTENSION and its GUID Name equals to the input Guid.
159 if (CompareGuid (Guid, &GuidHob.Guid->Name)) {
172 its HOB type is EFI_HOB_TYPE_GUID_EXTENSION and its GUID Name equals to the input Guid.
268 @param ModuleName The GUID File Name of the module.
293 CopyGuid (&(Hob->MemoryAllocationHeader.Name), &gEfiHobMemoryAllocModuleGuid);
350 The HOB Header and Name field is already stripped.
388 CopyGuid (&Hob->Name, Guid);
399 The HOB Header and Name field is already stripped.
602 CopyGuid (&(Hob->AllocDescriptor.Name), &gEfiHobMemoryAllocStackGuid);
645 CopyGuid (&(Hob->AllocDescriptor.Name),
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiHobLib/
H A DHobLib.c127 its HOB type is EFI_HOB_TYPE_GUID_EXTENSION and its GUID Name equals to the input Guid.
155 if (CompareGuid (Guid, &GuidHob.Guid->Name)) {
168 its HOB type is EFI_HOB_TYPE_GUID_EXTENSION and its GUID Name equals to the input Guid.
264 @param ModuleName The GUID File Name of the module.
289 CopyGuid (&(Hob->MemoryAllocationHeader.Name), &gEfiHobMemoryAllocModuleGuid);
346 The HOB Header and Name field is already stripped.
384 CopyGuid (&Hob->Name, Guid);
395 The HOB Header and Name field is already stripped.
598 CopyGuid (&(Hob->AllocDescriptor.Name), &gEfiHobMemoryAllocStackGuid);
641 CopyGuid (&(Hob->AllocDescriptor.Name),
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Ia32/
H A DCpuFlushTlb.asm11 ; Module Name:
H A DCpuSleep.asm11 ; Module Name:
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/X64/
H A DCpuFlushTlb.asm11 ; Module Name:
H A DCpuSleep.asm11 ; Module Name:
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/
H A DCpuBreakpoint.asm11 ; Module Name:
H A DCpuPause.asm11 ; Module Name:
H A DDisableInterrupts.asm12 ; Module Name:
H A DEnableDisableInterrupts.asm12 ; Module Name:
H A DEnableInterrupts.asm12 ; Module Name:
H A DFlushCacheLine.asm12 ; Module Name:
H A DFxRestore.asm12 ; Module Name:
H A DFxSave.asm12 ; Module Name:
H A DInvd.asm12 ; Module Name:
H A DMwait.asm12 ; Module Name:
H A DReadCr0.asm12 ; Module Name:
H A DReadCr2.asm12 ; Module Name:
H A DReadCr3.asm12 ; Module Name:

Completed in 66 milliseconds

1234567891011>>