HomeSort by: relevance | last modified time | path
    Searched defs:bps (Results 1 - 25 of 48) sorted by relevancy

1 2

  /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));
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));
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);
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);
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);
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);
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);
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);
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",
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",
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
bcm2835_vcaudioreg.h 79 uint32_t bps; member in struct:__anon5827fd4f0208
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...]
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...]
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...]

Completed in 41 milliseconds

1 2