/freebsd/sys/x86/cpufreq/ |
H A D | est.c | 134 FREQ_INFO( 600, 956, INTEL_BUS_CLK), 143 FREQ_INFO( 600, 956, INTEL_BUS_CLK), 152 FREQ_INFO( 600, 956, INTEL_BUS_CLK), 160 FREQ_INFO( 600, 956, INTEL_BUS_CLK), 168 FREQ_INFO( 600, 956, INTEL_BUS_CLK), 178 FREQ_INFO( 600, 956, INTEL_BUS_CLK), 187 FREQ_INFO( 600, 956, INTEL_BUS_CLK), 195 FREQ_INFO( 600, 956, INTEL_BUS_CLK), 203 FREQ_INFO( 600, 844, INTEL_BUS_CLK), 210 FREQ_INFO( 600, 844, INTEL_BUS_CLK), [all …]
|
/freebsd/lib/libc/db/test/hash.tests/ |
H A D | testit | 88 echo thash4 $i $j 600 65536 $name 89 thash4 $i $j 600 65536 $name < $name 94 echo thash4 $i $j 600 65536 $name 95 thash4 $i $j 600 65536 $name < $name 99 echo thash4 $i $j 600 65536 $name 100 thash4 $i $j 600 65536 $name < $name 104 echo thash4 $i $j 600 65536 $name 105 thash4 $i $j 600 65536 $name < $name 111 tcreat3 $i $j 600 $name < $name 120 tcreat3 $i $j 600 $name < $name [all …]
|
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash1.tests/ |
H A D | testit | 97 echo ./thash4 $i $j 600 65536 $name 98 ./thash4 $i $j 600 65536 $name < $name 103 echo ./thash4 $i $j 600 65536 $name 104 ./thash4 $i $j 600 65536 $name < $name 108 echo ./thash4 $i $j 600 65536 $name 109 ./thash4 $i $j 600 65536 $name < $name 113 echo ./thash4 $i $j 600 65536 $name 114 ./thash4 $i $j 600 65536 $name < $name 120 ./tcreat3 $i $j 600 $name < $name 129 ./tcreat3 $i $j 600 $name < $name [all …]
|
/freebsd/usr.sbin/newsyslog/ |
H A D | newsyslog.conf | 12 # entries to 640 or 600. For example, some sites will consider the 17 /var/log/all.log 600 7 * @T00 J 18 /var/log/auth.log 600 7 1000 @0101T JC 19 /var/log/console.log 600 5 1000 * J 20 /var/log/cron 600 3 1000 * JC 23 /var/log/debug.log 600 7 1000 * JC 26 /var/log/kerberos.log 600 7 1000 * J 30 /var/log/security 600 10 1000 * JC
|
/freebsd/sys/dev/videomode/ |
H A D | videomode.c | 39 M("800x600x56",800,600,36000,824,896,1024,601,603,625,HP|VP), 40 M("800x600x60",800,600,40000,840,968,1056,601,605,628,HP|VP), 41 M("800x600x72",800,600,50000,856,976,1040,637,643,666,HP|VP), 42 M("800x600x75",800,600,49500,816,896,1056,601,604,625,HP|VP), 43 M("800x600x85",800,600,56250,832,896,1048,601,604,631,HP|VP), 107 M("800x600x60",800,600,81000,832,928,1080,600,602,625,HP|VP|DS), 108 M("800x600x65",800,600,87750,832,928,1080,600,602,625,HP|VP|DS), 109 M("800x600x70",800,600,94500,832,928,1080,600,602,625,HP|VP|DS), 110 M("800x600x75",800,600,101250,832,928,1080,600,602,625,HP|VP|DS), 111 M("800x600x85",800,600,114750,832,928,1080,600,602,625,HP|VP|DS),
|
H A D | modelines | 46 ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync 49 ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync 52 ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync 55 ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync 58 ModeLine "800x600" 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync
|
/freebsd/tests/sys/net/if_ovpn/ |
H A D | if_ovpn.sh | 72 keepalive 100 600 88 keepalive 100 600 151 keepalive 100 600 167 keepalive 100 600 231 keepalive 100 600 247 keepalive 100 600 304 keepalive 100 600 320 keepalive 100 600 376 keepalive 100 600 392 keepalive 100 600 [all …]
|
/freebsd/contrib/netbsd-tests/ipf/expected/ |
H A D | i11 | 10 …om any to any flags S/FSRPAU keep state (limit 101,strict,newisn,no-icmp-err,age 600/600) # count 0 11 …rom any to any flags S/FSRPAU keep state (limit 101,loose,newisn,no-icmp-err,age 600/600) # count 0
|
/freebsd/sys/contrib/device-tree/Bindings/perf/ |
H A D | arm,cmn.yaml | 16 - arm,cmn-600 39 description: Offset from PERIPHBASE of CMN-600's configuration 52 const: arm,cmn-600 64 compatible = "arm,cmn-600";
|
/freebsd/lib/msun/src/ |
H A D | e_hypot.c | 76 /* scale a and b by 2**-600 */ in hypot() 77 ha -= 0x25800000; hb -= 0x25800000; k += 600; in hypot() 91 } else { /* scale a and b by 2^600 */ in hypot() 92 ha += 0x25800000; /* a *= 2^600 */ in hypot() 93 hb += 0x25800000; /* b *= 2^600 */ in hypot() 94 k -= 600; in hypot()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/pressure/ |
H A D | honeywell,hsc030pa.yaml | 65 400MD, 600MD, 001BD, 1.6BD, 2.5BD, 004BD, 2.5MG, 004MG, 006MG, 67 600MG, 001BG, 1.6BG, 2.5BG, 004BG, 006BG, 010BG, 100KA, 160KA, 68 250KA, 400KA, 600KA, 001GA, 160LD, 250LD, 400LD, 600LD, 001KD, 70 100KD, 160KD, 250KD, 400KD, 250LG, 400LG, 600LG, 001KG, 1.6KG, 72 160KG, 250KG, 400KG, 600KG, 001GG, 015PA, 030PA, 060PA, 100PA,
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | micrel-ksz90x1.txt | 31 400 -600ps 0010 32 600 -480ps 0011 41 2400 600ps 1100 83 0_0101 -600ps 300 88 0_1010 -300ps 600 103 1_1001 600ps 1500 126 1010 180ps 600
|
/freebsd/lib/libpmc/ |
H A D | pmc.cmn-600.3 | 28 .Nm pmc.cmn-600 29 .Nd Library for accessing the Arm CoreLink CMN-600 Coherent Mesh Network 36 CMN-600 PMU counters may be configured to count any one of a defined set of 38 Unlike other performance counters, counters for the CMN-600 require the 57 the CPU package containing that CMN-600 controller. 64 Arm CoreLink CMN-600 Coherent Mesh Network Controller performance counters are 67 .%B "Arm CoreLink CMN-600 Coherent Mesh Network Technical Reference Manual" 73 CMN-600 PMU counters support the following capabilities: 577 .Nm pmc.cmn-600 588 The CMN-600 PMU driver was sponsored by ARM Ltd.
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.lquantize.d.out | 36 600 | 0 38 600 41 600 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 1 46 600 | 0
|
/freebsd/usr.bin/calendar/tests/ |
H A D | Makefile | 5 TEST_METADATA.comment_test+= timeout="600" 6 TEST_METADATA.cond_test+= timeout="600" 7 TEST_METADATA.legacy_test+= timeout="600"
|
/freebsd/contrib/sendmail/libmilter/docs/ |
H A D | figure2.fig | 22 6 600 2100 1800 2850 27 6 600 750 1800 1500 60 4 0 0 50 0 0 20 0.0000 4 195 630 3900 600 Filter\001
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm47081-buffalo-wzr-600dhp2.dts | 4 * DTS for Buffalo WZR-600DHP2 15 compatible = "buffalo,wzr-600dhp2", "brcm,bcm47081", "brcm,bcm4708"; 16 model = "Buffalo WZR-600DHP2 (BCM47081)";
|
/freebsd/usr.sbin/auditd/ |
H A D | Makefile | 14 CONFSMODE_${OPENBSMETCDIR}/audit_control= 600 18 CONFSMODE_${OPENBSMETCDIR}/audit_user= 600
|
/freebsd/tests/sys/cddl/zfs/tests/reservation/ |
H A D | reservation_test.sh | 214 atf_set "timeout" 600 241 atf_set "timeout" 600 268 atf_set "timeout" 600 321 atf_set "timeout" 600 400 atf_set "timeout" 600 427 atf_set "timeout" 600
|
/freebsd/contrib/netbsd-tests/ipf/regress/ |
H A D | i11 | 10 pass in proto tcp all flags S keep state(strict,newisn,no-icmp-err,limit 101,age 600) 11 pass in proto tcp all flags S keep state(loose,newisn,no-icmp-err,limit 101,age 600)
|
/freebsd/sys/contrib/device-tree/Bindings/iio/resolver/ |
H A D | ad2s90.txt | 17 Chip's max frequency, as specified in its datasheet, is 2Mhz. But a 600ns 21 2 * 600ns, so the max frequency should be 1 / (2 * 6e-7), which gives
|
H A D | adi,ad2s90.yaml | 25 Chip's max frequency, as specified in its datasheet, is 2Mhz. But a 600ns 29 most 2 * 600ns, so the max frequency should be 1 / (2 * 6e-7), which gives
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | sam9x60.dtsi | 214 i2c4: i2c@600 { 285 i2c5: i2c@600 { 397 i2c11: i2c@600 { 448 i2c12: i2c@600 { 607 i2c6: i2c@600 { 658 i2c7: i2c@600 { 709 i2c8: i2c@600 { 779 i2c0: i2c@600 { 849 i2c1: i2c@600 { 919 i2c2: i2c@600 { [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | qcom,spmi-vadc.yaml | 157 enum: [ 0, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1, 2, 180 enum: [ 0, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1, 2, 203 enum: [ 15, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1, 2, 226 enum: [ 15, 100, 200, 300, 400, 500, 600, 700, 1000, 2000, 4000,
|
/freebsd/usr.sbin/syslogd/ |
H A D | syslog.conf | 18 # touch /var/log/console.log and chmod it to mode 600 before it will work 21 # touch /var/log/all.log and chmod it to mode 600 before it will work
|