Searched refs:Reset (Results 1 - 25 of 198) sorted by relevance

12345678

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
H A DStatistics.c32 If Reset is FALSE, and both StatisticsSize and StatisticsTable are NULL, then
34 If Reset is TRUE, then all of the supported statistics counters on this network
38 @param Reset Set to TRUE to reset the statistics for the network interface.
70 IN BOOLEAN Reset,
114 if (!Reset && StatisticsSize == NULL) {
129 if (Reset) {
173 if (Reset) {
68 SnpUndi32Statistics( IN EFI_SIMPLE_NETWORK_PROTOCOL *This, IN BOOLEAN Reset, IN OUT UINTN *StatisticsSize, OPTIONAL IN OUT EFI_NETWORK_STATISTICS *StatisticsTable OPTIONAL ) argument
H A DStation_address.c172 interface, if supported. If Reset is TRUE, then the current station address is
173 set to the network interface's permanent address. If Reset is FALSE, and the
182 @param Reset Flag used to reset the station address to the network interface's
191 @retval EFI_INVALID_PARAMETER Reset is FALSE and New is NULL.
204 IN BOOLEAN Reset,
216 (!Reset && (New == NULL))) {
240 if (Reset) {
202 SnpUndi32StationAddress( IN EFI_SIMPLE_NETWORK_PROTOCOL *This, IN BOOLEAN Reset, IN EFI_MAC_ADDRESS *New OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/ResetSystemRuntimeDxe/
H A DResetSystem.h21 #include <Protocol/Reset.h>
37 It initializes the Reset Architectural Protocol.
74 Reset system for capsule update.
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DAbsolutePointer.h188 EFI_ABSOLUTE_POINTER_RESET Reset; member in struct:_EFI_ABSOLUTE_POINTER_PROTOCOL
H A DSimplePointer.h129 EFI_SIMPLE_POINTER_RESET Reset; member in struct:_EFI_SIMPLE_POINTER_PROTOCOL
H A DBlockIo.h39 Reset the Block Device.
232 EFI_BLOCK_RESET Reset; member in struct:_EFI_BLOCK_IO_PROTOCOL
H A DBlockIo2.h51 Reset the block device hardware.
197 EFI_BLOCK_RESET_EX Reset; member in struct:_EFI_BLOCK_IO2_PROTOCOL
H A DDebugPort.h120 EFI_DEBUGPORT_RESET Reset; member in struct:_EFI_DEBUGPORT_PROTOCOL
H A DSimpleTextIn.h82 Reset the input device and optionally run diagnostics
124 EFI_INPUT_RESET Reset; member in struct:_EFI_SIMPLE_TEXT_INPUT_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/KbcResetDxe/
H A DResetEntry.c20 #include <Protocol/Reset.h>
23 // The handle onto which the Reset Architectural Protocol is installed
28 Reset the system.
66 Initialize the state information for the Reset Architectural Protocol.
86 // Make sure the Reset Architectural Protocol is not already installed in the system
96 // Now install the Reset RT AP on a new handle
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDEnumFormat_win.h38 STDMETHOD(Reset)(void);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmediaobj.idl73 HRESULT Reset();
H A Dmsident.idl81 HRESULT Reset();
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmediaobj.idl78 HRESULT Reset();
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcClient.cpp82 mInMsg.Reset();
182 mInMsg.Reset();
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dmisync.h60 SyncFenceResetFunc Reset; member in struct:_syncFenceFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dmisync.h60 SyncFenceResetFunc Reset; member in struct:_syncFenceFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dmisync.h59 SyncFenceResetFunc Reset; member in struct:_syncFenceFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dmisync.h59 SyncFenceResetFunc Reset; member in struct:_syncFenceFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dmisync.h59 SyncFenceResetFunc Reset; member in struct:_syncFenceFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dmisync.h60 SyncFenceResetFunc Reset; member in struct:_syncFenceFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dmisync.h60 SyncFenceResetFunc Reset; member in struct:_syncFenceFuncs
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dmisync.h60 SyncFenceResetFunc Reset; member in struct:_syncFenceFuncs
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DSimpleTextIn.h86 Reset the input device and optionally run diagnostics
128 EFI_INPUT_RESET Reset; member in struct:_EFI_SIMPLE_TEXT_INPUT_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia16/
H A DResetVectorVtf0.asm47 ; Reset Vector

Completed in 3328 milliseconds

12345678