/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_baudrate.c | 105 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 D | defs.c | 161 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 D | tset.c | 231 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 D | remote | 37 # 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 D | travis-build.sh | 59 -- the execution of our tests to _any_ degree speeds up the time it takes to
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | lib_mvcur.c | 1342 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 D | network_device.hlp | 18 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 D | usdhi6rol0.txt | 17 entry when the board requires distinct settings for UHS speeds.
|
H A D | cavium-mmc.txt | 6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
|
H A D | amlogic,meson-mx-sdio.txt | 6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | gpio-fan.txt | 9 - gpio-fan,speed-map: A mapping of possible fan RPM speeds and the
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-exynos5.txt | 4 at various speeds ranging from 100khz to 3.4Mhz.
|
/freebsd/sys/net/ |
H A D | if_fwsubr.c | 766 static const char* speeds[] = { in firewire_ifattach() local 796 speeds[llc->sspd], in firewire_ifattach()
|
/freebsd/sys/contrib/zstd/ |
H A D | README.md | 82 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 D | thermal.txt | 50 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 D | nvidia,tegra20-emc.txt | 76 operating speeds of the memory controller. They are always located as
|
/freebsd/lib/libc/softfloat/ |
H A D | timesoftfloat.txt | 83 The speeds reported by `timesoftfloat' may be affected somewhat by other
|
/freebsd/contrib/ee/ |
H A D | README.ee | 50 Terminal capabilities and communication speeds have evolved considerably
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_main.c | 2808 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 D | README.quirks | 125 o FLOPPY_SPEED - Drive does not do 1Mb/s, but just floppy speeds (20kb/s).
|
/freebsd/sys/dev/e1000/ |
H A D | README | 118 duplex mode. Your link partner must match the setting you choose. 1 Gbps speeds
|
/freebsd/sys/contrib/openzfs/.github/ |
H A D | CONTRIBUTING.md | 139 changes easier to review and approve which speeds up the merging process.
|
/freebsd/contrib/unbound/doc/ |
H A D | requirements.txt | 266 This speeds up building chains of trust, and uses NSEC and NSEC3
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | README.md | 114 …sion gains are achieved while simultaneously providing faster compression and decompression speeds.
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.js | 2155 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
|