Home
last modified time | relevance | path

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

123

/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/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/proc/
D.gitignore9 /proc-uptime-001
10 /proc-uptime-002
DMakefile13 TEST_GEN_PROGS += proc-uptime-001
14 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/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()
Difstat.c968 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/
Dcontrol1 job.profilers.add('catprofile', ['/proc/meminfo','/proc/uptime'], 'meminfo', 2)
/external/iptables/include/linux/
Dkernel.h13 long uptime; /* Seconds since boot */ member
/external/nos/host/android/citadel/validation/
Dcitadel_validation_tool.cpp287 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/
Dsysinfo.h9 __kernel_long_t uptime; /* Seconds since boot */ member
/external/iproute2/include/uapi/linux/
Dsysinfo.h9 __kernel_long_t uptime; /* Seconds since boot */ member
/external/strace/tests/
Dsysinfo.c59 , (unsigned long long) si->uptime in main()
/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/
Dsysinfo.c63 zero_extend_signed_to_ull(si.uptime) in SYS_FUNC()
/external/autotest/client/site_tests/platform_BootPerf/
Dplatform_BootPerf.py443 uptime = float(uptime_file.readline().split()[0])
447 boot_t0, boot_t1, uptime)
/external/ltp/testcases/kernel/syscalls/sysinfo/
Dsysinfo01.c127 printf("uptime %lu\n", sys_buf->uptime); in main()
/external/autotest/client/site_tests/platform_LogoutPerf/
Dcontrol20 out and measures the time elasped between the uptime metric 'logout-started'
/external/google-breakpad/src/client/mac/crash_generation/
DConfigFile.mm98 // Set process uptime parameter
107 // Store the uptime in milliseconds.
/external/google-breakpad/src/processor/testdata/
Dmicrodump.stackwalk-arm.out8 Process uptime: not available

123