Home
last modified time | relevance | path

Searched defs:bps (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/i86pc/sys/
H A Dbiosdisk.h94 unsigned short bps; member
/titanic_44/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c94 ushort_t bps; member
/titanic_44/usr/src/uts/common/fs/ufs/
H A Dufs_subr.c1242 buf_t *bps, *bp; in ufs_construct_si() local
/titanic_44/usr/src/uts/common/sys/
H A Dmac_flow_impl.h127 #define FLOW_BYTES_PER_TICK(bps) (((bps) >> 3) / hz) argument
/titanic_44/usr/src/uts/common/sys/fs/
H A Dpc_fs.h114 uchar_t bps[2]; /* bytes per sector */ member
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1226 translate_speed(int bps) in translate_speed()