/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/ |
H A D | fstyp.c | 93 ushort_t bps; member 108 #define PC_BPSEC(h) ltohs((h)->bs.bps[0]) 251 h->bps = PC_BPSEC(h); in read_bootsec() 296 return (fatmatch && h->bps > 0 && h->bps % 512 == 0 && in well_formed() 313 if ((h->bps == 0) || (h->bs.spcl == 0)) { in calculate_parameters() 317 ((PC_NROOTENT(h) * 32) + (h->bps - 1)) / h->bps; in calculate_parameters() 375 if ((secsize = h->bps) > sizeof (buf)) { in get_label_16() 418 clustersize = h->bs.spcl * h->bps; in get_label_32() 427 offset = h->offset + FirstSectorofCluster * h->bps; in get_label_32() 459 ThisFATSecNum = PC_RESSEC(h) + (n * 4) / h->bps; in next_cluster_32() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/refreserv/ |
H A D | refreserv_raidz.ksh | 66 bps=$(prtvtoc /dev/rdsk/${alldisks[0]} | 68 log_must test "$bps" -eq 512 -o "$bps" -eq 4096 69 case "$bps" in
|
H A D | refreserv_multi_raidz.ksh | 64 bps=$(prtvtoc /dev/rdsk/${alldisks[0]} | 66 case "$bps" in
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_smb.c | 150 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 D | biosdisk.h | 94 unsigned short bps; member
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_subr.c | 1242 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 D | dd.c | 1861 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 D | mac_flow_impl.h | 127 #define FLOW_BYTES_PER_TICK(bps) (((bps) >> 3) / hz) argument
|
/illumos-gate/usr/src/cmd/ccidadm/ |
H A D | ccidadm.c | 330 uint32_t bps; in ccidadm_atr_props() local 382 rate = atr_data_rate(data, &ucs->ucs_class, NULL, 0, &bps); in ccidadm_atr_props() 393 "must set data rate to %u bps\n", bps); in ccidadm_atr_props()
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | local | 68 bps
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1167 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 D | pc_fs.h | 114 uchar_t bps[2]; /* bytes per sector */ member
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dbuf.c | 828 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 D | grub.info-2 | 111 9600bps. The serial unit 0 is usually called `COM1', so, if you want to
|
H A D | grub.texi | 1588 speed 9600bps. The serial unit 0 is usually called @samp{COM1}, so, if
|
H A D | grub.info | 1416 9600bps. The serial unit 0 is usually called `COM1', so, if you want to
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 475 # not to require any -- even at 9600 bps. If you encounter problems, 6133 # bps works fine with hardware flow control.
|
H A D | terminfo.src | 497 # not to require any -- even at 9600 bps. If you encounter problems, 6933 # bps works fine with hardware flow control.
|