Home
last modified time | relevance | path

Searched +full:100 +full:w (Results 1 – 25 of 1070) sorted by relevance

12345678910>>...43

/freebsd/crypto/openssh/
H A Dsshpty.c73 error("openpty: %.100s", strerror(errno)); in pty_allocate()
91 error("chown %.100s 0 0 failed: %.100s", tty, strerror(errno)); in pty_release()
93 error("chmod %.100s 0666 failed: %.100s", tty, strerror(errno)); in pty_release()
113 error("setsid: %.100s", strerror(errno)); in pty_make_controlling_tty()
128 error("ioctl(TIOCSCTTY): %.100s", strerror(errno)); in pty_make_controlling_tty()
136 error("%.100s: %.100s", tty, strerror(errno)); in pty_make_controlling_tty()
143 error("open /dev/tty failed - could not set controlling tty: %.100s", in pty_make_controlling_tty()
155 struct winsize w; in pty_change_window_size() local
158 w.ws_row = row; in pty_change_window_size()
159 w.ws_col = col; in pty_change_window_size()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dall.debug.inc32 debug_statfs=`vmstat -m | grep -w statfs | awk '{print $2}'`
33 debug_freework=`vmstat -m | grep -w freework | awk '{print $2}'`
34 debug_newblk=`vmstat -m | grep -w newblk | awk '{print $2}'`
35 debug_pts=`vmstat -m | grep -w pts | awk '{print $2}'`
36 debug_routetbl=`vmstat -m | grep -w routetbl | awk '{print $2}'`
38 debug_geom=`vmstat -m | grep -w GEOM | awk '{print $2}'`
39 # debug_indirdep=`vmstat -m | grep -w indirdep | awk '{print $2}'`
45 debug_new=`vmstat -m | grep -w statfs | awk '{print $2}'`
51 debug_new=`vmstat -m | grep -w freework | awk '{print $2}'`
52 [ $((debug_new - debug_freework)) -gt 0 -a $debug_new -gt 100 ] &&
[all …]
H A Dmmap41.sh75 long n, w;
80 usleep(100);
91 usleep(100);
92 n = w = 0;
97 w++;
101 fprintf(stderr, "%ld out of %ld writes (%ld%%)\n", w, n, w * 100 / n);
/freebsd/contrib/ntp/scripts/stats/
H A Dclock.awk127 else if ($13 > 100e-9 || $13 < -100e-9)
147 else if ($i == "W" && $(i+1) == "OK") {
149 w += $i
174 else if (NF >= 13 && $5 == "ITF" && $12 >= 100) {
178 else if ($9 > 100e-9 || $9 < -100e-9)
189 else if (NF >= 13 && $5 == "ETF" && $13 >= 100) {
333 # >100 100 ns < ensemble error < 200 ns
338 …printf "ensemble %d, badgps %d, badloran %d, rms %.1f, >200 %d, >100 %d\n", ensemble_count, ensemb…
347 # >100 error > 100 ms
351 …printf "wwvb %d, ? %d, >1 %d, >10 %d, >100 %d, >500 %d\n", wwvb_count, wwvb_x, wwvb_a, wwvb_b, wwv…
[all …]
/freebsd/tests/sys/netpfil/common/
H A Ddummynet.sh142 jexec alcatraz dnctl pipe 1 config bw 100Byte/s
186 jexec alcatraz dnctl pipe 1 config bw 10Mb queue 100 droptail
237 jexec ${j}b dnctl pipe 1 config bw 10Mb queue 100 delay 500 droptail
293 jexec alcatraz dnctl queue 100 config sched 1 weight 99 mask all
298 "ipfw add 1000 queue 100 tcp from 192.0.2.2 to any out" \
302 "pass in proto tcp dnqueue (0, 100)" \
309 reply=$(echo "foo" | nc -w 5 -N 192.0.2.2 7)
325 result=$(dd if=/dev/zero bs=1024 count=2000 | timeout 3 nc -w 5 -N 192.0.2.2 7 | wc -c)
337 # This will fail if we reverse the pola^W priority
341 "ipfw add 1001 queue 100 icmp from 192.0.2.2 to any out" \
[all …]
H A Dpass_block.sh52 "ipfw -q add 100 deny all from any to any" \
63 "ipfw -q add 100 allow all from any to any" \
97 "ipfw -q add 100 deny all from any to any" \
101 atf_check -s exit:2 -o ignore ping -6 -c 1 -W 1 fd7a:803f:cc4b::2
108 "ipfw -q add 100 allow all from any to any" \
112 atf_check -s exit:0 -o ignore ping -6 -c 1 -W 1 fd7a:803f:cc4b::2
/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_log2_3u.c58 special_case (float64x2_t x, float64x2_t y, float64x2_t w, float64x2_t r2, in special_case() argument
61 return v_call_f64 (log2, x, vfmaq_f64 (w, r2, y), vmovl_u32 (special)); in special_case()
90 float64x2_t w = vfmaq_f64 (e.log2c, r, d->invln2); in V_NAME_D1() local
94 w = vaddq_f64 (kd, w); in V_NAME_D1()
97 return special_case (x, y, w, r2, special); in V_NAME_D1()
98 return vfmaq_f64 (w, r2, y); in V_NAME_D1()
104 PL_TEST_INTERVAL (V_NAME_D1 (log2), -0.0, -0x1p126, 100)
108 PL_TEST_INTERVAL (V_NAME_D1 (log2), 1.0, 100, 50000)
109 PL_TEST_INTERVAL (V_NAME_D1 (log2), 100, inf, 50000)
H A Dsv_log2_3u.c53 svfloat64_t w = svmla_x (pg, log2c, r, __v_log2_data.invln2); in SV_NAME_D1() local
57 w = svadd_x (pg, k, w); in SV_NAME_D1()
60 return special_case (x, svmla_x (svnot_z (pg, special), w, r2, y), in SV_NAME_D1()
62 return svmla_x (pg, w, r2, y); in SV_NAME_D1()
72 PL_TEST_INTERVAL (SV_NAME_D1 (log2), 1.0, 100, 50000)
73 PL_TEST_INTERVAL (SV_NAME_D1 (log2), 100, inf, 50000)
/freebsd/share/examples/ipfilter/rules/
H A DBASIC_1.FW9 # ed0 - (internal) network interface, address w.x.y.z/32
24 block in log on ppp0 all head 100
25 block in log proto tcp all flags S/SA head 101 group 100
27 block in log on ed0 from w.x.y.z/24 to any head 200
36 block in log quick from 127.0.0.0/8 to any group 100
37 block in log quick from any to 127.0.0.0/8 group 100
49 block in log quick from 10.0.0.0/8 to any group 100
50 block in log quick from 192.168.0.0/16 to any group 100
51 block in log quick from 172.16.0.0/12 to any group 100
55 block in log quick from a.b.c.d/24 to any group 100
[all …]
H A DBASIC_2.FW9 # ed0 - (internal) network interface, address w.x.y.z/32
24 block in log on ppp0 all head 100
26 block in log on ed0 from w.x.y.z/24 to any head 200
34 block in log quick from 10.0.0.0/8 to any group 100
35 block in log quick from 192.168.0.0/16 to any group 100
36 block in log quick from 172.16.0.0/12 to any group 100
40 block in log quick from a.b.c.d/24 to any group 100
47 block in log quick from 127.0.0.0/8 to any group 100
48 block in log quick from any to 127.0.0.0/8 group 100
70 block return-rst in log proto tcp from any to any flags S/SA group 100
[all …]
/freebsd/contrib/bsddialog/lib/
H A Dbarbox.c46 #define WBOX(d) ((d)->w - BORDERS - BARPADDING - BARPADDING)
73 int w; /* width in win */ member
74 int perc; /* barlen = (w * perc) / 100 */
85 barlen = b->perc > 0 ? (b->perc * b->w) / 100 : 0; in draw_bar()
90 mvwhline(b->win, b->y, b->x + barlen, ch, b->w - barlen); in draw_bar()
93 xlabel = b->x + b->w/2 - (int)strlen(label)/2; /* 1-byte-char string */ in draw_bar()
145 perc = MIN(perc, 100); in bsddialog_gauge()
160 b.w in bsddialog_gauge()
[all...]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/upgrade/
H A Dupgrade_projectquota_001_pos.ksh54 log_must mkfiles $TESTDIR/tf $((RANDOM % 100 + 1))
56 log_must mkfiles $TESTDIR/fs1/tf $((RANDOM % 100 + 1))
61 log_must mkfiles $TESTDIR/fs2/tf $((RANDOM % 100 + 1))
65 log_must mkfiles $TESTDIR/fs3/tf $((RANDOM % 100 + 1))
73 log_mustnot zfs set projectquota@100=100m $TESTDIR/fs3
76 log_mustnot zfs set projectobjquota@100=1000 $TESTDIR/fs3
79 log_mustnot chattr -p 100 $TESTDIR/fs3/dir
109 log_must chattr -p 100 $TESTDIR/fs3/dir
115 xattrdirino=$(zdb -ddddd $TESTPOOL/fs3 $dirino |grep -w "xattr" |awk '{print $2}')
123 xattrinocnt=$(zdb -ddddd $TESTPOOL/fs3 $xattrdirino |grep -w "(type:" |wc -l)
[all …]
/freebsd/tests/sys/geom/class/multipath/
H A Dfailloop.sh51 atf_check gnop configure -r 100 -w 100 ${md0}.nop
52 atf_check gnop configure -r 100 -w 100 ${md1}.nop
/freebsd/contrib/wpa/src/crypto/
H A Dsha1-internal.c53 100% Public Domain
58 Still 100% Public Domain
95 Still 100% public domain
104 Still 100% PD
144 #define R0(v,w,x,y,z,i) \ argument
145 z += ((w & (x ^ y)) ^ y) + blk0(i) + 0x5A827999 + rol(v, 5); \
146 w = rol(w, 30);
147 #define R1(v,w,x,y,z,i) \ argument
148 z += ((w & (x ^ y)) ^ y) + blk(i) + 0x5A827999 + rol(v, 5); \
149 w = rol(w, 30);
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru.dtsi57 /* EC turns on w/ lpddr_pwr_en; always on for AP */
96 /* EC turns on w/ pp5000_en; always on for AP */
111 pwm-dutycycle-range = <100 0>;
112 pwm-dutycycle-unit = <100>;
114 /* EC turns on w/ ap_core_en; always on for AP */
140 pwm-dutycycle-range = <100 0>;
141 pwm-dutycycle-unit = <100>;
143 /* EC turns on w/ ap_core_en; always on for AP */
169 pwm-dutycycle-range = <100 0>;
170 pwm-dutycycle-unit = <100>;
[all...]
/freebsd/sys/contrib/device-tree/Bindings/arm/mstar/
H A Dmstar.yaml26 - 100ask,dongshanpione # 100ask DongShanPiOne
31 - wirelesstag,ido-sbc2d06-v1b-22w # Wireless Tag IDO-SBC2D06-1VB-22W
/freebsd/secure/lib/libcrypto/man/man3/
H A DOPENSSL_malloc.324 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
283 to 100). If the count is zero, then it lasts forever. For example,
284 \&\f(CW\*(C`100;@25\*(C'\fR or \f(CW\*(C`100@0;0@25\*(C'\fR means the first 100 allocations pass, t…
/freebsd/usr.bin/jot/
H A Djot.138 .Op Fl w Ar word
56 .It Fl w Ar word
71 .Fl w Ar %c .
93 .Fl w .
120 100, 1, 100, and 1, except that when random data are requested,
148 .Fl w ,
242 $ jot -w %d 6 1 10 0.5
261 .Dl jot -w xa%c 26 a
275 .Dl jot -w %ds/old/new/ 30 2 - 5
280 .Dl jot -w %d - 9.5 0 -.5
/freebsd/sys/contrib/device-tree/Bindings/
H A Dtrivial-devices.yaml52 # ATSHA204 - i2c h/w symmetric crypto module
54 # ATSHA204A - i2c h/w symmetric crypto module
56 # i2c h/w elliptic curve crypto module
86 # Delta Electronics DPS920AB 920W 54V Power Supply
190 # 100 kOhm digital potentiometer with I2C interface
191 - maxim,ds1803-100
266 # Microchip 7-bit Single I2C Digital POT (100k)
274 # Microchip 7-bit Single I2C Digital POT (100k)
282 # Microchip 7-bit Single I2C Digital POT (100k)
398 # Winbond/Nuvoton H/W Monito
[all...]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_warc.c142 struct warc_s *w; in archive_read_support_format_warc()
148 if ((w = calloc(1, sizeof(*w))) == NULL) { in archive_read_support_format_warc()
155 a, w, "warc", in archive_read_support_format_warc()
160 free(w); in archive_read_support_format_warc()
169 struct warc_s *w = a->format->data; in _warc_cleanup()
171 if (w->pool.len > 0U) { in _warc_cleanup()
172 free(w->pool.str); in _warc_cleanup()
174 archive_string_free(&w->sver); in _warc_cleanup()
175 free(w); in _warc_cleanup()
143 struct warc_s *w; archive_read_support_format_warc() local
170 struct warc_s *w = a->format->data; _warc_cleanup() local
214 struct warc_s *w = a->format->data; _warc_rdhdr() local
391 struct warc_s *w = a->format->data; _warc_read() local
433 struct warc_s *w = a->format->data; _warc_skip() local
[all...]
/freebsd/share/man/man7/
H A Dascii.749 100 @ 101 A 102 B 103 C 104 D 105 E 106 F 107 G
51 120 P 121 Q 122 R 123 S 124 T 125 U 126 V 127 W
55 160 p 161 q 162 r 163 s 164 t 165 u 166 v 167 w
73 50 P 51 Q 52 R 53 S 54 T 55 U 56 V 57 W
77 70 p 71 q 72 r 73 s 74 t 75 u 76 v 77 w
95 80 P 81 Q 82 R 83 S 84 T 85 U 86 V 87 W
97 96 ` 97 a 98 b 99 c 100 d 101 e 102 f 103 g
99 112 p 113 q 114 r 115 s 116 t 117 u 118 v 119 w
132 ETB 7 W w 10111
/freebsd/share/misc/
H A Dascii9 |100 @ |101 A |102 B |103 C |104 D |105 E |106 F |107 G |
11 |120 P |121 Q |122 R |123 S |124 T |125 U |126 V |127 W |
15 |160 p |161 q |162 r |163 s |164 t |165 u |166 v |167 w |
28 | 50 P | 51 Q | 52 R | 53 S | 54 T | 55 U | 56 V | 57 W |
32 | 70 p | 71 q | 72 r | 73 s | 74 t | 75 u | 76 v | 77 w |
45 | 80 P | 81 Q | 82 R | 83 S | 84 T | 85 U | 86 V | 87 W |
47 | 96 ` | 97 a | 98 b | 99 c |100 d |101 e |102 f |103 g |
49 |112 p |113 q |114 r |115 s |116 t |117 u |118 v |119 w |
/freebsd/share/man/man4/
H A Dcc_cdg.462 Delay-based window decrease factor as a percentage (on delay-based backoff, w =
63 w * beta_delay / 100).
66 Loss-based window decrease factor as a percentage (on loss-based backoff, w =
67 w * beta_loss / 100).
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/
H A Dzfs_load-key_common.kshlib112 for i in range(1, 100):
119 time.sleep(i / 100)
123 with open('$HTTPS_PORT_FILE', 'w') as portf:
133 with open('/$TESTPOOL/snakeoil.pid', 'w') as pidf:
141 sys.stdout = sys.stderr = open('/tmp/ZTS-snakeoil.log', 'w', buffering=1) # line
143 sys.stdout = sys.stderr = open('/dev/null', 'w')
/freebsd/usr.bin/dpv/
H A Ddpv.c155 ssize_t r, w; in operate_on_bytes() local
166 return (100); in operate_on_bytes()
171 if ((w = write(out, buf, r)) < 0) { in operate_on_bytes()
183 progress = (file->read * 100 / (file->length > 0 ? in operate_on_bytes()
186 /* If no_overrun, do not return 100% until read >= length */ in operate_on_bytes()
187 if (no_overrun && progress == 100 && file->read < file->length) in operate_on_bytes()
200 ssize_t r, w; in operate_on_lines() local
211 return (100); in operate_on_lines()
217 if ((w = write(out, buf, r)) < 0) { in operate_on_lines()
231 progress = (file->read * 100 / file->length); in operate_on_lines()
[all …]

12345678910>>...43