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

123

/freebsd-13-stable/usr.sbin/bluetooth/l2control/
H A Dl2control.h39 #define FAILED 2 /* error was reported */ macro
/freebsd-13-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h39 #define FAILED 2 /* error was reported */ macro
/freebsd-13-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h39 #define FAILED 2 /* error was reported */ macro
/freebsd-13-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-13-stable/contrib/libevent/test/
H A Dtest.sh5 FAILED=no
80 announce FAILED ;
81 FAILED=yes
90 announce FAILED ;
97 announce "FAILED (output not checked)" ;
113 announce FAILED ;
114 FAILED=yes
128 announce FAILED ;
129 FAILED=yes
184 if test "$FAILED"
[all...]
/freebsd-13-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-13-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-13-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 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 Dhccontrol.h39 #define FAILED 2 /* error was reported */ macro
H A Dstatus.c74 return (FAILED);
116 return (FAILED);
155 return (FAILED);
197 return (FAILED);
H A Dle.c133 return (FAILED);
166 return (FAILED);
255 return (FAILED);
283 return (FAILED);
313 return (FAILED);
342 return (FAILED);
369 return (FAILED);
430 return (FAILED);
508 return (FAILED);
530 return (FAILED);
[all...]
/freebsd-13-stable/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c40 #define FAILED 1 macro
209 printf("FAILED\n");
210 return (FAILED);
215 printf("FAILED\n");
216 return (FAILED);
237 printf("FAILED\n");
238 return (FAILED);
244 printf("FAILED\n");
245 return (FAILED);
271 printf("FAILED\
[all...]
/freebsd-13-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-13-stable/include/protocols/
H A Dtalkd.h108 #define FAILED 2 /* operation failed for unexplained reason */ macro
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_interface.h92 FAILED = 3, enumerator in enum:XRayPatchingStatus
/freebsd-13-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...]

Completed in 113 milliseconds

123