Home
last modified time | relevance | path

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

12

/external/toybox/toys/other/
Duptime.c45 info.uptime /= 60; in uptime_main()
46 minutes = info.uptime%60; in uptime_main()
47 info.uptime /= 60; in uptime_main()
48 hours = info.uptime%24; in uptime_main()
49 days = info.uptime/24; in uptime_main()
/external/lldb/test/pexpect-2.4/examples/
DREADME33 It runs a simple system checks such as uptime and free to monitor
61 uptime.py
62 This will run the uptime command and parse the output into python variables.
66 formats for uptime output.
/external/iproute2/misc/
Drtacct.c583 long uptime = -1; in main() local
585 if (fscanf(tfp, "%ld", &uptime) != 1) in main()
586 uptime = -1; in main()
590 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) { in main()
Dnstat.c563 long uptime = -1; in main() local
565 if (fscanf(tfp, "%ld", &uptime) != 1) in main()
566 uptime = -1; in main()
569 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) { in main()
Difstat.c711 long uptime = -1; in main() local
713 if (fscanf(tfp, "%ld", &uptime) != 1) in main()
714 uptime = -1; in main()
717 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) { in main()
/external/toybox/toys/pending/
Dps.c73 long uptime;
184 if (i==16) seconds = TT.uptime-seconds; in do_ps()
257 TT.uptime = *sigh; in ps_main()
/external/iptables/include/linux/
Dkernel.h13 long uptime; /* Seconds since boot */ member
/external/kernel-headers/original/uapi/linux/
Dsysinfo.h8 __kernel_long_t uptime; /* Seconds since boot */ member
/external/strace/
Dsysinfo.c34 (unsigned long long) si.uptime in SYS_FUNC()
/external/dhcpcd/
Dcommon.h77 time_t uptime(void);
Dipv4ll.c129 up = uptime(); in handle_ipv4ll_failure()
Dcommon.c230 uptime(void) in uptime() function
Ddhcp.c913 time_t up = uptime() - iface->start_uptime; in make_message()
/external/google-breakpad/src/processor/testdata/
Dmicrodump.stackwalk-arm.out8 Process uptime: not available
Dminidump2.stackwalk.out9 Process uptime: 0 seconds
Dmicrodump.stackwalk-arm64.out8 Process uptime: not available
/external/google-breakpad/src/client/mac/crash_generation/
DConfigFile.mm98 // Set process uptime parameter
107 // Store the uptime in milliseconds.
/external/tcpdump/tests/
Dsflow_multiple_counter_30_pdus.out2 …184.3.9.6343: sFlowv5, IPv4 agent 15.184.8.4, agent-id 2, seqnum 204720, uptime 2612972293, sample…
88 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499682, uptime 12973660, samples …
174 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499683, uptime 12973661, samples …
260 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499684, uptime 12973663, samples …
346 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499685, uptime 12973664, samples …
432 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499686, uptime 12973800, samples …
506 …184.3.9.6343: sFlowv5, IPv4 agent 15.184.8.4, agent-id 2, seqnum 204721, uptime 2612972594, sample…
520 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.194, agent-id 1, seqnum 10354082, uptime 15617401, samples …
606 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.194, agent-id 1, seqnum 10354083, uptime 15617403, samples …
692 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.194, agent-id 1, seqnum 10354084, uptime 15617404, samples …
[all …]
Dprint-A.out137 <A HREF="http://uptime.netcraft.com/">interface</A>.
Dprint-AA.out137 <A HREF="http://uptime.netcraft.com/">interface</A>.
Dprint-capXX.out297 0x0fd0: 463d 2268 7474 703a 2f2f 7570 7469 6d65 F="http://uptime
/external/tcpdump/
Dprint-sflow.c70 u_int8_t uptime[4]; member
856 EXTRACT_32BITS(sflow_datagram->uptime), in sflow_print()
/external/wpa_supplicant_8/src/radius/
Dradius_server.c1893 int ret, uptime; in radius_server_get_mib() local
1908 uptime = (now.sec - data->start_time.sec) * 100 + in radius_server_get_mib()
1916 uptime); in radius_server_get_mib()
/external/toybox/generated/
Dglobals.h681 long uptime; member
Dnewtoys.h231 USE_UPTIME(NEWTOY(uptime, NULL, TOYFLAG_USR|TOYFLAG_BIN))

12