Home
last modified time | relevance | path

Searched refs:uptime (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/tools/xl/
A Dxl_info.c672 day = (int)(uptime / 86400); in uptime_to_string()
673 uptime -= (day * 86400); in uptime_to_string()
674 hour = (int)(uptime / 3600); in uptime_to_string()
675 uptime -= (hour * 3600); in uptime_to_string()
676 min = (int)(uptime / 60); in uptime_to_string()
677 uptime -= (min * 60); in uptime_to_string()
678 sec = uptime; in uptime_to_string()
746 uint32_t uptime = 0; in print_dom0_uptime() local
765 uptime = strtoul(buf, NULL, 10); in print_dom0_uptime()
795 uint32_t uptime = 0; in print_domU_uptime() local
[all …]
/xen-4.10.0-shim-comet/docs/man/
A Dxl.pod.1.in945 =item B<uptime>
947 Prints the current uptime of the domains running.

Completed in 6 milliseconds