Searched refs:bps (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/usr.sbin/spray/
H A Dspray.c197 double bps; /* bytes per second */ local
201 bps = datalen / xfertime;
205 if (bps >= 1024)
206 printf ("%.1fK ", bps / 1024);
208 printf ("%.0f ", bps);
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir2_trace.c106 (void *)(bp ? bp->bps[0] : NULL), NULL);
123 (void *)(lbp ? lbp->bps[0] : NULL),
124 (void *)(dbp ? dbp->bps[0] : NULL));
137 xfs_buf_t *bpbs = bs ? bs->bps[0] : NULL;
138 xfs_buf_t *bpbd = bd ? bd->bps[0] : NULL;
154 xfs_buf_t *dbp = bp ? bp->bps[0] : NULL;
205 xfs_buf_t *dbp = bp ? bp->bps[0] : NULL;
H A Dxfs_da_btree.c99 STATIC xfs_dabuf_t *xfs_da_buf_make(int nbuf, xfs_buf_t **bps, inst_t *ra);
2211 xfs_buftrace("DA READ ERROR", rbp->bps[0]);
2372 xfs_da_buf_make(int nbuf, xfs_buf_t **bps, inst_t *ra) argument
2386 dabuf->target = XFS_BUF_TARGET(bps[0]);
2387 dabuf->blkno = XFS_BUF_ADDR(bps[0]);
2391 bp = bps[0];
2394 dabuf->bps[0] = bp;
2398 dabuf->bps[i] = bp = bps[i];
2403 bp = bps[
[all...]
H A Dxfs_da_btree.h154 xfs_daddr_t blkno; /* daddr first in bps[0] */
156 struct xfs_buf *bps[1]; /* actually nbuf of these */ member in struct:xfs_dabuf
H A Dxfsidbg.c5782 kdb_printf("nbuf %d dirty %d bbcount %d data 0x%p bps",
5785 kdb_printf(" %d:0x%p", i, dabuf->bps[i]);
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Dbuffer.c355 b->bps = AFMT_BPS(b->fmt);
358 b->bps = AFMT_CHANNEL(b->fmt);
360 b->bps <<= 1;
362 b->bps *= 3;
364 b->bps <<= 2;
414 return b->bps;
H A Dfeeder_volume.c96 uint32_t bps, channels; member in struct:feed_volume_info
159 info->bps = AFMT_BPS(f->desc->in);
271 align = info->bps * info->channels;
H A Dfeeder_matrix.c69 uint32_t bps; member in struct:feed_matrix_info
256 dst += info->bps;
262 dst += info->bps;
282 dst += info->bps;
345 m_in->offset[i] * info->bps;
383 0xffffffff : info->matrix[i].chn[j] / info->bps);
410 info->bps = AFMT_BPS(info->in);
H A Dbuffer.h51 u_int32_t fmt, spd, bps, align; member in struct:snd_dbuf
H A Dfeeder_mixer.c93 int bps; member in struct:feed_mixer_info
298 sz = info->bps * FEEDMIXER_CHANNELS(f->data);
H A Dfeeder_rate.c124 int32_t bps; /* bytes-per-sample */ member in struct:z_info
440 (info->z_start * info->channels * info->bps), dst,
441 info->channels * info->bps);
446 cnt = info->channels * info->bps;
1267 info->bps = AFMT_BPS(format);
1268 align = info->channels * info->bps;
1372 fprintf(stderr, "\tchannels=%d, bps=%d, format=0x%08x, quality=%d\n",
1373 info->channels, info->bps, format, info->quality);
1589 align = info->channels * info->bps;
H A Dchannel.c1680 chn_calclatency(int dir, int latency, int bps, u_int32_t datarate, argument
1695 bps < 1 || datarate < 1 ||
1701 printf("%s(): FAILED dir=%d latency=%d bps=%d "
1703 __func__, dir, latency, bps, datarate, max);
1721 blksz = round_blksz(bufsz >> blkcnt, bps);
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dcmi.c105 u_int32_t fmt, spd, phys_buf, bps; member in struct:sc_chinfo
263 s = sz / ch->bps - 1;
266 i = sz / (ch->bps * CMI_INTR_PER_BUFFER) - 1;
354 ch->bps = 1;
385 ch->bps = 2;
388 ch->bps = 1;
393 ch->bps *= 2;
530 bufptr = (physptr - ch->phys_buf + sz - ch->bps) % sz;
H A Dcs4281.c77 u_int32_t spd, fmt, bps, blksz; member in struct:sc_chinfo
334 ch->bps = 1;
405 ch->bps = cs4281_format_to_bps(format);
502 sndbuf_getsize(ch->buffer) / ch->bps - 1);
H A Dals4000.c68 u_int32_t format, speed, phys_buf, bps; member in struct:sc_chinfo
222 ch->bps = 1;
/freebsd-9.3-release/sys/dev/cx/
H A Dcxddk.c268 void cx_set_baud (cx_chan_t *c, unsigned long bps) argument
272 c->txbaud = c->rxbaud = bps;
276 if (bps) {
/freebsd-9.3-release/usr.bin/fetch/
H A Dfetch.c252 double delta, bps; local
260 bps = (xs->rcvd - xs->lastrcvd) / delta;
261 snprintf(str, sizeof str, "%sps", stat_bytes((off_t)bps));
/freebsd-9.3-release/sys/cam/ata/
H A Data_da.c129 TAILQ_HEAD(, bio) bps;
1438 TAILQ_INIT(&req->bps);
1481 TAILQ_INSERT_TAIL(&req->bps, bp1, bio_queue);
1776 TAILQ_CONCAT(&queue, &softc->trim_req.bps, bio_queue);
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dparse.y1595 double bps;
1600 bps = strtod($1, &cp);
1605 bps *= 1000;
1607 bps *= 1000 * 1000;
1609 bps *= 1000 * 1000 * 1000;
1611 if (bps < 0 || bps > 100) {
1617 $$.bw_percent = bps;
1618 bps = 0;
1626 $$.bw_absolute = (u_int32_t)bps;
[all...]
/freebsd-9.3-release/sbin/hastd/
H A Dprimary.c2032 int64_t bps; local
2036 bps = (int64_t)((double)synced /
2042 (intmax_t)bps);
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_display.c5871 u32 bps = target_clock * intel_crtc->bpp * 21 / 20; local
5872 lane = bps / (link_bw * 8) + 1;

Completed in 253 milliseconds