Home
last modified time | relevance | path

Searched refs:abort (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/openbmc/u-boot/arch/arm/lib/
H A Dmemcpy.S16 .macro ldr1w ptr reg abort argument
20 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort argument
24 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument
28 .macro ldr1b ptr reg cond=al abort
32 .macro str1w ptr reg abort argument
36 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument
40 .macro str1b ptr reg cond=al abort
94 4: ldr8w r1, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f
96 str8w r0, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f
112 ldr1w r1, r3, abort=20f
[all …]
/openbmc/u-boot/common/
H A Dautoboot.c59 int abort = 0; in passwd_abort() local
96 abort = 1; in passwd_abort()
98 } while (!abort && get_ticks() <= etime); in passwd_abort()
100 return abort; in passwd_abort()
105 int abort = 0; in passwd_abort() local
172 abort = 1; in passwd_abort()
175 } while (!abort && get_ticks() <= etime); in passwd_abort()
177 return abort; in passwd_abort()
187 int abort; in __abortboot() local
198 abort = passwd_abort(etime); in __abortboot()
[all …]
/openbmc/qemu/stubs/
H A Dreplay-tools.c13 abort(); in replay_save_clock()
19 abort(); in replay_read_clock()
58 abort(); in replay_chr_be_write()
63 abort(); in replay_char_write_event_save()
68 abort(); in replay_char_write_event_load()
73 abort(); in replay_char_read_all_load()
78 abort(); in replay_char_read_all_save_error()
83 abort(); in replay_char_read_all_save_buf()
H A Dicount.c18 abort(); in icount_get_raw()
23 abort(); in icount_start_warp_timer()
27 abort(); in icount_account_warp_timer()
31 abort(); in icount_notify_exit()
H A Dlinux-aio.c16 abort(); in laio_detach_aio_context()
21 abort(); in laio_attach_aio_context()
26 abort(); in laio_init()
31 abort(); in laio_cleanup()
H A Dvm-stop.c6 abort(); in qemu_system_vmstop_request_prepare()
11 abort(); in qemu_system_vmstop_request()
/openbmc/qemu/tests/unit/
H A Dcrypto-tls-x509-helpers.c96 abort(); in test_tls_load_key()
105 abort(); in test_tls_load_key()
112 abort(); in test_tls_load_key()
125 abort(); in test_tls_init()
130 abort(); in test_tls_init()
222 abort(); in test_tls_generate_cert()
227 abort(); in test_tls_generate_cert()
244 abort(); in test_tls_generate_cert()
254 abort(); in test_tls_generate_cert()
271 abort(); in test_tls_generate_cert()
[all …]
/openbmc/qemu/target/i386/hvf/
H A Dpanic.h23 abort(); \
29 abort(); \
35 abort(); \
41 abort(); \
/openbmc/qemu/target/i386/emulate/
H A Dpanic.h23 abort(); \
29 abort(); \
35 abort(); \
41 abort(); \
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/
H A Dversion_close_unittest.cpp35 EXPECT_CALL(*tm.at("blob0"), abort()).Times(1); in TEST_F()
45 EXPECT_CALL(*tm.at("blob0"), abort()).Times(1); in TEST_F()
58 EXPECT_CALL(*tm.at("blob0"), abort()).Times(1); in TEST_F()
68 EXPECT_CALL(*tm.at("blob0"), abort()).Times(1); in TEST_F()
76 EXPECT_CALL(*tm.at("blob0"), abort()).Times(1); in TEST_F()
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/
H A Dlog_close_unittest.cpp49 EXPECT_CALL(*tm.at("blob0"), abort()).Times(1); in TEST_F()
59 EXPECT_CALL(*tm.at("blob0"), abort()).Times(1); in TEST_F()
72 EXPECT_CALL(*tm.at("blob0"), abort()).Times(1); in TEST_F()
82 EXPECT_CALL(*tm.at("blob0"), abort()).Times(1); in TEST_F()
90 EXPECT_CALL(*tm.at("blob0"), abort()).Times(1); in TEST_F()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlink-test.c12 abort(); in panic()
19 abort(); in set_watch()
25 abort(); in remove_watch()
/openbmc/u-boot/drivers/fpga/
H A Dspartan3.c134 fn->abort, fn->post); in spartan3_sp_load()
164 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load()
197 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load()
231 (*fn->abort) (cookie); /* abort the burn */ in spartan3_sp_load()
351 if (*fn->abort) in spartan3_ss_load()
352 (*fn->abort) (cookie); in spartan3_ss_load()
367 if (*fn->abort) in spartan3_ss_load()
368 (*fn->abort) (cookie); in spartan3_ss_load()
383 if (*fn->abort) in spartan3_ss_load()
384 (*fn->abort) (cookie); in spartan3_ss_load()
H A Dvirtex2.c190 fn->busy, fn->abort, fn->post); in virtex2_ssm_load()
216 (*fn->abort) (cookie); in virtex2_ssm_load()
235 (*fn->abort) (cookie); in virtex2_ssm_load()
251 (*fn->abort) (cookie); in virtex2_ssm_load()
268 (*fn->abort) (cookie); in virtex2_ssm_load()
290 (*fn->abort) (cookie); in virtex2_ssm_load()
324 (*fn->abort) (cookie); in virtex2_ssm_load()
374 (*fn->abort) (cookie); in virtex2_ssm_dump()
H A DACEX1K.c134 (*fn->abort) (cookie); in ACEX1K_ps_load()
147 (*fn->abort) (cookie); in ACEX1K_ps_load()
161 (*fn->abort) (cookie); in ACEX1K_ps_load()
170 (*fn->abort) (cookie); in ACEX1K_ps_load()
208 (*fn->abort) (cookie); in ACEX1K_ps_load()
H A DstratixII.c101 && fns->abort)) { in StratixII_ps_fpp_load()
134 fns->abort (cookie); in StratixII_ps_fpp_load()
174 fns->abort (cookie); in StratixII_ps_fpp_load()
183 fns->abort (cookie); in StratixII_ps_fpp_load()
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py23 from bottle import Bottle, abort, request, response, JSONPlugin, HTTPError
69 abort(401, 'Login required')
206 abort(403, 'Insufficient access')
268 abort(503, str(e))
273 abort(404, str(e))
376 abort(404, _4034_msg % ('method', 'found', method))
401 abort(501, 'Don\'t know how to merge method call '
415 abort(400, "Failed to get method signature: %s" % str(e))
417 abort(400, "Invalid number of args")
428 abort(400, "Bad Request/Invalid Args given")
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/
H A D0001-Cargo.toml-do-not-abort-on-panic.patch4 Subject: [PATCH] Cargo.toml: do not abort on panic
22 -panic = "abort"
28 -panic = "abort"
/openbmc/phosphor-ipmi-flash/tools/
H A Dprogress.hpp19 virtual void abort() = 0;
35 void abort() override;
/openbmc/phosphor-networkd/test/
H A Dmock_syscall.cpp62 abort(); in validateMsgHdr()
68 abort(); in validateMsgHdr()
73 abort(); in validateMsgHdr()
206 abort(); in socket()
243 abort(); in sendmsg()
283 abort(); in recvmsg()
288 abort(); in recvmsg()
/openbmc/qemu/qobject/
H A Dqnum.c202 abort(); in qnum_is_equal()
213 abort(); in qnum_is_equal()
223 abort(); in qnum_is_equal()
226 abort(); in qnum_is_equal()
/openbmc/openbmc/meta-security/recipes-security/krill/files/
H A Dpanic_workaround.patch12 -panic = "abort"
13 +#panic = "abort"
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch4 Subject: [PATCH] Fix: rotation-destroy-flush: fix session daemon abort if no
18 kernel module loading failure as an abort rather than a warning.
43 -# Ensure the daemons invoke abort on error.
48 +# Ensure the daemons invoke abort on error.
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_state_updatepending_unittest.cpp241 EXPECT_CALL(*updateMockPtr, abort()).Times(0); in TEST_F()
255 EXPECT_CALL(*updateMockPtr, abort()).Times(0); in TEST_F()
269 EXPECT_CALL(*updateMockPtr, abort()).Times(0); in TEST_F()
283 EXPECT_CALL(*updateMockPtr, abort()).Times(0); in TEST_F()
300 EXPECT_CALL(*updateMockPtr, abort()).Times(0); in TEST_F()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/
H A Dserial.patch15 { "PMCR_IDAE", 0x40F00000, 0, 0x00000001, 'd', "PM imprecise data abort abort signal" },

12345678910>>...14