Home
last modified time | relevance | path

Searched refs:syncrate (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.sbin/fifolog/lib/
H A Dfifolog_write.h44 unsigned syncrate; member
69 …(struct fifolog_writer *f, const char *fn, unsigned writerate, unsigned syncrate, unsigned compres…
H A Dfifolog_write_poll.c119 unsigned writerate, unsigned syncrate, unsigned compression) in fifolog_write_open() argument
133 f->syncrate = syncrate; in fifolog_write_open()
267 if (f->cleanup || now >= (int)(f->lastsync + f->syncrate)) { in fifolog_write_gzip()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_osm.c698 struct ahc_syncrate *syncrate; in ahc_action()
711 syncrate = ahc_find_syncrate(ahc, &spi->sync_period, in ahc_action()
715 syncrate, &spi->sync_offset, in ahc_action()
724 ahc_set_syncrate(ahc, &devinfo, syncrate, in ahc_action()
918 ahc_set_syncrate(ahc, &devinfo, /*syncrate*/NULL, in ahc_execute_scb()
686 struct ahc_syncrate *syncrate; ahc_action() local
H A Daic7xxx.h1287 struct ahc_syncrate *syncrate,
1313 struct ahc_syncrate *syncrate,
/freebsd/sbin/camcontrol/
H A Dcamcontrol.c6103 double syncrate = -1; in ratecontrol()
6156 syncrate = atof(optarg); in ratecontrol()
6157 if (syncrate < 0) { in ratecontrol()
6158 warnx("sync rate %f is < 0", syncrate); in ratecontrol()
6271 if (spi && syncrate != -1) { in ratecontrol()
6286 syncrate *= 1000; in ratecontrol()
6291 if (syncrate == 0) in ratecontrol()
6294 prelim_sync_period = 10000000 / syncrate; in ratecontrol()
6299 if (sata && syncrate != -1) { in ratecontrol()
6312 sata->revision = ata_speed2revision(syncrate * 10 in ratecontrol()
6101 double syncrate = -1; ratecontrol() local
[all...]