Home
last modified time | relevance | path

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

/xen/tools/xl/
A Dxl_info.c678 day = (int)(uptime / 86400); in uptime_to_string()
679 uptime -= (day * 86400); in uptime_to_string()
680 hour = (int)(uptime / 3600); in uptime_to_string()
681 uptime -= (hour * 3600); in uptime_to_string()
682 min = (int)(uptime / 60); in uptime_to_string()
683 uptime -= (min * 60); in uptime_to_string()
684 sec = uptime; in uptime_to_string()
752 uint32_t uptime = 0; in print_dom0_uptime() local
771 uptime = strtoul(buf, NULL, 10); in print_dom0_uptime()
801 uint32_t uptime = 0; in print_domU_uptime() local
[all …]
/xen/docs/man/
A Dxl.1.pod.in992 =item B<uptime>
994 Prints the current uptime of the domains running.

Completed in 7 milliseconds