Home
last modified time | relevance | path

Searched refs:ok (Results 51 – 75 of 659) sorted by relevance

12345678910>>...27

/openbmc/openbmc-test-automation/openpower/ipmi/
H A Dtest_ipmi_sdr.robot68 # BootProgress | 03h | ok | 34.2 |
70 # AttemptsLeft | 07h | ok | 34.1 |
71 # occ0 | 08h | ok | 210.1 | Device Disabled
72 # occ1 | 09h | ok | 210.2 | Device Disabled
74 # cpu0_core1 | 15h | ok | 208.2 | Disabled
76 # dimm0 | A6h | ok | 32.1 | Presence Detected
79 # gv100card0 | C5h | ok | 216.1 | 0 unspecified
80 # gv100card1 | C8h | ok | 216.2 | 0 unspecified
81 # TPMEnable | D7h | ok | 3.3 | State Asserted
82 # auto_reboot | DAh | ok | 33.2 | State Asserted
[all …]
/openbmc/linux/Documentation/features/sched/numa-balancing/
H A Darch-support.txt12 | arm64: | ok |
16 | loongarch: | ok |
23 | powerpc: | ok |
24 | riscv: | ok |
25 | s390: | ok |
29 | x86: | ok |
/openbmc/linux/tools/testing/kunit/test_data/
H A Dtest_is_test_passed-kselftest.log6 # ok 1 sys_membarrier available
7 # ok 2 sys membarrier invalid command test: command = -1, flags = 0, errno = 22. Failed as expected
8 ok 1 selftests: membarrier: membarrier_test_single_thread
12 # ok 1 sys_membarrier available
13 # ok 2 sys membarrier invalid command test: command = -1, flags = 0, errno = 22. Failed as expected
14 ok 2 selftests: membarrier: membarrier_test_multi_thread
H A Dtest_parse_ktap_output.log5 ok 1 case_1
6 ok 2 case_2
7 ok 3 case_3
8 ok 1 suite
H A Dtest_strip_hyphen.log6 ok 1 - sysctl_test_dointvec_null_tbl_data
8 ok 1 - sysctl_test
14 ok 1 example_simple_test
16 ok 2 example
/openbmc/linux/arch/x86/include/asm/
H A Darchrandom.h22 bool ok; in rdrand_long() local
27 : CC_OUT(c) (ok), [out] "=r" (*v)); in rdrand_long()
28 if (ok) in rdrand_long()
36 bool ok; in rdseed_long() local
39 : CC_OUT(c) (ok), [out] "=r" (*v)); in rdseed_long()
40 return ok; in rdseed_long()
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0001-pkgconfig.patch97 - ok=no
106 - ok=yes
110 - ok=yes
130 ok=no
168 - ok=no
177 - ok=yes
181 - ok=yes
205 ok=no
231 - ok=no
240 - ok=yes
[all …]
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c22 #define TEST(c) if ((c) != ok) failed++
36 static void iuneq (float x, float y, int ok) in iuneq() argument
43 static void ieq (float x, float y, int ok) in ieq() argument
48 static void iltgt (float x, float y, int ok) in iltgt() argument
55 static void ine (float x, float y, int ok) in ine() argument
60 static void iunlt (float x, float y, int ok) in iunlt() argument
66 static void ilt (float x, float y, int ok) in ilt() argument
75 static void iunle (float x, float y, int ok) in iunle() argument
81 static void ile (float x, float y, int ok) in ile() argument
96 static void igt (float x, float y, int ok) in igt() argument
[all …]
/openbmc/linux/arch/arm64/include/asm/
H A Darchrandom.h28 bool ok; in __arm64_rndr() local
37 : "=r" (*v), "=r" (ok) in __arm64_rndr()
41 return ok; in __arm64_rndr()
46 bool ok; in __arm64_rndrrs() local
55 : "=r" (*v), "=r" (ok) in __arm64_rndrrs()
59 return ok; in __arm64_rndrrs()
/openbmc/linux/Documentation/dev-tools/
H A Dktap.rst120 ok 1 test_case_name
209 ok 1 test_1
210 not ok 2 test_2
212 not ok 1 example
224 not ok 1 test_1
225 ok 2 test_2
226 not ok 1 test_3
260 ok 1 test_1
265 ok 2 test_2
269 ok 1 test_1
[all …]
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_certificate.robot55 CA Valid Certificate ok
77 CA Valid Certificate ok
191 Client Expired Certificate ok
192 CA Expired Certificate ok
203 Server Expired Certificate ok
214 Client Not Yet Valid Certificate ok
215 CA Not Yet Valid Certificate ok
226 Server Not Yet Valid Certificate ok
227 Client Not Yet Valid Certificate ok
228 CA Not Yet Valid Certificate ok
[all …]
/openbmc/linux/tools/perf/util/bpf_skel/
H A Dfunc_latency.bpf.c56 __u8 *ok; in BPF_PROG() local
58 ok = bpf_map_lookup_elem(&cpu_filter, &cpu); in BPF_PROG()
59 if (!ok) in BPF_PROG()
65 __u8 *ok; in BPF_PROG() local
67 ok = bpf_map_lookup_elem(&task_filter, &pid); in BPF_PROG()
68 if (!ok) in BPF_PROG()
H A Doff_cpu.bpf.c152 __u8 *ok; in can_record() local
154 ok = bpf_map_lookup_elem(&cpu_filter, &cpu); in can_record()
155 if (!ok) in can_record()
160 __u8 *ok; in can_record() local
168 ok = bpf_map_lookup_elem(&task_filter, &pid); in can_record()
169 if (!ok) in can_record()
174 __u8 *ok; in can_record() local
177 ok = bpf_map_lookup_elem(&cgroup_filter, &cgrp_id); in can_record()
178 if (!ok) in can_record()
H A Dlock_contention.bpf.c137 __u8 *ok; in can_record() local
139 ok = bpf_map_lookup_elem(&cpu_filter, &cpu); in can_record()
140 if (!ok) in can_record()
145 __u8 *ok; in can_record() local
148 ok = bpf_map_lookup_elem(&task_filter, &pid); in can_record()
149 if (!ok) in can_record()
154 __u8 *ok; in can_record() local
158 if (!ok) in can_record()
163 __u8 *ok; in can_record() local
166 ok = bpf_map_lookup_elem(&addr_filter, &addr); in can_record()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/usbguard/usbguard/
H A D0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch39 + PKG_CHECK_MODULES(LIBGCRYPT, [libgcrypt >= $min_libgcrypt_version], [ok=yes], [ok=no])
42 - ok=no
58 - ok=yes
62 - ok=yes
66 - ok=yes
73 - if test $ok = yes; then
78 if test $ok = yes; then
84 if test $ok = yes; then
/openbmc/openbmc/poky/meta/recipes-support/libassuan/libassuan/
H A Dlibassuan-add-pkgconfig-support.patch19 @@ -17,27 +17,6 @@ dnl Returns ok set to yes or no.
53 - ok=no
75 - ok=yes
79 - ok=yes
83 - ok=yes
91 - if test $ok = yes; then
96 + PKG_CHECK_MODULES(LIBASSUAN, [libassuan >= $min_libassuan_version], [ok=yes], [ok=no])
98 if test $ok = yes; then
110 if test $ok = yes; then
123 if test $ok = yes; then
/openbmc/qemu/tests/tcg/s390x/
H A Dmie3-mvcrl.c49 bool ok = true; in main() local
51 ok &= test(); in main()
52 ok &= test_bad_r0(); in main()
54 return ok ? EXIT_SUCCESS : EXIT_FAILURE; in main()
/openbmc/u-boot/arch/arm/lib/
H A Dcache.c50 int ok = 1; in check_cache_range() local
53 ok = 0; in check_cache_range()
56 ok = 0; in check_cache_range()
58 if (!ok) { in check_cache_range()
63 return ok; in check_cache_range()
/openbmc/u-boot/scripts/
H A Dcheck-config.sh36 ok="${path}.ok"
50 |sort |uniq > ${ok}
51 comm -23 ${suspects} ${ok} >${new_adhoc}
62 rm ${suspects} ${ok} ${new_adhoc}
/openbmc/openbmc/poky/meta/recipes-support/pinentry/pinentry-1.2.1/
H A Dlibassuan_pkgconf.patch39 dnl Returns ok set to yes or no.
75 - ok=no
97 - ok=yes
101 - ok=yes
105 - ok=yes
113 - if test $ok = yes; then
118 …CHECK_MODULES(LIBASSUAN_COMMON, [libassuan >= $min_libassuan_version libassuan], [ok=yes], [ok=no])
120 if test $ok = yes; then
133 if test $ok = yes; then
150 if test $ok = yes; then
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/
H A Dtest.pl-adjust-for-ptest.patch26 -END {print "not ok 1\n" unless $loaded;}
31 -print "ok 1\n";
36 @@ -19,26 +19,31 @@ print "ok 1\n";
37 # (correspondingly "not ok 13") depending on the success of chunk 13
58 - print defined($r) ? "" : "not ", "ok $t\n"; $t++;
61 - print $r->check_pwd($user, $pwd) ? "" : "not ", "ok $t\n"; $t++;
64 - print $#a != -1 ? "" : "not ", "ok $t\n"; $t++;
80 - print "ok 5\n";
83 - print "not ok 5\n";
/openbmc/linux/Documentation/features/vm/huge-vmap/
H A Darch-support.txt12 | arm64: | ok |
23 | powerpc: | ok |
24 | riscv: | ok |
29 | x86: | ok |
/openbmc/qemu/block/
H A Dblock-ram-registrar.c18 if (!r->ok) { in ram_block_added()
25 r->ok = false; in ram_block_added()
48 r->ok = true; in blk_ram_registrar_init()
55 if (r->ok) { in blk_ram_registrar_destroy()
/openbmc/linux/sound/core/
H A Dinfo_oss.c52 int idx, ok = -1; in snd_sndstat_show_strings() local
60 if (ok < 0) { in snd_sndstat_show_strings()
62 ok++; in snd_sndstat_show_strings()
68 if (ok < 0) in snd_sndstat_show_strings()
70 return ok; in snd_sndstat_show_strings()
/openbmc/linux/tools/testing/selftests/timens/
H A Dclock_nanosleep.c48 int j, ok, ret; in run_test() local
78 ok = 0; in run_test()
90 ok = 1; in run_test()
94 if (!ok) in run_test()
99 if (!ok) { in run_test()

12345678910>>...27