Searched refs:FAIL (Results 101 - 125 of 195) sorted by relevance

12345678

/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_ikev2.c19 enum { WAIT_START, PROC_MSG, WAIT_FRAG_ACK, DONE, FAIL } state; enumerator in enum:eap_ikev2_data::__anon105
41 case FAIL:
42 return "FAIL";
214 if (data->state == FAIL)
273 eap_ikev2_state(data, FAIL);
415 eap_ikev2_state(data, FAIL);
/freebsd-current/sbin/restore/
H A Drestore.c53 long descend = hflag ? GOOD : FAIL;
70 long descend = hflag ? GOOD : FAIL;
110 long descend = hflag ? GOOD : FAIL;
358 descend = FAIL;
443 descend = FAIL;
840 return (FAIL);
844 descend = FAIL;
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_sta.c37 STATS_OP_FMT(FAIL).he[0][mcs] += peer_stats->failed_bytes;
38 STATS_OP_FMT(FAIL).he[1][mcs] += peer_stats->failed_pkts;
44 STATS_OP_FMT(FAIL).vht[0][mcs] += peer_stats->failed_bytes;
45 STATS_OP_FMT(FAIL).vht[1][mcs] += peer_stats->failed_pkts;
51 STATS_OP_FMT(FAIL).ht[0][mcs] += peer_stats->failed_bytes;
52 STATS_OP_FMT(FAIL).ht[1][mcs] += peer_stats->failed_pkts;
60 STATS_OP_FMT(FAIL).legacy[0][mcs] += peer_stats->failed_bytes;
61 STATS_OP_FMT(FAIL).legacy[1][mcs] += peer_stats->failed_pkts;
109 STATS_OP_FMT(FAIL).bw[0][bw] += peer_stats->failed_bytes;
110 STATS_OP_FMT(FAIL)
[all...]
/freebsd-current/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-current/contrib/ntp/sntp/unity/
H A Dunity_fixture.h78 #define FAIL(message) TEST_FAIL((message)) macro
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver122 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
/freebsd-current/tests/sys/netgraph/
H A Dutil.h91 FAIL, PASS enumerator in enum:__anon16111
/freebsd-current/tools/test/stress2/misc/
H A Dnamecache.sh88 echo FAIL
H A Dpthread9.sh54 echo FAIL
H A Dsendmsg2.sh26 echo FAIL
H A Drename11.sh54 /tmp/rename11 || echo FAIL
H A Dzfs10.sh75 cmp $in $out || { echo FAIL; ls -l $in $out; }
88 /tmp/sendfile4 diskimage || echo FAIL
H A Dflock_open_close.sh164 fprintf(stderr, "FAIL\n");
H A Dgraid1_2.sh81 echo FAIL
H A Dseekdir.sh25 { echo FAIL; status=1; }
H A Dsendfile4.sh42 /tmp/sendfile4 $diskimage || echo FAIL
H A Dstealer.sh64 ps auxwwl | grep -v grep | grep objtrm && echo FAIL
H A Dkevent8.sh35 ulimit -k 5000 || { echo FAIL; exit 1; }
H A Dforce14.sh89 [ $((n += 1)) -gt 300 ] && { echo FAIL; exit 1; }
H A Dunionfs9.sh97 [ $((n += 1)) -gt 300 ] && { echo FAIL; exit 1; }
H A Dunionfs14.sh91 [ $((n += 1)) -gt 300 ] && { echo FAIL; exit 1; }
H A Dextattr2.sh89 { echo FAIL; fstat -mf $mntpoint; exit 1; }
/freebsd-current/contrib/openpam/
H A Dtest-driver127 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
/freebsd-current/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-current/contrib/libevent/build-aux/
H A Dtest-driver122 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;

Completed in 225 milliseconds

12345678