Searched refs:syncrate (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/fifolog/lib/ |
H A D | fifolog_write.h | 44 unsigned syncrate; member 69 …(struct fifolog_writer *f, const char *fn, unsigned writerate, unsigned syncrate, unsigned compres…
|
H A D | fifolog_write_poll.c | 119 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 D | aic7xxx_osm.c | 698 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 D | aic7xxx.h | 1287 struct ahc_syncrate *syncrate, 1313 struct ahc_syncrate *syncrate,
|
/freebsd/sbin/camcontrol/ |
H A D | camcontrol.c | 6103 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...] |