/illumos-gate/usr/src/cmd/fm/eversholt/files/common/ |
H A D | storage.esc | 32 event fault.config.fan-fail@ses-enclosure; 33 event fault.config.fantray-fail@ses-enclosure; 34 event fault.config.psu-fail@ses-enclosure; 35 event fault.device.controller.fail@controller; 36 event fault.device.ethernet.fail@controller; 37 event fault.device.ethernet.fail@sas-expander; 38 event fault.device.fan.fail@fan; 39 event fault.device.fan.fail@fanmodule; 40 event fault.device.psu.fail@psu; 41 event fault.device.psu.fail@psu; [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | T.gawk | 14 fail() { 33 diff $TEMP1 $TEMP2 || fail 'BAD: T.gawk arrayref' 46 diff $TEMP1 $TEMP2 || fail 'BAD: T.gawk asgext' 59 diff $TEMP1 $TEMP2 || fail 'BAD: T.gawk backgsub' 81 diff $TEMP1 $TEMP2 || fail 'BAD: T.gawk backgsub2' 108 diff $TEMP1 $TEMP2 || fail 'BAD: T.gawk backgsub3' 135 diff $TEMP1 $TEMP2 || fail 'BAD: T.gawk backsub3' 149 diff $TEMP1 $TEMP2 || fail 'BAD: T.gawk backsub' 157 diff $TEMP1 $TEMP2 || fail 'BAD: T.gawk dynlj' 182 diff $TEMP1 $TEMP2 || fail 'BAD: T.gawk fsrs' [all …]
|
H A D | T.clv | 14 fail() { function 30 diff $TEMP1 $TEMP2 || fail 'BAD: T.clv (stdin only)' 39 diff $TEMP1 $TEMP2 || fail 'BAD: T.clv (x=1 only)' 48 diff $TEMP1 $TEMP2 || fail 'BAD: T.clv (x=3 only)' 58 diff $TEMP1 $TEMP2 || fail 'BAD: T.clv (x=3 only)' 63 diff $TEMP1 $TEMP2 || fail 'BAD: T.clv (x=4 /dev/null)' 68 diff $TEMP1 $TEMP2 || fail 'BAD: T.clv (x=5 /dev/null)' 78 diff $TEMP1 $TEMP2 || fail 'BAD: T.clv (x=6 /dev/null)' 85 diff $TEMP1 $TEMP2 || fail 'BAD: T.clv (x=7 /dev/null)' 92 diff $TEMP1 $TEMP2 || fail 'BAD: T.clv (_=7A /dev/null)' [all …]
|
H A D | T.split | 14 fail() { function 36 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.1' 46 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.2' 63 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.3' 74 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.4' 88 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.5' 97 diff $TEMP1 $TEMP2 || fail 'BAD: T.split (record assignment 1)' 109 diff $TEMP1 $TEMP2 || fail 'BAD: T.split (record assignment 2)' 130 diff $TEMP0 $TEMP1 || fail 'BAD: T.split 1' 146 diff $TEMP0 $TEMP1 || fail 'BAD: T.split //' [all …]
|
H A D | T.rt | 14 fail() { function 23 diff $TEMP1 $TEMP2 || fail 'BAD: T.rt RT is set to "" in BEGIN' 28 diff $TEMP1 $TEMP2 || fail 'BAD: T.rt RT is set to "\n"' 33 diff $TEMP1 $TEMP2 || fail 'BAD: T.rt RT is set to ""' 37 diff $TEMP1 $TEMP2 || fail 'BAD: T.rt RT is set to "\n" (getline)' 41 diff $TEMP1 $TEMP2 || fail 'BAD: T.rt RT is set to "" (getline)' 45 diff $TEMP1 $TEMP2 || fail 'BAD: T.rt RT is set to "\n" (getline var)' 53 diff $TEMP1 $TEMP2 || fail 'BAD: T.rt RT is set to "\n" (getline < file)' 61 diff $TEMP1 $TEMP2 || fail 'BAD: T.rt RT is set to "\n" (getline var < file)' 67 diff $TEMP1 $TEMP2 || fail 'BAD: T.rt empty RS variable (1 newline at end)' [all …]
|
H A D | T.func | 13 fail() { function 40 diff $TEMP1 $TEMP2 || fail 'BAD: T.func (function return type)' 48 diff $TEMP1 $TEMP2 || fail 'BAD: T.func (array type)' 57 diff $TEMP1 $TEMP2 || fail 'BAD: T.func (argument passing)' 75 diff $TEMP1 $TEMP2 || fail 'BAD: T.func (convert arg to array)' 109 diff $TEMP1 $TEMP2 || fail 'BAD: T.func (factorial)' 135 diff $TEMP1 $TEMP2 || fail 'BAD: T.func (ackermann)' 160 diff $TEMP1 $TEMP2 || fail 'BAD: T.func (fib)' 170 grep 'should not' $TEMP1 && fail 'BAD: T.func (return)' 185 diff $TEMP1 $TEMP2 || fail 'BAD: T.func (eqn)' [all …]
|
H A D | T.getline | 13 fail() { function 28 cmp -s $TEMP1 $TEMP2 || fail 'BAD: T.getline (bare getline)' 38 cmp -s $TEMP1 $TEMP2 || fail 'BAD: T.getline (getline xxx)' 47 cmp -s /etc/passwd $TEMP1 || fail 'BAD: T.getline (getline <file)' 56 cmp -s /etc/passwd $TEMP1 || fail 'BAD: T.getline (getline <"-")' 65 cmp -s /etc/passwd $TEMP1 || fail 'BAD: T.getline (getline <arg)' 74 cmp -s /etc/passwd $TEMP1 || fail 'BAD: T.getline (getline x <arg)' 83 cmp -s /etc/passwd $TEMP1 || fail 'BAD: T.getline (cat arg | getline)' 92 cmp -s /etc/passwd $TEMP1 || fail 'BAD: T.getline (cat arg | getline x)' 96 cmp -s $TEMP1 $TEMP2 || fail 'BAD: T.getline (non-existent file)' [all …]
|
H A D | T.argv | 17 fail() { function 36 diff $TEMP1 $TEMP2 || fail 'BAD: T.argv (echo1 *)' 49 diff $TEMP1 $TEMP2 || fail 'BAD: T.argv (echo2 *)' 66 diff $TEMP1 $TEMP2 || fail 'BAD: T.argv (argc *)' 75 diff $TEMP1 $TEMP2 || fail 'BAD: T.argv (L=foo <test.temp.1)' 84 diff $TEMP1 $TEMP2 || fail 'BAD: T.argv (L=foo test.temp.1)' 93 diff $TEMP1 $TEMP2 || fail 'BAD: T.argv (L=foo -)' 105 diff $TEMP1 $TEMP2 || fail 'BAD: T.argv (L=foo L=glop)' 117 diff $TEMP1 $TEMP2 || fail 'BAD: T.argv (L=11 L=22)' 121 diff $TEMP1 $TEMP2 || fail 'BAD: T.argv (ARGV[1] + ARGV[2])' [all …]
|
H A D | T.overflow | 14 fail() { function 27 cmp -s $TEMP1 $TEMP2 || fail 'BAD: T.overflow record 1' 35 cmp -s $TEMP1 $TEMP2 || fail 'BAD: T.overflow abcdef' 47 cmp -s $TEMP1 $TEMP2 || fail 'BAD: T.overflow -mr -mf set $1' 60 cmp -s $TEMP1 $TEMP2 || fail 'BAD: T.overflow -mr -mf NF' 69 [[ $? -eq 139 ]] && fail "BAD: T.overflow too long char class dropped core" 80 cmp -s $TEMP1 $TEMP2 || fail 'BAD: T.overflow huge sprintfs' 94 cmp -s $TEMP1 $TEMP2 || fail 'BAD: T.overflow big array' 98 grep "out of range field" $TEMP0 >/dev/null || fail "BAD: T.overflow \$400000" 102 ls /tmp/awktestfoo* | grep '1000' >/dev/null || fail "BAD: T.overflow openfiles"
|
H A D | T.redir | 13 fail() { function 21 diff $TEMP1 /etc/passwd || fail 'BAD: T.redir (print >"test.temp.1")' 25 diff $TEMP1 /etc/passwd || fail 'BAD: T.redir (print >>"test.temp.1")' 30 diff $TEMP1 /etc/passwd || fail 'BAD: T.redir (print > and >>"test.temp.1")' 34 diff $TEMP1 /etc/passwd || fail 'BAD: T.redir (print | "cat > test.temp.1")' 43 diff $TEMP1 $TEMP2 || fail 'BAD: T.redir (buffering)' 47 diff $TEMP2 /etc/passwd || fail 'BAD: T.redir (print >"/dev/stderr")' 48 diff $TEMP1 /dev/null || fail 'BAD: T.redir (print >"/dev/stderr")' 52 diff $TEMP1 /etc/passwd || fail 'BAD: T.redir (print >"/dev/stdout")' 53 diff $TEMP2 /dev/null || fail 'BAD: T.redir (print >"/dev/stderr")'
|
H A D | T.latin1 | 14 fail() { function 25 diff latin1 $TEMP1 || fail 'BAD: T.latin1 1' 29 diff $TEMP0 $TEMP1 || fail 'BAD: T.latin1 2' 33 diff $TEMP0 $TEMP1 || fail 'BAD: T.latin1 3' 37 diff $TEMP0 $TEMP1 || fail 'BAD: T.latin1 4' 41 diff $TEMP1 $TEMP2 || fail 'BAD: T.latin1 5' 45 diff $TEMP1 $TEMP2 || fail 'BAD: T.latin1 6' 55 diff $TEMP1 $TEMP2 || fail 'BAD: T.latin1 7'
|
/illumos-gate/usr/src/uts/common/io/urtw/ |
H A D | urtw.c | 606 goto fail; in urtw_led_init() 609 goto fail; in urtw_led_init() 630 fail: in urtw_led_init() 687 goto fail; in urtw_8225_read() 689 goto fail; in urtw_8225_read() 691 goto fail; in urtw_8225_read() 693 goto fail; in urtw_8225_read() 695 goto fail; in urtw_8225_read() 699 goto fail; in urtw_8225_read() 702 goto fail; in urtw_8225_read() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/svr4pkg/ |
H A D | svr4pkg_test.ksh | 20 [[ -d "$FILEDIR" ]] || fail "no files directory $FILEDIR" 22 typeset -i fail=0 24 function fail { function 26 ((fail++)) 37 fail "couldn't create test directory $TD" 49 fail "pkgproto svr4pkg" 52 fail "pkgmk svr4pkg" 54 fail "pkgtrans to stream format" 57 /usr/sbin/pkgadd -d $TD -R $TD/root svr4pkg || fail "pkgadd svr4pkg" 58 /usr/bin/pkginfo -R $TD/root svr4pkg || fail "pkginfo svr4pkg" [all …]
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rsrc_info.c | 151 goto fail; in ri_pack() 156 goto fail; in ri_pack() 161 goto fail; in ri_pack() 169 goto fail; in ri_pack() 177 goto fail; in ri_pack() 183 goto fail; in ri_pack() 192 fail: in ri_pack() 222 goto fail; in ap_list_pack() 228 goto fail; in ap_list_pack() 236 goto fail; in ap_list_pack() [all …]
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | STORAGE.dict | 29 fault.config.fan-fail=1 30 fault.config.fantray-fail=2 31 fault.config.psu-fail=3 32 fault.device.controller.fail=4 33 fault.device.ethernet.fail=5 34 fault.device.fan.fail=6 35 fault.device.psu.fail=7 36 fault.device.sas-expander.fail=8 38 fault.io.i2c.fail=10 41 fault.power.ext-fail=13 [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/make/ |
H A D | make_test.ksh | 21 [[ -d "$FILEDIR" ]] || fail "no files directory $FILEDIR" 23 typeset -i fail=0 25 function fail { function 27 ((fail++)) 40 fail "$name" 51 fail "couldn't create test directory $TD" 95 fail "couldn't create test directory $TD" 139 $MAKE -C > $outf 2>&1 && fail "$tst" || pass "$tst" 141 || fail "$tst (output)" 144 MAKEFLAGS="-C" $MAKE > $outf 2>&1 && fail "$tst" || pass "$tst" [all …]
|
/illumos-gate/usr/src/test/zfs-tests/cmd/scripts/ |
H A D | zfstest.ksh | 34 function fail function 82 [[ $(id -u) = "0" ]] && fail "This script must not be run as root." 85 [[ $? -eq 0 ]] || fail "User must be able to sudo without a password." 122 fail "$disk is too small, need at least ${size}GB" 133 [[ -n $PATHDIR ]] || fail "PATHDIR wasn't correctly set" 136 [[ ! -e $PATHDIR/$i ]] || fail "$i already exists" 137 ln -s $dir/$i $PATHDIR/$i || fail "Couldn't link $i" 147 chmod 755 $PATHDIR || fail "Couldn't chmod $PATHDIR" 169 [[ -f $runfile ]] || fail "Cannot read file: $runfile" 178 [[ -f $logfile ]] || fail "Cannot read file: $logfile" [all …]
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_ipp.c | 60 goto fail; in nxge_ipp_init() 66 goto fail; in nxge_ipp_init() 69 goto fail; in nxge_ipp_init() 74 goto fail; in nxge_ipp_init() 76 goto fail; in nxge_ipp_init() 83 goto fail; in nxge_ipp_init() 91 goto fail; in nxge_ipp_init() 96 goto fail; in nxge_ipp_init() 102 goto fail; in nxge_ipp_init() 109 goto fail; in nxge_ipp_init() [all …]
|
/illumos-gate/usr/src/test/net-tests/tests/ |
H A D | net_common.ksh | 31 function fail function 43 fail "$msg" 55 fail "$0: incorrect number of args provided" 75 fail "$0: incorrect number of args provided" 93 fail "$0: incorrect number of args provided" 111 fail "$0: incorrect number of args provided" 135 fail "$0: incorrect number of args provided" 159 fail "$0: incorrect number of args provided" 179 fail "$0: incorrect number of args provided" 210 fail "$0: incorrect number of args provided" [all …]
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | accept_sec_context.c | 412 goto fail; 421 goto fail; 435 goto fail; 441 goto fail; 468 goto fail; 474 goto fail; 492 goto fail; 514 goto fail; 527 goto fail; 552 goto fail; [all …]
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | getifaddrs.c | 322 goto fail; in getallifaddrs() 328 goto fail; in getallifaddrs() 335 goto fail; in getallifaddrs() 355 goto fail; in getallifaddrs() 365 goto fail; in getallifaddrs() 377 goto fail; in getallifaddrs() 381 goto fail; in getallifaddrs() 387 goto fail; in getallifaddrs() 390 goto fail; in getallifaddrs() 397 goto fail; in getallifaddrs() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/cpio/ |
H A D | cpio_test.ksh | 32 function fail { function 105 fail "tar->cpio(files) $@ [$(<$stderr)]" 113 fail "tar->cpio() $@ [$(<$stderr)]" 125 fail "gtar->cpio(files:$f) $@ [$(<$stderr)]" 136 fail "gtar->cpio($f) $@ [$(<$stderr)]" 149 fail "cpio->gtar(files:$f) $@ [$(<$stderr)]" 159 fail "cpio->gtar($f) $@ [$(<$stderr)]" 171 fail "cpio->cpio(files:$f) $@ [$(<$stderr)]" 182 fail "cpio->cpio($f) $@ [$(<$stderr)]" 192 fail "cpio->cpio(files:native) $@ [$(<$stderr)]" [all …]
|
/illumos-gate/usr/src/test/os-tests/tests/secflags/ |
H A D | secflags_dts.sh | 73 fail() { function 79 check ./tester-aslr.32 0 E || fail "DT_SUNW_ASLR 1 failed (32-bit)" 80 check ./many-dts-aslr.32 0 E || fail \ 82 check ./tester-aslr.32 1 I || fail \ 84 check ./tester-aslr.64 0 E || fail "DT_SUNW_ASLR 1 failed (64-bit)" 85 check ./many-dts-aslr.64 0 E || fail \ 87 check ./tester-aslr.64 1 I || fail \ 91 check ./tester-noaslr.32 1 E || fail "DT_SUNW_ASLR 0 failed (32-bit)" 92 check ./many-dts-noaslr.32 1 E || fail \ 94 check ./tester-noaslr.64 1 E || fail "DT_SUNW_ASLR 0 failed (64-bit)" [all …]
|
/illumos-gate/usr/src/uts/common/rpc/sec_gss/ |
H A D | rpcsec_gss_misc.c | 166 goto fail; 172 goto fail; 190 goto fail; 194 goto fail; 201 goto fail; 205 goto fail; 213 goto fail; 217 goto fail; 219 fail: 280 goto fail; [all …]
|
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | dbm_map.c | 68 goto fail; in dbm_map() 72 goto fail; in dbm_map() 76 goto fail; in dbm_map() 80 goto fail; in dbm_map() 92 goto fail; in dbm_map() 99 goto fail; in dbm_map() 106 goto fail; in dbm_map() 110 goto fail; in dbm_map() 116 goto fail; in dbm_map() 120 fail: in dbm_map()
|