Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 2106) sorted by relevance

12345678910>>...85

/netbsd/src/tests/ipf/expected/
Df688 pass
89 pass
90 pass
91 pass
92 pass
131 pass
132 pass
133 pass
134 pass
135 pass
[all …]
Df588 pass
89 pass
90 pass
91 pass
92 pass
131 pass
132 pass
133 pass
134 pass
135 pass
[all …]
Df108 pass
9 pass
10 pass
13 pass
22 pass
23 pass
24 pass
27 pass
36 pass
37 pass
[all …]
Df271 pass
2 pass
3 pass
4 pass
5 pass
6 pass
8 pass
9 pass
11 pass
12 pass
[all …]
Df261 pass
2 pass
3 pass
4 pass
5 pass
6 pass
8 pass
9 pass
11 pass
12 pass
[all …]
Di121 pass in inet from 1.1.1.1/32 to 2.2.2.2/32
2 pass in inet from 2.2.2.0/24 to 4.4.4.4/32
3 pass in inet from 3.3.3.3/32 to 4.4.4.4/32
4 pass in inet from 2.2.2.0/24 to 5.5.5.5/32
5 pass in inet from 3.3.3.3/32 to 5.5.5.5/32
6 pass in inet from 2.2.2.0/24 to 6.6.6.6/32
7 pass in inet from 3.3.3.3/32 to 6.6.6.6/32
8 pass in inet from 2.2.2.0/24 to 5.5.5.5/32 port = 22
9 pass in inet from 3.3.3.3/32 to 5.5.5.5/32 port = 22
10 pass in inet from 2.2.2.0/24 to 6.6.6.6/32 port = 22
[all …]
Di81 pass in inet proto icmp from 127.0.0.1/32 to 127.0.0.1/32 icmp-type timest
3 pass in inet proto icmp from any to any icmp-type unreach code 15
4 pass in inet proto icmp from any to any icmp-type unreach code 13
5 pass in inet proto icmp from any to any icmp-type unreach code 8
6 pass in inet proto icmp from any to any icmp-type unreach code 4
7 pass in inet proto icmp from any to any icmp-type unreach code 9
8 pass in inet proto icmp from any to any icmp-type unreach code 11
9 pass in inet proto icmp from any to any icmp-type unreach code 14
10 pass in inet proto icmp from any to any icmp-type unreach code 10
11 pass in inet proto icmp from any to any icmp-type unreach code 12
[all …]
Dipv6.41 pass
2 pass
5 pass
6 pass
18 pass
19 pass
20 pass
21 pass
22 pass
23 pass
[all …]
Df131 pass
4 pass
49 pass
53 pass
54 pass
55 pass
84 pass
96 pass
98 pass
99 pass
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-explore.exp96 pass "explore ss_ptr"
99 pass "explore ss_ptr as single value pointer"
107 pass "explore darray_ref"
110 pass "no_to_explore_as_pointer"
113 pass "explore_as_array"
116 pass "explore_as_array_index_2"
119 pass "end explore_as_array_index_2"
122 pass "end explore_as_array"
138 pass "explore su"
141 pass "explore su.d"
[all …]
Dpy-explore-cc.exp52 pass "explore int_ptr_ref"
55 pass "explore_int_ptr_ref_as_single_value_pointer"
63 pass "explore b"
66 pass "explore_base_class_A, exploring b"
69 pass "return_to_b_from_A"
72 pass "explore_field_i_of_b"
75 pass "return_to_b_from_i"
82 pass "explore_field_c_of_b"
85 pass "return_to_b_from_c"
92 pass "return_to_gdb_prompt_from_b"
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpasses.cc788 set_pass_for_id (int id, opt_pass *pass) in set_pass_for_id() argument
790 pass->static_pass_number = id; in set_pass_for_id()
798 passes_by_id[id] = pass; in set_pass_for_id()
816 register_one_dump_file (opt_pass *pass) in register_one_dump_file() argument
818 g->get_passes ()->register_one_dump_file (pass); in register_one_dump_file()
822 pass_manager::register_one_dump_file (opt_pass *pass) in register_one_dump_file() argument
836 if (pass->static_pass_number != -1) in register_one_dump_file()
837 sprintf (num, "%u", ((int) pass->static_pass_number < 0 in register_one_dump_file()
838 ? 1 : pass->static_pass_number)); in register_one_dump_file()
845 name = strchr (pass->name, ' '); in register_one_dump_file()
[all …]
/netbsd/src/tests/ipf/regress/
Di81 pass in proto icmp from localhost to localhost icmp-type timest
3 pass in proto icmp all icmp-type unreach code cutoff-preced
4 pass in proto icmp all icmp-type unreach code filter-prohib
5 pass in proto icmp all icmp-type unreach code isolate
6 pass in proto icmp all icmp-type unreach code needfrag
7 pass in proto icmp all icmp-type unreach code net-prohib
8 pass in proto icmp all icmp-type unreach code net-tos
9 pass in proto icmp all icmp-type unreach code host-preced
10 pass in proto icmp all icmp-type unreach code host-prohib
11 pass in proto icmp all icmp-type unreach code host-tos
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dref-types.exp78 -re "type = short \\\[4\\\].*$gdb_prompt $" { pass "ptype as" }
79 -re "type = short int \\\[4\\\].*$gdb_prompt $" { pass "ptype as" }
88 pass "print value of rs"
91 pass "print value of rs"
97 -re "type = short &.*$gdb_prompt $" { pass "ptype rs" }
98 -re "type = short int &.*$gdb_prompt $" { pass "ptype rs" }
110 -re "type = short \\*&.*$gdb_prompt $" { pass "ptype rps" }
111 -re "type = short int \\*&.*$gdb_prompt $" { pass "ptype rps" }
118 -re "type = short \\\(&\\\)\\\[4\\\].*$gdb_prompt $" { pass "ptype ras" }
119 -re "type = short int \\\(&\\\)\\\[4\\\].*$gdb_prompt $" { pass "ptype ras" }
[all …]
Dmember-ptr.exp49 pass $name
58 pass $name
61 pass $name
83 pass $name
103 pass $name
130 pass $name
139 pass $name
142 pass $name
156 pass $name
178 pass $name
[all …]
Dtemplates.exp74 pass "ptype T5<int>"
114 pass "ptype t5i"
150 pass "destructor breakpoint"
202 pass "print t5i.value()"
223 pass $test
231 pass $test2
303 pass "ptype Foo"
314 pass "ptype Foo"
324 pass "ptype fint"
327 pass "ptype fint"
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dending-run.exp66 pass "cleared bp at line before routine"
94 pass "all set to continue"
143 pass "step out of main"
146 pass "step out of main"
150 pass "step out of main"
154 pass "step out of main"
158 pass "step out of main"
163 pass "step out of main"
167 pass "step out of main"
171 pass "step out of main"
[all …]
Dannota1.exp82 -re "set annotate 2\r\n$gdb_prompt$" { pass "annotation set at level 2" }
98 pass $gdb_test_name
194 pass $gdb_test_name
207 pass $gdb_test_name
226 pass $gdb_test_name
240 pass $gdb_test_name
251 pass $gdb_test_name
260 pass $gdb_test_name
263 pass $gdb_test_name
276 pass $gdb_test_name
[all …]
Dfloat.exp45 pass "info float (FPA)"
50 pass "info float (VFP)"
53 pass "info float (without FPU)"
63 pass "info float (with FPU)"
66 pass "info float (without FPU)"
72 pass "info float (without FPU)"
75 pass "info float (with FPU)"
81 pass "info float (with FPU)"
84 pass "info float (without FPU)"
90 pass "info float (with FPU)"
[all …]
Dcompletion.exp183 pass "$test"
198 pass "$test"
211 pass "$test"
224 pass "$test"
237 pass "$test"
250 pass "$test"
263 pass "$test"
276 pass "$test"
289 pass "$test"
302 pass "$test"
[all …]
Dfoll-exec.exp65 pass "continue to first exec catchpoint"
98 {pass "print follow-exec/global_i"}
105 {pass "print follow-exec/local_j"}
112 {pass "print follow-exec/local_k"}
124 {pass "step through execlp call"}
135 {pass "step after execlp call"}
142 {pass "print execd-program/global_i (after execlp)"}
149 {pass "print execd-program/local_j (after execlp)"}
156 {pass "print follow-exec/local_k (after execlp)"}
179 {pass "set catch exec"}
[all …]
/netbsd/src/share/examples/npf/
Dl2tp_gw-npf.conf30 pass out final proto udp from any port bootpc to any port bootps
31 pass in final proto udp from any port bootps to any port bootpc
32 pass in final proto udp from any port bootps to 255.255.255.255 port bootpc
36 pass stateful out final proto udp to any port domain
47 pass stateful out final proto tcp all
48 pass stateful out final proto udp all
49 pass stateful out final proto icmp all
50 pass stateful out final proto ipv6-icmp all
62 pass in final proto esp from any to inet4($ext_if)
63 pass out final proto esp from inet4($ext_if) to any
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
Dhppa.exp51 .*$gdb_prompt $" { pass "integer_memory_tests" }
79 .*$gdb_prompt $" { pass "integer_indexing_load" }
102 .*$gdb_prompt $" { pass "integer_load_short_memory" }
128 .*$gdb_prompt $" { pass "integer_store_short_memory" }
145 .*$gdb_prompt $" { pass "immedate_tests" }
169 .*$gdb_prompt $" { pass "branch_tests_1" }
183 .*$gdb_prompt $" { pass "branch_tests_2" }
200 .*$gdb_prompt $" { pass "movb_tests" }
216 .*$gdb_prompt $" { pass "movb_nullified_tests" }
232 .*$gdb_prompt $" { pass "movib_tests" }
[all …]
/netbsd/src/external/bsd/ipf/dist/rules/
Dexample.37 # pass through packets to and from localhost.
9 pass in from 127.0.0.1/32 to 127.0.0.1/32
14 pass in from 10.1.3.1/32 to any
15 pass in from 10.1.3.2/32 to any
16 pass in from 10.1.3.3/32 to any
17 pass in from 10.1.3.4/32 to any
18 pass in from 10.1.3.5/32 to any
19 pass in from 10.1.0.13/32 to any
20 pass in from 10.1.1.1/32 to any
21 pass in from 10.1.2.1/32 to any
[all …]
/netbsd/src/sys/arch/evbarm/conf/
DGENERIC125 simplebus* at fdt? pass 0
128 cpus* at fdt? pass 0
129 cpu* at fdt? pass 0
139 am3prcm* at fdt? pass 1 # TI AM335x PRCM
140 cycvclkmgr* at fdt? pass 1 # Cyclone V clock manager
141 cycvrstmgr* at fdt? pass 0 # Cyclone V reset manager
142 exy5410clk* at fdt? pass 3 # Exynos5410 clock controller
143 exy5422clk* at fdt? pass 3 # Exynos5422 clock controller
144 imx6ccm* at fdt? pass 1 # i.MX6Q* CCM
145 imx6sxccm* at fdt? pass 1 # i.MX6SX CCM
[all …]

12345678910>>...85