| /openbmc/openbmc/meta-security/recipes-ids/suricata/files/ |
| H A D | CVE-2024-38535.patch | 25 if found == 0 { 27 found = 1; 28 - } else if found == 1 { 29 + } else if found == 1 && Rc::strong_count(&block.name) <= 2 { 32 found = 2; 39 if found == 0 { 41 found = 1; 42 - } else if found == 1 { 43 + } else if found == 1 && Rc::strong_count(&block.name) <= 2 { 49 found = 2;
|
| /openbmc/openpower-pnor-code-mgmt/test/ |
| H A D | test_functions.cpp | 25 auto found = in TEST() local 28 EXPECT_TRUE(found); in TEST() 39 auto found = in TEST() local 42 EXPECT_FALSE(found); in TEST() 54 auto found = in TEST() local 57 EXPECT_TRUE(found); in TEST() 66 auto found = in TEST() local 69 EXPECT_FALSE(found); in TEST() 77 auto found = in TEST() local 80 EXPECT_FALSE(found); in TEST() [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 159.out | 5 No errors were found on the image. 10 No errors were found on the image. 17 No errors were found on the image. 22 No errors were found on the image. 29 No errors were found on the image. 34 No errors were found on the image. 41 No errors were found on the image. 46 No errors were found on the image. 53 No errors were found on the image. 58 No errors were found on the image. [all …]
|
| H A D | 026.out.nocache | 8 No errors were found on the image. 13 No errors were found on the image. 20 No errors were found on the image. 27 No errors were found on the image. 32 No errors were found on the image. 37 No errors were found on the image. 44 No errors were found on the image. 51 No errors were found on the image. 59 No errors were found on the image. 67 No errors were found on the image. [all …]
|
| H A D | 026.out | 8 No errors were found on the image. 13 No errors were found on the image. 20 No errors were found on the image. 27 No errors were found on the image. 32 No errors were found on the image. 37 No errors were found on the image. 44 No errors were found on the image. 51 No errors were found on the image. 59 No errors were found on the image. 67 No errors were found on the image. [all …]
|
| H A D | 284.out | 9 No errors were found on the image. 16 No errors were found on the image. 23 No errors were found on the image. 28 No errors were found on the image. 35 No errors were found on the image. 42 No errors were found on the image. 47 No errors were found on the image. 54 No errors were found on the image. 61 No errors were found on the image.
|
| H A D | 160.out | 5 No errors were found on the image. 10 No errors were found on the image. 17 No errors were found on the image. 22 No errors were found on the image. 29 No errors were found on the image. 34 No errors were found on the image. 41 No errors were found on the image. 46 No errors were found on the image.
|
| H A D | 108.out | 13 The following inconsistencies were found and repaired: 19 No errors were found on the image. 37 The following inconsistencies were found and repaired: 43 No errors were found on the image. 54 The following inconsistencies were found and repaired: 60 No errors were found on the image. 71 The following inconsistencies were found and repaired: 77 No errors were found on the image. 87 The following inconsistencies were found and repaired: 93 No errors were found on the image. [all …]
|
| H A D | 042.out | 5 No errors were found on the image. 8 No errors were found on the image. 11 No errors were found on the image. 14 No errors were found on the image.
|
| /openbmc/pldm/host-bmc/ |
| H A D | utils.cpp | 24 bool found = false; in getParentEntites() local 26 it = found ? parents.erase(it) : std::next(it)) in getParentEntites() 30 found = false; in getParentEntites() 33 for (size_t i = 1; i < evs.size() && !found; i++) in getParentEntites() 46 found = true; in getParentEntites() 49 if (found) in getParentEntites() 69 bool found = false; in addObjectPathEntityAssociations() local 130 found = true; in addObjectPathEntityAssociations() 134 if (!found) in addObjectPathEntityAssociations() 178 bool found = true; in updateEntityAssociation() local [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt/ |
| H A D | 0001-meson-import-changes-from-3.0.-version.patch | 37 -gnt_config.set('NO_LIBXML', not libxml.found()) 51 -if not ncurses_libs[0].found() or not ncurses_libs[1].found() 67 +if ncurses[0].found() and ncurses[1].found() 94 + if ncurses_libs[0].found() and ncurses_libs[1].found() 125 # ncursesw was not found. Look for plain old ncurses 135 - ncurses_available = ncurses_libs[0].found() and ncurses_libs[1].found() 137 + if ncurses[0].found() and ncurses_libs[1].found() 144 + ncurses_available = ncurses_libs[0].found() and ncurses_libs[1].found() 154 + ncurses_available = compiler.has_header(ncurses_header) and ncurses_libs.found() 159 error('ncurses could not be found!') [all …]
|
| /openbmc/obmc-console/test/ |
| H A D | test-config-parse.c | 55 const char *found; in execute_test() local 62 found = config_get_value(ctx, key); in execute_test() 63 assert(!found); in execute_test() 69 found = config_get_value(ctx, key); in execute_test() 71 assert(found); in execute_test() 72 assert(!strcmp(expected, found)); in execute_test()
|
| /openbmc/dbus-sensors/src/nvme/ |
| H A D | NVMeContext.hpp | 59 auto found = std::find(sensors.begin(), sensors.end(), sensor); in removeSensor() local 63 if (found == sensors.end()) in removeSensor() 73 sensors.erase(found); in removeSensor() 81 if (*pollCursor != *found) in removeSensor() 83 sensors.erase(found); in removeSensor() 91 pollCursor = sensors.erase(found); in removeSensor()
|
| /openbmc/u-boot/api/ |
| H A D | api_storage.c | 101 int found = 0; in dev_stor_get() local 128 found = 1; in dev_stor_get() 138 if (found) { in dev_stor_get() 144 found = 0; in dev_stor_get() 153 return found; in dev_stor_get() 182 int found = 0, more = 0; in dev_enum_stor() local 210 found = dev_stor_get(type, &more, di); in dev_enum_stor() 222 found = dev_stor_get(type, &more, di); in dev_enum_stor() 246 found = dev_stor_get(type, &more, di); in dev_enum_stor() 250 found = 0; in dev_enum_stor() [all …]
|
| /openbmc/qemu/crypto/ |
| H A D | meson.build | 27 if gnutls.found() 31 if nettle.found() 33 if hogweed.found() 39 elif gcrypt.found() 41 elif gnutls_crypto.found() 62 if gnutls.found() 66 if gcrypt.found() 68 elif gnutls.found()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | 0002-do-not-import-target-module-while-cross-compile.patch | 38 - found = False 49 found = False 54 + Logs.warn('Cross module[%s] has been found, but can not be loaded.' % (spec.name)) 55 + found = True 57 - found = tuplize_version(version) >= tuplize_version(minversion) 61 + found = False 63 + found = tuplize_version(version) >= tuplize_version(minversion) 64 if not found and not conf.LIB_MAY_BE_BUNDLED(libname): 65 …Logs.error('ERROR: Python module %s of version %s not found, and bundling disabled' % (libname, mi…
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/ |
| H A D | 0001-do-not-import-target-module-while-cross-compile.patch | 40 - found = False 51 found = False 56 + Logs.warn('Cross module[%s] has been found, but can not be loaded.' % (spec.name)) 57 + found = True 59 - found = tuplize_version(version) >= tuplize_version(minversion) 63 + found = False 65 + found = tuplize_version(version) >= tuplize_version(minversion) 66 if not found and not conf.LIB_MAY_BE_BUNDLED(libname): 67 …Logs.error('ERROR: Python module %s of version %s not found, and bundling disabled' % (libname, mi…
|
| /openbmc/openbmc/poky/meta/recipes-gnome/librsvg/librsvg/ |
| H A D | 0001-meson.build-do-not-force-disable-introspection-and-v.patch | 22 …equire(get_option('default_library') != 'static' and not meson.is_cross_build() and gi_dep.found()) 24 - build_gir = get_option('introspection').require(not meson.is_cross_build() and gi_dep.found()) 25 + build_gir = get_option('introspection').require(gi_dep.found()) 27 -build_vala = get_option('vala').require(not meson.is_cross_build() and vapigen_dep.found()) 28 +build_vala = get_option('vala').require(vapigen_dep.found()) 30 build_pixbuf_loader = get_option('pixbuf-loader').require(pixbuf_dep.found())
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/ |
| H A D | pxaregs.c | 1910 int found=0; in setreg() local 1917 found = i; in setreg() 1927 mem = getmem(regs[found].addr); in setreg() 1929 mem &= ~(regs[found].mask << regs[found].shift); in setreg() 1931 val &= regs[found].mask; in setreg() 1934 mem |= val << regs[found].shift; in setreg() 1936 putmem(regs[found].addr, mem); in setreg()
|
| /openbmc/openbmc/poky/meta-yocto-bsp/lib/oeqa/selftest/cases/ |
| H A D | systemd_boot.py | 37 found = os.path.isfile(systemdbootfile) 38 self.assertTrue(found, 'Systemd-Boot file %s not found' % systemdbootfile) 67 found = os.path.isfile(imagebootfile) 68 self.assertTrue(found, 'bootx64.efi file %s was not copied from image'
|
| /openbmc/openbmc/meta-security/recipes-security/redhat-security/files/ |
| H A D | lib-bin-check.sh | 10 found=0 18 found=1 24 if [ $found = 0 ]; then
|
| /openbmc/u-boot/env/ |
| H A D | common.c | 248 int found, idx; in env_complete() local 272 found = 0; in env_complete() 279 if (found >= maxv - 2 || in env_complete() 283 cmdv[found++] = buf; in env_complete() 309 qsort(cmdv, found, sizeof(cmdv[0]), strcmp_compar); in env_complete() 312 cmdv[found++] = dollar_comp ? "${...}" : "..."; in env_complete() 314 cmdv[found] = NULL; in env_complete() 315 return found; in env_complete()
|
| /openbmc/openbmc/poky/scripts/nativesdk-intercept/ |
| H A D | chgrp | 16 found = False variable 24 if not found: 26 found = True variable
|
| H A D | chown | 16 found = False variable 24 if not found: 26 found = True variable
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | rootfspostcommandstests.py | 64 found = [] 68 found.append(backup_file) 69 if (found): 71 'the rootfs: %s' % found)
|