Searched defs:Stop (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDriverBinding.h127 The Stop() function is designed to be invoked from the EFI boot service DisconnectController().
128 As a result, much of the error checking on the parameters to Stop() has been moved
129 into this common boot service. It is legal to call Stop() from other locations,
166 EFI_DRIVER_BINDING_STOP Stop; member in struct:_EFI_DRIVER_BINDING_PROTOCOL
H A DIp4Config.h120 The Stop() function stops the configuration policy for the EFI IPv4 Protocol driver.
121 All configuration data will be lost after calling Stop().
177 EFI_IP4_CONFIG_STOP Stop; member in struct:_EFI_IP4_CONFIG_PROTOCOL
H A DDhcp4.h621 The Stop() function is used to stop the DHCP configuration process. After this
771 EFI_DHCP4_STOP Stop; member in struct:_EFI_DHCP4_PROTOCOL
H A DDhcp6.h712 Stop the DHCPv6 S.A.R.R process.
714 The Stop() function is used to stop the DHCPv6 S.A.R.R process. If this function is called
779 EFI_DHCP6_STOP Stop; member in struct:_EFI_DHCP6_PROTOCOL
H A DSimpleNetwork.h638 EFI_SIMPLE_NETWORK_STOP Stop; member in struct:_EFI_SIMPLE_NETWORK_PROTOCOL
H A DPxeBaseCode.h911 EFI_PXE_BASE_CODE_STOP Stop; member in struct:_EFI_PXE_BASE_CODE_PROTOCOL
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDriverBinding.h129 The Stop() function is designed to be invoked from the EFI boot service DisconnectController().
130 As a result, much of the error checking on the parameters to Stop() has been moved
131 into this common boot service. It is legal to call Stop() from other locations,
168 EFI_DRIVER_BINDING_STOP Stop; member in struct:_EFI_DRIVER_BINDING_PROTOCOL
H A DSimpleNetwork.h640 EFI_SIMPLE_NETWORK_STOP Stop; member in struct:_EFI_SIMPLE_NETWORK_PROTOCOL
/vbox/src/VBox/Additions/haiku/VBoxMouse/
H A DVBoxMouse.cpp210 status_t VBoxMouse::Stop(const char *device, void *cookie) function in class:VBoxMouse
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DnsStringTest.h121 void Stop() { function in class:Stopwatch
1241 watch.Stop();
1666 watch1.Stop();
1680 watch2.Stop();
1701 watch1.Stop();
1714 watch2.Stop();
1732 watch1.Stop();
1745 watch2.Stop();
1769 watch1.Stop();
1786 watch2.Stop();
[all...]
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsMemoryImpl.cpp102 * Stop the memory flusher.
104 nsresult Stop();
204 MemoryFlusher::Stop() function in class:MemoryFlusher
533 // Stop the runnable...
534 gMemory->mFlusher->Stop();
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DBiosSnp16.c69 Stop the UNDI interface
463 SimpleNetworkDevice->SimpleNetwork.Stop = Undi16SimpleNetworkStop;
643 // Stop() the SimpleNetwork device
645 DEBUG ((DEBUG_NET, "Stop()\n"));
647 Status = SimpleNetworkDevice->SimpleNetwork.Stop (&SimpleNetworkDevice->SimpleNetwork);
1371 Stop the UNDI interface
1384 PXENV_STOP_UNDI_T Stop; local
1389 Stop.Status = INIT_PXE_STATUS;
1391 Status = PxeUndiStop (SimpleNetworkDevice, &Stop);
1398 if (Stop
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.cpp150 VBOXUSBIDC_PROXY_TEARDOWN Stop; local
151 Stop.hDev = hDev;
153 NTSTATUS Status = vboxUsbRtIdcSubmit(VBOXUSBIDC_INTERNAL_IOCTL_PROXY_TEARDOWN, &Stop);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dpcnet32.h167 Stop = (1 << 2), enumerator in enum:pcnet32_register_content
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py820 ## Stop printing progress charater
824 def Stop(self, CloseMessage=None): member in class:Progressor
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp1446 Stop();
3019 void ConsoleVRDPServer::Stop(void) function in class:ConsoleVRDPServer
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h1533 nsresult (*Stop)(IDHCPServer *pThis ); member in struct:IDHCPServer_vtbl
H A DVBoxCAPI_v3_0.h1994 nsresult (*Stop)(IDHCPServer *pThis ); member in struct:IDHCPServer_vtbl
H A DVBoxCAPI_v3_1.h1903 nsresult (*Stop)(IDHCPServer *pThis ); member in struct:IDHCPServer_vtbl
H A DVBoxCAPI_v3_2.h1948 nsresult (*Stop)(IDHCPServer *pThis ); member in struct:IDHCPServer_vtbl
H A DVBoxCAPI_v4_0.h2187 nsresult (*Stop)(IDHCPServer *pThis ); member in struct:IDHCPServer_vtbl
H A DVBoxCAPI_v4_1.h2380 nsresult (*Stop)(IDHCPServer *pThis ); member in struct:IDHCPServer_vtbl
H A DVBoxCAPI_v4_2.h2608 nsresult (*Stop)(IDHCPServer *pThis ); member in struct:IDHCPServer_vtbl
H A DVBoxCAPI_v4_3.h3437 nsresult (*Stop)(INATNetwork *pThis ); member in struct:INATNetwork_vtbl
3508 nsresult (*Stop)(INATNetwork *pThis ); member in struct:INATNetworkVtbl
3560 #define INATNetwork_Stop(p) ((p)->lpVtbl->Stop(p))
3656 nsresult (*Stop)(IDHCPServer *pThis ); member in struct:IDHCPServer_vtbl
3734 nsresult (*Stop)(IDHCPServer *pThis ); member in struct:IDHCPServerVtbl
3767 #define IDHCPServer_Stop(p) ((p)->lpVtbl->Stop(p))

Completed in 2583 milliseconds