Searched refs:FAIL (Results 26 - 50 of 85) sorted by relevance

1234

/freebsd-11-stable/tools/regression/security/cap_test/
H A Dcap_test_pdfork.c83 FAIL("pdgetpid failed, but errno != EBADF");
H A Dcap_test_fcntl.c110 FAIL("Error calling fcntl('%s', F_GETFL)", f.f_name);
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c173 #define FAIL 0xFE macro
228 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 8, 0, FAIL),
264 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 0xAAAA0300, 0, FAIL),
266 BPF_JUMP(BPF_JMP | BPF_JEQ | BPF_K, 0x0000888E, PASS, FAIL),
285 /* rewrite all PASS/FAIL jump offsets */
293 else if (insn->k == FAIL)
299 else if (insn->jt == FAIL)
304 else if (insn->jf == FAIL)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c96 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) macro
122 FAIL(HAL_EINVAL);
133 FAIL(HAL_EINVAL);
211 FAIL(HAL_EIO);
316 FAIL(HAL_EIO);
323 FAIL(HAL_EIO);
338 FAIL(HAL_EIO);
376 FAIL(HAL_EIO);
574 #undef FAIL macro
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_wsc.c20 enum { WAIT_START, MESG, WAIT_FRAG_ACK, FAIL } state; enumerator in enum:eap_wsc_data::__anon3711
41 case FAIL:
42 return "FAIL";
348 if ((data->state == FAIL && data->out_op_code == WSC_ACK) ||
351 eap_wsc_state(data, FAIL);
380 eap_wsc_state(data, FAIL);
537 eap_wsc_state(data, FAIL);
545 eap_wsc_state(data, FAIL);
559 eap_wsc_state(data, FAIL);
569 if (data->state == FAIL
[all...]
H A Deap_ikev2.c19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon3700
41 case FAIL:
42 return "FAIL";
214 if (data->state == FAIL)
273 eap_ikev2_state(data, FAIL);
415 eap_ikev2_state(data, FAIL);
/freebsd-11-stable/tools/regression/sockets/sendfile/
H A Dsendfile.c54 #define FAIL(msg) {printf("# %s\n", msg); \ macro
107 FAIL("magic number not found in header")
181 FAIL("receive length mismatch")
333 FAIL("offset != length")
367 FAIL("len != 0")
476 FAIL("usage: sendfile [path]");
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c367 #define FAIL (-1) macro
756 return FAIL;
808 return FAIL;
992 return FAIL;
1075 return FAIL;
1079 return value is the register number or FAIL. */
1090 return FAIL;
1095 if ((ret = arm_reg_alt_syntax (ccp, start, reg, type)) != FAIL)
1099 return FAIL;
1114 type, FAIL i
[all...]
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_extent.c67 #define FAIL(fmt, ...) \ macro
76 FAIL("%s", strerror(errno));
79 FAIL("result should be: %#lx, got: %#lx", expres, result);
80 #undef FAIL macro
/freebsd-11-stable/tests/sys/netgraph/
H A Dvlan_rotate.c96 ng_errors(FAIL);
180 ng_errors(FAIL);
271 ng_errors(FAIL);
H A Dutil.h91 FAIL, PASS enumerator in enum:__anon1
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_ses.h1213 GEN_SES_STATUS_POWER_SUPPLY_ACCESSORS(fail, FAIL)
1271 GEN_SES_STATUS_COOLING_ACCESSORS(fail, FAIL)
1323 GEN_SES_STATUS_TEMP_SENSOR_ACCESSORS(fail, FAIL)
1354 GEN_SES_STATUS_DOOR_LOCK_ACCESSORS(fail, FAIL)
1397 GEN_SES_STATUS_AUDIBLE_ALARM_ACCESSORS(fail, FAIL)
1432 GEN_SES_STATUS_ECC_ELECTRONICS_ACCESSORS(fail, FAIL)
1461 GEN_SES_STATUS_SCC_ELECTRONICS_ACCESSORS(fail, FAIL)
1493 GEN_SES_STATUS_NV_CACHE_ACCESSORS(fail, FAIL)
1611 GEN_SES_STATUS_UPS_ACCESSORS(fail, FAIL)
1643 GEN_SES_STATUS_DISPLAY_ACCESSORS(fail, FAIL)
[all...]
/freebsd-11-stable/sbin/restore/
H A Dtape.c237 if (gethead(&spcl) == FAIL) {
274 if (gethead(&spcl) == FAIL) {
432 if (gethead(&tmpbuf) == FAIL) {
600 return (FAIL);
640 return (FAIL);
654 return (FAIL);
684 return (FAIL);
713 return (FAIL);
1393 return (FAIL);
1403 return (FAIL);
[all...]
H A Drestore.c60 long descend = hflag ? GOOD : FAIL;
77 long descend = hflag ? GOOD : FAIL;
117 long descend = hflag ? GOOD : FAIL;
365 descend = FAIL;
450 descend = FAIL;
847 return (FAIL);
851 descend = FAIL;
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_redir.sh820 echo ". ./f-def || echo >&2 FAIL
826 . ./f-def || echo >&2 FAIL
848 ${TEST_SH} -c '. ./fgh.def || echo >&2 FAIL
853 ${TEST_SH} -c '. ./fgh.def || echo >&2 FAIL
858 ${TEST_SH} -c '. ./fgh.def || echo >&2 FAIL
872 ${TEST_SH} -c '. ./fgh.def || echo >&2 FAIL
882 . ./fgh.def || echo >&2 FAIL
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c76 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) macro
92 FAIL(HAL_EINVAL);
102 FAIL(HAL_EINVAL);
113 FAIL(HAL_EINVAL);
123 FAIL(HAL_EIO);
219 FAIL(HAL_EIO);
244 FAIL(HAL_EIO);
264 FAIL(HAL_EIO);
304 #undef FAIL macro
/freebsd-11-stable/contrib/ntp/sntp/unity/
H A Dunity_fixture.h78 #define FAIL(message) TEST_FAIL((message)) macro
/freebsd-11-stable/contrib/openpam/
H A Dtest-driver122 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver122 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
/freebsd-11-stable/usr.bin/sdiff/
H A Dsdiff.c182 goto FAIL;
191 goto FAIL;
196 goto FAIL;
204 FAIL:
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql45 INSERT OR FAIL INTO rep_cache (hash, revision, offset, size, expanded_size)
/freebsd-11-stable/contrib/ncurses/progs/
H A Ddump_entry.c295 ? FAIL : cur_type->Booleans[idx];
299 ? FAIL : cur_type->Numbers[idx];
303 ? (int) TRUE : FAIL;
658 if (predval != FAIL) {
682 if (predval != FAIL) {
784 if (predval != FAIL) {
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c162 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) macro
187 FAIL(HAL_EINVAL);
197 FAIL(HAL_EINVAL);
252 FAIL(HAL_EIO);
266 FAIL(HAL_EINVAL);
278 FAIL(HAL_EINVAL);
413 FAIL(HAL_EIO);
434 FAIL(HAL_EIO);
473 FAIL(HAL_EIO);
550 #undef FAIL macro
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql31 SELECT RAISE(FAIL, 'Updates to REPOSITORY are not allowed.');
42 SELECT RAISE(FAIL, 'WC DB validity check 01 failed');
49 SELECT RAISE(FAIL, 'WC DB validity check 02 failed');
64 SELECT RAISE(FAIL, 'WC DB validity check 03 failed');
75 SELECT RAISE(FAIL, 'WC DB validity check 04 failed');
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c124 #define FAIL(_code) do { ecode = _code; goto bad; } while (0) macro
150 FAIL(HAL_EIO);
158 FAIL(HAL_EINVAL);
168 FAIL(HAL_EINVAL);
262 FAIL(HAL_EIO);
278 FAIL(HAL_EINVAL);
290 FAIL(HAL_EINVAL);
394 FAIL(HAL_EIO);
401 FAIL(HAL_EIO);
416 FAIL(HAL_EI
704 #undef FAIL macro
[all...]

Completed in 344 milliseconds

1234