Searched refs:syncrate (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/usr.sbin/fifolog/lib/ |
| HD | fifolog_write.h | 44 unsigned syncrate; member 69 …(struct fifolog_writer *f, const char *fn, unsigned writerate, unsigned syncrate, unsigned compres…
|
| HD | 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-13-stable/sys/dev/aic7xxx/ |
| HD | aic7xxx.c | 1706 struct ahc_syncrate *syncrate; in ahc_find_syncrate() local 1716 for (syncrate = &ahc_syncrates[maxsync]; in ahc_find_syncrate() 1717 syncrate->rate != NULL; in ahc_find_syncrate() 1718 syncrate++) { in ahc_find_syncrate() 1724 && (syncrate->sxfr_u2 == 0)) in ahc_find_syncrate() 1727 if (*period <= syncrate->period) { in ahc_find_syncrate() 1739 if (syncrate == &ahc_syncrates[maxsync]) in ahc_find_syncrate() 1740 *period = syncrate->period; in ahc_find_syncrate() 1746 if ((syncrate->sxfr_u2 & ST_SXFR) != 0) in ahc_find_syncrate() 1753 || (syncrate->rate == NULL) in ahc_find_syncrate() [all …]
|
| HD | aic7xxx_osm.c | 700 struct ahc_syncrate *syncrate; in ahc_action() local 713 syncrate = ahc_find_syncrate(ahc, &spi->sync_period, in ahc_action() 717 syncrate, &spi->sync_offset, in ahc_action() 726 ahc_set_syncrate(ahc, &devinfo, syncrate, in ahc_action()
|
| HD | aic7xxx.h | 1291 struct ahc_syncrate *syncrate, 1317 struct ahc_syncrate *syncrate,
|
| /freebsd-13-stable/sbin/camcontrol/ |
| HD | camcontrol.c | 6127 double syncrate = -1; in ratecontrol() local 6180 syncrate = atof(optarg); in ratecontrol() 6181 if (syncrate < 0) { in ratecontrol() 6182 warnx("sync rate %f is < 0", syncrate); in ratecontrol() 6296 if (spi && syncrate != -1) { in ratecontrol() 6311 syncrate *= 1000; in ratecontrol() 6316 if (syncrate == 0) in ratecontrol() 6319 prelim_sync_period = 10000000 / syncrate; in ratecontrol() 6324 if (sata && syncrate != -1) { in ratecontrol() 6337 sata->revision = ata_speed2revision(syncrate * 100); in ratecontrol() [all …]
|