/external/libppp/src/ |
D | throughput.c | 61 t->uptime = 0; in throughput_init() 87 if (t->uptime && downat < t->uptime) { in throughput_uptime() 94 t->uptime = downat; in throughput_uptime() 96 return t->uptime ? downat - t->uptime : 0; in throughput_uptime() 136 if (t->uptime) { in throughput_log() 164 int uptime, divisor; in throughput_sampler() local 169 uptime = throughput_uptime(t); in throughput_sampler() 170 divisor = uptime < t->SamplePeriod ? uptime + 1 : t->SamplePeriod; in throughput_sampler() 189 if (t->callback.fn != NULL && uptime >= t->SamplePeriod) in throughput_sampler() 208 time(&t->uptime); in throughput_start() [all …]
|
D | throughput.h | 37 time_t uptime, downtime; member
|
D | command.c | 522 char uptime[20]; in command_Expand() local 533 snprintf(uptime, sizeof uptime, "%d:%02d:%02d", in command_Expand() 600 nargv[arg] = subst(nargv[arg], "UPTIME", uptime); in command_Expand()
|
D | radius.c | 1147 dl->peer.authname, (unsigned long)stats->uptime); in radius_Account()
|
/external/chromium/chrome/browser/ |
D | crash_handler_host_linux.cc | 133 uint64_t uptime; in OnFileCanReadWithoutBlocking() local 141 sizeof(uptime); in OnFileCanReadWithoutBlocking() 155 iov[6].iov_base = &uptime; in OnFileCanReadWithoutBlocking() 156 iov[6].iov_len = sizeof(uptime); in OnFileCanReadWithoutBlocking() 307 info->process_start_time = uptime; in OnFileCanReadWithoutBlocking()
|
/external/chromium/chrome/browser/chromeos/ |
D | boot_times_loader.cc | 236 const std::string& uptime, in RecordStatsDelayed() argument 244 AppendFile(uptime_output, uptime.data(), uptime.size()); in RecordStatsDelayed() 313 RecordStatsDelayed, name, stats.uptime, stats.disk)); in RecordStats() 321 file_util::ReadFileToString(kProcUptime, &stats.uptime); in GetCurrentStats()
|
D | boot_times_loader.h | 148 std::string uptime;
|
/external/iproute2/misc/ |
D | rtacct.c | 580 long uptime; 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 | 563 long uptime; in main() local 565 if (fscanf(tfp, "%ld", &uptime) != 1) in main() 566 uptime = -1; in main() 569 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) { in main()
|
D | ifstat.c | 713 long uptime; in main() local 715 if (fscanf(tfp, "%ld", &uptime) != 1) in main() 716 uptime = -1; in main() 719 if (uptime >= 0 && time(NULL) >= stb.st_mtime+uptime) { in main()
|
/external/iptables/include/linux/ |
D | kernel.h | 14 long uptime; /* Seconds since boot */ member
|
/external/dhcpcd/ |
D | common.h | 77 time_t uptime(void);
|
D | ipv4ll.c | 129 up = uptime(); in handle_ipv4ll_failure()
|
D | common.c | 230 uptime(void) in uptime() function
|
D | dhcp.c | 909 time_t up = uptime() - iface->start_uptime; in make_message()
|
/external/kernel-headers/original/linux/ |
D | kernel.h | 323 long uptime; /* Seconds since boot */ member
|
/external/strace/ |
D | resource.c | 402 si.uptime, si.loads[0], si.loads[1], in sys_sysinfo()
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_server.c | 1365 int ret, uptime; in radius_server_get_mib() local 1380 uptime = (now.sec - data->start_time.sec) * 100 + in radius_server_get_mib() 1388 uptime); in radius_server_get_mib()
|
/external/wpa_supplicant_6/wpa_supplicant/src/radius/ |
D | radius_server.c | 1136 int ret, uptime; in radius_server_get_mib() local 1151 uptime = (now.sec - data->start_time.sec) * 100 + in radius_server_get_mib() 1159 uptime); in radius_server_get_mib()
|
/external/tcpdump/tests/ |
D | print-A.new | 137 <A HREF="http://uptime.netcraft.com/">interface</A>.
|
D | print-AA.new | 137 <A HREF="http://uptime.netcraft.com/">interface</A>.
|
D | print-A.out | 137 <A HREF="http://uptime.netcraft.com/">interface</A>.
|
D | print-AA.out | 137 <A HREF="http://uptime.netcraft.com/">interface</A>.
|
D | print-capXX.out | 297 0x0fd0: 463d 2268 7474 703a 2f2f 7570 7469 6d65 F="http://uptime
|
/external/valgrind/main/include/vki/ |
D | vki-linux.h | 225 long uptime; /* Seconds since boot */ member
|