Searched defs:reset (Results 1 - 25 of 46) sorted by relevance

12

/vbox/include/iprt/cpp/
H A Dautores.h172 void reset(T a_hRes = NilRes()) function in class:RTCAutoRes
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_com_exceptions.py87 def reset(self): member in class:TestHandler
/vbox/include/VBox/com/
H A Darray.h893 bool reset(size_t aNewSize) function in class:com::SafeArray
991 aOther.reset(size());
1462 bool reset(size_t aNewSize) { NOREF(aNewSize); return false; }
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DDLexerBase.cpp88 void DLGLexerBase::reset() function in class:DLGLexerBase
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_mac.c536 int ath9k_hw_stopdmarecv(struct ath_hw *ah, int *reset) argument
558 *reset = 1;
H A Dath9k_recv.c227 int stopped, reset = 0; local
231 stopped = ath9k_hw_stopdmarecv(ah, &reset);
241 return stopped && !reset;
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp55 reset();
115 reset();
576 void VBoxDnDDropTarget::reset(void) function in class:VBoxDnDDropTarget
H A DVBoxDnD.cpp143 reset();
382 reset();
749 reset();
878 reset();
998 reset();
1152 reset(); /* Reset state on failure. */
1184 reset();
1422 void VBoxDnDWnd::reset(void) function in class:VBoxDnDWnd
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinaspi.h139 SRB_BusDeviceReset16 reset; member in union:tagSRB16
/vbox/src/VBox/Devices/USB/testcase/
H A DtstPalmOne.c363 int reset(void) function
367 return doioctl(USBDEVFS_RESET, &i, "reset");
389 // reset();
H A DtstTrekStorGo.c290 int reset(void) function
294 return doioctl(USBDEVFS_RESET, &i, "reset");
303 reset();
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispProfile.h54 void reset() function in class:VBoxDispProfileEntry
172 VBOXDISPPROFILESET_FOREACHENTRY( m_Entries[i].reset(); );
176 void reset() function in class:VBoxDispProfileSet
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinaspi.h139 SRB_BusDeviceReset16 reset; member in union:tagSRB16
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl_panel.cpp89 static void Validate(Handle original, Handle current, Boolean *recompile, Boolean *relink, Boolean *reset);
201 /* determine if we need to reset paths, recompile, or relink */
202 Validate(pb->originalPrefs, pb->currentPrefs, &pb->recompile, &pb->relink, &pb->reset);
393 static void Validate(Handle original, Handle current, Boolean *recompile, Boolean *relink, Boolean *reset) argument
401 *reset = false;
/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp178 reset();
249 void GuestDnDResponse::reset(void) function in class:GuestDnDResponse
308 reset();
316 reset();
753 pResp->reset();
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dpcnet32.h125 void ( *reset ) ( unsigned long ); member in struct:pcnet32_access
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTimelineService.cpp100 void reset();
147 void nsTimelineServiceTimer::reset() function in class:nsTimelineServiceTimer
500 timer->reset();
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp.c366 * @param reset boolean to indicate whether a reset should be sent
369 tcp_abandon(struct tcp_pcb *pcb, int reset) argument
387 int send_rst = reset && (pcb->state != CLOSED);
416 * Aborts the connection by sending a RST (reset) segment to the remote
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwnaspi32.h226 SRB_BusDeviceReset reset; member in union:tagSRB32
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_snp.c301 snpdev, enable, disable, ( mcast_reset ? " reset" : "" ),
316 * @v reset Reset to permanent address
321 efi_snp_station_address ( EFI_SIMPLE_NETWORK_PROTOCOL *snp, BOOLEAN reset, argument
328 ( reset ? "reset" : ll_protocol->ntoa ( new ) ) );
331 if ( reset )
345 * Get (or reset) statistics
348 * @v reset Reset statistics
354 efi_snp_statistics ( EFI_SIMPLE_NETWORK_PROTOCOL *snp, BOOLEAN reset, argument
361 ( reset
[all...]
/vbox/src/VBox/NetworkServices/NAT/
H A Dpxtcp.c217 struct tcpip_msg msg_reset; /* reset connection and delete pxtcp */
774 * guest might have sent us a reset while msg_delete was in
886 * schedule pxtcp reset and deletion on the lwip thread and to
903 * send TCP reset.
910 int reset = 0; local
916 reset = 1;
941 tcp_abandon(pcb, reset);
1262 goto reset;
1271 goto reset;
1279 goto reset;
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwnaspi32.h226 SRB_BusDeviceReset reset; member in union:tagSRB32
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_feedback.c557 feedback_line(const CRVertex *v0, const CRVertex *v1, GLboolean reset) argument
566 if (reset)
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp364 void reset(void);
524 reset();
541 void DragInstance::reset(void) function in class:DragInstance
704 reset();
925 reset();
1060 reset();
1243 /* Send a drop event to the current window and reset our DnD status. */
1354 reset();
1685 * So reset our internal state because we are done here for this transaction. */
1686 reset();
[all...]
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp1561 reset();
1564 void reset() function in struct:xml::Document::Data
1606 m->reset();
1618 * has changed. Called from XmlFileParser::read(). m->reset() must have been
1723 * The document that is passed in will be reset before being filled if not empty.
1728 * @param doc Reference to the output document. This will be reset
1740 doc.m->reset();
1854 * The document that is passed in will be reset before being filled if not empty.
1857 * @param doc out: document to be reset and filled with data according to file contents.
1869 doc.m->reset();
[all...]

Completed in 197 milliseconds

12