Searched defs:Delete (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConPlatformDxe/
H A DConPlatform.h54 Delete enumerator in enum:__anon11131
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
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DInfo.c23 The information Packet may contain one Delete Payload, or Notify Payload, which
97 // If the state is on deleting generate a Delete Payload for it.
131 // Delete the Child SA Information Exchagne
217 IKEV2_DELETE *Delete; local
272 // For SA Delete
277 // Iterate payloads to find the Delete/Notify Payload.
283 Delete = (IKEV2_DELETE *)DeletePayload->PayloadBuf;
285 if (Delete->SpiSize == 0) {
287 // Delete IKE SA.
342 } else if (Delete
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DVol.c23 @param[in] Delete TRUE to delete the volume label. FALSE otherwise.
32 IN CONST BOOLEAN Delete,
103 if (Delete) {
134 if (Delete || Name != NULL) {
30 HandleVol( IN CONST CHAR16 *Path, IN CONST BOOLEAN Delete, IN CONST CHAR16 *Name OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/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.h388 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
/vbox/src/VBox/Additions/haiku/VBoxVideo/driver/
H A Ddriver.cpp108 void Delete() function in struct:Benaphore
266 gLock.Delete();
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcfileio.cpp56 PRStatus RCFileIO::Delete(const char* filename) { return PR_Delete(filename); } function in class:RCFileIO
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DEmuVariable.c290 @param[in] Delete TRUE if deleted via SetVariable()
301 IN BOOLEAN Delete,
341 if (Delete) {
907 // Update/Delete existing variable
295 UpdateVariableInfo( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN BOOLEAN Volatile, IN BOOLEAN Read, IN BOOLEAN Write, IN BOOLEAN Delete, IN BOOLEAN Cache ) argument
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DEmuVariable.c329 @param[in] Delete TRUE if deleted via SetVariable()
340 IN BOOLEAN Delete,
380 if (Delete) {
946 // Update/Delete existing variable
334 UpdateVariableInfo( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN BOOLEAN Volatile, IN BOOLEAN Read, IN BOOLEAN Write, IN BOOLEAN Delete, IN BOOLEAN Cache ) argument
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecBeOS.cpp240 void nsFileSpec::Delete(PRBool inRecursive) const function in class:nsFileSpec
251 child.Delete(inRecursive);
258 } // nsFileSpec::Delete
434 ((nsFileSpec*)this)->Delete(PR_FALSE);
H A DnsFileSpecOS2.cpp513 void nsFileSpec::Delete(PRBool inRecursive) const function in class:nsFileSpec
523 child.Delete(inRecursive);
537 } // nsFileSpec::Delete
H A DnsFileSpecUnix.cpp310 void nsFileSpec::Delete(PRBool inRecursive) const function in class:nsFileSpec
321 child.Delete(inRecursive);
328 } // nsFileSpec::Delete
507 ((nsFileSpec*)this)->Delete(PR_FALSE);
H A DnsFileSpecWin.cpp448 void nsFileSpec::Delete(PRBool inRecursive) const function in class:nsFileSpec
458 child.Delete(inRecursive);
467 } // nsFileSpec::Delete
H A DnsFileSpecImpl.cpp437 NS_IMETHODIMP nsFileSpecImpl::Delete(PRBool aRecursive) function in class:nsFileSpecImpl
440 mFileSpec.Delete(aRecursive);
H A DnsFileSpecMac.cpp925 void nsFileSpec::Delete(PRBool inRecursive) const function in class:nsFileSpec
947 } // nsFileSpec::Delete
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp695 PRBool xptiManifest::Delete(xptiInterfaceInfoManager* aMgr) function in class:xptiManifest
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp157 Delete enumerator in enum:VFSExplorer::TaskVFSExplorer::TaskType
220 case TaskVFSExplorer::Delete:
669 Bstr(tr("Delete files")).raw(),
674 std::auto_ptr<TaskVFSExplorer> task(new TaskVFSExplorer(TaskVFSExplorer::Delete, this, progress));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariable.c48 @param[in] Delete TRUE if deleted via SetVariable().
59 IN BOOLEAN Delete,
97 if (Delete) {
1399 // Update/Delete existing NV variable.
1416 // Update/Delete existing variable.
53 UpdateVariableInfo( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN BOOLEAN Volatile, IN BOOLEAN Read, IN BOOLEAN Write, IN BOOLEAN Delete, IN BOOLEAN Cache ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DVariable.c702 @param[in] Delete TRUE if deleted via SetVariable().
713 IN BOOLEAN Delete,
759 if (Delete) {
1898 // Update/Delete existing variable
707 UpdateVariableInfo( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN BOOLEAN Volatile, IN BOOLEAN Read, IN BOOLEAN Write, IN BOOLEAN Delete, IN BOOLEAN Cache ) argument
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariable.c48 @param[in] Delete TRUE if deleted via SetVariable().
59 IN BOOLEAN Delete,
97 if (Delete) {
1423 // Update/Delete existing NV variable.
1448 // Update/Delete existing variable.
53 UpdateVariableInfo( IN CHAR16 *VariableName, IN EFI_GUID *VendorGuid, IN BOOLEAN Volatile, IN BOOLEAN Read, IN BOOLEAN Write, IN BOOLEAN Delete, IN BOOLEAN Cache ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DFileHandleWrappers.c44 File style interface for console (Close, Delete, & Flush)
327 UINTN Delete; // Num of chars to delete from console after update local
372 Delete = 0;
471 Delete = 1;
604 Delete = 1;
675 Delete = StringLen;
733 Delete = StringLen - TabUpdatePos - OutputLength;
762 Delete = StringLen - OutputLength;
769 ShellPrintEx ((INT32)Column, (INT32)Row, L"%s%.*s", CurrentString + Update, Delete, L"");
772 if (Delete !
925 EFI_FILE_DELETE Delete; member in struct:__anon12744
1266 EFI_FILE_DELETE Delete; member in struct:__anon12745
1470 EFI_FILE_DELETE Delete; member in struct:__anon12746
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsFileSpecImpl.cpp415 NS_IMETHODIMP nsFileSpecImpl::Delete(PRBool aRecursive) function in class:nsFileSpecImpl
418 mFileSpec.Delete(aRecursive);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dpropidl.h634 virtual HRESULT STDMETHODCALLTYPE Delete(
672 HRESULT (STDMETHODCALLTYPE *Delete)( member in struct:IPropertySetStorageVtbl
694 #define IPropertySetStorage_Delete(This,rfmtid) (This)->lpVtbl->Delete(This,rfmtid)

Completed in 136 milliseconds

12