HomeSort by: relevance | last modified time | path
    Searched defs:bf_bps (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/fstyp/
ntfs.c 88 uint16_t bf_bps; member in struct:ntfs_bootfile
155 recsize = mftrecsz > 0 ? (size_t)(mftrecsz * bf->bf_bps * bf->bf_spc)
158 voloff = (off_t)((off_t)bf->bf_mftcn * bf->bf_spc * bf->bf_bps +
  /src/sys/fs/ntfs/
ntfs.h 228 u_int16_t bf_bps; /* bytes per sector */ member in struct:bootfile
275 #define ntm_bps ntm_bootfile.bf_bps

Completed in 68 milliseconds