Home
last modified time | relevance | path

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

12345

/external/tcpdump/tests/
Dhdlc3.out1 …20), keepalive: mineseen=0x00000005, yourseen=0x00000002, reliability=0xffff, link uptime=0d2h12m5s
2 …0), keepalive: mineseen=0x00000003, yourseen=0x00000005, reliability=0xffff, link uptime=0d6h51m44s
3 …0), keepalive: mineseen=0x00000006, yourseen=0x00000003, reliability=0xffff, link uptime=0d2h12m15s
4 …0), keepalive: mineseen=0x00000004, yourseen=0x00000006, reliability=0xffff, link uptime=0d6h51m54s
5 …0), keepalive: mineseen=0x00000007, yourseen=0x00000004, reliability=0xffff, link uptime=0d2h12m25s
6 …20), keepalive: mineseen=0x00000005, yourseen=0x00000007, reliability=0xffff, link uptime=0d6h52m4s
18 …0), keepalive: mineseen=0x00000008, yourseen=0x00000005, reliability=0xffff, link uptime=0d2h12m35s
19 …0), keepalive: mineseen=0x00000006, yourseen=0x00000008, reliability=0xffff, link uptime=0d6h52m14s
21 …0), keepalive: mineseen=0x00000009, yourseen=0x00000006, reliability=0xffff, link uptime=0d2h12m45s
22 …0), keepalive: mineseen=0x00000007, yourseen=0x00000009, reliability=0xffff, link uptime=0d6h52m24s
[all …]
Dhdlc4.out1 …20), keepalive: mineseen=0x00000001, yourseen=0x00000000, reliability=0xffff, link uptime=1d0h1m32s
4 …20), keepalive: mineseen=0x00000001, yourseen=0x00000000, reliability=0xffff, link uptime=1d0h1m42s
5 …0), keepalive: mineseen=0x00000001, yourseen=0x00000001, reliability=0xffff, link uptime=1d4h41m19s
6 …20), keepalive: mineseen=0x00000002, yourseen=0x00000001, reliability=0xffff, link uptime=1d0h1m52s
7 …0), keepalive: mineseen=0x00000002, yourseen=0x00000002, reliability=0xffff, link uptime=1d4h41m29s
Dsflow-print-v6.out1 …343: [udp sum ok] sFlowv5, IPv6 agent 30::1:1:1, agent-id 0, seqnum 109, uptime 113000, samples 1,…
14 …343: [udp sum ok] sFlowv5, IPv6 agent 30::1:1:1, agent-id 0, seqnum 110, uptime 114000, samples 2,…
39 …343: [udp sum ok] sFlowv5, IPv6 agent 30::1:1:1, agent-id 0, seqnum 111, uptime 115000, samples 4,…
88 …343: [udp sum ok] sFlowv5, IPv6 agent 30::1:1:1, agent-id 0, seqnum 112, uptime 116000, samples 4,…
130 …343: [udp sum ok] sFlowv5, IPv6 agent 30::1:1:1, agent-id 0, seqnum 113, uptime 117000, samples 2,…
155 …343: [udp sum ok] sFlowv5, IPv6 agent 30::1:1:1, agent-id 0, seqnum 114, uptime 118000, samples 2,…
180 …343: [udp sum ok] sFlowv5, IPv6 agent 30::1:1:1, agent-id 0, seqnum 115, uptime 120000, samples 1,…
193 …343: [udp sum ok] sFlowv5, IPv6 agent 30::1:1:1, agent-id 0, seqnum 116, uptime 122000, samples 1,…
199 …343: [udp sum ok] sFlowv5, IPv6 agent 30::1:1:1, agent-id 0, seqnum 117, uptime 123000, samples 1,…
212 …343: [udp sum ok] sFlowv5, IPv6 agent 30::1:1:1, agent-id 0, seqnum 118, uptime 124000, samples 2,…
[all …]
Dhdlc1.out1 …, keepalive: mineseen=0x000d0a31, yourseen=0x57405e26, reliability=0x04ff, link uptime=49d12h52m33s
/external/ltp/testcases/kernel/syscalls/sysinfo/
Dsysinfo03.c39 long uptime; in verify_sysinfo() local
49 uptime = si.uptime; in verify_sysinfo()
55 long diff = si.uptime - uptime; in verify_sysinfo()
62 if (si.uptime < proc_uptime || si.uptime > proc_uptime + 1) { in verify_sysinfo()
64 proc_uptime, si.uptime); in verify_sysinfo()
/external/toybox/toys/other/
Duptime.c40 t -= info.uptime; in uptime_main()
50 info.uptime /= 60; in uptime_main()
51 minutes = info.uptime%60; in uptime_main()
52 info.uptime /= 60; in uptime_main()
53 hours = info.uptime%24; in uptime_main()
54 days = info.uptime/24; in uptime_main()
/external/musl/src/linux/x32/
Dsysinfo.c8 klong uptime; member
28 info->uptime = tmp.uptime; in __lsysinfo()
/external/scapy/scapy/modules/
Dp0f.py316 uptime = None
318 uptime = pkt2uptime(pkt)
321 if uptime == 0:
322 uptime = None
324 if uptime is not None:
325 … res += pkt.sprintf(" (up: " + str(uptime/3600) + " hrs)\n -> %IP.dst%:%TCP.dport% (%TCP.flags%)")
351 extrahops=0, mtu=1500, uptime=None): argument
455 if uptime is not None:
456 ts_a = uptime
/external/linux-kselftest/tools/testing/selftests/timens/
Dprocfs.c68 static int read_proc_uptime(struct timespec *uptime) in read_proc_uptime() argument
89 uptime->tv_sec = up_sec; in read_proc_uptime()
90 uptime->tv_nsec = up_nsec; in read_proc_uptime()
/external/linux-kselftest/tools/testing/selftests/proc/
D.gitignore15 /proc-uptime-001
16 /proc-uptime-002
Dproc-uptime.h25 static void proc_uptime(int fd, uint64_t *uptime, uint64_t *idle) in proc_uptime() argument
46 *uptime = val1 * 100 + val2; in proc_uptime()
DMakefile18 TEST_GEN_PROGS += proc-uptime-001
19 TEST_GEN_PROGS += proc-uptime-002
/external/rust/crates/nix/src/sys/
Dsysinfo.rs35 pub fn uptime(&self) -> Duration { in uptime() method
37 Duration::from_secs(cmp::max(self.0.uptime, 0) as u64) in uptime()
/external/iproute2/misc/
Drtacct.c579 long uptime = -1; in main() local
582 if (fscanf(tfp, "%ld", &uptime) != 1) in main()
583 uptime = -1; in main()
587 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) { in main()
Dnstat.c682 long uptime = -1; in main() local
685 if (fscanf(tfp, "%ld", &uptime) != 1) in main()
686 uptime = -1; in main()
689 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) { in main()
/external/arm-trusted-firmware/plat/qti/qtiseclib/src/
Dqtiseclib_cb_interface.c53 uint64_t uptime = read_cntpct_el0(); in qtiseclib_cb_log() local
59 (uint32_t) ((uptime >> 32) & 0xFFFFFFFF), in qtiseclib_cb_log()
60 (uint32_t) (uptime & 0xFFFFFFFF)); in qtiseclib_cb_log()
/external/cronet/components/nacl/renderer/
Dnexe_load_manager.cc101 base::TimeDelta uptime = base::Time::Now() - ready_time_; in ~NexeLoadManager() local
102 HistogramTimeLarge("NaCl.ModuleUptime.Normal", uptime.InMilliseconds()); in ~NexeLoadManager()
413 base::TimeDelta uptime = base::Time::Now() - ready_time_; in ReportDeadNexe() local
414 HistogramTimeMedium("NaCl.ModuleUptime.Crash", uptime.InMilliseconds()); in ReportDeadNexe()
/external/autotest/client/cros/cellular/
Dtest_environment.py114 uptime = float(uptime_file.readline().split()[0])
115 if uptime < 60:
118 "starting test", 60 - uptime)
119 time.sleep(60 - uptime)
/external/cronet/components/metrics/
Dmetrics_log.h171 base::TimeDelta uptime,
221 base::TimeDelta uptime);
/external/autotest/server/hosts/
Dattached_device_host.py266 uptime = float(self.check_uptime())
269 diff = min(required_uptime - uptime, required_uptime)
/external/autotest/client/profilers/catprofile/
Dcontrol1 job.profilers.add('catprofile', ['/proc/meminfo','/proc/uptime'], 'meminfo', 2)
/external/musl/include/sys/
Dsysinfo.h11 unsigned long uptime; member
/external/rust/crates/nix/test/sys/
Dtest_sysinfo.rs12 info.uptime(); // just test Duration construction in sysinfo_works()
/external/iptables/include/linux/
Dkernel.h13 long uptime; /* Seconds since boot */ member
/external/iproute2/include/uapi/linux/
Dsysinfo.h9 __kernel_long_t uptime; /* Seconds since boot */ member

12345