Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/fifolog/lib/
Dfifolog_write.h44 unsigned syncrate; member
69 …(struct fifolog_writer *f, const char *fn, unsigned writerate, unsigned syncrate, unsigned compres…
Dfifolog_write_poll.c119 unsigned writerate, unsigned syncrate, unsigned compression) in fifolog_write_open() argument
133 f->syncrate = syncrate; in fifolog_write_open()
259 if (f->cleanup || now >= (int)(f->lastsync + f->syncrate)) { in fifolog_write_gzip()
/freebsd-9-stable/sys/dev/aic7xxx/
Daic7xxx.c1709 struct ahc_syncrate *syncrate; in ahc_find_syncrate() local
1719 for (syncrate = &ahc_syncrates[maxsync]; in ahc_find_syncrate()
1720 syncrate->rate != NULL; in ahc_find_syncrate()
1721 syncrate++) { in ahc_find_syncrate()
1728 && (syncrate->sxfr_u2 == 0)) in ahc_find_syncrate()
1731 if (*period <= syncrate->period) { in ahc_find_syncrate()
1743 if (syncrate == &ahc_syncrates[maxsync]) in ahc_find_syncrate()
1744 *period = syncrate->period; in ahc_find_syncrate()
1750 if ((syncrate->sxfr_u2 & ST_SXFR) != 0) in ahc_find_syncrate()
1757 || (syncrate->rate == NULL) in ahc_find_syncrate()
[all …]
Daic7xxx_osm.c695 struct ahc_syncrate *syncrate; in ahc_action() local
708 syncrate = ahc_find_syncrate(ahc, &spi->sync_period, in ahc_action()
712 syncrate, &spi->sync_offset, in ahc_action()
721 ahc_set_syncrate(ahc, &devinfo, syncrate, in ahc_action()
Daic7xxx.h1291 struct ahc_syncrate *syncrate,
1317 struct ahc_syncrate *syncrate,
/freebsd-9-stable/sbin/camcontrol/
Dcamcontrol.c4938 double syncrate = -1; in ratecontrol() local
4991 syncrate = atof(optarg); in ratecontrol()
4992 if (syncrate < 0) { in ratecontrol()
4993 warnx("sync rate %f is < 0", syncrate); in ratecontrol()
5128 if (spi && syncrate != -1) { in ratecontrol()
5143 syncrate *= 1000; in ratecontrol()
5148 if (syncrate == 0) in ratecontrol()
5151 prelim_sync_period = 10000000 / syncrate; in ratecontrol()
5156 if (sata && syncrate != -1) { in ratecontrol()
5169 sata->revision = ata_speed2revision(syncrate * 100); in ratecontrol()
[all …]