Searched refs:timer (Results 51 - 75 of 150) sorted by relevance

123456

/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dtime_cmd.c30 #include <ipxe/timer.h>
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dmld6.c185 group->timer = 0; /* Not running */
297 group->timer = 0; /* stopped */
458 * Periodic timer for mld processing. Must be called every
469 if (group->timer > 0) {
470 group->timer--;
471 if (group->timer == 0) {
505 /* Apply timer value if no report has been scheduled already. */
508 ((group->timer == 0) || (maxresp < group->timer)))) {
509 group->timer
[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/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Digmp.c332 group->timer = 0; /* Not running */
487 group->timer = 0; /* stopped */
554 /* Need to work out where this timer comes from */
649 * The igmp timer function (both for NO_SYS=1 and =0)
658 if (group->timer > 0) {
659 group->timer--;
660 if (group->timer == 0) {
689 * Start a timer for an igmp group
691 * @param group the igmp_group for which to start a timer
704 group->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...]
/vbox/src/VBox/Devices/build/
H A Dvl_vbox.h88 #define qemu_free_timer(timer) TMR3TimerDestroy(timer)
89 #define qemu_del_timer(timer) TMTimerStop(timer)
90 #define qemu_mod_timer(timer, expire) TMTimerSet(timer, (uint64_t)expire)
91 #define qemu_timer_pending(timer) TMTimerIsActive(timer)
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsITimer.idl46 * The signature of the timer callback function passed to initWithCallback. This
47 * is the function that will get called when the timer expires if the timer is
50 * @param aTimer the timer which has expired
73 * @param aTimer the timer which has expired
75 void notify(in nsITimer timer);
82 * delay to avoid the overhead of destroying and creating a timer. It is not
83 * necessary to cancel the timer in that case.
91 * Type of a timer that fires once only.
96 * After firing, a TYPE_REPEATING_SLACK timer i
[all...]
H A DnsTimerImpl.h79 // Two timer deadlines must differ by less than half the PRIntervalTime domain.
136 // These members are set by the initiating thread, when the timer's type is
144 // loads and stores done on the initiating/type-changing/timer-firing thread
149 // The generation number of this timer, re-generated each time the timer is
166 #define NS_TIMERMANAGER_CONTRACTID "@mozilla.org/timer/manager;1"
186 nsresult AddIdleTimer(nsITimer* timer);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv6/lwip/
H A Dmld6.h69 /** timer for reporting */
70 u16_t timer; member in struct:mld_group
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dmonojob.c29 #include <ipxe/timer.h>
/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 Dib_mi.h75 /** Retry timer */
76 struct retry_timer timer; member in struct:ib_mad_transaction
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_timer.c24 #include <ipxe/timer.h>
30 * iPXE timer API for EFI
34 /** Scale factor to apply to CPU timer 0
36 * The timer is scaled down in order to ensure that reasonable values
73 /* Read CPU timer 0 (TSC) */
76 DBG ( "EFI could not read CPU timer: %s\n",
93 /* Calibrate timer, if necessary. EFI does nominally provide
94 * the timer speed via the (optional) TimerPeriod parameter to
102 DBG ( "Calibrating EFI timer with a %d ms delay\n",
108 DBG ( "EFI CPU timer calibrate
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/
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 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 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/include/iprt/
H A Druntime.h67 #include <iprt/timer.h>
/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/drivers/net/
H A D3c515.c249 /* The action to take with a media selection timer tick.
639 int timer; local
642 for (timer = 4; timer >= 0; timer--) {
698 int timer; local
701 for (timer = 4; timer >= 0; timer--) {
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-private.h774 void pixman_timer_register (pixman_timer_t *timer);
778 static pixman_timer_t timer ## tname; \
781 if (!timer ## tname.initialized) \
783 timer ## tname.initialized = 1; \
784 timer ## tname.name = # tname; \
785 pixman_timer_register (&timer ## tname); \
788 timer ## tname.n_times++; \
792 timer ## tname.total += OIL_STAMP () - begin ## tname; \
/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/VBox/Runtime/r0drv/haiku/
H A Dthe-haiku-kernel.h70 timer alarm;

Completed in 114 milliseconds

123456