Searched refs:Remove (Results 1 - 13 of 13) 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.h153 Remove an SMBIOS record.
205 EFI_SMBIOS_REMOVE Remove; member in struct:_EFI_SMBIOS_PROTOCOL
/device/google/marlin/vndk/
H A DAndroid.mk58 # Remove libz from the VNDK-SP list (b/73296261)
/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/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/AddSmbiosType9/
H A DAddSmbiosType9.c125 Status = Smbios->Remove (Smbios, SmbiosHandle);
127 DEBUG((EFI_D_ERROR, "[%a]:[%dL] Remove System Slot Failed. Status : %r\n", __FUNCTION__, __LINE__, Status));
/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.bat110 ::Remove the values for Platform_Type and Build_Target from BiosIdX.env and stage in Conf\
182 :: 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.c493 Remove a VLAN device.
564 Status = VlanConfig->Remove (VlanConfig, (UINT16) VlanId);
690 // 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 234 milliseconds