Home
last modified time | relevance | path

Searched refs:failure (Results 26 – 50 of 161) sorted by relevance

1234567

/dragonfly/contrib/gcc-8.0/gcc/
H A Dstmt.c492 goto failure; in check_unique_operand_names()
503 goto failure; in check_unique_operand_names()
506 goto failure; in check_unique_operand_names()
517 goto failure; in check_unique_operand_names()
520 goto failure; in check_unique_operand_names()
525 failure: in check_unique_operand_names()
H A Dpredict.def179 /* Branch leading to a failure status are unlikely. This can occur for out
191 /* Branch leading to an I/O failure status are unlikely. This predictor is
/dragonfly/bin/ps/
H A Dprint.c548 static int failure; in getpcpu() local
551 failure = donlist(); in getpcpu()
552 if (failure) in getpcpu()
595 static int failure; in getpmem() local
600 failure = donlist(); in getpmem()
601 if (failure) in getpmem()
/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dmetadata.c724 uint32_t failure) in _vg_make_handle() argument
739 vg->read_status = failure; in _vg_make_handle()
3227 uint32_t failure = 0; in _vg_bad_status_bits() local
3239 failure |= FAILED_EXPORTED; in _vg_bad_status_bits()
3245 failure |= FAILED_READ_ONLY; in _vg_bad_status_bits()
3251 failure |= FAILED_RESIZEABLE; in _vg_bad_status_bits()
3254 return failure; in _vg_bad_status_bits()
3314 uint32_t failure = 0; in _vg_lock_and_read() local
3350 failure |= FAILED_NOTFOUND; in _vg_lock_and_read()
3356 failure |= FAILED_CLUSTERED; in _vg_lock_and_read()
[all …]
/dragonfly/lib/libc/nls/
H A DC.msg277 2 Temporary failure in name resolution
281 4 Non-recoverable failure in name resolution
285 6 Memory allocation failure
/dragonfly/usr.sbin/ppp/
H A Dauth.c364 auth_func success, auth_func failure) in auth_Init() argument
372 authp->fn.failure = failure; in auth_Init()
H A Dip.c105 static char failure[6]; in dns_Qclass2Txt() local
119 return HexStr(qclass, failure, sizeof failure); in dns_Qclass2Txt()
125 static char failure[6]; in dns_Qtype2Txt() local
146 return HexStr(qtype, failure, sizeof failure); in dns_Qtype2Txt()
/dragonfly/tools/regression/usr.bin/
H A Dregress.m45 dnl Start up. We initialise the exit status to 0 (no failure) and change
54 dnl Cleanup. Exit with the status code of the last failure. Should probably
/dragonfly/contrib/wpa_supplicant/src/eap_server/
H A Dtncs.h41 int *failure);
H A Deap_server_peap.c884 int failure = 0; in eap_peap_process_phase2_soh() local
887 &failure); in eap_peap_process_phase2_soh()
888 if (failure) { in eap_peap_process_phase2_soh()
/dragonfly/contrib/gdb-7/gdb/
H A Dunwind_stop_reasons.def53 unwinder failure. It could also indicate stack corruption. */
59 this is a sign of unwinder failure. It could also indicate
H A Djit-reader.in148 Returns GDB_FAIL on failure, and GDB_SUCCESS on success. */
288 Return GDB_FAIL on failure and GDB_SUCCESS on success. */
297 Return GDB_FAIL on failure and GDB_SUCCESS on success. */
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dios_base.h211 class failure : public exception in _GLIBCXX_VISIBILITY()
217 failure(const string& __str) throw(); in _GLIBCXX_VISIBILITY()
222 ~failure() throw(); in _GLIBCXX_VISIBILITY()
/dragonfly/sys/dev/crypto/rndtest/
H A Drndtest.c160 rndtest_report(struct rndtest_state *rsp, int failure, const char *fmt, ...) in rndtest_report() argument
167 if (!failure && rndtest_verbose == 1) /* don't report successes */ in rndtest_report()
/dragonfly/games/fortune/datfiles/
H A Dmurphy-o19 Sunday pray for crop failure.
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-arm-common.inc356 /* Treat any failure as the end of unwinding, to cope more
358 non-EH within one object will usually result in failure,
361 shared objects should return an unwind failure at the
382 /* Some sort of failure has occurred in the pr and probably the
442 /* Some sort of failure has occurred in the pr and probably the
486 /* We can't return failure at this point. */
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dfunctexcept.cc102 { throw ios_base::failure(_(__s)); } in __throw_ios_failure()
/dragonfly/sys/contrib/dev/acpica/tests/misc/
H A Dgrammar.asl2678 Return (1) // failure
7960 // failure
7971 // failure
8607 // failure
8625 // failure
8645 // failure
9126 // failure
9143 // failure
9164 // failure
9189 // failure
[all …]
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dios39 #include <exception> // For ios_base::failure
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dios40 #include <exception> // For ios_base::failure
/dragonfly/contrib/grep/src/
H A Ddfasearch.c370 goto failure; in EGexecute()
568 failure: in EGexecute()
/dragonfly/lib/libusb/
H A Dlibusb10.c1353 goto failure; in libusb10_submit_transfer_sub()
1360 goto failure; in libusb10_submit_transfer_sub()
1369 goto failure; in libusb10_submit_transfer_sub()
1374 failure: in libusb10_submit_transfer_sub()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-gimplify.c121 build_gimple_eh_filter_tree (tree body, tree allowed, tree failure) in build_gimple_eh_filter_tree() argument
127 append_to_statement_list (failure, &EH_FILTER_FAILURE (t)); in build_gimple_eh_filter_tree()
143 tree failure = build_call_n (call_unexpected_node, 1, build_exc_ptr ()); in genericize_eh_spec_block() local
145 *stmt_p = build_gimple_eh_filter_tree (body, allowed, failure); in genericize_eh_spec_block()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dstmt.c1266 goto failure; in check_unique_operand_names()
1277 goto failure; in check_unique_operand_names()
1280 goto failure; in check_unique_operand_names()
1291 goto failure; in check_unique_operand_names()
1294 goto failure; in check_unique_operand_names()
1299 failure: in check_unique_operand_names()
H A Dcif-code.def27 The argument STRING is a explain the failure. Except for OK,

1234567