/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/ |
H A D | StubFunctions.c | 70 wait(int *stat_loc) { function
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | glxcontext.h | 51 Bool (*wait) (__GLXcontext * context, __GLXclientState * cl, int *error); member in struct:__GLXcontext
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | glxcontext.h | 51 Bool (*wait) (__GLXcontext * context, __GLXclientState * cl, int *error); member in struct:__GLXcontext
|
/vbox/src/VBox/Main/src-server/os2/ |
H A D | USBProxyServiceOs2.cpp | 178 int USBProxyServiceOs2::wait(RTMSINTERVAL aMillies) function in class:USBProxyServiceOs2
|
/vbox/src/VBox/Main/src-server/win/ |
H A D | USBProxyServiceWindows.cpp | 232 int USBProxyServiceWindows::wait(unsigned aMillies) function in class:USBProxyServiceWindows
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | glxcontext.h | 51 Bool (*wait) (__GLXcontext * context, __GLXclientState * cl, int *error); member in struct:__GLXcontext
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | wait.h | 1 /* $NetBSD: wait.h,v 1.24 2005/12/11 12:25:21 christos Exp $ */ 31 * @(#)wait.h 8.2 (Berkeley) 7/10/94 41 * and the alternate interfaces that use it (wait, wait3, waitpid). 45 * Macros to test the exit status returned by wait 48 #define _W_INT(w) (*(int *)(void *)&(w)) /* convert union wait to int */ 66 * wait to not hang if there are no stopped or terminated processes, rather 69 * which stop due to signals. If children are stopped and a wait without 73 #define WNOHANG 0x00000001 /* don't hang in wait */ 77 #define WALTSIG 0x00000004 /* wait for processes that exit 80 #define WALLSIG 0x00000008 /* wait fo 113 union wait { union [all...] |
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | logo.c | 142 uint8_t wait(uint16_t ticks, uint8_t stop_on_key) function 363 scode = wait(16 / WAIT_MS, 0); 377 scode = wait(logo_time / WAIT_MS, 1); 388 scode = wait(16 / WAIT_MS, 0); 414 // if the user has pressed F12 don't wait here 418 scode = wait(F12_WAIT_TIME, 1); 444 scode = wait(WAIT_HZ, 1); 519 wait(WAIT_HZ, 0);
|
/vbox/src/VBox/Main/src-server/darwin/ |
H A D | USBProxyServiceDarwin.cpp | 271 int USBProxyServiceDarwin::wait(RTMSINTERVAL aMillies) function in class:USBProxyServiceDarwin
|
/vbox/src/VBox/Main/src-server/freebsd/ |
H A D | USBProxyServiceFreeBSD.cpp | 170 int USBProxyServiceFreeBSD::wait(RTMSINTERVAL aMillies) function in class:USBProxyServiceFreeBSD
|
/vbox/src/VBox/Main/src-server/linux/ |
H A D | USBProxyServiceLinux.cpp | 298 int USBProxyServiceLinux::wait(RTMSINTERVAL aMillies) function in class:USBProxyServiceLinux 318 /* Cap the wait interval if we're polling for udevd changing device permissions. */ 360 return USBProxyService::wait(aMillies);
|
/vbox/src/VBox/Main/src-server/solaris/ |
H A D | USBProxyServiceSolaris.cpp | 138 int USBProxyServiceSolaris::wait(RTMSINTERVAL aMillies) function in class:USBProxyServiceSolaris
|
/vbox/src/VBox/Main/testcase/ |
H A D | tstUSBProxyLinux.cpp | 48 int USBProxyService::wait(unsigned int) { return VINF_SUCCESS; } function in class:USBProxyService
|
/vbox/src/VBox/ValidationKit/testboxscript/ |
H A D | testboxtasks.py | 60 ## Time to wait for a task to terminate. 102 def wait(self, cSecTimeout): member in class:TestBoxBaseTask 107 self._oCv.wait(cSecTimeout) 117 return self.wait(cSecTimeout); 142 ## The timeout to wait for the abort command before killing it. 145 ## The timeout to wait for the final output to be processed. 147 ## The timeout to wait for the abort command output to be processed. 149 ## The timeout to wait for the terminate output to be processed. 151 ## The timeout to wait for the kill output to be processed.
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | eepro100.c | 976 int rc, wait = CU_CMD_TIMEOUT; local 980 for ( ; wait && ( rc = inb ( cmd_ioaddr ) ); wait-- ) 983 if ( !wait )
|
H A D | prism2.c | 40 * Maximum number of info packets to wait for on a join attempt. 244 /* wait for the busy bit to clear */ 264 /* Now wait for completion */ 577 * event_mask EVSTAT register mask of events to wait for 580 * wait Time (in us) to wait between each poll of the register 588 static int hfa384x_wait_for_event(hfa384x_t *hw, UINT16 event_mask, UINT16 event_ack, int wait, int timeout, const char *descr) argument 595 if ( count > 0 ) udelay(wait);
|
H A D | 3c515.c | 69 /* wait */ ; 263 short wait; /* Time before we check media status. */ member in struct:media_table 362 /* Start the thinnet transceiver. We should really wait 50ms... */ 567 /* wait for Tx complete */
|
/vbox/src/VBox/Main/src-server/ |
H A D | USBProxyService.cpp | 652 rc = wait(0); 737 rc = pThis->wait(RT_INDEFINITE_WAIT); 778 * @param aMillies Number of milliseconds to wait. 780 int USBProxyService::wait(RTMSINTERVAL aMillies) function in class:USBProxyService 787 * Interrupt any wait() call in progress.
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | tcp.c | 97 struct retry_timer wait; member in struct:tcp_connection 277 timer_init ( &tcp->wait, tcp_wait_expired, &tcp->refcnt ); 347 stop_timer ( &tcp->wait ); 631 container_of ( timer, struct tcp_connection, wait ); 635 DBGC ( tcp, "TCP %p wait complete in %s for %08x..%08x %08x\n", tcp, 1215 stop_timer ( &tcp->wait ); 1216 start_timer_fixed ( &tcp->wait, ( 2 * TCP_MSL ) );
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | _nspr_pthread.h | 118 int wait; member in struct:_MDThread
|
/vbox/src/VBox/ValidationKit/testdriver/ |
H A D | base.py | 302 iExitCode = oPs.wait(); 505 # Don't wait more than 1s. This allow lazy state polling. 516 self.oCv.wait(cMsWait / 1000) 665 def wait(self, cMsTimeout = 0): member in class:Process 669 Returns True if the process exited withint the specified wait period. 1066 there turned out to be nothing to wait on.
|
H A D | vboxwrappers.py | 163 oProgress.wait(); 380 def wait(self, cMsTimeout = 60000, fErrorOnTimeout = True, cMsInterval = 1000): member in class:ProgressWrapper 1720 oProgress.wait(); 1740 oProgress.wait(); 1796 oProgress.wait(); 2229 oProgress.wait(cMsTimeout); 2256 oProgress.wait(cMsTimeout);
|
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/ |
H A D | E100b.c | 32 // How to wait for the command unit to accept a command. 642 // Todo: verify that we must wait for previous command completion. 1119 // must wait for previous command completion only if it was a non-transmit 1126 // see if we need to wait for completion here 1130 // don't wait for more than 1 second!!! 1885 UINTN wait; local 1891 wait = 500; 1893 while (wait--) { 1983 // and then out a 1 to sk, wait, out 0 to SK and wait 3324 INT16 wait; local 3352 UINT16 wait; local 3451 UINT16 wait; local [all...] |
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/ |
H A D | via_drm.h | 218 int wait; member in struct:_drm_via_cmdbuf_size 261 * blit engine busy-wait polling for better latency in the absence of
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/ |
H A D | arbel.c | 111 unsigned int wait; local 113 for ( wait = ARBEL_HCR_MAX_WAIT_MS ; wait ; wait-- ) {
|