Searched defs:Reset (Results 1 - 25 of 60) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/SnpDxe/
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
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
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/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 DSimplePointer.h129 EFI_SIMPLE_POINTER_RESET Reset; member in struct:_EFI_SIMPLE_POINTER_PROTOCOL
H A DAbsolutePointer.h188 EFI_ABSOLUTE_POINTER_RESET Reset; member in struct:_EFI_ABSOLUTE_POINTER_PROTOCOL
H A DBlockIo.h39 Reset the Block Device.
232 EFI_BLOCK_RESET Reset; member in struct:_EFI_BLOCK_IO_PROTOCOL
H A DUsbHostController.h479 EFI_USB_HC_PROTOCOL_RESET Reset; member in struct:_EFI_USB_HC_PROTOCOL
H A DSerialIo.h92 Reset the serial device.
285 EFI_SERIAL_RESET Reset; member in struct:_EFI_SERIAL_IO_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/libs/zlib-1.2.6/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs48 public void Reset() { _current = 0; } method in class:DotZLib.ChecksumGeneratorBase
/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/Frontends/VirtualBox/src/runtime/
H A DUIDnDEnumFormat_win.cpp140 STDMETHODIMP UIDnDEnumFormatEtc::Reset(void) function in class:UIDnDEnumFormatEtc
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDEnumFormat.cpp142 STDMETHODIMP VBoxDnDEnumFormatEtc::Reset(void) function in class:VBoxDnDEnumFormatEtc
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcMessage.cpp57 ipcMessage::Reset() function in class:ipcMessage
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DShellCommandLib.h394 BOOLEAN Reset; ///< Reset the command (it must be treated like a initial run (but it may have data already)) member in struct:__anon12761
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
H A DUsbMass.h132 Reset the USB mass storage device by Transport protocol.
193 USB_MASS_RESET Reset; ///< Reset the device member in struct:_USB_MASS_TRANSPORT
/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

Completed in 103 milliseconds

123