Searched defs:timer (Results 26 - 50 of 56) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dip.h81 /** Reassembly timer */
82 struct retry_timer timer; member in struct:ipv4_fragment
H A Dfc.h90 /** Retry timer */
91 struct retry_timer timer; member in struct:fc_link_state
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Darp.c32 #include <ipxe/timer.h>
66 /** Retransmission timer */
67 struct retry_timer timer; member in struct:arp_entry
77 static void arp_expired ( struct retry_timer *timer, int over );
106 timer_init ( &arp->timer, arp_expired, NULL );
107 arp->timer.min_timeout = ARP_MIN_TIMEOUT;
108 arp->timer.max_timeout = ARP_MAX_TIMEOUT;
112 /* Start timer running to trigger initial transmission */
113 start_timer_nodelay ( &arp->timer );
161 /* Stop timer */
278 arp_expired( struct retry_timer *timer, int fail ) argument
[all...]
H A Dipv4.c17 #include <ipxe/timer.h>
138 * @v timer Retry timer
141 static void ipv4_fragment_expired ( struct retry_timer *timer, argument
144 container_of ( timer, struct ipv4_fragment, timer );
214 timer_init ( &frag->timer, ipv4_fragment_expired, NULL );
239 /* Stop fragment reassembly timer */
240 stop_timer ( &frag->timer );
251 /* (Re)start fragment reassembly timer */
[all...]
H A Daoe.c110 /** Retransmission timer */
111 struct retry_timer timer; member in struct:aoe_command
211 assert ( ! timer_running ( &aoecmd->timer ) );
227 /* Stop timer */
228 stop_timer ( &aoecmd->timer );
231 aoedev->timeout = aoecmd->timer.timeout;
262 * start the retransmission timer. Do this before attempting
266 start_timer ( &aoecmd->timer );
352 * Handle AoE retry timer expiry
354 * @v timer Ao
357 aoecmd_expired( struct retry_timer *timer, int fail ) argument
[all...]
H A Dfcoe.c38 #include <ipxe/timer.h>
81 /** FIP retransmission timer */
82 struct retry_timer timer; member in struct:fcoe_port
187 stop_timer ( &fcoe->timer );
201 start_timer_nodelay ( &fcoe->timer );
444 stop_timer ( &fcoe->timer );
997 * Handle FCoE timer expiry
999 * @v timer FIP timer
1002 static void fcoe_expired ( struct retry_timer *timer, in argument
[all...]
H A Dtcp.c7 #include <ipxe/timer.h>
94 /** Retransmission timer */
95 struct retry_timer timer; member in struct:tcp_connection
96 /** Shutdown (TIME_WAIT) timer */
140 static void tcp_expired ( struct retry_timer *timer, int over );
141 static void tcp_wait_expired ( struct retry_timer *timer, int over );
276 timer_init ( &tcp->timer, tcp_expired, &tcp->refcnt );
291 /* Start timer to initiate SYN */
292 start_timer_nodelay ( &tcp->timer );
346 stop_timer ( &tcp->timer );
595 tcp_expired( struct retry_timer *timer, int over ) argument
629 tcp_wait_expired( struct retry_timer *timer, int over __unused ) argument
[all...]
H A Dfc.c31 #include <ipxe/timer.h>
192 /* Stop retry timer */
193 stop_timer ( &link->timer );
213 start_timer_fixed ( &link->timer, FC_LINK_RETRY_DELAY );
227 * Handle Fibre Channel link retry timer expiry
229 static void fc_link_expired ( struct retry_timer *timer, int over __unused ) { argument
231 container_of ( timer, struct fc_link_state, timer );
234 start_timer_fixed ( &link->timer, FC_LINK_RETRY_DELAY );
252 timer_init ( &link->timer, fc_link_expire
306 struct retry_timer timer; member in struct:fc_exchange
401 fc_xchg_expired( struct retry_timer *timer, int over __unused ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_mi.c237 * Handle management transaction timer expiry
239 * @v timer Retry timer
242 static void ib_mi_timer_expired ( struct retry_timer *timer, int expired ) { argument
244 container_of ( timer, struct ib_mad_transaction, timer );
257 /* Restart retransmission timer */
258 start_timer ( timer );
284 timer_init ( &madx->timer, ib_mi_timer_expired, NULL );
301 /* Add to list and start timer t
[all...]
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsLeakDetector.cpp68 time_t timer; local
69 time(&timer);
70 tm* now = localtime(&timer);
83 time_t timer; local
84 time(&timer);
85 tm* now = localtime(&timer);
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DTimerThread.cpp77 nsTimerImpl *timer = NS_STATIC_CAST(nsTimerImpl *, mTimers[n]); local
78 NS_RELEASE(timer);
173 nsTimerImpl *timer; local
175 timer = NS_STATIC_CAST(nsTimerImpl*, mTimers[i]);
176 RemoveTimerInternal(timer);
253 nsTimerImpl *timer = nsnull; local
256 timer = NS_STATIC_CAST(nsTimerImpl*, mTimers[0]);
258 if (!TIMER_LESS_THAN(now, timer->mTimeout + mTimeoutAdjustment)) {
266 NS_ADDREF(timer);
267 RemoveTimerInternal(timer);
394 nsTimerImpl *timer = NS_STATIC_CAST(nsTimerImpl *, mTimers[i]); local
438 nsTimerImpl *timer = NS_STATIC_CAST(nsTimerImpl*, mTimers[i]); local
[all...]
H A DnsTimerImpl.cpp103 // from the TimerThread::mTimers array, so we Cancel this timer to remove
104 // the mTimers element, and return 0 if Cancel in fact disarmed the timer.
108 // timer is not found in the mTimers array -- i.e., when the timer was not
110 // being true here. That can happen if the armed timer is being fired by
112 // the timer thread. If the RemoveTimer call below doesn't find this timer
113 // in the mTimers array, then the last ref to this timer is held manually
117 // The original version of this thread-based timer code kept weak refs from
118 // TimerThread::mTimers, removing this timer'
424 nsTimerImpl* timer = NS_STATIC_CAST(nsTimerImpl*, event->owner); local
455 nsTimerImpl *timer = NS_STATIC_CAST(nsTimerImpl*, event->owner); local
586 AddIdleTimer(nsITimer* timer) argument
628 nsTimerImpl* timer = new nsTimerImpl(); local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DRealTimeClock.c140 // INTN *timer
142 time_t time (time_t *timer) argument
207 for (YearIndex = 1970, *timer = 0; YearIndex != Year; YearIndex++) {
208 *timer = *timer + (time_t)(CumulativeDays[IsLeap(YearIndex)][13] * SECSPERDAY);
215 *timer = *timer +
222 return *timer;
228 struct tm * gmtime (const time_t *timer) argument
238 if (timer
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Ddns.c73 /** Retry timer */
74 struct retry_timer timer; member in struct:dns_request
98 /* Stop the retry timer */
99 stop_timer ( &dns->timer );
308 /* Start retransmission timer */
309 start_timer ( &dns->timer );
318 * Handle DNS retransmission timer expiry
320 * @v timer Retry timer
323 static void dns_timer_expired ( struct retry_timer *timer, in argument
[all...]
H A Dslam.c35 #include <ipxe/timer.h>
128 /** Master client retry timer */
130 /** Slave client retry timer */
303 * Handle SLAM master client retry timer expiry
305 * @v timer Master retry timer
308 static void slam_master_timer_expired ( struct retry_timer *timer, argument
311 container_of ( timer, struct slam_request, master_timer );
314 /* Allow timer to stop running. We will terminate the
315 * connection only if the slave timer time
332 slam_slave_timer_expired( struct retry_timer *timer, int fail ) argument
[all...]
H A Ddhcp.c39 #include <ipxe/timer.h>
183 /** Handle timer expiry
240 /** Retransmission timer */
241 struct retry_timer timer; member in struct:dhcp_session
270 /* Stop retry timer */
271 stop_timer ( &dhcp->timer );
290 stop_timer ( &dhcp->timer );
291 dhcp->timer.min_timeout =
293 dhcp->timer.max_timeout = DHCP_MAX_TIMEOUT;
294 start_timer_nodelay ( &dhcp->timer );
1223 dhcp_timer_expired( struct retry_timer *timer, int fail ) argument
[all...]
H A Dtftp.c137 /** Retransmission timer */
138 struct retry_timer timer; member in struct:tftp_request
183 /* Stop the retry timer */
184 stop_timer ( &tftp->timer );
471 /* Update retransmission timer. While name resolution takes place the
475 stop_timer ( &tftp->timer );
477 start_timer ( &tftp->timer );
479 start_timer_nodelay ( &tftp->timer );
495 * Handle TFTP retransmission timer expiry
497 * @v timer Retr
500 tftp_timer_expired( struct retry_timer *timer, int fail ) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dsecurity.h127 OsTimerPtr timer; /* timer for this auth */ member in struct:__anon2866
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpralarm.c59 PRIntervalTime epoch; /* when timer was started */
84 PRCList *timer; local
93 timer = alarm->timers.next;
96 result = (PRAlarmID*)timer;
102 timer = timer->next;
103 } while (timer != &alarm->timers);
105 result = (PRAlarmID*)(timer = PR_LIST_HEAD(&alarm->timers));
106 PR_REMOVE_LINK(timer); /* remove it from the list */
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dprofile_main.cpp111 TestTimer timer; local
122 TestTimer timer; local
133 TestTimer timer; local
165 TestTimer timer; local
175 TestTimer timer; local
183 TestTimer timer; local
210 TestTimer timer; local
217 TestTimer timer; local
235 TestTimer timer; local
243 TestTimer timer; local
267 TestTimer timer; local
286 TestTimer timer; local
310 TestTimer timer; local
339 TestTimer timer; local
348 TestTimer timer; local
367 TestTimer timer; local
392 TestTimer timer; local
415 TestTimer timer; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTime.c531 if the calendar time is not available. If timer is not a null
536 time(time_t *timer) argument
560 if( timer != NULL) {
561 *timer = CalTime;
654 ctime(const time_t *timer) argument
656 return asctime(localtime(timer));
708 gmtime(const time_t *timer) argument
710 gmtsub(timer, 0L, &gMD->BDTime);
760 localtime(const time_t *timer) argument
763 localsub(timer,
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Di82365.c81 u_char timer[6]; member in struct:cirrus_state_t
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/
H A Dath.h110 int timer; member in struct:ath_ani
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c73 static PRBool CancelTimer(TimerEvent *timer);
80 TimerEvent *timer; local
93 timer = TIMER_EVENT_PTR(head);
94 if ((PRInt32) (now - timer->absolute) >= 0)
102 PR_ASSERT(2 == timer->ref_count);
104 timer->func(timer->arg);
106 timer->ref_count -= 1;
107 if (0 == timer->ref_count)
114 timeout = (PRIntervalTime)(timer
127 TimerEvent *timer; local
158 CancelTimer(TimerEvent *timer) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dint13.c35 #include <ipxe/timer.h>
233 /** Command timeout timer */
234 struct retry_timer timer; member in struct:int13_command
257 stop_timer ( &command->timer );
262 * Handle INT 13 command timer expiry
264 * @v timer Timer
266 static void int13_command_expired ( struct retry_timer *timer, argument
269 container_of ( timer, struct int13_command, timer );
324 assert ( ! timer_running ( &command->timer ) );
[all...]

Completed in 171 milliseconds

123