Searched defs:timer (Results 1 - 25 of 56) sorted by relevance

123

/vbox/src/VBox/Devices/PC/BIOS/
H A Dserial.c48 uint16_t addr, timer, val16; local
73 timer = read_word(0x0040, 0x006C);
76 if (val16 != timer) {
77 timer = val16;
87 timer = read_word(0x0040, 0x006C);
90 if (val16 != timer) {
91 timer = val16;
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DTimerWrapper.c71 // INTN *timer
73 time_t time (time_t *timer) argument
87 for (Year = 1970, *timer = 0; Year != Time.Year; Year++) {
88 *timer = *timer + (time_t)(CumulativeDays[IsLeap(Year)][13] * SECSPERDAY);
94 *timer = *timer +
102 return *timer;
108 struct tm * gmtime (const time_t *timer) argument
118 if (timer
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv4/lwip/
H A Digmp.h50 /* IGMP timer */
83 /** timer for reporting, negative is OFF */
84 u16_t timer; member in struct:igmp_group
H A Dip_frag.h48 /* The IP reassembly timer interval in milliseconds. */
60 u8_t timer; member in struct:ip_reassdata
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv6/lwip/
H A Dip6_frag.h57 /* The IPv6 reassembly timer interval in milliseconds. */
72 u8_t timer; member in struct:ip6_reassdata
H A Dmld6.h69 /** timer for reporting */
70 u16_t timer; member in struct:mld_group
/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dkb.c11 #define INPUT_DELAY 200 // half-blocking delay timer resolution (ms)
23 int timer, c; local
28 timer = INPUT_DELAY_TIMEOUT;
32 if ( timer > 0 ) { // time-limited blocking read
34 timer -= INPUT_DELAY;
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dretry.c22 #include <ipxe/timer.h>
32 * A retry timer is a binary exponential backoff timer. It can be
35 * This implementation of the timer is designed to satisfy RFC 2988
36 * and therefore be usable as a TCP retransmission timer.
51 * Start timer
53 * @v timer Retry timer
55 * This starts the timer running with the current timeout value. If
56 * stop_timer() is not called before the timer expire
87 start_timer_fixed( struct retry_timer *timer, unsigned long timeout ) argument
184 struct retry_timer *timer; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dsecuritysrv.h70 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon6850
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dsecuritysrv.h70 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon7169
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dsecuritysrv.h71 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon7476
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dsecuritysrv.h71 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon7849
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dsecuritysrv.h71 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon8203
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dsecuritysrv.h71 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon8520
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dsecuritysrv.h71 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon8839
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dsecuritysrv.h71 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon9153
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dsecuritysrv.h71 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon9473
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dsecuritysrv.h71 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon4999
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dsecuritysrv.h71 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon5311
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dsecuritysrv.h71 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon5623
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dsecuritysrv.h70 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon5934
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dsecuritysrv.h70 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon6237
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dsecuritysrv.h70 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon6535
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dretry.h20 /** A retry timer */
44 * @v timer Retry timer
47 * The timer will already be stopped when this method is
51 void ( * expired ) ( struct retry_timer *timer, int over );
61 * Initialise a timer
63 * @v timer Retry timer
68 timer_init ( struct retry_timer *timer, argument
69 void ( * expired ) ( struct retry_timer *timer, in
[all...]
H A Dib_mi.h75 /** Retry timer */
76 struct retry_timer timer; member in struct:ib_mad_transaction

Completed in 121 milliseconds

123