Home
last modified time | relevance | path

Searched refs:three (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DSAMPLE1.dict35 fault.x.three=0x200001
36 fault.x.three fault.y.two=274880004090
37 fault.x.three fault.y.two fault.z.one=1928
38 fault.x.three fault.z.one=2
45 #TEST:key2code:0:fault.x.three:SAMPLE1-A000-0000-FJ
46 #TEST:key2code:0:fault.x.three fault.y.two:SAMPLE1-CYYY-YYYX-M4
47 #TEST:key2code:0:fault.x.three fault.y.two fault.z.one:SAMPLE1-801V-89
48 #TEST:key2code:0:fault.x.three fault.z.one fault.z.one:SAMPLE1-8000-2Q
52 #TEST:code2key:0:SAMPLE1-A000-0000-FJ:fault.x.three
53 #TEST:code2key:0:SAMPLE1-CYYY-YYYX-M4:fault.x.three fault.y.two
[all …]
H A DMALFORMED.dict30 fault.one fault.three fault.two 2
31 fault.one fault.three=1
35 fault.three=4
36 fault.three fault.two=3
39 #TEST:key2code:0:fault.two fault.three:MALFORMED-8000-3N
H A DBADMAXKEY.dict34 fault.three=4
35 fault.one fault.three fault.two=3
36 fault.one fault.three=1
39 #TEST:key2code:0:fault.one fault.three fault.two:BADMAXKEY-8000-30
H A DSAMPLE0.dict55 fault.one fault.three fault.two=2 "this is all three faults"
56 fault.one fault.three=1
60 fault.three=4
61 fault.three fault.two=3
H A DBADNAME.dict36 fault.three=4
37 fault.three fault.two=3
38 fault.one fault.three=1
H A DBADVERS.dict35 fault.three=4
36 fault.three fault.two=3
37 fault.one fault.three=1
H A DNOMAXKEY.dict34 fault.three=4
35 fault.one fault.three fault.two=3
36 fault.one fault.three=1
H A DNONAME.dict35 fault.three=4
36 fault.three fault.two=3
37 fault.one fault.three=1
H A DNOVERS.dict35 fault.three=4
36 fault.three fault.two=3
37 fault.one fault.three=1
H A DBADBITS.dict35 fault.three=4
36 fault.three fault.two=3
37 fault.one fault.three=1
H A DSAMPLE2.dict34 fault.three=0x1183B380
35 fault.three fault.two=36029071898968063
36 fault.one fault.three fault.two=36029071898968064
37 fault.one fault.three=2
43 #TEST:key2code:0:fault.three fault.two:SAMPLE2-EYYY-YYYY-YYYY-E8
44 #TEST:key2code:0:fault.one fault.three fault.two:SAMPLE2-F000-0000-0000-000E-XN
46 #TEST:code2key:0:SAMPLE2-EYYY-YYYY-YYYY-E8:fault.three fault.two
47 #TEST:code2key:0:SAMPLE2-F000-0000-0000-000E-XN:fault.one fault.three fault.two
/illumos-gate/usr/src/lib/libsqlite/test/
H A Djoin4_28.test27 insert into t1 values(3,'three');
42 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}}
55 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}}
65 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}}
75 } {1 one {} {} {} 2 two 2 niban ok 3 three {} {} {} 4 four {} {} {}}
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dcoprocess.sh68 ping three |&
75 for i in three four pipe four pipe four three pipe pipe three pipe
77 three) to=-u3;;
93 three) ;;
H A Darrays.sh43 set -A x zero one two three four 'five six'
239 ( set -A list one two three four)
248 foo=( zero one '' three four '' six)
286 for i in one three four five
302 x=( [one]=1 [two]=2 [three]=3)
306 x=( [one]=1 [two]=2 [three]=3)
344 foo[0]=three
345 [[ $foo == three ]] || err_exit '--allexport not working with arrays'
471 a=(zero one two three four)
H A Dquoting2.sh115 then err_exit '${x+foo $x bam} does not yield three arguments'
119 then err_exit '${x+foo "$x" bam} does not yield three arguments'
H A Darith.sh226 y[three]=9 y[four]=2
227 three=four
228 four=three
229 (( x = y[three] + y[four] ))
233 (( x = y[$three] + y[$four] ))
H A Dquoting.sh114 then err_exit '${x+foo $x bam} does not yield three arguments'
118 then err_exit '${x+foo "$x" bam} does not yield three arguments'
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_rosenberg.c31 aa_policy_t three; in main() local
56 copy_to_user(ptr, &three, sizeof(three)); in main()
/illumos-gate/usr/src/test/net-tests/tests/forwarding/
H A DREADME4 * Create three native zones and start them.
15 different variations. All tests require three zones. The tests use
16 these three zones, along with the simnet driver, to emulate a real IP
108 * The user must both create and start the three required zones.
110 * All three zones should be native zones.
122 and it takes the three zones as arguments. This script may be
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantzero.d55 @three[i] = lquantize(0, 0, 20, 1, incr);
74 printa(@three);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.linkpriv.ksh47 DTRACE_PROBE3(test_prov, three, 4, 5, 7);
58 probe three(uintptr_t, uintptr_t, uintptr_t);
H A Dtst.linkunpriv.ksh49 DTRACE_PROBE3(test_prov, three, 4, 5, 7);
60 probe three(uintptr_t, uintptr_t, uintptr_t);
/illumos-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh529 done | while read three four; do
530 [ "$three" != addif ] && echo "$three $four \c"
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.enum.d40 three, enumerator
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.bases.d32 @three = llquantize(i, 3, 0, 1, 9);

12345678910>>...16