/freebsd/sys/arm/arm/ |
H A D | trap-v6.c | 83 struct abort { struct 93 * Imprecise External Abort: 96 * Precise External Abort: 100 * External Translation Abort (L1 & L2) 107 * We generate signal in case of abort from user mode. argument 112 * consider this abort as fatal. In fact, no cache maintenance on 115 * the abort is fatal for user mode as well for now. (This is good place to 126 static const struct abort aborts[] = { 136 {abort_fatal, "External Abort"}, 140 {abort_fatal, "External Translation Abort (L1)"}, [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/ |
H A D | memory.json | 3 "BriefDescription": "Number of times HLE abort was triggered (PEBS)", 9 "PublicDescription": "Number of times HLE abort was triggered (PEBS).", 19 …"PublicDescription": "Number of times an HLE abort was attributed to a Memory condition (See TSX_M… 29 "PublicDescription": "Number of times the TSX watchdog signaled an HLE abort.", 39 "PublicDescription": "Number of times a disallowed operation caused an HLE abort.", 59 …"PublicDescription": "Number of times HLE aborted and was not due to the abort conditions in subev… 234 "BriefDescription": "Number of times RTM abort was triggered (PEBS)", 240 "PublicDescription": "Number of times RTM abort was triggered (PEBS).", 250 …"PublicDescription": "Number of times an RTM abort was attributed to a Memory condition (See TSX_M… 260 "PublicDescription": "Number of times the TSX watchdog signaled an RTM abort.", [all …]
|
/freebsd/sbin/dhclient/tests/ |
H A D | option-domain-search.c | 28 abort(); in no_option_present() 52 abort(); in one_domain_valid() 76 abort(); in one_domain_truncated1() 100 abort(); in one_domain_truncated2() 126 abort(); in two_domains_valid() 150 abort(); in two_domains_truncated1() 174 abort(); in two_domains_truncated2() 200 abort(); in two_domains_compressed() 224 abort(); in two_domains_infloop() 248 abort(); in two_domains_forwardptr() [all …]
|
/freebsd/usr.bin/chat/ |
H A D | chat.8 | 213 .Sh ABORT STRINGS 230 These "abort" strings may be specified in the script using the ABORT 234 .D1 ABORT BUSY ABORT 'NO CARRIER' '' ATZ OK ATDT5551212 CONNECT 251 This will cause the string to match the abort 254 the abort string. 257 it will abort 266 .Dv ABORT 268 .Dv ABORT 296 ABORT BUSY 322 .Dv ABORT [all …]
|
/freebsd/sbin/ipf/libipf/ |
H A D | rwlock_emul.c | 19 abort(); in eMrwlock_read_enter() 25 abort(); in eMrwlock_read_enter() 38 abort(); in eMrwlock_write_enter() 44 abort(); in eMrwlock_write_enter() 57 abort(); in eMrwlock_try_upgrade() 63 abort(); in eMrwlock_try_upgrade() 75 abort(); in eMrwlock_downgrade() 81 abort(); in eMrwlock_downgrade() 95 abort(); in eMrwlock_exit() 100 abort(); in eMrwlock_exit() [all …]
|
H A D | mutex_emul.c | 27 abort(); in eMmutex_enter() 32 abort(); in eMmutex_enter() 49 abort(); in eMmutex_exit() 54 abort(); in eMmutex_exit() 74 abort(); in eMmutex_init() 96 abort(); in eMmutex_destroy() 102 abort(); in eMmutex_destroy() 117 abort(); in ipf_mutex_clean()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestAbort.java | 33 * Regression for 6426129 abort() after close() throws 65 // Should be able to abort an unopened consumer in main() 73 consumer.abort(); in main() 96 // Should be safe to call abort() in any state in main() 98 consumer.abort(); in main() 100 consumer.abort(); in main() 103 consumer.abort(); in main() 105 consumer.abort(); in main() 107 consumer.abort(); in main() 111 consumer.abort(); in main()
|
/freebsd/lib/libc/stdlib/ |
H A D | abort.3 | 36 .Nm abort 43 .Fn abort void 46 .Fn abort 55 .Fn abort 60 .Fn abort 69 .Fn abort 74 .Fn abort
|
/freebsd/usr.sbin/ppp/ |
H A D | chat.c | 236 if (c->abort.num < MAXABORTS) { in chat_UpdateSet() 240 for (i = 0; i < c->abort.num; i++) in chat_UpdateSet() 241 if (len > c->abort.string[i].len) { in chat_UpdateSet() 244 for (last = c->abort.num; last > i; last--) { in chat_UpdateSet() 245 c->abort.string[last].data = c->abort.string[last-1].data; in chat_UpdateSet() 246 c->abort.string[last].len = c->abort.string[last-1].len; in chat_UpdateSet() 250 c->abort.string[i].len = len; in chat_UpdateSet() 251 if ((c->abort.string[i].data = (char *)malloc(len+1)) != NULL) { in chat_UpdateSet() 252 memcpy(c->abort.string[i].data, c->exp+2, len+1); in chat_UpdateSet() 253 c->abort.num++; in chat_UpdateSet() [all …]
|
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | kex_fuzz.cc | 130 abort(); in store_key() 161 abort(); in get_pubkey() 170 abort(); in get_privkey() 189 abort(); in do_kex_with_key() 192 abort(); in do_kex_with_key() 280 abort(); in prepare_key() 283 abort(); in prepare_key() 286 abort(); in prepare_key() 291 abort(); in prepare_key() 294 abort(); in prepare_key() [all …]
|
H A D | agent_fuzz_helper.c | 16 abort(); in devnull_or_die() 30 abort(); in pubkey_or_die() 33 abort(); in pubkey_or_die() 48 abort(); in privkey_or_die() 52 abort(); in privkey_or_die() 81 abort(); in add_key() 85 abort(); in add_key() 143 abort(); in reset_sockettab()
|
H A D | authkeys_fuzz.cc | 40 abort(); in LLVMFuzzerTestOneInput() 43 abort(); in LLVMFuzzerTestOneInput() 47 abort(); in LLVMFuzzerTestOneInput() 51 abort(); in LLVMFuzzerTestOneInput() 63 abort(); in LLVMFuzzerTestOneInput() 71 abort(); in LLVMFuzzerTestOneInput()
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | action.c | 251 abort(); in op_system_group() 299 abort(); in op_system_group() 320 abort(); in op_system_group() 364 abort(); in op_debug() 422 abort(); in op_debug() 438 abort(); in op_debug() 440 abort(); in op_debug() 478 abort(); in op_or_table() 511 abort(); in op_snmp() 563 abort(); in op_snmp() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/ |
H A D | memory.json | 3 "BriefDescription": "Number of times HLE abort was triggered", 9 "PublicDescription": "Number of times HLE abort was triggered.", 19 …"PublicDescription": "Number of times an HLE abort was attributed to a Memory condition (See TSX_M… 29 "PublicDescription": "Number of times the TSX watchdog signaled an HLE abort.", 39 "PublicDescription": "Number of times a disallowed operation caused an HLE abort.", 59 …"PublicDescription": "Number of times HLE aborted and was not due to the abort conditions in subev… 489 "BriefDescription": "Number of times RTM abort was triggered", 495 "PublicDescription": "Number of times RTM abort was triggered .", 505 …"PublicDescription": "Number of times an RTM abort was attributed to a Memory condition (See TSX_M… 515 "PublicDescription": "Number of times the TSX watchdog signaled an RTM abort.", [all …]
|
/freebsd/usr.bin/whereis/ |
H A D | whereis.c | 84 * abort(3) in case of an allocation failure. 210 abort(); in decolonify() 238 abort(); in colonify() 273 abort(); in defaults() 280 abort(); in defaults() 287 abort(); in defaults() 303 abort(); in defaults() 312 abort(); in defaults() 355 abort(); in defaults() 368 abort(); in defaults() [all …]
|
/freebsd/sys/dev/gve/ |
H A D | gve_main.c | 482 goto abort; in gve_alloc_rings() 487 goto abort; in gve_alloc_rings() 491 goto abort; in gve_alloc_rings() 495 goto abort; in gve_alloc_rings() 499 abort: in gve_alloc_rings() 544 goto abort; in gve_configure_resources() 551 goto abort; in gve_configure_resources() 562 goto abort; in gve_configure_resources() 571 abort: in gve_configure_resources() 606 goto abort; in gve_alloc_adminq_and_describe_device() [all …]
|
H A D | gve_qpl.c | 127 goto abort; in gve_alloc_qpl() 141 goto abort; in gve_alloc_qpl() 159 goto abort; in gve_alloc_qpl() 168 abort: in gve_alloc_qpl() 210 goto abort; in gve_alloc_qpls() 217 goto abort; in gve_alloc_qpls() 222 abort: in gve_alloc_qpls() 264 goto abort; in gve_register_qpls() 271 abort: in gve_register_qpls()
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | stdnoreturn.in.h | 33 __declspec (noreturn) void abort (void); 36 __declspec (__declspec (noreturn)) void abort (void); 39 void __cdecl abort (void) __attribute__ ((noreturn)); 42 void __cdecl abort (void) __attribute__ ((__attribute__ ((__noreturn__)))); 45 __declspec () void abort (void); 47 void __cdecl abort (void) __attribute__ (());
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan.cpp | 498 CheckAddressSized<ErrorAction::Abort, AccessType::Load>(p, sz); in __hwasan_loadN() 501 CheckAddress<ErrorAction::Abort, AccessType::Load, 0>(p); in __hwasan_load1() 504 CheckAddress<ErrorAction::Abort, AccessType::Load, 1>(p); in __hwasan_load2() 507 CheckAddress<ErrorAction::Abort, AccessType::Load, 2>(p); in __hwasan_load4() 510 CheckAddress<ErrorAction::Abort, AccessType::Load, 3>(p); in __hwasan_load8() 513 CheckAddress<ErrorAction::Abort, AccessType::Load, 4>(p); in __hwasan_load16() 537 CheckAddressSized<ErrorAction::Abort, AccessType::Load>(p, sz); in __hwasan_loadN_match_all() 541 CheckAddress<ErrorAction::Abort, AccessType::Load, 0>(p); in __hwasan_load1_match_all() 545 CheckAddress<ErrorAction::Abort, AccessType::Load, 1>(p); in __hwasan_load2_match_all() 549 CheckAddress<ErrorAction::Abort, AccessType::Load, 2>(p); in __hwasan_load4_match_all() [all …]
|
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/ |
H A D | exception_pointer_unimplemented.ipp | 18 ::abort(); 24 ::abort(); 30 ::abort(); 36 ::abort(); 50 ::abort(); 61 ::abort(); 67 ::abort();
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_begemot.c | 46 abort(); in op_begemot_mibII() 68 abort(); in op_begemot_mibII() 81 abort(); in op_begemot_mibII() 95 abort(); in op_begemot_mibII() 97 abort(); in op_begemot_mibII() 119 abort(); in op_begemot_mibII()
|
/freebsd/tools/test/stress2/misc/ |
H A D | mapwrite.sh | 89 abort(); 96 abort(); 100 abort(); 106 abort(); 120 abort(); 125 abort(); 137 abort(); 148 abort();
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | error_test.cpp | 68 // Test that unchecked success values cause an abort. 72 << "Unchecked Error Succes value did not cause abort()"; in TEST() 75 // Test that a checked but unhandled error causes an abort. 83 << "Unhandled Error failure value did not cause an abort()"; in TEST() 197 << "Unchecekd Expected<T> success value did not cause an abort()."; in TEST() 210 << "Unchecekd Expected<T> success value did not cause an abort()."; in TEST() 223 << "Unchecekd Expected<T> success value did not cause an abort()."; in TEST() 245 // Check that an Expected instance with an error triggers an abort if 251 << "Unchecked Expected<T> failure value did not cause an abort()"; in TEST() 290 << "cantFail(Error) did not cause an abort for failure value"; in TEST() [all …]
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_begemot.c | 74 abort(); in op_begemot() 77 abort(); in op_begemot() 115 abort(); in op_begemot() 132 abort(); in op_begemot() 165 abort(); in op_begemot() 168 abort(); in op_begemot()
|
H A D | hostres_scalars.c | 384 abort(); in op_hrSystem() 402 abort(); in op_hrSystem() 413 abort(); in op_hrSystem() 415 abort(); in op_hrSystem() 427 abort(); in op_hrSystem() 429 abort(); in op_hrSystem() 432 abort(); in op_hrSystem() 434 abort(); in op_hrSystem() 456 abort(); in op_hrStorage() 464 abort(); in op_hrStorage() [all …]
|