Home
last modified time | relevance | path

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

/freebsd-13.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()
269 if (f->cleanup || now >= (int)(f->lastsync + f->syncrate)) { in fifolog_write_gzip()
/freebsd-13.1/sys/dev/aic7xxx/
H A Daic7xxx.c1719 syncrate++) { in ahc_find_syncrate()
1759 syncrate = NULL; in ahc_find_syncrate()
1762 return (syncrate); in ahc_find_syncrate()
1789 syncrate++; in ahc_find_period()
1807 if (syncrate == NULL) { in ahc_validate_offset()
1919 if (syncrate == NULL) { in ahc_set_syncrate()
1953 if (syncrate != NULL) { in ahc_set_syncrate()
1967 if (syncrate != NULL) { in ahc_set_syncrate()
3161 syncrate, period, in ahc_parse_msg()
3367 syncrate = NULL; in ahc_parse_msg()
[all …]
H A Daic7xxx_osm.c689 struct ahc_syncrate *syncrate; in ahc_action() local
702 syncrate = ahc_find_syncrate(ahc, &spi->sync_period, in ahc_action()
706 syncrate, &spi->sync_offset, in ahc_action()
715 ahc_set_syncrate(ahc, &devinfo, syncrate, in ahc_action()
H A Daic7xxx.h1293 struct ahc_syncrate *syncrate,
1319 struct ahc_syncrate *syncrate,
/freebsd-13.1/sbin/camcontrol/
H A Dcamcontrol.c6015 double syncrate = -1; in ratecontrol() local
6068 syncrate = atof(optarg); in ratecontrol()
6069 if (syncrate < 0) { in ratecontrol()
6070 warnx("sync rate %f is < 0", syncrate); in ratecontrol()
6184 if (spi && syncrate != -1) { in ratecontrol()
6199 syncrate *= 1000; in ratecontrol()
6204 if (syncrate == 0) in ratecontrol()
6207 prelim_sync_period = 10000000 / syncrate; in ratecontrol()
6212 if (sata && syncrate != -1) { in ratecontrol()
6225 sata->revision = ata_speed2revision(syncrate * 100); in ratecontrol()
[all …]