Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 25 of 80) sorted by relevance

1234

/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/
H A Dexpected_stderr1 Kconfig:9:error: recursive dependency detected!
4 subsection "Kconfig recursive dependency limitations"
6 Kconfig:3:error: recursive dependency detected!
9 subsection "Kconfig recursive dependency limitations"
11 Kconfig:15:error: recursive dependency detected!
15 subsection "Kconfig recursive dependency limitations"
17 Kconfig:30:error: recursive dependency detected!
21 subsection "Kconfig recursive dependency limitations"
23 Kconfig:59:error: recursive dependency detected!
26 subsection "Kconfig recursive dependency limitations"
[all …]
H A DKconfig34 # This is not recursive dependency
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/
H A D0001-src-eventloop.cpp-use-portable-method-for-initializi.patch5 recursive mutex
20 @@ -85,8 +85,11 @@ DefaultMutex::DefaultMutex(bool recursive)
22 if (recursive)
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/
H A Dautoreconf-exclude.patch18 --no-recursive don't rebuild sub-packages
26 my $recursive = 1;
41 'recursive!' => \$recursive);
/openbmc/qemu/target/i386/
H A Dhelper.c376 bool recursive) in emit_guest_memory_failure() argument
378 MemoryFailureFlags mff = {.action_required = ar, .recursive = recursive}; in emit_guest_memory_failure()
392 bool recursive; in do_inject_x86_mce() local
396 recursive = !!(cenv->mcg_status & MCG_STATUS_MCIP); in do_inject_x86_mce()
402 if (!(params->flags & MCE_INJECT_UNCOND_AO) && !ar && recursive) { in do_inject_x86_mce()
403 emit_guest_memory_failure(MEMORY_FAILURE_ACTION_IGNORE, ar, recursive); in do_inject_x86_mce()
435 } else if (recursive) { in do_inject_x86_mce()
443 recursive); in do_inject_x86_mce()
470 emit_guest_memory_failure(MEMORY_FAILURE_ACTION_INJECT, ar, recursive); in do_inject_x86_mce()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gnulib/
H A Dgnulib_202401.bb23 cp --no-preserve=ownership --recursive ${S}/* ${D}/${datadir}/gnulib/
24 cp --no-preserve=ownership --recursive ${S}/.git ${D}/${datadir}/gnulib/
/openbmc/openbmc/meta-ibm/recipes-phosphor/user/user/
H A Dupdate_admin_account.sh13 chown --recursive admin:admin /home/admin
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-arpeggio_2.0.2.bb1 SUMMARY = "Arpeggio is a recursive descent parser with memoization based on PEG grammars (aka Packr…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tree/
H A Dtree_2.2.1.bb1 SUMMARY = "A recursive directory listing command"
/openbmc/qemu/tests/tsan/
H A Dsuppressions.tsan6 # Since the recursive lock is intentional, we choose to ignore it.
/openbmc/libpldm/scripts/
H A Drun-ci10 meson format --recursive --inplace || true
H A Dpre-submit10 meson format --recursive --inplace || true
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py373 def remove_ext(self, pnum, path, recursive): argument
386 if recursive:
394 self.remove_ext(pnum, "%s/%s" % (abs_path, dir), recursive)
413 def remove(self, pnum, path, recursive): argument
417 self.remove_ext(pnum, path, recursive)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/
H A Dtelepathy-python_fix_for_automake_1.12.patch10 | make: *** [all-recursive] Error 1
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libtracefs/libtracefs/
H A D0001-makefile-Do-not-preserve-ownership-in-cp-command.patch25 + cp --no-preserve=ownership --recursive $(LIB_INSTALL) $(DESTDIR)$(libdir_SQ)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/
H A D0001-Makefile.am-remove-regression-dir.patch10 | Makefile:451: recipe for target 'all-recursive' failed
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dgenerate-cve-exclusions.py119 files = glob.glob(pattern, recursive=True)
/openbmc/openbmc/poky/meta/recipes-extended/wget/
H A Dwget.inc5 The program supports recursive retrieval of web-authoring pages as well as \
/openbmc/openbmc-test-automation/lib/
H A Dgen_arg.py412 descendants = process.children(recursive=True)
467 term_processes = current_process.children(recursive=False)
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py958 def __deepcopy__(self, memo, recursive=False): argument
1318 def __deepcopy__(self, memo, recursive=True): argument
1324 if recursive:
1335 memo, recursive=False
1987 def find(self, name=None, attrs={}, recursive=True, string=None, argument
2006 l = self.find_all(name, attrs, recursive, string, 1, _stacklevel=3,
2013 def find_all(self, name=None, attrs={}, recursive=True, string=None, argument
2032 if not recursive:
/openbmc/u-boot/scripts/coccinelle/net/
H A Dmdio_register.cocci8 // Options: --include-headers --recursive-includes --local-includes -I include
/openbmc/qemu/tests/qtest/libqos/
H A Dmeson.build79 qos = declare_dependency(objects: libqos.extract_all_objects(recursive: false))
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D3005-modules-remove-glspectrum-usage.patch110 @@ -30324,7 +30302,6 @@ distclean: distclean-recursive
118 @@ -31722,7 +31699,6 @@ maintainer-clean: maintainer-clean-recursive
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/
H A D0001-Remove-cpp-unittest-compilation.patch42 -gen (recursive rec)
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_kmod.py33 …files = RecipeHandler.checkfiles(srctree, ['*.c', '*.h'], recursive=True, excludedirs=['contrib', …

1234