/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
|
D | sflow_multiple_counter_30_pdus.out | 2 …184.3.9.6343: sFlowv5, IPv4 agent 15.184.8.4, agent-id 2, seqnum 204720, uptime 2612972293, sample… 88 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499682, uptime 12973660, samples … 174 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499683, uptime 12973661, samples … 260 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499684, uptime 12973663, samples … 346 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499685, uptime 12973664, samples … 432 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.195, agent-id 1, seqnum 10499686, uptime 12973800, samples … 506 …184.3.9.6343: sFlowv5, IPv4 agent 15.184.8.4, agent-id 2, seqnum 204721, uptime 2612972594, sample… 520 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.194, agent-id 1, seqnum 10354082, uptime 15617401, samples … 606 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.194, agent-id 1, seqnum 10354083, uptime 15617403, samples … 692 …3.9.6343: sFlowv5, IPv4 agent 15.184.1.194, agent-id 1, seqnum 10354084, uptime 15617404, samples … [all …]
|
/external/toybox/toys/other/ |
D | uptime.c | 45 info.uptime /= 60; in uptime_main() 46 minutes = info.uptime%60; in uptime_main() 47 info.uptime /= 60; in uptime_main() 48 hours = info.uptime%24; in uptime_main() 49 days = info.uptime/24; in uptime_main()
|
/external/iproute2/misc/ |
D | rtacct.c | 582 long uptime = -1; in main() local 584 if (fscanf(tfp, "%ld", &uptime) != 1) in main() 585 uptime = -1; in main() 589 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) { in main()
|
D | nstat.c | 644 long uptime = -1; in main() local 646 if (fscanf(tfp, "%ld", &uptime) != 1) in main() 647 uptime = -1; in main() 650 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) { in main()
|
D | ifstat.c | 814 long uptime = -1; in main() local 816 if (fscanf(tfp, "%ld", &uptime) != 1) in main() 817 uptime = -1; in main() 820 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/kernel-headers/original/uapi/linux/ |
D | sysinfo.h | 8 __kernel_long_t uptime; /* Seconds since boot */ member
|
/external/strace/tests/ |
D | sysinfo.c | 50 (unsigned long long) si.uptime in main()
|
/external/strace/ |
D | sysinfo.c | 62 (unsigned long long) 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/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
|
D | minidump2.stackwalk.out | 9 Process uptime: 0 seconds
|
D | microdump.stackwalk-arm64.out | 8 Process uptime: not available
|
/external/toybox/ |
D | Android.mk | 131 toys/other/uptime.c \ 360 uptime \
|
/external/dhcpcd-6.8.2/ |
D | common.h | 186 time_t uptime(void);
|
D | ipv4ll.c | 177 up = uptime(); in ipv4ll_conflicted()
|
D | common.c | 300 uptime(void) in uptime() function
|
D | dhcp6.c | 312 up = uptime() - state->start_uptime; in dhcp6_updateelapsed() 1243 state->start_uptime = uptime(); in dhcp6_startrenew() 1384 state->start_uptime = uptime(); in dhcp6_startdiscover() 1550 state->start_uptime = uptime(); in dhcp6_startconfirm() 1582 state->start_uptime = uptime(); in dhcp6_startinform() 1627 state->start_uptime = uptime(); in dhcp6_startrelease()
|
/external/tcpdump/ |
D | print-sflow.c | 62 uint8_t uptime[4]; member 863 EXTRACT_32BITS(sflow_datagram->uptime), in sflow_print()
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_server.c | 1897 int ret, uptime; in radius_server_get_mib() local 1912 uptime = (now.sec - data->start_time.sec) * 100 + in radius_server_get_mib() 1920 uptime); in radius_server_get_mib()
|