/external/tcpdump/tests/ |
D | hdlc3.out | 1 …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 …]
|
D | hdlc4.out | 1 …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
|
D | hdlc1.out | 1 …, keepalive: mineseen=0x000d0a31, yourseen=0x57405e26, reliability=0x04ff, link uptime=49d12h52m33s
|
/external/toybox/toys/other/ |
D | uptime.c | 41 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 | .gitignore | 10 /proc-uptime-001 11 /proc-uptime-002
|
D | Makefile | 15 TEST_GEN_PROGS += proc-uptime-001 16 TEST_GEN_PROGS += proc-uptime-002
|
D | proc-uptime.h | 25 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/ |
D | p0f.py | 316 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/ |
D | sysinfo.rs | 33 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/ |
D | qtiseclib_cb_interface.c | 53 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/ |
D | rtacct.c | 579 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()
|
D | nstat.c | 682 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/ |
D | logging_UserCrash.py | 60 uptime = self._get_uptime() 61 if (flag_time > uptime):
|
/external/llvm-project/lldb/test/Shell/Minidump/ |
D | dump-all.test | 37 # 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/ |
D | control | 1 job.profilers.add('catprofile', ['/proc/meminfo','/proc/uptime'], 'meminfo', 2)
|
/external/rust/crates/nix/test/sys/ |
D | test_sysinfo.rs | 12 info.uptime(); // just test Duration construction in sysinfo_works()
|
/external/iptables/include/linux/ |
D | kernel.h | 13 long uptime; /* Seconds since boot */ member
|
/external/iproute2/include/uapi/linux/ |
D | sysinfo.h | 9 __kernel_long_t uptime; /* Seconds since boot */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | sysinfo.h | 9 __kernel_long_t uptime; /* Seconds since boot */ member
|
/external/strace/tests-m32/ |
D | sysinfo.c | 59 , (unsigned long long) si->uptime in main()
|
/external/strace/tests-mx32/ |
D | sysinfo.c | 59 , (unsigned long long) si->uptime in main()
|
/external/strace/tests/ |
D | sysinfo.c | 59 , (unsigned long long) si->uptime in main()
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/ |
D | mod.rs | 256 pub uptime: ::c_ulong, 307 self.uptime == other.uptime 333 .field("uptime", &self.uptime) 353 self.uptime.hash(state);
|
/external/strace/ |
D | sysinfo.c | 63 zero_extend_signed_to_ull(si.uptime) in SYS_FUNC()
|
/external/autotest/client/site_tests/platform_BootPerf/ |
D | platform_BootPerf.py | 412 uptime = float(uptime_file.readline().split()[0]) 416 boot_t0, boot_t1, uptime)
|