Home
last modified time | relevance | path

Searched refs:prefixes (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/openbmc/poky/meta/classes/
H A Dmultilib_global.bbclass15 prefixes = []
19 prefixes.append(eext[1])
43 for p in prefixes:
62 for p in prefixes:
76 for p in prefixes:
93 for p in prefixes:
118 for p in prefixes:
154 for pref in prefixes:
160 for pref in prefixes:
166 for p in prefixes:
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/
H A D0001-When-cross-installing-execute-package-scriptlets-wit.patch49 - rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1,…
52 + rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, ar…
55 + rc = runExtScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, ar…
58 …rc = runLuaScript(plugins, prefixes, script->descr, lvl, scriptFd, &args, script->body, arg1, arg2…
H A D0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch29 @@ -322,7 +322,7 @@ static rpmRC runExtScript(rpmPlugins plugins, ARGV_const_t prefixes,
38 @@ -374,7 +374,7 @@ static rpmRC runExtScript(rpmPlugins plugins, ARGV_const_t prefixes,
47 @@ -417,7 +417,7 @@ static rpmRC runExtScript(rpmPlugins plugins, ARGV_const_t prefixes,
H A D0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch19 @@ -251,7 +251,7 @@ static void doScriptExec(ARGV_const_t argv, ARGV_const_t prefixes,
/openbmc/telemetry/src/utils/
H A Dmake_id_name.cpp44 const std::string prefixes(idIn); in generateId() local
64 prefixes + strippedId.substr(0, constants::maxIdNameLength); in generateId()
78 tmpId = prefixes + in generateId()
/openbmc/qemu/util/
H A Dcutils.c953 static const char *prefixes[] = { in si_prefix() local
958 assert(exp10 % 3 == 0 && exp10 / 3 < ARRAY_SIZE(prefixes)); in si_prefix()
959 return prefixes[exp10 / 3]; in si_prefix()
964 static const char *prefixes[] = { "", "Ki", "Mi", "Gi", "Ti", "Pi", "Ei" }; in iec_binary_prefix() local
966 assert(exp2 % 10 == 0 && exp2 / 10 < ARRAY_SIZE(prefixes)); in iec_binary_prefix()
967 return prefixes[exp2 / 10]; in iec_binary_prefix()
/openbmc/u-boot/doc/device-tree-bindings/regulator/
H A Dregulator.txt7 the array of 'struct pmic_child_info' with the prefixes and compatible drivers.
20 would produce ambiguous prefixes (like "regulator@1" and "regualtor@11") and you
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py272 def cut_path_prefix(fullpath, prefixes): argument
274 for prefix in prefixes:
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A Dfix-run-builtins.patch30 # sets on startup. Also test code that prefixes argv[0] with a dash.
/openbmc/u-boot/tools/buildman/
H A Dtoolchain.py213 self.prefixes = {}
250 self.prefixes = bsettings.GetItems('toolchain-prefix')
325 for name, value in self.prefixes:
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py24 prefixes,
227 name = "%s %s" % (prefixes[element.namespace],
236 name = "%s %s" % (prefixes[name.namespace], name.name)
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0002-binutils-cross-Do-not-generate-linker-script-directo.patch8 append_to_lib_path code prefixes these paths with the sysroot which makes even
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ndisc6/
H A Dndisc6_1.0.8.bb63 Queries IPv6 routers on the network for advertised prefixes. Can be used \
/openbmc/u-boot/doc/
H A DREADME.kconfig46 The prefixes such as "+S:" in *_defconfig are deprecated.
47 You can simply remove the prefixes. Do not add them for new boards.
/openbmc/u-boot/doc/driver-model/
H A Dpmic-framework.txt97 of regulator's node, compatible prefixes.
/openbmc/openbmc/poky/meta/classes-recipe/
H A Ddevicetree.bbclass52 ${STAGING_KERNEL_DIR}/scripts/dtc/include-prefixes \
H A Dnative.bbclass71 # Path prefixes
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c3021 int prefixes = s->prefix; in gen_multi0F() local
3473 if (prefixes & PREFIX_REPZ) { in gen_multi0F()
3480 } else if (prefixes & PREFIX_REPNZ) { in gen_multi0F()
3489 } else if (prefixes & PREFIX_DATA) { in gen_multi0F()
3557 if (mod != 3 && (prefixes & PREFIX_REPZ)) { in gen_multi0F()
3584 } else if (prefixes & PREFIX_REPNZ) { in gen_multi0F()
3591 } else if (prefixes & PREFIX_DATA) { in gen_multi0F()
H A Ddecode-new.c.inc77 * if the difference is expressed via prefixes. Individual instructions
136 * this file interprets the prefixes and opcode bytes down to individual
138 * a switch statement to decode modrm bits 3-5 and prefixes after decoding
2557 /* clear any REX prefix followed by other prefixes. */
2564 /* Collect prefixes. */
2630 /* 4.1.1-4.1.3: No preceding lock, 66, f2, f3, or rex prefixes. */
2676 /* Post-process prefixes. */
/openbmc/openbmc-test-automation/lib/
H A Dgen_print.py2054 prefixes = [
2061 for prefix in prefixes:
H A Dipmi_client.robot707 # prefixes 0x by default
709 # prefixes string with bytes prefixed 0x by default
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-5.0.rst186 - ``recipetool`` now prefixes the names of recipes created for Python modules
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/
H A D0002-Add-debug-prefix-map-option.patch6 Adds an option to remap file prefixes in output object files. This is
/openbmc/bmcweb/docs/
H A DAGGREGATION.md83 configuration in Entity Manager. This allows for meaningful and unique prefixes
/openbmc/u-boot/scripts/
H A DKbuild.include75 # If no $(CC) found in PATH with listed prefixes return nothing

12