Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/fifolog/lib/
H A Dfifolog_write.h44 unsigned syncrate; member
69 …(struct fifolog_writer *f, const char *fn, unsigned writerate, unsigned syncrate, unsigned compres…
H A Dfifolog_write_poll.c119 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-14.2/sys/dev/aic7xxx/
H A Daic7xxx.c1718 syncrate++) { in ahc_find_syncrate()
1758 syncrate = NULL; in ahc_find_syncrate()
1761 return (syncrate); in ahc_find_syncrate()
1788 syncrate++; in ahc_find_period()
1806 if (syncrate == NULL) { in ahc_validate_offset()
1918 if (syncrate == NULL) { in ahc_set_syncrate()
1952 if (syncrate != NULL) { in ahc_set_syncrate()
1966 if (syncrate != NULL) { in ahc_set_syncrate()
3160 syncrate, period, in ahc_parse_msg()
3366 syncrate = NULL; in ahc_parse_msg()
[all …]
H A Daic7xxx_osm.c699 struct ahc_syncrate *syncrate; in ahc_action() local
712 syncrate = ahc_find_syncrate(ahc, &spi->sync_period, in ahc_action()
716 syncrate, &spi->sync_offset, in ahc_action()
725 ahc_set_syncrate(ahc, &devinfo, syncrate, in ahc_action()
H A Daic7xxx.h1291 struct ahc_syncrate *syncrate,
1317 struct ahc_syncrate *syncrate,
/freebsd-14.2/sbin/camcontrol/
H A Dcamcontrol.c6087 double syncrate = -1; in ratecontrol() local
6140 syncrate = atof(optarg); in ratecontrol()
6141 if (syncrate < 0) { in ratecontrol()
6142 warnx("sync rate %f is < 0", syncrate); in ratecontrol()
6255 if (spi && syncrate != -1) { in ratecontrol()
6270 syncrate *= 1000; in ratecontrol()
6275 if (syncrate == 0) in ratecontrol()
6278 prelim_sync_period = 10000000 / syncrate; in ratecontrol()
6283 if (sata && syncrate != -1) { in ratecontrol()
6296 sata->revision = ata_speed2revision(syncrate * 100); in ratecontrol()
[all …]