Searched refs:Shutdown (Results 1 - 25 of 78) sorted by relevance

1234

/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsEmptyEnumerator.h60 static void Shutdown();
H A DnsEmptyEnumerator.cpp104 EmptyEnumeratorImpl::Shutdown() function in class:EmptyEnumeratorImpl
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/
H A DtmIPCModule.h68 static void Shutdown();
H A DtmIPCModule.cpp50 tmIPCModule::Shutdown,
78 tmIPCModule::Shutdown() { function in class:tmIPCModule
/vbox/src/libs/xpcom18a4/ipc/ipcd/test/module/
H A DTestModule.cpp20 static void Shutdown() function in struct:TestModule
22 printf("*** TestModule::Shutdown\n");
51 TestModule::Shutdown,
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvPoller.h34 int Shutdown(void);
H A DVBoxCredProvPoller.cpp47 Shutdown();
73 * provider has to call Shutdown().
87 VBoxCredProvPoller::Shutdown(void) function in class:VBoxCredProvPoller
89 VBoxCredProvVerbose(0, "VBoxCredProvPoller: Shutdown\n");
110 VBoxCredProvVerbose(0, "VBoxCredProvPoller: Shutdown returned with rc=%Rrc\n", rc);
/vbox/include/VBox/com/
H A Dcom.h49 HRESULT Shutdown();
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsExceptionService.h66 void Shutdown();
H A DnsMemoryImpl.h63 static nsresult Shutdown();
H A DnsTraceRefcntImpl.h57 static NS_COM void Shutdown();
H A DnsExceptionService.cpp202 Shutdown();
225 void nsExceptionService::Shutdown() function in class:nsExceptionService
312 Shutdown();
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsThread.h73 static void PR_CALLBACK Shutdown();
H A DTimerThread.h72 NS_HIDDEN_(nsresult) Shutdown();
H A DnsTimerImpl.h95 static NS_HIDDEN_(void) Shutdown();
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DxcDll.h104 // Shutdown the dll. This will call any on unload hook for the dll.
105 // This wont unload the dll. Unload() implicitly calls Shutdown().
106 nsresult Shutdown(void);
H A DxcDll.cpp295 // Shutdown the dll
296 Shutdown();
386 nsresult nsDll::Shutdown(void) function in class:nsDll
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsGenericFactory.h115 void Shutdown();
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector-shutdown.asm39 ; Boch shutdown request - write "Shutdown" byte by byte to port 08900h.
63 ; Shutdown failed!
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DBis.h132 destroy this handle by calling Shutdown().
437 EFI_BIS_SHUTDOWN Shutdown; member in struct:_EFI_BIS_PROTOCOL
/vbox/src/VBox/Main/testcase/
H A DtstGuestCtrlContextID.cpp111 com::Shutdown();
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcio.h116 virtual PRStatus Shutdown(ShutdownHow how) = 0;
H A Drcnetio.h98 virtual PRStatus Shutdown(ShutdownHow how);
/vbox/src/libs/xpcom18a4/xpcom/proxy/src/
H A DnsProxyEventPrivate.h184 static void Shutdown();
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/efi/
H A Dsnpnet.c204 efirc = snp->Shutdown ( snp );
319 efirc = snp->Shutdown ( snp );

Completed in 93 milliseconds

1234