| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffs_yaffs2.c | 268 int ok; in yaffs2_rd_checkpt_validity_marker() local 270 ok = (yaffs2_checkpt_rd(dev, &cp, sizeof(cp)) == sizeof(cp)); in yaffs2_rd_checkpt_validity_marker() 272 if (ok) in yaffs2_rd_checkpt_validity_marker() 273 ok = (cp.struct_type == sizeof(cp)) && in yaffs2_rd_checkpt_validity_marker() 277 return ok ? 1 : 0; in yaffs2_rd_checkpt_validity_marker() 314 int ok; in yaffs2_wr_checkpt_dev() local 320 ok = (yaffs2_checkpt_wr(dev, &cp, sizeof(cp)) == sizeof(cp)); in yaffs2_wr_checkpt_dev() 321 if (!ok) in yaffs2_wr_checkpt_dev() 326 ok = (yaffs2_checkpt_wr(dev, dev->block_info, n_bytes) == n_bytes); in yaffs2_wr_checkpt_dev() 327 if (!ok) in yaffs2_wr_checkpt_dev() [all …]
|
| /openbmc/qemu/qapi/ |
| H A D | qapi-visit-core.c | 47 bool ok; in visit_start_struct() local 54 ok = v->start_struct(v, name, obj, size, errp); in visit_start_struct() 56 assert(ok != !*obj); in visit_start_struct() 58 return ok; in visit_start_struct() 76 bool ok; in visit_start_list() local 80 ok = v->start_list(v, name, list, size, errp); in visit_start_list() 82 assert(ok || !*list); in visit_start_list() 84 return ok; in visit_start_list() 110 bool ok; in visit_start_alternate() local 119 ok = v->start_alternate(v, name, obj, size, errp); in visit_start_alternate() [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/tests/ |
| H A D | test.js | 49 assert.ok(prjInfo.machine.name); 50 assert.ok(prjInfo.layers.length > 0); 51 assert.ok(prjInfo.freqtargets); 52 assert.ok(prjInfo.release); 64 assert.ok(element.is(":visible")); 94 assert.ok(prjInfo.layers.length > origNumLayers, 114 assert.ok(params); 119 assert.ok(params); 140 assert.ok(recipesT.data('ttTypeahead')); 141 assert.ok(layersT.data('ttTypeahead')); [all …]
|
| /openbmc/openbmc-test-automation/openpower/ipmi/ |
| H A D | test_ipmi_sdr.robot | 68 # BootProgress | 03h | ok | 34.2 | 69 # OperatingSystemS | 05h | ok | 35.1 | boot completed - device not specified 70 # AttemptsLeft | 07h | ok | 34.1 | 71 # occ0 | 08h | ok | 210.1 | Device Disabled 72 # occ1 | 09h | ok | 210.2 | Device Disabled 73 # cpu0_core0 | 12h | ok | 208.1 | Presence detected 74 # cpu0_core1 | 15h | ok | 208.2 | Disabled 75 # cpu0_core2 | 18h | ok | 208.3 | Presence detected 76 # dimm0 | A6h | ok | 32.1 | Presence Detected 77 # dimm1 | A8h | ok | 32.2 | Presence Detected [all …]
|
| /openbmc/qemu/tests/tcg/multiarch/system/ |
| H A D | memory.c | 337 bool ok = true; in do_unsigned_reads() local 339 for (i = 0; i < ARRAY_SIZE(read_ufns) && ok; i++) { in do_unsigned_reads() 342 for (off = start_off; off < 8 && ok; off++) { in do_unsigned_reads() 343 ok = read_ufns[i](off); in do_unsigned_reads() 346 ok = read_ufns[i](start_off); in do_unsigned_reads() 350 return ok; in do_unsigned_reads() 356 bool ok = true; in do_unsigned_test() local 358 for (i = 0; i < 8 && ok; i++) { in do_unsigned_test() 360 ok = do_unsigned_reads(i); in do_unsigned_test() 362 return ok; in do_unsigned_test() [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/ |
| H A D | 0001-pkgconfig.patch | 97 - ok=no 106 - ok=yes 110 - ok=yes 114 - ok=yes 121 + PKG_CHECK_MODULES(GPGME, [gpgme >= $min_gpgme_version], [ok=yes], [ok=no]) 122 if test $ok = yes; then 130 ok=no 134 if test $ok = yes; then 168 - ok=no 177 - ok=yes [all …]
|
| /openbmc/u-boot/post/lib_powerpc/fpu/ |
| H A D | compare-fp-1.c | 22 #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 90 static void iungt (float x, float y, int ok) in iungt() argument [all …]
|
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | mie3-mvcrl.c | 49 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/scripts/ |
| H A D | check-config.sh | 36 ok="${path}.ok" 50 |sort |uniq > ${ok} 51 comm -23 ${suspects} ${ok} >${new_adhoc} 62 rm ${suspects} ${ok} ${new_adhoc}
|
| /openbmc/u-boot/arch/arm/lib/ |
| H A D | cache.c | 50 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/openbmc/meta-openembedded/meta-oe/recipes-security/usbguard/usbguard/ |
| H A D | 0001-Add-and-use-pkgconfig-instead-of-libgcrypt-config.patch | 39 + 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-test-automation/redfish/managers/ |
| H A D | test_certificate.robot | 31 Server Valid Certificate Valid Privatekey ok 43 Client Valid Certificate Valid Privatekey ok 55 CA Valid Certificate ok 65 Client Valid Certificate Valid Privatekey ok 77 CA Valid Certificate ok 92 Install And Verify Certificate Via Redfish CA Valid Certificate ok ${FALSE} 110 Install Certificate File On BMC ${REDFISH_CA_CERTIFICATE_URI} ok data=${file_data} 144 Server RSA ${keybit_length} ${EMPTY} ok 145 Server EC ${EMPTY} prime256v1 ok 146 Server EC ${EMPTY} secp521r1 ok [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/ |
| H A D | 0008-Check-for-multiplication-overflow-in-MSADPCM-decodeS.patch | 77 + uint8_t code, const int16_t *coefficient, bool *ok=NULL) 90 + if (ok) *ok=false; 101 + if (ok) *ok=true; 109 + bool ok; 113 + newSample = decodeSample(*state[0], code, coefficient[0], &ok); 114 + if (!ok) return 0; 119 + newSample = decodeSample(*state[1], code, coefficient[1], &ok); 120 + if (!ok) return 0;
|
| /openbmc/webui-vue/src/views/Operations/Firmware/ |
| H A D | FirmwareModalSwitchToRunning.vue | 4 :ok-title="$t('pageFirmware.modal.switchImages')" 7 @ok="$emit('ok')" 31 emits: ['ok'],
|
| H A D | FirmwareModalUpdateFirmware.vue | 6 :ok-title="$t('pageFirmware.form.updateFirmware.startUpdate')" 8 @ok="$emit('ok')" 40 emits: ['ok', 'update:modelValue'],
|
| /openbmc/qemu/block/ |
| H A D | block-ram-registrar.c | 18 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/openbmc/poky/meta/recipes-support/pinentry/pinentry-1.3.1/ |
| H A D | libassuan_pkgconf.patch | 38 dnl Returns ok set to yes or no. 74 - ok=no 96 - ok=yes 100 - ok=yes 104 - ok=yes 112 - 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 D | test.pl-adjust-for-ptest.patch | 26 -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/openbmc/poky/meta/recipes-support/libassuan/libassuan/ |
| H A D | libassuan-add-pkgconfig-support.patch | 58 - ok=no 80 - ok=yes 84 - ok=yes 88 - ok=yes 96 - if test $ok = yes; then 102 + PKG_CHECK_MODULES(LIBASSUAN, [libassuan >= $min_libassuan_version], [ok=yes], [ok=no]) 104 if test $ok = yes; then 116 if test $ok = yes; then 129 if test $ok = yes; then
|
| /openbmc/u-boot/tools/patman/ |
| H A D | test_util.py | 59 ok = False 62 ok = True 69 ok = False 70 if not ok:
|
| /openbmc/qemu/qom/ |
| H A D | qom-qobject.c | 25 bool ok; in object_property_set_qobject() local 28 ok = object_property_set(obj, name, v, errp); in object_property_set_qobject() 30 return ok; in object_property_set_qobject()
|
| /openbmc/openbmc/poky/meta/recipes-support/libgcrypt/files/ |
| H A D | 0001-libgcrypt-fix-m4-file-for-oe-core.patch | 69 - ok=no 89 - ok=yes 93 - ok=yes 97 - ok=yes 104 - if test $ok = yes; then 109 + PKG_CHECK_MODULES(LIBGCRYPT, [libgcrypt >= $min_libgcrypt_version], [ok=yes], [ok=no]) 111 if test $ok = yes; then 127 if test $ok = yes; then
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/ |
| H A D | 0005-postgresql-fix-ptest-failure-of-sysviews.patch | 29 -select count(*) > 20 as ok from pg_config; 30 +select count(*) > 13 as ok from pg_config; 31 ok 42 -select count(*) > 20 as ok from pg_config; 43 +select count(*) > 13 as ok from pg_config; 46 select count(*) = 0 as ok from pg_cursors;
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | errno.rs | 248 let ok: io::Result<_> = Ok(42u8); in test_from_u8() localVariable 249 assert_eq!(into_neg_errno(ok), 42); in test_from_u8() 262 let ok: io::Result<_> = Ok(1234u16); in test_from_u16() localVariable 263 assert_eq!(into_neg_errno(ok), 1234); in test_from_u16() 286 let ok: io::Result<_> = Ok(1234u32); in test_from_u32() localVariable 287 assert_eq!(into_neg_errno(ok), 1234); in test_from_u32() 310 let ok: io::Result<_> = Ok(1234u64); in test_from_u64() localVariable 311 assert_eq!(into_neg_errno(ok), 1234); in test_from_u64() 334 let ok: io::Result<_> = Ok(()); in test_from_unit() localVariable 335 assert_eq!(into_neg_errno(ok), 0); in test_from_unit()
|
| /openbmc/openbmc/poky/meta/recipes-support/libksba/libksba/ |
| H A D | ksba-add-pkgconfig-support.patch | 67 - ok=no 87 - ok=yes 91 - ok=yes 95 - ok=yes 102 - if test $ok = yes; then 107 + PKG_CHECK_MODULES(KSBA, [ksba >= $min_ksba_version], [ok=yes], [ok=no]) 109 if test $ok = yes; then 125 if test $ok = yes; then
|