Home
last modified time | relevance | path

Searched refs:found (Results 476 – 500 of 3765) sorted by relevance

1...<<11121314151617181920>>...151

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/files/
H A D0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch32 - [echo "The asciidoc program was not found in the search path. Please ensure"]
41 - [echo "The xmlto program was not found in the search path. Please ensure"]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary/
H A D0001-meson-Use-PKG_CONFIG_SYSROOT_DIR-when-using-pkg-conf.patch6 OE cross-builds and absolute paths found by pkg-config points to
31 if libunwind_dep.found()
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A Dstart-stop-false.patch16 -# busybox looks at argv[0] and says "qwerty: applet not found"
21 +# busybox looks at argv[0] and says "qwerty: applet not found", so
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/qad/qad/
H A D0001-Fix-warnings-found-by-clang-compiler.patch4 Subject: [PATCH] Fix warnings found by clang compiler
6 Fix diagnostics found with -Wdeprecated-non-prototype using clang
/openbmc/telemetry/tests/
H A Dmeson.build3 if not gtest_dep.found() or not gmock_dep.found()
/openbmc/linux/drivers/platform/x86/intel/int3472/
H A DKconfig13 devices found on the Intel SkyLake platforms.
15 The INT3472 is a camera power controller, a logical device found on
/openbmc/linux/sound/soc/au1x/
H A DKconfig11 Controller (DBDMA) as found on the Au12xx/Au13xx/Au1550 SoC.
30 old DMA controller as found on the Au1000/Au1500/Au1100 chips.
/openbmc/libpldm/src/
H A Dmeson.build62 test_abi_compliance = abi_dumper.found() and \
63 abi_compliance_checker.found() and \
/openbmc/linux/Documentation/networking/
H A Dnfc.rst64 * activate_target - select and initialize one of the targets found
82 * NFC_CMD_GET_TARGET - dump the list of targets found by a specific device
87 are found
97 all targets found by such device. Each reply message has target attributes with
/openbmc/linux/arch/x86/platform/intel-quark/
H A Dimr.c410 bool found = false; in __imr_remove_range() local
446 found = true; in __imr_remove_range()
459 found = true; in __imr_remove_range()
466 if (!found) { in __imr_remove_range()
/openbmc/linux/net/core/
H A Dnet-procfs.c258 goto found; in ptype_seq_next()
264 goto found; in ptype_seq_next()
275 goto found; in ptype_seq_next()
286 found: in ptype_seq_next()
/openbmc/linux/block/partitions/
H A Dibm.c77 int found = 0; in find_label() local
123 found = 1; in find_label()
127 if (!found) in find_label()
130 return found; in find_label()
/openbmc/linux/arch/mips/pci/
H A Dops-bcm63xx.c416 int found, new_io_window; in bcm63xx_fixup() local
421 found = 0; in bcm63xx_fixup()
424 found = 1; in bcm63xx_fixup()
428 if (!found) in bcm63xx_fixup()
/openbmc/entity-manager/
H A Dmeson.build26 if not boost.found()
40 if not sdbusplus.found()
268 if not (gtest.found() and gmock.found()) and build_tests.enabled()
/openbmc/linux/Documentation/powerpc/
H A Dcpu_features.rst17 Detection of the feature set is simple. A list of processors can be found in
19 each value in the list. If a match is found, the cpu_features of cur_cpu_spec
38 just 2 macros (found in arch/powerpc/include/asm/cputable.h), as seen in head.S
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-kernel/linux/linux-aspeed/
H A D0001-Add-NCSI-channel-selector.patch75 + netdev_err(dev, "NCSI: Configuration node not found\n");
82 + netdev_err(dev, "NCSI: GPIO configuration not found\n");
89 + netdev_err(dev, "NCSI: GPIO chip not found\n");
/openbmc/linux/drivers/xen/xen-pciback/
H A Dvpci.c239 int found = 0, slot; in __xen_pcibk_get_pcifront_dev() local
247 found = 1; in __xen_pcibk_get_pcifront_dev()
256 return found; in __xen_pcibk_get_pcifront_dev()
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Dfix-security-format.patch46 return PK_BADERR; /* sig not found */
64 return PK_BADERR; /* sig not found */
86 error_in_archive = PK_BADERR; /* sig not found */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/psqlodbc/files/
H A Dpsqlodbc-remove-some-checks-for-cross-compiling.patch34 - AC_MSG_ERROR([iodbc-config not found (required for iODBC build)])
54 - AC_MSG_ERROR([odbc_config not found (required for unixODBC build)])
123 [AC_MSG_ERROR([iODBC library "iodbcinst" not found])])
/openbmc/phosphor-led-manager/manager/
H A Dmanager.cpp71 auto found = currentState.find(it); in setGroupState() local
72 if (found != currentState.end()) in setGroupState()
74 currentState.erase(found); in setGroupState()
/openbmc/qemu/tests/qemu-iotests/
H A D197.out24 No errors were found on the image.
33 No errors were found on the image.
55 No errors were found on the image.
/openbmc/linux/net/netfilter/
H A Dnft_objref.c114 bool found; in nft_objref_map_eval() local
116 found = nft_set_do_lookup(net, set, &regs->data[priv->sreg], &ext); in nft_objref_map_eval()
117 if (!found) { in nft_objref_map_eval()
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c173 int found = 0; in verify_fdinfo() local
193 found = 1; in verify_fdinfo()
209 if (found == 0) in verify_fdinfo()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c169 bool found = false; in get_uprobe_offset() local
178 found = true; in get_uprobe_offset()
185 if (!found) in get_uprobe_offset()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dfile.c100 bool found = false; in find_file_option() local
105 found = true; in find_file_option()
110 if (!found) in find_file_option()

1...<<11121314151617181920>>...151