Searched refs:throughput (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/tools/tools/usbtest/
H A Dusbtest.c195 int throughput = 0; local
217 len = sizeof(throughput);
219 error = sysctlbyname("hw.usb.g_audio.throughput",
220 &throughput, &len, 0, 0);
223 printf("WARNING: Could not get throughput "
247 pattern, pattern_interval, throughput);
524 int throughput = 0; local
546 len = sizeof(throughput);
548 error = sysctlbyname("hw.usb.g_modem.throughput",
549 &throughput,
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_httpclient.c187 double throughput; local
213 throughput = total_n_handled /
224 printf("\n%d requests in %d.%06d sec. (%.2f throughput)\n"
229 throughput,
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_benchmark.c87 unsigned int throughput = (n * (size >> 10)) / time; local
89 " %d to %d in %u ms, throughput: %u Mb/s or %u MB/s\n",
91 throughput * 8, throughput);
/freebsd-11-stable/sbin/dump/
H A Ddumprmt.c133 int throughput; local
175 throughput = IPTOS_THROUGHPUT;
177 &throughput, sizeof(throughput)) < 0)
/freebsd-11-stable/usr.sbin/ppp/
H A Dipv6cp.h57 struct pppThroughput throughput; /* throughput statistics */ member in struct:ipv6cp
H A DMakefile12 tcpmss.c throughput.c timer.c tty.c tun.c udp.c vjcomp.c
H A Dipcp.h101 struct pppThroughput throughput; /* throughput statistics */ member in struct:ipcp
H A Dipv6cp.c55 #include "throughput.h"
298 throughput_init(&ipv6cp->throughput, SAMPLE_PERIOD);
306 throughput_destroy(&ipv6cp->throughput);
347 throughput_disp(&ipv6cp->throughput, arg->prompt);
371 throughput_addin(&ipv6cp->throughput, n);
377 throughput_addout(&ipv6cp->throughput, n);
483 fp->bundle->links, RAD_START, &ipv6cp->throughput);
536 fp->bundle->links, RAD_STOP, &ipv6cp->throughput);
580 throughput_start(&ipv6cp->throughput, "IPV6CP throughput",
[all...]
H A Dipcp.c72 #include "throughput.h"
167 throughput_addin(&ipcp->throughput, n);
173 throughput_addout(&ipcp->throughput, n);
418 throughput_disp(&ipcp->throughput, arg->prompt);
496 throughput_init(&ipcp->throughput, SAMPLE_PERIOD);
504 throughput_destroy(&ipcp->throughput);
827 throughput_start(&ipcp->throughput, "IPCP throughput",
840 throughput_stop(&ipcp->throughput);
841 throughput_log(&ipcp->throughput, LogIPC
[all...]
H A Dcommand.c71 #include "throughput.h"
540 oin = bundle->ncp.ipcp.throughput.OctetsIn;
541 oout = bundle->ncp.ipcp.throughput.OctetsOut;
542 pin = bundle->ncp.ipcp.throughput.PacketsIn;
543 pout = bundle->ncp.ipcp.throughput.PacketsOut;
545 oin += bundle->ncp.ipv6cp.throughput.OctetsIn;
546 oout += bundle->ncp.ipv6cp.throughput.OctetsOut;
547 pin += bundle->ncp.ipv6cp.throughput.PacketsIn;
548 pout += bundle->ncp.ipv6cp.throughput.PacketsOut;
566 bundle->ncp.ipcp.throughput
[all...]
H A Dradius.c74 #include "throughput.h"
1342 bundle->links, RAD_ALIVE, &bundle->ncp.ipcp.throughput);
/freebsd-11-stable/sys/dev/usb/gadget/
H A Dg_modem.c119 SYSCTL_INT(_hw_usb_g_modem, OID_AUTO, throughput, CTLFLAG_RD,
H A Dg_audio.c123 SYSCTL_INT(_hw_usb_g_audio, OID_AUTO, throughput, CTLFLAG_RD,
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp2155 error("can't transparently throughput a request");
2609 " in transparent throughput",

Completed in 139 milliseconds