Searched refs:Delete (Results 1 - 25 of 41) sorted by relevance

12

/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
H A DIpSecConfig.inf44 Delete.h
45 Delete.c
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
H A DInfo.c24 The information Packet may contain one Delete Payload, or Notify Payload, which
100 // If the state is on deleting generate a Delete Payload for it.
138 // Delete the Child SA Information Exchagne
226 IKEV2_DELETE *Delete; local
280 // For SA Delete
285 // Iterate payloads to find the Delete/Notify Payload.
291 Delete = (IKEV2_DELETE *)DeletePayload->PayloadBuf;
293 if (Delete->SpiSize == 0) {
295 // Delete IKE SA.
350 } else if (Delete
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.c560 Delete
631 Delete
636 Delete
831 @param NewDevicePath If Delete is TRUE, this parameter must not be null, and it
834 @param Delete If TRUE, means removing Single from Multi.
842 @retval EFI_INVALID_PARAMETER NewDevicePath is NULL when Delete is TRUE.
850 IN BOOLEAN Delete
867 // If performing Delete operation, the NewDevicePath must not be NULL.
869 if (Delete) {
885 if (!Delete) {
[all...]
H A DConPlatform.h54 Delete enumerator in enum:__anon6737
254 @param NewDevicePath If Delete is TRUE, this parameter must not be null, and it
257 @param Delete If TRUE, means removing Single from Multi.
265 @retval EFI_INVALID_PARAMETER NewDevicePath is NULL when Delete is TRUE.
273 IN BOOLEAN Delete
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
H A DEdbSupportUI.c206 UINTN Delete; local
239 Delete = 0;
287 Delete = 1;
334 Delete = 1;
387 Delete = Len;
410 Delete = 0;
472 if (Delete != 0) {
473 SetMem (InStr + Len, Delete * sizeof (CHAR16), 0x00);
523 Delete = 0;
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
H A DFat.inf59 Delete.c
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
H A DIIO.h39 cIIO_Delete Delete; member in struct:_IIO_Instance
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c48 File style interface for console (Close, Delete, & Flush)
472 UINTN Delete; // Num of chars to delete from console after update local
508 Delete = 0;
599 Delete = 1;
679 Delete = 1;
750 Delete = StringLen;
816 Delete = StringLen - TabUpdatePos - OutputLength;
847 Delete = StringLen - OutputLength;
854 ShellPrintEx ((INT32)Column, (INT32)Row, L"%s%.*s", CurrentString + Update, Delete, L"");
857 if (Delete !
1011 EFI_FILE_DELETE Delete; member in struct:__anon10420
1495 EFI_FILE_DELETE Delete; member in struct:__anon10421
1718 EFI_FILE_DELETE Delete; member in struct:__anon10422
[all...]
/device/linaro/bootloader/edk2/StdLib/LibC/Main/Ia32/
H A Dfpu_rmode.asm42 add esp, 4 ; Delete the local variable
/device/linaro/bootloader/edk2/StdLib/Include/Containers/
H A DFifo.h193 cFIFO_Delete Delete; ///< Delete the FIFO object. member in struct:_FIFO_CLASS
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DVol.c24 @param[in] Delete TRUE to delete the volume label. FALSE otherwise.
32 IN CONST BOOLEAN Delete,
103 if (Delete) {
137 if (Delete || Name != NULL) {
30 HandleVol( IN CONST CHAR16 *Path, IN CONST BOOLEAN Delete, IN CONST CHAR16 *Name OPTIONAL ) argument
/device/google/cuttlefish_common/host/frontend/vnc_server/
H A Dkeysyms.h26 Insert = 0xff63, Delete = 0xffff, Pause = 0xff13, member in namespace:cvd::xk
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Arp/
H A DArp.h126 EFI_ARP_DELETE Delete; member in struct:_EFI_ARP_PROTOCOL
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/
H A DSimpleFileSystem.h365 EFI_FILE_DELETE Delete; member in struct:_EFI_FILE
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
H A DArp.h375 EFI_ARP_DELETE Delete; member in struct:_EFI_ARP_PROTOCOL
H A DUserCredential2.h270 Delete a user on this credential provider.
309 EFI_CREDENTIAL2_DELETE Delete; member in struct:_EFI_USER_CREDENTIAL2_PROTOCOL
H A DSimpleFileSystem.h545 EFI_FILE_DELETE Delete; member in struct:_EFI_FILE_PROTOCOL
H A DUserManager.h326 Delete an existing user profile.
552 Delete user information.
554 Delete the user information attached to the user profile specified by the UserInfo.
600 EFI_USER_PROFILE_DELETE Delete; member in struct:_EFI_USER_MANAGER_PROTOCOL
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
H A DIIO.c344 Member->Delete(Member);
396 IIO->Delete = IIO_Delete;
/device/linaro/bootloader/edk2/EmulatorPkg/EmuSimpleFileSystemDxe/
H A DEmuSimpleFileSystem.c155 Status = PrivateFile->Io->Delete (PrivateFile->Io);
514 PrivateFile->EfiFile.Delete = EmuSimpleFileSystemDelete;
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DModifyIdentityPolicy.c94 Delete the User's credential record on the provider.
99 @retval EFI_SUCCESS Delete User's credential record successfully.
118 return UserCredential->Delete (UserCredential, User);
127 Delete User's credental from all the providers that exist in User's identity policy.
149 // Delete the user on this provider.
289 // Delete the old identification policy.
H A DUserProfileDelete.c174 Delete the user specified by UserIndex in user profile database.
230 // Delete the user on the credential providers by its identification policy.
236 Status = mUserManager->Delete (mUserManager, User);
243 L"Delete User Succeed!",
255 L"Delete User Failed!",
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
H A DAppSupport.c547 // Delete file
549 Status = Handle->Delete(Handle);
/device/linaro/bootloader/edk2/StdLib/LibC/Containers/Queues/
H A DFifo.c508 FIFO->Delete = FIFO_Delete;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A DPython-ast.h92 } Delete; member in union:_stmt::__anon2885
393 #define Delete(a0, a1, a2, a3) _Py_Delete(a0, a1, a2, a3) macro

Completed in 229 milliseconds

12