/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/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/linux-kselftest/tools/testing/selftests/proc/ |
D | .gitignore | 9 /proc-uptime-001 10 /proc-uptime-002
|
D | Makefile | 13 TEST_GEN_PROGS += proc-uptime-001 14 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/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()
|
D | ifstat.c | 968 long uptime = -1; in main() local 971 if (fscanf(tfp, "%ld", &uptime) != 1) in main() 972 uptime = -1; in main() 975 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) { in main()
|
/external/autotest/client/profilers/catprofile/ |
D | control | 1 job.profilers.add('catprofile', ['/proc/meminfo','/proc/uptime'], 'meminfo', 2)
|
/external/iptables/include/linux/ |
D | kernel.h | 13 long uptime; /* Seconds since boot */ member
|
/external/nos/host/android/citadel/validation/ |
D | citadel_validation_tool.cpp | 287 const auto uptime = std::chrono::microseconds(cycles); in CmdReset() local 290 if (uptime > limit) { in CmdReset() 291 LOG(ERROR) << "Uptime is " << uptime.count() in CmdReset()
|
/external/kernel-headers/original/uapi/linux/ |
D | sysinfo.h | 9 __kernel_long_t uptime; /* Seconds since boot */ member
|
/external/iproute2/include/uapi/linux/ |
D | sysinfo.h | 9 __kernel_long_t uptime; /* Seconds since boot */ member
|
/external/strace/tests/ |
D | sysinfo.c | 59 , (unsigned long long) si->uptime in main()
|
/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/ |
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 | 443 uptime = float(uptime_file.readline().split()[0]) 447 boot_t0, boot_t1, uptime)
|
/external/ltp/testcases/kernel/syscalls/sysinfo/ |
D | sysinfo01.c | 127 printf("uptime %lu\n", sys_buf->uptime); in main()
|
/external/autotest/client/site_tests/platform_LogoutPerf/ |
D | control | 20 out and measures the time elasped between the uptime metric 'logout-started'
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | ConfigFile.mm | 98 // Set process uptime parameter 107 // Store the uptime in milliseconds.
|
/external/google-breakpad/src/processor/testdata/ |
D | microdump.stackwalk-arm.out | 8 Process uptime: not available
|