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

/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DVlanConfig.h107 Remove the configured VLAN device.
109 The Remove() function is used to remove the specified VLAN device.
138 EFI_VLAN_CONFIG_REMOVE Remove; member in struct:_EFI_VLAN_CONFIG_PROTOCOL
H A DSmbios.h186 Remove an SMBIOS record.
238 EFI_SMBIOS_REMOVE Remove; member in struct:_EFI_SMBIOS_PROTOCOL
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/
H A DDecParserUnitTest.py388 def Remove(self): member in class:TmpFile
409 self.File.Remove()
458 self.File.Remove()
513 File.Remove()
528 File.Remove()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
H A DConvLib.c137 Status = Smbios->Remove (Smbios, StructureNode->SmbiosHandle);
182 Status = Smbios->Remove (Smbios, StructureNode->SmbiosHandle);
348 // Remove original SMBIOS record and add new one
350 Status = Smbios->Remove (Smbios, StructureNode->SmbiosHandle);
H A DTranslate.c35 Smbios->Remove (Smbios, StructureNode->SmbiosHandle);
/device/linaro/bootloader/edk2/EmulatorPkg/Library/SmbiosLib/
H A DSmbiosLib.c315 Remove an SMBIOS record.
330 return gSmbios->Remove (gSmbios, SmbiosHandle);
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
H A DPackageFile.py133 ## Remove the file
137 def Remove(self, Files): member in class:PackageFile
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
H A Dbld_vlv.bat97 ::Remove the values for Platform_Type and Build_Target from BiosIdX.env and stage in Conf\
169 :: Remove lines with these tags from target.txt
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigImpl.c289 // Remove VLAN
297 VlanConfig->Remove (VlanConfig, PrivateData->VlanId[Index]);
/device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/
H A DVConfig.c487 Remove a VLAN device.
558 Status = VlanConfig->Remove (VlanConfig, (UINT16) VlanId);
663 // Remove our string package from HII database.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
H A DSmbiosDxe.c763 // Remove old record
784 Remove an SMBIOS record.
833 // Remove specified smobios record from DataList
837 // Remove this handle from AllocatedHandleList
1440 mPrivateData.Smbios.Remove = SmbiosRemove;

Completed in 245 milliseconds