Searched refs:fail (Results 1 - 25 of 452) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/oamuser/lib/
H A Dfile.c38 int fail = -1; /* assume no permission at onset */ local
49 fail = 0;
53 fail = 0;
56 fail = 0;
59 return( fail );
/illumos-gate/usr/src/tools/scripts/
H A Dbuild_cscope.sh47 fail() function
70 fail "cannot find env file as $1 or /opt/onbld/env/$1"
73 [ -z "$SRC" ] && fail "\$SRC is not set"
74 [ ! -d "$SRC" ] && fail "\$SRC ($SRC) is not a directory"
85 xref $flags $dirs || fail "cannot build $name cross-reference"
/illumos-gate/usr/src/test/os-tests/cmd/
H A Dostest.ksh23 function fail function
43 [[ -f $runfile ]] || fail "Cannot read file: $runfile"
50 [[ -z $runfile ]] && fail "Couldn't determine distro"
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dstorage.esc32 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
[all...]
/illumos-gate/usr/src/cmd/avs/dsstat/
H A Dmulti_stats.c96 goto fail;
98 goto fail;
105 goto fail;
107 goto fail;
114 goto fail;
116 goto fail;
125 fail:
142 goto fail;
148 goto fail;
150 goto fail;
[all...]
H A Ddsstat.c144 fail(int err, char *msg) function
182 fail(DSSTAT_EINVAL, gettext("Invalid mode specified"));
227 fail(DSSTAT_EINVAL,
260 fail(DSSTAT_EINVAL,
381 fail(DSSTAT_EINVAL,
389 fail(DSSTAT_EINVAL,
399 fail(DSSTAT_EINVAL,
408 fail(DSSTAT_EINVAL,
422 fail(DSSTAT_EINVAL, gettext("Invalid "
427 fail(DSSTAT_EINVA
[all...]
/illumos-gate/usr/src/common/net/wanboot/crypt/
H A Dsha1_test.c84 int fail; local
94 fail = 0;
109 fail++;
115 return (fail);
H A Daes_test.c74 int fail; local
85 fail = 0;
100 fail++;
105 fail++;
107 if (fail == 0)
114 return (fail);
H A Ddes3_test.c38 * fail the keycheck.
117 int fail; local
128 fail = 0;
147 fail++;
154 fail++;
156 if (fail == 0)
163 return (fail);
172 int fail = 0; local
184 fail++;
199 fail
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A DSAAdvert.c59 goto fail;
67 goto fail;
75 goto fail;
81 goto fail;
89 goto fail;
95 fail:
H A DDAAdvert.c56 goto fail;
67 goto fail;
70 goto fail;
78 goto fail;
86 goto fail;
94 goto fail;
102 goto fail;
108 goto fail;
116 goto fail;
122 fail
[all...]
/illumos-gate/usr/src/test/zfs-tests/cmd/scripts/
H A Dzfstest.ksh32 function fail function
79 [[ $(id -u) = "0" ]] && fail "This script must not be run as root."
82 [[ $? -eq 0 ]] || fail "User must be able to sudo without a password."
100 [[ -n $PATHDIR ]] || fail "PATHDIR wasn't correctly set"
103 [[ ! -e $PATHDIR/$i ]] || fail "$i already exists"
104 ln -s $dir/$i $PATHDIR/$i || fail "Couldn't link $i"
114 chmod 755 $PATHDIR || fail "Couldn't chmod $PATHDIR"
136 [[ -f $runfile ]] || fail "Cannot read file: $runfile"
149 fail "\$DISKS not set in env, and -a not specified."
151 verify_disks || fail "Could
[all...]
/illumos-gate/usr/src/lib/libinetutil/common/
H A Difaddrlist.c74 goto fail;
85 goto fail;
99 goto fail;
104 goto fail;
121 goto fail;
138 goto fail;
146 goto fail;
154 goto fail;
178 fail:
H A Difaddrlistx.c64 goto fail;
74 goto fail;
86 goto fail;
89 goto fail;
120 goto fail;
131 goto fail;
146 fail:
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfdopendir.c59 goto fail;
65 goto fail;
67 goto fail;
70 goto fail;
79 fail:
H A Dscandir.c88 goto fail;
101 goto fail;
113 goto fail;
125 goto fail;
132 goto fail;
146 fail:
173 goto fail;
186 goto fail;
198 goto fail;
210 goto fail;
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/include/
H A Dtst.includefirst.ksh61 fail() function
71 [[ $? != 0 ]] && fail "Failed to compile with same file in include path twice"
74 [[ $status != $expexit ]] && fail "Exited with unexpected status code: $status"
/illumos-gate/usr/src/test/libc-tests/cmd/
H A Dlibctest.ksh23 function fail function
52 [[ -f $runfile ]] || fail "Cannot read file: $runfile"
59 [[ -z $runfile ]] && fail "Couldn't determine distro"
/illumos-gate/usr/src/test/util-tests/cmd/
H A Dutiltest.ksh23 function fail function
50 [[ -f $runfile ]] || fail "Cannot read file: $runfile"
57 [[ -z $runfile ]] && fail "Couldn't determine distro"
/illumos-gate/usr/src/test/os-tests/tests/secflags/
H A Dsecflags_dts.sh60 fail() { function
66 check ./tester-aslr 0 E || fail "DT_SUNW_ASLR 1 failed"
67 check ./many-dts-aslr 0 E || fail "DT_SUNW_ASLR 1 with many DTs failed"
68 check ./tester-aslr 1 I || fail "DT_SUNW_ASLR 1 incorrectly set the inheritable flag"
71 check ./tester-noaslr 1 E || fail "DT_SUNW_ASLR 0 failed"
72 check ./many-dts-noaslr 1 E || fail "DT_SUNW_ASLR 0 with many DTs failed"
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ipp.c62 goto fail;
68 goto fail;
71 goto fail;
76 goto fail;
78 goto fail;
85 goto fail;
93 goto fail;
98 goto fail;
104 goto fail;
111 goto fail;
[all...]
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetifaddrs.c118 goto fail;
139 goto fail;
149 goto fail;
161 goto fail;
165 goto fail;
171 goto fail;
174 goto fail;
181 goto fail;
185 goto fail;
190 goto fail;
[all...]
/illumos-gate/usr/src/cmd/tnf/tnfdump/
H A Dstate.h54 void fail (int, char *, ...);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Denv.c125 goto fail;
130 goto fail;
135 goto fail;
146 goto fail;
164 goto fail;
168 goto fail;
177 fail:
/illumos-gate/usr/src/cmd/svc/configd/
H A Dmaindoor.c85 goto fail;
94 goto fail;
102 goto fail;
107 goto fail;
117 goto fail;
127 goto fail;
130 fail:

Completed in 260 milliseconds

1234567891011>>