Home
last modified time | relevance | path

Searched refs:bps (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c92 ushort_t bps; member
107 #define PC_BPSEC(h) ltohs((h)->bs.bps[0])
237 h->bps = PC_BPSEC(h); in read_bootsec()
282 return (fatmatch && h->bps > 0 && h->bps % 512 == 0 && in well_formed()
299 if ((h->bps == 0) || (h->bs.spcl == 0)) { in calculate_parameters()
303 ((PC_NROOTENT(h) * 32) + (h->bps - 1)) / h->bps; in calculate_parameters()
359 if ((secsize = h->bps) > sizeof (buf)) { in get_label_16()
402 clustersize = h->bs.spcl * h->bps; in get_label_32()
444 ThisFATEntOffset = (n * 4) % h->bps; in next_cluster_32()
509 h->bps, h->bs.spcl); in dumpfs()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/refreserv/
H A Drefreserv_raidz.ksh66 bps=$(prtvtoc /dev/rdsk/${alldisks[0]} |
68 log_must test "$bps" -eq 512 -o "$bps" -eq 4096
69 case "$bps" in
H A Drefreserv_multi_raidz.ksh64 bps=$(prtvtoc /dev/rdsk/${alldisks[0]} |
66 case "$bps" in
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_smb.c150 uint32_t bps, spu; in smbfs_smb_statfs() local
162 bps = info.bytes_per_sect; in smbfs_smb_statfs()
163 if (bps < DEV_BSIZE) in smbfs_smb_statfs()
164 bps = DEV_BSIZE; in smbfs_smb_statfs()
170 sbp->f_bsize = bps * spu; in smbfs_smb_statfs()
173 sbp->f_frsize = bps; in smbfs_smb_statfs()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dbiosdisk.h94 unsigned short bps; member
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_subr.c1242 buf_t *bps, *bp; in ufs_construct_si() local
1249 bps = kmem_alloc(NSIBUF * sizeof (buf_t), KM_SLEEP); in ufs_construct_si()
1255 for (bp = bps, i = 0; i < NSIBUF; i++, bp++) { in ufs_construct_si()
1272 for (bp = bps, i = 0; i < ncg; i++, bp++) { in ufs_construct_si()
1285 for (bp = bps, i = 0; i < ncg; i++, bp++) { in ufs_construct_si()
1300 kmem_free(bps, NSIBUF * sizeof (buf_t)); in ufs_construct_si()
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c1861 char bps[NN_NUMBUF_SZ], hobytes[NN_NUMBUF_SZ]; in stats() local
1943 nicenum_scale((uint64_t)obytes / secs, 1, bps, sizeof (bps), in stats()
1948 "(%siB/sec)%s"), head, obytes, hobytes, secs, bps, tail); in stats()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h127 #define FLOW_BYTES_PER_TICK(bps) (((bps) >> 3) / hz) argument
/illumos-gate/usr/src/cmd/ccidadm/
H A Dccidadm.c343 uint32_t bps; in ccidadm_atr_props() local
395 rate = atr_data_rate(data, &ucs->ucs_class, NULL, 0, &bps); in ccidadm_atr_props()
406 "must set data rate to %u bps\n", bps); in ccidadm_atr_props()
/illumos-gate/usr/src/cmd/spell/
H A Dlocal68 bps
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1167 translate_speed(int bps) in translate_speed() argument
1171 if (bps == 0) { in translate_speed()
1175 if (bps == speedp->speed_int) { in translate_speed()
1180 option_error("speed %d not supported", bps); in translate_speed()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h114 uchar_t bps[2]; /* bytes per sector */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddbuf.c828 blkptr_t *bps = db->db.db_data; in dbuf_verify() local
841 blkptr_t *bp = &bps[i]; in dbuf_verify()
1154 blkptr_t *bps = db->db.db_data; in dbuf_read_impl() local
1158 blkptr_t *bp = &bps[i]; in dbuf_read_impl()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-2111 9600bps. The serial unit 0 is usually called `COM1', so, if you want to
H A Dgrub.texi1588 speed 9600bps. The serial unit 0 is usually called @samp{COM1}, so, if
H A Dgrub.info1416 9600bps. The serial unit 0 is usually called `COM1', so, if you want to
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src475 # not to require any -- even at 9600 bps. If you encounter problems,
6133 # bps works fine with hardware flow control.
H A Dterminfo.src497 # not to require any -- even at 9600 bps. If you encounter problems,
6933 # bps works fine with hardware flow control.