Searched refs:fail (Results 451 - 475 of 995) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/usr.sbin/rpcbind/
H A Drpcb_svc_4.c358 goto fail;
393 goto fail;
426 fail: free_rpcb_entry_list(&rlist);
/freebsd-11-stable/sys/dev/sfxge/
H A Dsfxge_mcdi.c325 goto fail;
342 goto fail;
346 fail:
H A Dsfxge_intr.c194 goto fail;
212 fail:
475 goto fail;
484 fail:
H A Dsfxge_ev.c691 goto fail;
714 goto fail;
720 fail:
777 goto fail;
813 fail:
861 goto fail;
866 fail:
1024 goto fail;
1033 fail:
/freebsd-11-stable/sys/arm/allwinner/
H A Dif_awg.c942 goto fail;
947 goto fail;
965 goto fail;
973 goto fail;
980 goto fail;
987 goto fail;
995 goto fail;
1002 goto fail;
1010 goto fail;
1018 goto fail;
[all...]
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Drandom.c396 int fail = 0; local
414 fail = 1;
416 if (fail) {
H A Dcrypto_wolfssl.c1667 goto fail;
1671 goto fail;
1675 goto fail;
1680 goto fail;
1686 fail:
1710 goto fail;
1716 goto fail;
1722 goto fail;
1727 fail:
1745 goto fail;
[all...]
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c207 goto fail;
218 goto fail;
225 fail:
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dtests_test.cpp74 tc.fail("Constructed string differs from the expected one");
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_fb.c392 goto fail;
400 goto fail;
407 goto fail;
412 fail:
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_misc.h61 int fail);
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_control_ep_test.c84 int fail = 0; local
137 fail++;
153 fail++;
160 printf("Test completed detecting %d failures\nDone\n\n", fail);
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_tnc.c298 goto fail;
311 goto fail;
320 goto fail;
403 fail:
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_fb.c194 goto fail;
220 goto fail;
227 goto fail;
258 fail:
/freebsd-11-stable/sys/arm/allwinner/clk/
H A Daw_lcdclk.c499 goto fail;
517 goto fail;
523 goto fail;
535 fail:
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm_util.c451 goto fail;
456 goto fail;
463 goto fail;
470 fail:
/freebsd-11-stable/sys/security/audit/
H A Daudit_syscalls.c597 goto fail;
601 goto fail;
607 fail:
662 goto fail;
666 goto fail;
678 fail:
725 goto fail;
729 goto fail;
735 fail:
/freebsd-11-stable/usr.sbin/iscsid/
H A Discsid.h151 void fail(const struct connection *, const char *);
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dpreauth.c202 goto fail;
210 goto fail;
229 goto fail;
255 fail:
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.h169 struct wps_event_fail *fail);
238 struct wps_event_fail *fail);
325 struct wpa_supplicant *wpa_s, struct wps_event_fail *fail)
546 struct wps_event_fail *fail)
324 wpas_dbus_signal_wps_event_fail( struct wpa_supplicant *wpa_s, struct wps_event_fail *fail) argument
545 wpas_dbus_signal_p2p_wps_failed(struct wpa_supplicant *wpa_s, struct wps_event_fail *fail) argument
/freebsd-11-stable/sys/dev/ixgbe/
H A Dix_txrx.c49 * fail and that can't be controlled by
507 goto fail;
516 goto fail;
525 goto fail;
530 fail:
1297 goto fail;
1317 goto fail;
1325 goto fail;
1331 fail:
1423 goto fail;
[all...]
/freebsd-11-stable/contrib/expat/tests/
H A Dxmltest.sh136 for xmlfile in *fail*.xml ; do
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_open_filename.c282 goto fail;
294 goto fail;
365 goto fail;
377 fail:
475 /* If the input is corrupted or truncated, fail. */
521 /* If the input is corrupted or truncated, fail. */
/freebsd-11-stable/lib/libc/nls/
H A Dmsgcat.c63 #define RLOCK(fail) { int ret; \
67 return (fail); \
69 #define WLOCK(fail) { int ret; \
73 return (fail); \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp39 static void fail(const SDLoc &DL, SelectionDAG &DAG, const Twine &Msg) { function
45 static void fail(const SDLoc &DL, SelectionDAG &DAG, const char *Msg, function
261 fail(DL, DAG, "defined with too many args");
267 fail(DL, DAG, "functions with VarArgs or StructRet are not supported");
308 fail(CLI.DL, DAG, "too many args to ", Callee);
315 fail(CLI.DL, DAG, "pass by value not supported ", Callee);
372 fail(CLI.DL, DAG, Twine("A call to built-in function '"
422 fail(DL, DAG, "only integer returns supported");
465 fail(DL, DAG, "only small returns supported");

Completed in 443 milliseconds

<<11121314151617181920>>