Home
last modified time | relevance | path

Searched refs:expires (Results 1 – 11 of 11) sorted by relevance

/qemu/hw/sparc64/
H A Dsparc64.c237 int64_t expires = cpu_to_timer_ticks(real_limit, timer->frequency) + in cpu_tick_set_limit() local
240 if (expires < now) { in cpu_tick_set_limit()
241 expires = now + 1; in cpu_tick_set_limit()
252 expires - now, timer->frequency in cpu_tick_set_limit()
261 timer_mod(timer->qtimer, expires); in cpu_tick_set_limit()
/qemu/ui/
H A Dvnc-stubs.c9 int vnc_display_pw_expire(const char *id, time_t expires) in vnc_display_pw_expire() argument
H A Dspice-module.c53 static int qemu_spice_set_pw_expire_stub(time_t expires) in qemu_spice_set_pw_expire_stub() argument
H A Dspice-core.c923 static int qemu_spice_set_pw_expire(time_t expires) in qemu_spice_set_pw_expire() argument
925 auth_expires = expires; in qemu_spice_set_pw_expire()
H A Dvnc.h172 time_t expires; member
H A Dvnc.c2771 if (vs->vd->expires < now) { in protocol_client_auth_vnc()
3401 vd->expires = TIME_MAX; in vnc_display_init()
3490 int vnc_display_pw_expire(const char *id, time_t expires) in vnc_display_pw_expire() argument
3498 vd->expires = expires; in vnc_display_pw_expire()
/qemu/include/ui/
H A Dqemu-spice-module.h33 int (*set_pw_expire)(time_t expires);
H A Dconsole.h458 int vnc_display_pw_expire(const char *id, time_t expires);
/qemu/qapi/
H A Drun-state.json381 # @action: @WatchdogAction action taken when watchdog timer expires.
405 # @watchdog: @WatchdogAction action taken when watchdog timer expires.
/qemu/hw/arm/
H A Domap1.c144 int64_t expires; in omap_timer_update() local
148 expires = muldiv64((uint64_t) timer->val << (timer->ptv + 1), in omap_timer_update()
157 if (expires > (NANOSECONDS_PER_SECOND >> 10) || timer->ar) { in omap_timer_update()
158 timer_mod(timer->timer, timer->time + expires); in omap_timer_update()
/qemu/
H A Dqemu-options.hx4977 expires. The default is ``reset`` (forcefully reset the guest).