Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 1048) sorted by relevance

12345678910>>...42

/openbmc/linux/lib/crypto/
H A Dblake2s-selftest.c554 bool success = true; in blake2s_digest_test() local
572 success = false; in blake2s_digest_test()
588 success = false; in blake2s_digest_test()
592 return success; in blake2s_digest_test()
598 bool success = true; in blake2s_random_test() local
620 success = false; in blake2s_random_test()
635 success = false; in blake2s_random_test()
640 return success; in blake2s_random_test()
645 bool success; in blake2s_selftest() local
647 success = blake2s_digest_test(); in blake2s_selftest()
[all …]
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_state_updatecompleted_unittest.cpp51 getToUpdateCompleted(ActionStatus::success); in TEST_F()
66 getToUpdateCompleted(ActionStatus::success); in TEST_F()
73 static_cast<std::uint8_t>(ActionStatus::success)); in TEST_F()
102 getToUpdateCompleted(ActionStatus::success); in TEST_F()
112 getToUpdateCompleted(ActionStatus::success); in TEST_F()
122 getToUpdateCompleted(ActionStatus::success); in TEST_F()
140 getToUpdateCompleted(ActionStatus::success); in TEST_F()
150 getToUpdateCompleted(ActionStatus::success); in TEST_F()
161 getToUpdateCompleted(ActionStatus::success); in TEST_F()
181 getToUpdateCompleted(ActionStatus::success); in TEST_F()
[all …]
H A Dfirmware_state_verificationcompleted_unittest.cpp57 getToVerificationCompleted(ActionStatus::success); in TEST_F()
75 getToVerificationCompleted(ActionStatus::success); in TEST_F()
91 getToVerificationCompleted(ActionStatus::success); in TEST_F()
104 getToVerificationCompleted(ActionStatus::success); in TEST_F()
117 getToVerificationCompleted(ActionStatus::success); in TEST_F()
130 getToVerificationCompleted(ActionStatus::success); in TEST_F()
140 getToVerificationCompleted(ActionStatus::success); in TEST_F()
163 getToVerificationCompleted(ActionStatus::success); in TEST_F()
170 static_cast<std::uint8_t>(ActionStatus::success)); in TEST_F()
200 getToVerificationCompleted(ActionStatus::success); in TEST_F()
[all …]
H A Dfirmware_skip_unittest.cpp27 EXPECT_EQ(ActionStatus::success, skip.status()); in TEST()
29 EXPECT_EQ(ActionStatus::success, skip.status()); in TEST()
35 EXPECT_EQ(ActionStatus::success, skip.status()); in TEST()
37 EXPECT_EQ(ActionStatus::success, skip.status()); in TEST()
/openbmc/linux/arch/sparc/prom/
H A Dranges.c68 int success; in prom_ranges_init() local
77 success = prom_getproperty(obio_node, "ranges", in prom_ranges_init()
80 if (success != -1) in prom_ranges_init()
81 num_obio_ranges = (success / sizeof(struct linux_prom_ranges)); in prom_ranges_init()
91 int success; in prom_apply_generic_ranges() local
95 success = prom_getproperty(node, "ranges", in prom_apply_generic_ranges()
98 if (success != -1) { in prom_apply_generic_ranges()
99 num_ranges = (success / sizeof(struct linux_prom_ranges)); in prom_apply_generic_ranges()
104 success = prom_getproperty(parent, "ranges", in prom_apply_generic_ranges()
107 if (success != -1) { in prom_apply_generic_ranges()
[all …]
/openbmc/linux/security/apparmor/
H A Dpolicy_unpack_test.c327 bool success; in policy_unpack_test_unpack_nameX_with_null_name() local
331 success = aa_unpack_nameX(puf->e, AA_U32, NULL); in policy_unpack_test_unpack_nameX_with_null_name()
333 KUNIT_EXPECT_TRUE(test, success); in policy_unpack_test_unpack_nameX_with_null_name()
341 bool success; in policy_unpack_test_unpack_nameX_with_wrong_code() local
345 success = aa_unpack_nameX(puf->e, AA_BLOB, NULL); in policy_unpack_test_unpack_nameX_with_wrong_code()
347 KUNIT_EXPECT_FALSE(test, success); in policy_unpack_test_unpack_nameX_with_wrong_code()
356 bool success; in policy_unpack_test_unpack_nameX_with_name() local
360 success = aa_unpack_nameX(puf->e, AA_U32, name); in policy_unpack_test_unpack_nameX_with_name()
362 KUNIT_EXPECT_TRUE(test, success); in policy_unpack_test_unpack_nameX_with_name()
371 bool success; in policy_unpack_test_unpack_nameX_with_wrong_name() local
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dobj_name.c8 int success; in test_obj_name() member
40 CHECK((tests[i].success && fd < 0) || in test_obj_name()
41 (!tests[i].success && fd >= 0) || in test_obj_name()
42 (!tests[i].success && errno != tests[i].expected_errno), in test_obj_name()
45 fd, tests[i].success, errno, tests[i].expected_errno); in test_obj_name()
61 CHECK((tests[i].success && fd < 0) || in test_obj_name()
62 (!tests[i].success && fd >= 0) || in test_obj_name()
63 (!tests[i].success && errno != tests[i].expected_errno), in test_obj_name()
66 fd, tests[i].success, errno, tests[i].expected_errno); in test_obj_name()
/openbmc/linux/scripts/
H A DKconfig.include14 # $(if-success,<command>,<then>,<else>)
16 if-success = $(shell,{ $(1); } >/dev/null 2>&1 && echo "$(2)" || echo "$(3)")
18 # $(success,<command>)
20 success = $(if-success,$(1),y,n)
24 failure = $(if-success,$(1),n,y)
28 cc-option = $(success,trap "rm -rf .tmp_$$" EXIT; mkdir .tmp_$$; $(CC) -Werror $(CLANG_FLAGS) $(1) …
32 ld-option = $(success,$(LD) -v $(1))
36 as-instr = $(success,printf "%b\n" "$(1)" | $(CC) $(CLANG_FLAGS) $(2) -Wa$(comma)--fatal-warnings -…
45 $(error-if,$(success,test -z "$(cc-info)"),Sorry$(comma) this C compiler is not supported.)
51 $(error-if,$(success,test -z "$(as-info)"),Sorry$(comma) this assembler is not supported.)
[all …]
/openbmc/linux/arch/alpha/include/asm/
H A Dspinlock.h100 int success; in arch_read_trylock() local
113 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_read_trylock()
116 return success; in arch_read_trylock()
122 int success; in arch_write_trylock() local
135 : "=m" (*lock), "=&r" (regx), "=&r" (success) in arch_write_trylock()
138 return success; in arch_write_trylock()
/openbmc/linux/arch/m68k/ifpsp060/
H A Dos.S84 | d1 - 0 = success, !0 = failure
94 clr.l %d1 | return success
101 clr.l %d1 | return success
115 | d1 - 0 = success, !0 = failure
127 clr.l %d1 | return success
134 clr.l %d1 | return success
147 | d1 - 0 = success, !0 = failure
152 clr.l %d1 | assume success
170 | d1 - 0 = success, !0 = failure
181 | d1 - 0 = success, !0 = failure
[all …]
/openbmc/linux/include/trace/events/
H A Dmmap_lock.h55 bool success),
57 TP_ARGS(mm, memcg_path, write, success),
63 __field(bool, success)
70 __entry->success = success;
78 __entry->success ? "true" : "false"
/openbmc/bmcweb/test/redfish-core/include/
H A Devent_log_test.cpp23 bool success = false; in TEST() local
26 success = getUniqueEntryID(example, entryID); in TEST()
28 ASSERT_EQ(success, true); in TEST()
36 bool success = false; in TEST() local
41 success = getUniqueEntryID(example, entryID1); in TEST()
42 ASSERT_EQ(success, true); in TEST()
43 success = getUniqueEntryID(example, entryID2); in TEST()
44 ASSERT_EQ(success, true); in TEST()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_lpc_mec.c36 bool success; in cros_ec_lpc_mec_lock() local
43 success = ACPI_SUCCESS(acpi_acquire_mutex(aml_mutex, in cros_ec_lpc_mec_lock()
45 if (!success) in cros_ec_lpc_mec_lock()
58 bool success; in cros_ec_lpc_mec_unlock() local
65 success = ACPI_SUCCESS(acpi_release_mutex(aml_mutex, NULL)); in cros_ec_lpc_mec_unlock()
66 if (!success) in cros_ec_lpc_mec_unlock()
/openbmc/qemu/hw/virtio/
H A Dcbor-helpers.c15 bool success = false; in qemu_cbor_map_add() local
21 success = cbor_map_add(map, pair); in qemu_cbor_map_add()
22 if (!success) { in qemu_cbor_map_add()
27 return success; in qemu_cbor_map_add()
32 bool success = false; in qemu_cbor_array_push() local
34 success = cbor_array_push(array, cbor_move(value)); in qemu_cbor_array_push()
35 if (!success) { in qemu_cbor_array_push()
39 return success; in qemu_cbor_array_push()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_fw.c97 static inline bool guc_load_done(struct intel_uncore *uncore, u32 *status, bool *success) in guc_load_done() argument
106 *success = true; in guc_load_done()
118 *success = false; in guc_load_done()
133 *success = false; in guc_load_done()
158 bool success; in guc_wait_ucode() local
190 ret = wait_for(guc_load_done(uncore, &status, &success), 1000); in guc_wait_ucode()
191 if (!ret || !success) in guc_wait_ucode()
202 if (ret || !success) { in guc_wait_ucode()
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-trap.c59 bool success; variable
219 : : : : failure, success); in ping()
222 success = false; in ping()
225 success: in ping()
226 success = true; in ping()
322 if (success) { in tm_trap_test()
/openbmc/openbmc/meta-phosphor/recipes-extended/pam/libpam/pam.d/
H A Dcommon-password16 password [success=ok default=die] pam_pwquality.so debug
17 password [success=ok default=die] pam_ipmicheck.so spec_grp_name=ipmi use_authtok
18 password [success=ok ignore=ignore default=die] pam_pwhistory.so debug use_authtok
19 password [success=ok default=die] pam_unix.so sha512 use_authtok
20 password [success=1 default=die] pam_ipmisave.so spec_grp_name=ipmi spec_pass_file=/etc/ipmi_pass …
24 # this avoids us returning an error just because nothing sets a success code
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A Dpostfix11 success() {
26 success
47 success
57 success
/openbmc/linux/arch/x86/include/asm/
H A Dcmpxchg.h160 bool success; \
170 : CC_OUT(z) (success), \
182 : CC_OUT(z) (success), \
194 : CC_OUT(z) (success), \
206 : CC_OUT(z) (success), \
216 if (unlikely(!success)) \
218 likely(success); \
/openbmc/linux/lib/
H A Dglobtest.c22 bool success = match == expected; in test() local
32 if (!success) in test()
37 return success; in test()
40 return success; in test()
/openbmc/webui-vue/docs/guide/components/status-icon/
H A Dreadme.md6 - success
30 ## Status icon with success status
33 <status-icon :status="success" />
36 ![StatusIcon success icon example](./success.png)
/openbmc/linux/io_uring/
H A Dnotif.c28 bool success) in io_tx_ubuf_callback() argument
38 bool success) in io_tx_ubuf_callback_ext() argument
43 if (success && !nd->zc_used && skb) in io_tx_ubuf_callback_ext()
45 else if (!success && !nd->zc_copied) in io_tx_ubuf_callback_ext()
48 io_tx_ubuf_callback(skb, uarg, success); in io_tx_ubuf_callback_ext()
/openbmc/linux/tools/testing/selftests/mm/
H A Dkhugepaged.c148 static void success(const char *msg) in success() function
384 success("OK"); in restore_settings()
416 success("OK"); in save_settings()
626 success("OK"); in alloc_hpage()
685 success("OK"); in file_setup_area()
702 success("OK"); in file_setup_area()
816 success("OK"); in __madvise_collapse()
872 success("OK"); in khugepaged_collapse()
885 success("OK"); in khugepaged_collapse()
919 success("OK"); in alloc_at_fault()
[all …]
/openbmc/linux/Documentation/driver-api/soundwire/
H A Dlocking.rst63 | return success/error | d. Return success/error
102 | return success/error | d. Return success/error
105 | return success/error | 3. Release bus lock
106 +-------------------------------> 4. Return success/error
/openbmc/linux/arch/x86/kernel/fpu/
H A Dsignal.c341 bool success, fx_only = false; in __fpu_restore_sig() local
434 success = !os_xrstor_safe(fpu->fpstate, in __fpu_restore_sig()
437 success = !fxrstor_safe(&fpregs->fxsave); in __fpu_restore_sig()
440 if (likely(success)) in __fpu_restore_sig()
444 return success; in __fpu_restore_sig()
462 bool success = false; in fpu__restore_sig() local
489 success = !fpregs_soft_set(current, NULL, 0, in fpu__restore_sig()
493 success = __fpu_restore_sig(buf, buf_fx, ia32_fxstate); in fpu__restore_sig()
497 if (unlikely(!success)) in fpu__restore_sig()
499 return success; in fpu__restore_sig()

12345678910>>...42