Home
last modified time | relevance | path

Searched full:abort (Results 1 – 25 of 2059) sorted by relevance

12345678910>>...83

/freebsd/sys/arm/arm/
H A Dtrap-v6.c83 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 Dmemory.json3 "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/usr.bin/chat/
H A Dchat.8213 .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/dhclient/tests/
H A Doption-domain-search.c28 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/sbin/ipf/libipf/
H A Drwlock_emul.c19 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 Dmutex_emul.c27 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/crypto/krb5/src/lib/krb5/ccache/
H A Dt_marshal.c281 abort(); in main()
284 abort(); in main()
287 abort(); in main()
292 abort(); in main()
295 abort(); in main()
306 abort(); in main()
316 abort(); in main()
326 abort(); in main()
341 abort(); in main()
343 abort(); in main()
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestAbort.java33 * 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/usr.sbin/ppp/
H A Dchat.c236 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/lib/libc/stdlib/
H A Dabort.336 .Nm abort
43 .Fn abort void
46 .Fn abort
55 .Fn abort
60 .Fn abort
69 .Fn abort
74 .Fn abort
/freebsd/crypto/krb5/src/tests/gssapi/
H A Dt_invalid.c128 abort(); in ealloc()
144 abort(); in make_fake_cfx_context()
169 abort(); in make_fake_context()
179 abort(); in make_fake_context()
183 abort(); in make_fake_context()
186 abort(); in make_fake_context()
260 abort(); in test_bogus_1964_token()
267 abort(); in test_bogus_1964_token()
295 abort(); in test_cfx_altered_ec()
302 abort(); in test_cfx_altered_ec()
[all …]
/freebsd/crypto/krb5/src/tests/
H A Drdreq.c60 abort(); in main()
64 abort(); in main()
67 abort(); in main()
75 abort(); in main()
77 abort(); in main()
82 abort(); in main()
85 abort(); in main()
90 abort(); in main()
92 abort(); in main()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc130 abort(); in store_key()
160 abort(); in get_pubkey()
169 abort(); in get_privkey()
188 abort(); in do_kex_with_key()
191 abort(); in do_kex_with_key()
275 abort(); in prepare_key()
278 abort(); in prepare_key()
281 abort(); in prepare_key()
286 abort(); in prepare_key()
289 abort(); in prepare_key()
[all …]
H A Dagent_fuzz_helper.c16 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()
142 abort(); in reset_sockettab()
H A Dauthkeys_fuzz.cc40 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 Daction.c251 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 Dmemory.json3 "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 Dwhereis.c84 * 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/contrib/ntp/sntp/libopts/
H A Dstdnoreturn.in.h33 __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 Dhwasan.cpp498 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 Dexception_pointer_unimplemented.ipp18 ::abort();
24 ::abort();
30 ::abort();
36 ::abort();
50 ::abort();
61 ::abort();
67 ::abort();
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_begemot.c46 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 Dmapwrite.sh89 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 Derror_test.cpp68 // 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/sys/dev/gve/
H A Dgve_main.c715 goto abort; in gve_alloc_rings()
721 goto abort; in gve_alloc_rings()
725 goto abort; in gve_alloc_rings()
729 abort: in gve_alloc_rings()
774 goto abort; in gve_alloc_and_configure_device_resources()
781 goto abort; in gve_alloc_and_configure_device_resources()
792 goto abort; in gve_alloc_and_configure_device_resources()
801 abort: in gve_alloc_and_configure_device_resources()
836 goto abort; in gve_alloc_adminq_and_describe_device()
840 goto abort; in gve_alloc_adminq_and_describe_device()
[all …]

12345678910>>...83