Searched refs:FAILED (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-11-stable/usr.sbin/bluetooth/l2control/
H A Dl2control.h39 #define FAILED 2 /* error was reported */ macro
/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h39 #define FAILED 2 /* error was reported */ macro
/freebsd-11-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h39 #define FAILED 2 /* error was reported */ macro
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtest.sh5 FAILED=no
80 announce FAILED ;
81 FAILED=yes
90 announce FAILED ;
97 announce "FAILED (output not checked)" ;
112 announce FAILED ;
113 FAILED=yes
142 if test "$FAILED" = "yes"; then
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dtzsetup_test.sh32 FAILED=no
89 FAILED=yes
101 FAILED=yes
106 FAILED=yes
120 FAILED=yes
125 FAILED=yes
131 FAILED=yes
156 || FAILED=yes
162 || FAILED=yes
179 || FAILED
[all...]
H A Dignore_test.sh32 FAILED=no
103 FAILED=yes
112 FAILED=yes
121 FAILED=yes
134 FAILED=yes
139 FAILED=yes
145 FAILED=yes
158 FAILED=yes
163 FAILED=yes
173 FAILED
[all...]
H A Dconflicts_test.sh32 FAILED=no
138 FAILED=yes
147 FAILED=yes
160 FAILED=yes
165 FAILED=yes
171 FAILED=yes
184 FAILED=yes
189 FAILED=yes
199 FAILED=yes
268 FAILED
[all...]
H A Dpreworld_test.sh32 FAILED=no
151 FAILED=yes
160 FAILED=yes
173 FAILED=yes
178 FAILED=yes
184 FAILED=yes
197 FAILED=yes
202 FAILED=yes
242 || FAILED=yes
248 || FAILED
[all...]
H A Dfbsdid_test.sh32 FAILED=no
217 FAILED=yes
226 FAILED=yes
239 FAILED=yes
244 FAILED=yes
250 FAILED=yes
263 FAILED=yes
268 FAILED=yes
278 FAILED=yes
311 || FAILED
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libopts/autoopts/
H A Dproject.h37 * with the SUCCEEDED, FAILED and HADGLITCH macros.
47 #undef FAILED macro
58 #define FAILED(p) ((p) < SUCCESS) macro
/freebsd-11-stable/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c40 #define FAILED 1 macro
208 printf("FAILED\n");
209 return (FAILED);
214 printf("FAILED\n");
215 return (FAILED);
236 printf("FAILED\n");
237 return (FAILED);
243 printf("FAILED\n");
244 return (FAILED);
270 printf("FAILED\
[all...]
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dinfo.c56 return (FAILED);
92 return (FAILED);
124 return (FAILED);
152 return (FAILED);
183 return (FAILED);
207 return (FAILED);
H A Dhccontrol.h39 #define FAILED 2 /* error was reported */ macro
H A Dlink_policy.c75 return (FAILED);
126 return (FAILED);
144 return (FAILED);
191 return (FAILED);
241 return (FAILED);
H A Dhost_controller_baseband.c106 return (FAILED);
128 return (FAILED);
169 return (FAILED);
340 return (FAILED);
388 return (FAILED);
425 return (FAILED);
447 return (FAILED);
471 return (FAILED);
514 return (FAILED);
536 return (FAILED);
[all...]
H A Dlink_control.c100 return (FAILED);
258 return (FAILED);
276 return (FAILED);
334 return (FAILED);
352 return (FAILED);
413 return (FAILED);
431 return (FAILED);
484 return (FAILED);
503 return (FAILED);
577 return (FAILED);
[all...]
H A Dstatus.c74 return (FAILED);
116 return (FAILED);
155 return (FAILED);
197 return (FAILED);
/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test.h47 #define FAILED 1 macro
52 success = FAILED; \
58 success = FAILED; \
130 * either PASSED or FAILED.
132 * Errors such as SIGSEGV will be caught and interpreted as FAILED.
H A Dcap_test.c45 #define TEST_INIT(name) { #name, test_##name, FAILED }
111 result = FAILED;
H A Dcap_test_pdkill.c78 exit(FAILED);
98 success = FAILED;
/freebsd-11-stable/include/protocols/
H A Dtalkd.h97 #define FAILED 2 /* operation failed for unexplained reason */ macro
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-installcomponents.sh36 FAILED="0"
89 FAILED="1"
96 FAILED="1"
110 if [ "${FAILED}" = "0" ]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_interface.h92 FAILED = 3, enumerator in enum:XRayPatchingStatus
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c65 #define FAILED -1 macro
149 fbp->state[0] = fbp->state[1] = FAILED;
188 if (state == FAILED)
194 if (state == FAILED)
233 return(FAILED);
269 state = FAILED;
348 if (state == FAILED)
357 state = FAILED;
368 state = FAILED;
436 if (state == FAILED)
[all...]
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Denc_des.c60 #define FAILED -1 macro
142 fbp->state[0] = fbp->state[1] = FAILED;
184 if (state == FAILED)
190 if (state == FAILED)
223 return(FAILED);
260 state = FAILED;
340 if (state == FAILED)
349 state = FAILED;
360 state = FAILED;
430 if (state == FAILED)
[all...]

Completed in 231 milliseconds

123