Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/fifolog/lib/
H A Dfifolog_write.h46 unsigned syncrate; member
71 …(struct fifolog_writer *f, const char *fn, unsigned writerate, unsigned syncrate, unsigned compres…
H A Dfifolog_write_poll.c121 unsigned writerate, unsigned syncrate, unsigned compression) in fifolog_write_open() argument
135 f->syncrate = syncrate; in fifolog_write_open()
261 if (f->cleanup || now >= (int)(f->lastsync + f->syncrate)) { in fifolog_write_gzip()
/freebsd-12.1/sys/dev/aic7xxx/
H A Daic7xxx.c1723 syncrate++) { in ahc_find_syncrate()
1764 syncrate = NULL; in ahc_find_syncrate()
1767 return (syncrate); in ahc_find_syncrate()
1795 syncrate++; in ahc_find_period()
1813 if (syncrate == NULL) { in ahc_validate_offset()
1925 if (syncrate == NULL) { in ahc_set_syncrate()
1960 if (syncrate != NULL) { in ahc_set_syncrate()
1975 if (syncrate != NULL) { in ahc_set_syncrate()
3175 syncrate, period, in ahc_parse_msg()
3382 syncrate = NULL; in ahc_parse_msg()
[all …]
H A 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()
H A Daic7xxx.h1293 struct ahc_syncrate *syncrate,
1319 struct ahc_syncrate *syncrate,
/freebsd-12.1/sbin/camcontrol/
H A Dcamcontrol.c6036 double syncrate = -1; in ratecontrol() local
6089 syncrate = atof(optarg); in ratecontrol()
6090 if (syncrate < 0) { in ratecontrol()
6091 warnx("sync rate %f is < 0", syncrate); in ratecontrol()
6205 if (spi && syncrate != -1) { in ratecontrol()
6220 syncrate *= 1000; in ratecontrol()
6225 if (syncrate == 0) in ratecontrol()
6228 prelim_sync_period = 10000000 / syncrate; in ratecontrol()
6233 if (sata && syncrate != -1) { in ratecontrol()
6246 sata->revision = ata_speed2revision(syncrate * 100); in ratecontrol()
[all …]