/freebsd/lib/libutil/tests/ |
H A D | humanize_number_test.c | 61 { 3, "2 k", (int64_t)1500L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, 62 { 3, "2 M", (int64_t)1500*1000L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, 63 { 3, "2 G", (int64_t)1500*1000*1000L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, 64 { 3, "2 T", (int64_t)1500*1000*1000*1000L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, 65 { 3, "2 P", (int64_t)1500*1000*1000*1000*1000L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, 66 { 3, "2 E", (int64_t)1500*1000*1000*1000*1000*1000L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, 110 { 3, "2 k", (int64_t)1500L, HN_DIVISOR_1000, 1, 4 }, 111 { 3, "0 M", (int64_t)1500L, HN_DIVISOR_1000, 2, 4 }, 112 { 3, "2 M", (int64_t)1500*1000L, HN_DIVISOR_1000, 2, 4 }, 113 { 3, "0 G", (int64_t)1500*1000L, HN_DIVISOR_1000, 3, 4 }, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | samsung,battery.yaml | 25 description: 3.8V 1500 mAh battery used in Samsung GT-I8190 27 description: 3.8V 1500 mAh battery used in Samsung SGH-T599 and SGH-I407 29 description: 3.8V 1500 mAh battery used in Samsung GT-I8160 33 description: 3.8V 1500 mAh battery used in Samsung GT-I9070
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | dep-double-colon-indep.mk | 11 # The target 1300 depends on 1200, 1400 and 1500. The target 1200 is older 21 _!= touch -t 202001011500 dep-double-colon-1500 31 dep-double-colon-1300:: dep-double-colon-1500 32 : 'Making 1500 ${.TARGET} from ${.ALLSRC} oodate ${.OODATE}'
|
H A D | dep-double-colon-indep.exp | 2 : 'Making 1500 dep-double-colon-1300 from dep-double-colon-1500 oodate dep-double-colon-1500'
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | syna.txt | 9 Boards with a SoC of the Marvell Berlin family, e.g. Armada 1500 17 "marvell,berlin2" for Marvell Armada 1500 (BG2, 88DE3100), 18 "marvell,berlin2cd" for Marvell Armada 1500-mini (BG2CD, 88DE3005) 20 "marvell,berlin2q" for Marvell Armada 1500-pro (BG2Q, 88DE3114)
|
/freebsd/tools/tools/net80211/scripts/ |
H A D | setup.simple2 | 11 ifconfig $WLAN ssid $SSID-1 channel $CHANNEL mtu 1500 19 #ifconfig $WLAN ssid $SSID-2 channel $CHANNEL mtu 1500 20 ifconfig $WLAN ssid $SSID-2 mtu 1500 -ht
|
H A D | setup.mixed | 42 ifconfig $WPA_WLAN mtu 1500 # NB: if_bridge requires matching mtu's 49 ifconfig $OPEN_WLAN mtu 1500 # NB: if_bridge requires matching mtu's
|
/freebsd/share/doc/papers/jail/ |
H A D | jail01.fig | 37 2475 1350 2325 1275 2175 1425 2325 1575 2475 1500 39 4 0 0 100 0 14 12 0.0000 4 135 315 2550 1500 lo0\001 40 4 0 0 100 0 15 12 0.0000 4 135 945 3075 1500 127.0.0.1\001 72 4 0 0 100 0 14 12 0.0000 4 150 420 5400 1500 etc/\001
|
/freebsd/contrib/sendmail/libmilter/docs/ |
H A D | figure2.fig | 27 6 600 750 1800 1500 64 4 0 4 50 0 0 12 0.0000 4 135 780 1500 2100 responses\001 67 4 0 4 50 0 0 12 0.0000 4 135 510 1500 3000 header\001
|
/freebsd/sbin/ipf/ipsend/ |
H A D | iptests.c | 131 (void) send_ip(nfd, 1500, ip, gwip, 1); in ip_test1() 147 (void) send_ip(nfd, 1500, ip, gwip, 1); in ip_test1() 164 (void) send_ip(nfd, 1500, ip, gwip, 1); in ip_test1() 180 (void) send_ip(nfd, 1500, ip, gwip, 1); in ip_test1() 770 (void) send_udp(nfd, 1500, ip, gwip); in ip_test4() 787 (void) send_udp(nfd, 1500, ip, gwip); in ip_test4() 804 (void) send_udp(nfd, 1500, ip, gwip); in ip_test4() 810 (void) send_udp(nfd, 1500, ip, gwip); in ip_test4() 816 (void) send_udp(nfd, 1500, ip, gwip); in ip_test4() 822 (void) send_udp(nfd, 1500, ip, gwip); in ip_test4() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-g12b-odroid-n2-plus.dts | 22 pwms = <&pwm_ab 0 1500 0>; 29 pwms = <&pwm_AO_cd 1 1500 0>;
|
H A D | meson-g12b-odroid-n2l.dts | 112 pwms = <&pwm_ab 0 1500 0>; 119 pwms = <&pwm_AO_cd 1 1500 0>;
|
/freebsd/sys/contrib/device-tree/src/riscv/starfive/ |
H A D | jh7110-milkv-mars.dts | 35 rx-internal-delay-ps = <1500>; 36 tx-internal-delay-ps = <1500>;
|
/freebsd/sys/arm/ti/twl/ |
H A D | twl_vreg.c | 98 0000, 1000, 1100, 1200, 1300, 1400, 1500, 1600, 105 1500, 1800, 2500, 2800, 3000, 3000, 3000, 3000 108 1700, 1700, 1900, 1300, 1500, 1800, 2000, 2500, 112 1500, 1800, 2500, 2800, 3000, 3000, 3000, 3000 115 700, 1000, 1200, 1300, 1500, 1800, 1850, 2500, 122 1000, 1000, 1200, 1300, 1500, 1800, 1850, 2500, 129 700, 1000, 1200, 1300, 1500, 1800, 1850, 2500, 143 800, 1450, 1500 184 TWL_REGULATOR_FIXED("vintana1", 0, 0x3F, 1500), 185 TWL_REGULATOR_FIXED("vintdig", 0, 0x47, 1500), [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cirrus,cs42l43.yaml | 135 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 142 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 165 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ] 172 enum: [ 0, 125, 250, 500, 750, 1000, 1250, 1500 ]
|
/freebsd/sys/x86/cpufreq/ |
H A D | est.c | 147 FREQ_INFO(1500, 1484, INTEL_BUS_CLK), 419 FREQ_INFO(1500, 1340, INTEL_BUS_CLK), 427 FREQ_INFO(1500, 1324, INTEL_BUS_CLK), 435 FREQ_INFO(1500, 1308, INTEL_BUS_CLK), 443 FREQ_INFO(1500, 1276, INTEL_BUS_CLK), 452 FREQ_INFO(1500, 1116, INTEL_BUS_CLK), 464 FREQ_INFO(1500, 1116, INTEL_BUS_CLK), 731 FREQ_INFO_PWR(1500, 1004, 100, 12000), 749 FREQ_INFO_PWR(1500, 956, 100, 7500), 782 INTEL(PM15_130, 1500, 1484, 600, 956, INTEL_BUS_CLK), [all …]
|
/freebsd/share/misc/ |
H A D | iso639 | 164 enm enm English, Middle (1100-1500) 197 gmh gmh German, Middle High (ca.1050-1500) 366 oc oci oci Occitan (post 1500); Provençal 372 ota ota Turkish, Ottoman (1500-1928) 390 pro pro Provençal, Old (to 1500)
|
/freebsd/contrib/netbsd-tests/net/net/ |
H A D | t_mtudisc6.sh | 102 # shmif0(1500) -- shmif1(1280) shmif0(1500) -- shmif0(1500)
|
H A D | t_mtudisc.sh | 101 # shmif0(mtu=1500) ----- shmif1(mtu=1280) shmif0(mtu=1500) ----- shmif0(mtu=1500)
|
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.span-isp.working | 67 set mrru 1500 91 set mrru 1500
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | send-L_toggle.ksh | 39 log_must dd if=/dev/urandom of=/$TESTPOOL/fs/file bs=1024 count=1500 43 log_must dd if=/dev/urandom of=/$TESTPOOL/fs/file bs=1024 count=1500 conv=notrunc seek=2048
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ti,dp83869.yaml | 69 enum: [ 250, 500, 750, 1000, 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000, 75 enum: [ 250, 500, 750, 1000, 1250, 1500, 1750, 2000, 2250, 2500, 2750, 3000,
|
H A D | motorcomm,yt8xxx.yaml | 25 enum: [ 0, 150, 300, 450, 600, 750, 900, 1050, 1200, 1350, 1500, 1650, 34 enum: [ 0, 150, 300, 450, 600, 750, 900, 1050, 1200, 1350, 1500, 1650, 1800,
|
H A D | altr,tse.yaml | 129 max-frame-size = <1500>; 152 max-frame-size = <1500>;
|
/freebsd/sys/dev/videomode/ |
H A D | modelines | 130 ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync 133 ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync 136 ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
|