Home
last modified time | relevance | path

Searched refs:bytespersec (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/tnftp/src/
H A Dprogressbar.c142 off_t abbrevsize, bytespersec; local
260 bytespersec = 0;
262 bytespersec = bytes;
264 bytespersec /= elapsed;
267 bytespersec >>= 10;
270 (LLT)(bytespersec / 1024),
321 off_t bytespersec; local
333 bytespersec = 0;
335 bytespersec = bytes;
337 bytespersec /= elapsed;
[all …]
/dragonfly/usr.sbin/fstyp/
H A Dexfat.c135 read_sectn(FILE *fp, off_t sect, unsigned count, unsigned bytespersec) in read_sectn() argument
137 return (read_buf(fp, sect * bytespersec, bytespersec * count)); in read_sectn()
141 read_sect(FILE *fp, off_t sect, unsigned bytespersec) in read_sect() argument
143 return (read_sectn(fp, sect, 1, bytespersec)); in read_sect()
162 sector = read_sect(fp, region + sect, bytespersec); in exfat_compute_boot_chksum()
165 for (n = 0; n < bytespersec; n++) { in exfat_compute_boot_chksum()
322 unsigned bytespersec; in fstyp_exfat() local
337 bytespersec = (1u << ev->ev_log_bytes_per_sect); in fstyp_exfat()
340 bytespersec, &chksum); in fstyp_exfat()
345 bytespersec); in fstyp_exfat()
[all …]