Home
last modified time | relevance | path

Searched refs:speeds (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c105 static struct speed const speeds[] = variable
222 for (i = 0; i < SIZEOF(speeds); i++) { in _nc_baudrate()
223 if (speeds[i].given_speed > OSpeed) { in _nc_baudrate()
226 if (speeds[i].given_speed == OSpeed) { in _nc_baudrate()
227 result = speeds[i].actual_speed; in _nc_baudrate()
253 for (i = 0; i < SIZEOF(speeds); i++) { in _nc_ospeed()
254 if (speeds[i].actual_speed == BaudRate) { in _nc_ospeed()
255 result = speeds[i].given_speed; in _nc_ospeed()
/freebsd/usr.sbin/ppp/
H A Ddefs.c161 static const struct speeds { struct
164 } speeds[] = { argument
251 const struct speeds *sp; in SpeedToUnsigned()
253 for (sp = speeds; sp->nspeed; sp++) { in SpeedToUnsigned()
264 const struct speeds *sp; in UnsignedToSpeed()
266 for (sp = speeds; sp->nspeed; sp++) { in UnsignedToSpeed()
/freebsd/contrib/ncurses/progs/
H A Dtset.c231 typedef struct speeds { struct
237 static const SPEEDS speeds[] = argument
242 static const SPEEDS speeds[] = variable
354 for (n = 0; n < SIZEOF(speeds); ++n) { in tbaudrate()
355 if (n > 0 && (speeds[n].speed <= speeds[n - 1].speed)) { in tbaudrate()
359 if (!CaselessCmp(rate, speeds[n].string)) { in tbaudrate()
360 sp = speeds + n; in tbaudrate()
/freebsd/usr.bin/tip/tip/
H A Dremote37 # does not support speeds above 38400 bps and that speeds above that have
39 # better UARTs typically have no issues with the higher speeds.
/freebsd/contrib/kyua/admin/
H A Dtravis-build.sh59 -- the execution of our tests to _any_ degree speeds up the time it takes to
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c1342 int speeds[] = in main() local
1381 for (i = 0; speeds[i]; i++) { in main()
1387 float totalest = cumtime + xmits * 9 * 1e6 / speeds[i]; in main()
1394 float overhead = speeds[i] * perchar / 1e6; in main()
1398 speeds[i], overhead, totalest); in main()
/freebsd/usr.sbin/bsdconfig/include/
H A Dnetwork_device.hlp18 install itself at serial speeds of up to 115.2K/baud (the recommended
37 higher than what is typically possible over a serial line, and speeds
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dusdhi6rol0.txt17 entry when the board requires distinct settings for UHS speeds.
H A Dcavium-mmc.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
H A Damlogic,meson-mx-sdio.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dgpio-fan.txt9 - gpio-fan,speed-map: A mapping of possible fan RPM speeds and the
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-exynos5.txt4 at various speeds ranging from 100khz to 3.4Mhz.
/freebsd/sys/net/
H A Dif_fwsubr.c766 static const char* speeds[] = { in firewire_ifattach() local
796 speeds[llc->sspd], in firewire_ifattach()
/freebsd/sys/contrib/zstd/
H A DREADME.md82 A few other algorithms can produce higher compression ratios at slower speeds, falling outside of t…
104 …on gains are achieved while simultaneously providing _faster_ compression and decompression speeds.
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal.txt50 fan speeds. In both cases, cooling devices shall have a way to determine
55 the different fan speeds possible. Cooling states are referred to by
227 * A simple fan controller which supports 10 speeds of operation
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra20-emc.txt76 operating speeds of the memory controller. They are always located as
/freebsd/lib/libc/softfloat/
H A Dtimesoftfloat.txt83 The speeds reported by `timesoftfloat' may be affected somewhat by other
/freebsd/contrib/ee/
H A DREADME.ee50 Terminal capabilities and communication speeds have evolved considerably
/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c2808 ixl_convert_sysctl_aq_link_speed(u8 speeds, bool to_aq) in ixl_convert_sysctl_aq_link_speed() argument
2825 retval |= (speeds & (speedmap[i] >> 8)) ? (speedmap[i] & 0xff) : 0; in ixl_convert_sysctl_aq_link_speed()
2827 retval |= (speeds & speedmap[i]) ? (speedmap[i] >> 8) : 0; in ixl_convert_sysctl_aq_link_speed()
2834 ixl_set_advertised_speeds(struct ixl_pf *pf, int speeds, bool from_aq) in ixl_set_advertised_speeds() argument
2856 config.link_speed = speeds; in ixl_set_advertised_speeds()
2858 config.link_speed = ixl_convert_sysctl_aq_link_speed(speeds, true); in ixl_set_advertised_speeds()
/freebsd/sys/cam/
H A DREADME.quirks125 o FLOPPY_SPEED - Drive does not do 1Mb/s, but just floppy speeds (20kb/s).
/freebsd/sys/dev/e1000/
H A DREADME118 duplex mode. Your link partner must match the setting you choose. 1 Gbps speeds
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md139 changes easier to review and approve which speeds up the merging process.
/freebsd/contrib/unbound/doc/
H A Drequirements.txt266 This speeds up building chains of trust, and uses NSEC and NSEC3
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md114 …sion gains are achieved while simultaneously providing faster compression and decompression speeds.
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.js2155 time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time;
8633 opt.duration in jQuery.fx.speeds ? jQuery.fx.speeds[ opt.duration ] : jQuery.fx.speeds._default;
8867 speeds: { property

123