Searched refs:bps (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/pcfs/fstyp/ |
H A D | fstyp.c | 94 ushort_t bps; member 109 #define PC_BPSEC(h) ltohs((h)->bs.bps[0]) 239 h->bps = PC_BPSEC(h); in read_bootsec() 284 return (fatmatch && h->bps > 0 && h->bps % 512 == 0 && in well_formed() 301 if ((h->bps == 0) || (h->bs.spcl == 0)) { in calculate_parameters() 305 ((PC_NROOTENT(h) * 32) + (h->bps - 1)) / h->bps; in calculate_parameters() 361 if ((secsize = h->bps) > sizeof (buf)) { in get_label_16() 404 clustersize = h->bs.spcl * h->bps; in get_label_32() 413 offset = h->offset + FirstSectorofCluster * h->bps; in get_label_32() 445 ThisFATSecNum = PC_RESSEC(h) + (n * 4) / h->bps; in next_cluster_32() [all …]
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | biosdisk.h | 94 unsigned short bps; member
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | mac_flow_impl.h | 127 #define FLOW_BYTES_PER_TICK(bps) (((bps) >> 3) / hz) argument
|
/titanic_44/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()
|
/titanic_44/usr/src/cmd/spell/ |
H A D | local | 68 bps
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | pc_fs.h | 114 uchar_t bps[2]; /* bytes per sector */ member
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 1226 translate_speed(int bps) in translate_speed() argument 1230 if (bps == 0) { in translate_speed() 1234 if (bps == speedp->speed_int) { in translate_speed() 1239 option_error("speed %d not supported", bps); in translate_speed()
|
/titanic_44/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
|
/titanic_44/usr/src/cmd/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, 6931 # bps works fine with hardware flow control.
|