Searched refs:bw (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibchecknode.in12 if [ "$bw" = "yes" ]; then
24 if [ "$bw" = "yes" ]; then
32 bw=""
42 bw=yes
H A Dibcheckport.in12 if [ "$bw" = "yes" ]; then
24 if [ "$bw" = "yes" ]; then
32 bw=""
42 bw=yes
94 if echo "$text" | awk -v mono=$bw -F '[.:]*' '
H A Dibcheckportstate.in12 if [ "$bw" = "yes" ]; then
24 if [ "$bw" = "yes" ]; then
32 bw=""
42 bw=yes
94 if echo "$text" | awk -v mono=$bw -F '[.:]*' '
H A Dibcheckportwidth.in12 if [ "$bw" = "yes" ]; then
24 if [ "$bw" = "yes" ]; then
32 bw=""
42 bw=yes
94 if echo "$text" | awk -v mono=$bw -F '[.:]*' '
H A Dibdatacounts.in13 if [ "$bw" = "yes" ]; then
25 if [ "$bw" = "yes" ]; then
33 bw=""
44 bw=yes
113 if echo "$text" | awk -v mono=$bw -v brief=$brief -F '[.:]*' '
H A Dibcheckerrs.in13 if [ "$bw" = "yes" ]; then
25 if [ "$bw" = "yes" ]; then
66 bw=""
77 bw=yes
158 if echo "$text" | awk -v mono=$bw -v brief=$brief -F '[.:]*' '
/freebsd-10.0-release/sys/dev/aac/
H A Daac_disk.c179 struct aac_blockwrite *bw; local
184 bw = (struct aac_blockwrite *)&fib->data[0];
185 sg = &bw->SgMap;
206 struct aac_blockwrite64 *bw; local
211 bw = (struct aac_blockwrite64 *)&fib->data[0];
212 sg = &bw->SgMap64;
267 struct aac_blockwrite *bw; local
268 bw = (struct aac_blockwrite *)&fib->data[0];
269 bw->Command = VM_CtBlockWrite;
270 bw
278 struct aac_blockwrite64 *bw; local
[all...]
H A Daac_debug.c218 struct aac_blockwrite *bw; local
223 bw = (struct aac_blockwrite*)fib->data;
233 if (bw->Command == VM_CtBlockWrite) {
236 "(%s)\n", bw->ContainerId,
237 bw->BlockNumber, bw->ByteCount,
238 bw->Stable == CSTABLE ? "stable" :
240 sg = &bw->SgMap;
/freebsd-10.0-release/tools/tools/build_option_survey/
H A Dmkhtml.sh96 for i in bw iw w
135 if [ -f $m/bw/_.sc ] ; then
136 comm -13 ${RDIR}/Ref/_.sc $m/bw/_.sc >> $H
140 majcol bw r $m $md
H A Doption_survey.sh19 bw ( ) ( function
31 > ${FDIR}/_.bw 2>&1
130 bw
173 if [ ! -f $d/bw/done ] ; then
177 rm -rf $d/w $d/bw
178 mkdir -p $d/w $d/bw
179 if bw ; then
180 mv ${FDIR}/_.* $d/bw || true
190 mv ${FDIR}/_.* $d/bw || true
191 touch $d/bw/don
[all...]
H A Dreduce.sh44 if [ ! -d $m/iw -a ! -d $m/bw -a ! -d $m/w ] ; then
59 if [ ! -f $m/bw/done ] ; then
61 elif [ ! -f $m/bw/_.success ] ; then
70 for x in iw bw w
/freebsd-10.0-release/crypto/openssh/
H A Dmisc.c877 bandwidth_limit_init(struct bwlimit *bw, u_int64_t kbps, size_t buflen) argument
879 bw->buflen = buflen;
880 bw->rate = kbps;
881 bw->thresh = bw->rate;
882 bw->lamt = 0;
883 timerclear(&bw->bwstart);
884 timerclear(&bw->bwend);
889 bandwidth_limit(struct bwlimit *bw, size_t read_len) argument
894 if (!timerisset(&bw
[all...]
/freebsd-10.0-release/usr.sbin/wake/
H A Dwake.c159 ssize_t bw; local
171 bw = 0;
173 if ((bw = write(bpf, p, len)) == -1) {
177 len -= bw;
178 p += bw;
/freebsd-10.0-release/sys/dev/ixgbe/
H A Dixgbe_dcb.c48 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, argument
59 if (bw[i] < min_percent && bw[i])
60 min_percent = bw[i];
67 int val = min(bw[i] * multiplier, IXGBE_DCB_MAX_CREDIT_REFILL);
73 max[i] = bw[i] ? (bw[i]*IXGBE_DCB_MAX_CREDIT)/100 : min_credit;
302 u8 i, j, bw = 0, bw_id; local
315 bw = p->bwg_percent;
325 if (bw) {
[all...]
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_altq.c149 struct node_queue_bw *bw, struct node_queue_opt *qopts)
152 print_queue(a, level, bw, 1, qopts);
178 if (bw != NULL && bw->bw_percent > 0) {
179 if (bw->bw_percent < 100)
180 printf("bandwidth %u%% ", bw->bw_percent);
191 struct node_queue_bw *bw, int print_interface,
207 if (bw != NULL && bw->bw_percent > 0) {
208 if (bw
148 print_altq(const struct pf_altq *a, unsigned int level, struct node_queue_bw *bw, struct node_queue_opt *qopts) argument
190 print_queue(const struct pf_altq *a, unsigned int level, struct node_queue_bw *bw, int print_interface, struct node_queue_opt *qopts) argument
234 eval_pfaltq(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, struct node_queue_opt *opts) argument
309 eval_pfqueue(struct pfctl *pf, struct pf_altq *pa, struct node_queue_bw *bw, struct node_queue_opt *opts) argument
1225 eval_bwspec(struct node_queue_bw *bw, u_int32_t ref_bw) argument
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-lmp.c377 } bw; local
611 bw.i = EXTRACT_32BITS(obj_tptr+offset+4);
613 bw.f*8/1000000);
614 bw.i = EXTRACT_32BITS(obj_tptr+offset+8);
616 bw.f*8/1000000);
657 bw.i = EXTRACT_32BITS(obj_tptr+12);
658 printf("\n\t Transmission Rate: %.3f Mbps",bw.f*8/1000000);
H A Dprint-rsvp.c504 } bw; local
542 bw.i = EXTRACT_32BITS(tptr+4);
543 printf("\n\t\tPath b/w estimate: %.10g Mbps", bw.f/125000);
594 bw.i = EXTRACT_32BITS(tptr+4);
595 printf("\n\t\tToken Bucket Rate: %.10g Mbps", bw.f/125000);
596 bw.i = EXTRACT_32BITS(tptr+8);
597 printf("\n\t\tToken Bucket Size: %.10g bytes", bw.f);
598 bw.i = EXTRACT_32BITS(tptr+12);
599 printf("\n\t\tPeak Data Rate: %.10g Mbps", bw.f/125000);
617 bw
662 } bw; local
[all...]
H A Dprint-ospf.c289 } bw; local
358 bw.i = EXTRACT_32BITS(tptr);
359 printf(", %.3f Mbps", bw.f*8/1000000 );
363 bw.i = EXTRACT_32BITS(tptr+te_class*4);
366 bw.f*8/1000000 );
375 bw.i = EXTRACT_32BITS(tptr+4+te_class*4);
378 bw.f*8/1000000 );
395 bw.i = EXTRACT_32BITS(tptr+4+(priority_level*4));
398 bw.f*8/1000000 );
412 bw
[all...]
H A Dprint-isoclns.c1730 } bw; local
1762 bw.i = EXTRACT_32BITS(tptr);
1763 printf(", %.3f Mbps", bw.f*8/1000000 );
1769 bw.i = EXTRACT_32BITS(tptr);
1773 bw.f*8/1000000 );
1787 bw.i = EXTRACT_32BITS(tptr);
1791 bw.f*8/1000000 );
1834 bw.i = EXTRACT_32BITS(tptr);
1838 bw.f*8/1000000 );
1847 bw
[all...]
/freebsd-10.0-release/sys/dev/aacraid/
H A Daacraid_debug.c132 struct aac_blockwrite *bw; local
137 bw = (struct aac_blockwrite*)fib->data;
147 if (bw->Command == VM_CtBlockWrite) {
150 "(%s)\n", bw->ContainerId,
151 bw->BlockNumber, bw->ByteCount,
152 bw->Stable == CSTABLE ? "stable" :
154 sg = &bw->SgMap;
H A Daacraid_cam.c477 struct aac_blockwrite *bw; local
478 bw = (struct aac_blockwrite *)&fib->data[0];
479 bw->Command = VM_CtBlockWrite;
480 bw->ContainerId = ccb->ccb_h.target_id;
481 bw->BlockNumber = blockno;
482 bw->ByteCount = cm->cm_datalen;
483 bw->Stable = CUNSTABLE;
485 cm->cm_sgtable = &bw->SgMap;
501 struct aac_blockwrite64 *bw; local
502 bw
[all...]
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_dn_io.c500 int done, bw; local
507 bw = s->link.bandwidth;
510 if (bw > 0)
511 si->credit += (now - si->sched_time) * bw;
520 len_scaled = (bw == 0) ? 0 : hz *
537 KASSERT (bw > 0, ("bw=0 and credit<0 ?"));
538 t = div64(bw - 1 - si->credit, bw);
/freebsd-10.0-release/sys/arm/at91/
H A Dat91_machdep.c223 int banks, rows, cols, bw; local
239 bw = (mr & AT91RM92_SDRAMC_MR_DBW_16) ? 1 : 2;
247 bw = (mdr & AT91SAM9G45_DDRSDRC_MDR_DBW_16) ? 1 : 2;
269 bw = (cr & AT91SAM9G20_SDRAMC_CR_DBW_16) ? 1 : 2;
272 return (1 << (cols + rows + banks + bw));
/freebsd-10.0-release/sbin/ipfw/
H A Ddummynet.c61 { "bw", TOK_BW },
443 * ipfw pipe <n> config ... bw XXX profile <filename> ...
499 #define ED_TOK_BW "bw"
541 int bw; local
544 bw = strtoul(arg, &end, 0);
547 bw *= 1000;
550 bw *= 1000000;
555 bw *= 8;
557 if (bw < 0)
560 *bandwidth = bw;
[all...]
/freebsd-10.0-release/sys/dev/sound/pci/hda/
H A Dhdac.c1820 int stream, ss, bw, maxbw, prevbw; local
1830 bw = hdac_bdata_rate(format, dir);
1832 bw *= 1 << (sc->num_sdo - stripe);
1841 (bw + prevbw) / 1000, maxbw / 1000,
1842 bw + prevbw > maxbw ? " -- OVERFLOW!" : "");
1844 if (bw + prevbw > maxbw)
1847 sc->sdo_bw_used += bw;
1849 sc->codecs[cad].sdi_bw_used += bw;
1862 sc->streams[ss].bw = bw;
[all...]

Completed in 146 milliseconds

123