Home
last modified time | relevance | path

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

1234

/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
Dhdlc1.out1 …, keepalive: mineseen=0x000d0a31, yourseen=0x57405e26, reliability=0x04ff, link uptime=49d12h52m33s
/external/toybox/toys/other/
Duptime.c41 t -= info.uptime; in uptime_main()
51 info.uptime /= 60; in uptime_main()
52 minutes = info.uptime%60; in uptime_main()
53 info.uptime /= 60; in uptime_main()
54 hours = info.uptime%24; in uptime_main()
55 days = info.uptime/24; in uptime_main()
/external/linux-kselftest/tools/testing/selftests/proc/
D.gitignore10 /proc-uptime-001
11 /proc-uptime-002
DMakefile15 TEST_GEN_PROGS += proc-uptime-001
16 TEST_GEN_PROGS += 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()
/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/rust/crates/nix/src/sys/
Dsysinfo.rs33 pub fn uptime(&self) -> Duration { in uptime() method
35 Duration::from_secs(cmp::max(self.0.uptime, 0) as u64) in uptime()
/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/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/autotest/client/site_tests/logging_UserCrash/
Dlogging_UserCrash.py60 uptime = self._get_uptime()
61 if (flag_time > uptime):
/external/llvm-project/lldb/test/Shell/Minidump/
Ddump-all.test37 # RUN: %lldb -c %t -o 'process plugin dump --uptime' | FileCheck --check-prefix=CHECKUP %s
118 uptime output
120 # CHECKUP: uptime:
121 # CHECKUP-NEXT: uptime output
/external/autotest/client/profilers/catprofile/
Dcontrol1 job.profilers.add('catprofile', ['/proc/meminfo','/proc/uptime'], 'meminfo', 2)
/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
/external/kernel-headers/original/uapi/linux/
Dsysinfo.h9 __kernel_long_t uptime; /* Seconds since boot */ member
/external/strace/tests-m32/
Dsysinfo.c59 , (unsigned long long) si->uptime in main()
/external/strace/tests-mx32/
Dsysinfo.c59 , (unsigned long long) si->uptime in main()
/external/strace/tests/
Dsysinfo.c59 , (unsigned long long) si->uptime in main()
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs256 pub uptime: ::c_ulong,
307 self.uptime == other.uptime
333 .field("uptime", &self.uptime)
353 self.uptime.hash(state);
/external/strace/
Dsysinfo.c63 zero_extend_signed_to_ull(si.uptime) in SYS_FUNC()
/external/autotest/client/site_tests/platform_BootPerf/
Dplatform_BootPerf.py412 uptime = float(uptime_file.readline().split()[0])
416 boot_t0, boot_t1, uptime)

1234