Home
last modified time | relevance | path

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

12

/external/libppp/src/
Dthroughput.c61 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 …]
Dthroughput.h37 time_t uptime, downtime; member
Dcommand.c522 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()
Dradius.c1147 dl->peer.authname, (unsigned long)stats->uptime); in radius_Account()
/external/chromium/chrome/browser/
Dcrash_handler_host_linux.cc133 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/
Dboot_times_loader.cc236 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()
Dboot_times_loader.h148 std::string uptime;
/external/iproute2/misc/
Drtacct.c580 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()
Dnstat.c563 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()
Difstat.c713 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/
Dkernel.h14 long uptime; /* Seconds since boot */ member
/external/dhcpcd/
Dcommon.h77 time_t uptime(void);
Dipv4ll.c129 up = uptime(); in handle_ipv4ll_failure()
Dcommon.c230 uptime(void) in uptime() function
Ddhcp.c909 time_t up = uptime() - iface->start_uptime; in make_message()
/external/kernel-headers/original/linux/
Dkernel.h323 long uptime; /* Seconds since boot */ member
/external/strace/
Dresource.c402 si.uptime, si.loads[0], si.loads[1], in sys_sysinfo()
/external/wpa_supplicant_8/src/radius/
Dradius_server.c1365 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/
Dradius_server.c1136 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/
Dprint-A.new137 <A HREF="http://uptime.netcraft.com/">interface</A>.
Dprint-AA.new137 <A HREF="http://uptime.netcraft.com/">interface</A>.
Dprint-A.out137 <A HREF="http://uptime.netcraft.com/">interface</A>.
Dprint-AA.out137 <A HREF="http://uptime.netcraft.com/">interface</A>.
Dprint-capXX.out297 0x0fd0: 463d 2268 7474 703a 2f2f 7570 7469 6d65 F="http://uptime
/external/valgrind/main/include/vki/
Dvki-linux.h225 long uptime; /* Seconds since boot */ member

12