/src/usr.sbin/altq/altqstat/ |
qdisc_wfq.c | 55 double bps; member in struct:wfqinfo 120 qinfo[i].bps = calc_rate(qinfo[i].stats.xmit_cnt.bytes, 129 if (top[j]->bps < qinfo[i].bps || 130 (top[j]->bps == qinfo[i].bps && 144 printf("[QID] WEIGHT QSIZE(KB) SENT(pkts) (KB) DROP(pkts) (KB) bps\n\r"); 156 rate2str(top[j]->bps));
|
/src/sys/dev/sun/ |
ms_zs.c | 130 int bps; local in function:ms_zs_attach 140 if ((bps = cs->cs_defspeed) == 0) 142 bps = ms_zs_bps; 144 aprint_normal(": baud rate %d\n", bps); 155 (void)zs_set_speed(cs, bps);
|
kbd_zs.c | 133 int bps; local in function:kbd_zs_attach 148 if ((bps = cs->cs_defspeed) == 0) 149 bps = kbd_zs_bps; 151 aprint_normal(": baud rate %d", bps); 179 (void) zs_set_speed(cs, bps);
|
/src/usr.sbin/spray/ |
spray.c | 202 double bps; /* bytes per second */ local in function:print_xferstats 206 bps = datalen / xfertime; 210 if (bps >= 1024) 211 printf ("%.1fK ", bps / 1024); 213 printf ("%.0f ", bps);
|
/src/libexec/lfs_cleanerd/ |
coalesce.c | 173 int bps; local in function:clean_inode 352 bps = lfs_segtod(fs, 1); 353 for (tbip = bip; tbip < bip + nb; tbip += bps) { 365 * Note that although lim.blkcnt is 32 bits wide, bps 370 lim.blkcnt = (tbip + bps < bip + nb ? bps : nb % bps);
|
/src/sbin/canconfig/ |
canconfig.c | 389 uint32_t tq, ntq, bps; local in function:show_timings 395 bps = 1000000000 / (tq * ntq); 396 humanize_number(hbuf, sizeof(hbuf), bps, "bps",
|
/src/sys/arch/arm/broadcom/ |
bcm2835_vcaudioreg.h | 79 uint32_t bps; member in struct:__anon5827fd4f0208
|
/src/sys/dev/pci/ |
cmpci.c | 1563 int bps; local in function:cmpci_trigger_output 1568 bps = param->channels * param->precision / 8; 1569 if (!bps) 1579 ((char *)end - (char *)start + 1) / bps - 1); 1584 (blksize + bps - 1) / bps - 1); 1602 int bps; local in function:cmpci_trigger_input 1607 bps = param->channels * param->precision / 8; 1608 if (!bps) 1618 ((char *)end - (char *)start + 1) / bps - 1) [all...] |
/src/sbin/newfs_msdos/ |
mkfs_msdos.c | 119 u_int8_t bps[2]; /* bytes per sector */ member in struct:bsbpb 163 u_int bps; /* bytes per sector */ member in struct:bpb 182 { .bps = a, .spc = b, .res = c, .nft = d, .rde = e, \ 329 bpb.bps = o.bytes_per_sector; 339 bpb.bsec -= (o.offset / bpb.bps); 397 if (!powerof2(bpb.bps)) { 398 warnx("bytes/sector (%u) is not a power of 2", bpb.bps); 401 if (bpb.bps < MINBPS) { 403 bpb.bps, MINBPS); 414 if (o.block_size < bpb.bps) { [all...] |
/src/sys/arch/atari/dev/ |
zs.c | 1202 int diff, bps, div, clkm, brgm, tcon; local in function:zsbaudrate 1204 bps = div = clkm = brgm = tcon = 0; 1227 bps = TCONST_TO_BPS(freq, tcon); 1238 bps = b1; 1241 bps = b2; 1244 bps = b3; 1250 diff = abs(bps - wanted); 1256 bestbps = bps;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_ras.c | 858 struct ras_badpage **bps, unsigned int *count) __unused; 917 struct ras_badpage *bps = NULL; local in function:amdgpu_ras_sysfs_badpages_read 922 if (amdgpu_ras_badpages_read(adev, &bps, &bps_count)) 928 bps[start].bp, 929 bps[start].size, 930 amdgpu_ras_badpage_flags_str(bps[start].flags)); 932 kfree(bps); 1357 * caller need free bps. 1360 struct ras_badpage **bps, unsigned int *count) 1367 if (!con || !con->eh_data || !bps || !count 1420 void *bps = kmalloc(align_space * sizeof(*data->bps), GFP_KERNEL); local in function:amdgpu_ras_realloc_eh_data_space 1517 struct eeprom_table_record *bps = NULL; local in function:amdgpu_ras_load_bad_pages [all...] |
amdgpu_ras.h | 357 struct eeprom_table_record *bps; member in struct:ras_err_handler_data 499 struct eeprom_table_record *bps, int pages);
|
/src/sys/dev/scsipi/ |
cd.c | 649 int bps, nblks, skip, total, count; local in function:cd_make_bounce 658 bps = howmany(secsize, DEV_BSIZE); 661 skip = bp->b_blkno % bps; 664 total = roundup(nblks + skip, bps) * DEV_BSIZE;
|
/src/sys/dev/usb/ |
uaudio.c | 2089 int format, chan __unused, prec, bps, enc, terminal; local in function:uaudio_process_as 2279 bps = asf1d->v1.bSubFrameSize; 2285 bps = asf1d->v2.bSubslotSize; 2292 if ((prec != 8 && prec != 16 && prec != 24 && prec != 32) || (bps < 1 || bps > 4)) { 2294 "ignored setting with precision %d bps %d\n", prec, bps); 2376 chan, prec, bps * 8, format_str);
|
/src/sys/dev/audio/ |
audio.c | 9235 u_int i, bps; local in function:audio_mixsample_to_linear 9248 bps = fmt->stride / NBBY; 9253 switch (bps) { 9286 switch (bps) { 9321 switch (bps) { 9354 switch (bps) {
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_display.c | 10011 u32 bps = target_clock * bpp * 21 / 20; local in function:ilk_get_lanes_required 10012 return DIV_ROUND_UP(bps, link_bw * 8);
|