Home
last modified time | relevance | path

Searched refs:expanded (Results 1 – 25 of 165) sorted by relevance

1234567

/openbmc/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst23 The macro language replaces the variable references with their expanded form,
54 variable is expanded "in place" to yield a text string that may then be
55 expanded further. To get the value of a variable, enclose the variable name in
59 There are two types of variables: simply expanded variables and recursively
60 expanded variables.
62 A simply expanded variable is defined using the := assignment operator. Its
63 righthand side is expanded immediately upon reading the line from the Kconfig
66 A recursively expanded variable is defined using the = assignment operator.
72 variable. The righthand side of += is expanded immediately if the lefthand
83 Useful functions must be expanded when they are used since the same function is
[all …]
/openbmc/linux/scripts/kconfig/tests/preprocess/variable/
H A DKconfig6 # Simply expanded variable.
12 # Recursively expanded variable.
18 # Append something to a simply expanded variable.
24 # Append something to a recursively expanded variable.
31 # This works as a recursively expanded variable.
/openbmc/linux/scripts/kconfig/tests/preprocess/escape/
H A DKconfig23 # The following should print "$(X)". It should not be expanded further.
32 # A simple expanded should not be expanded multiple times.
33 # The following should print "$(X)". It should not be expanded further.
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dlib.rs40 let expanded = quote! { in derive_object() localVariable
48 TokenStream::from(expanded) in derive_object()
91 let expanded = derive_offsets_or_error(input).unwrap_or_else(Into::into); in derive_offsets() localVariable
93 TokenStream::from(expanded) in derive_offsets()
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dmkdir_p.patch7 not expanded so no locale data is written into usr/share/locale.
24 +dnl @MKDIR_P@ is expanded in AM_GNU_GETTEXT
/openbmc/phosphor-webui/app/server-health/styles/
H A Dinventory.scss39 &.expanded {
50 &.expanded {
/openbmc/linux/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed.c173 char *expanded; in get_defined_attribute() local
175 expanded = krealloc(found, len + delta + 1, GFP_KERNEL); in get_defined_attribute()
176 if (!expanded) { in get_defined_attribute()
178 return expanded; in get_defined_attribute()
181 found = expanded; in get_defined_attribute()
/openbmc/openbmc-test-automation/lib/
H A Dopt.tcl214 set _opt_is_option_ [regexp -expanded $_opt_longopt_regex_\
232 set _opt_is_list_ [regexp -expanded "_list$" ${pos_parm_name}]
331 set is_option [regexp -expanded $longopt_regex ${option}]
H A Dvalid.tcl346 if { ! [regexp -expanded "pw_file_path$" $pw_file_path_var_name] } {
360 regsub -expanded {pw_file_path$} $pw_file_path_var_name {} var_prefix
H A Dsource.tcl62 set tcl_ext [regexp -expanded {\.tcl$} $file_name]
/openbmc/webui-vue/tests/unit/__snapshots__/
H A DAppNavigation.spec.js.snap51 aria-expanded="false"
138 aria-expanded="false"
240 aria-expanded="false"
378 aria-expanded="false"
483 aria-expanded="false"
597 aria-expanded="false"
730 aria-expanded="false"
817 aria-expanded="false"
919 aria-expanded="false"
1057 aria-expanded="false"
[all …]
/openbmc/linux/usr/
H A Dgen_init_cpio.c435 char expanded[PATH_MAX + 1]; in cpio_replace_env() local
442 snprintf(expanded, sizeof expanded, "%s%s%s", in cpio_replace_env()
444 strcpy(new_location, expanded); in cpio_replace_env()
/openbmc/linux/Documentation/core-api/
H A Dlibrs.rst60 The expanded data can be inverted on the fly by providing a non-zero
61 inversion mask. The expanded data is XOR'ed with the mask. This is used
67 The databytes are expanded to the given symbol size on the fly. There is
97 The databytes are expanded to the given symbol size on the fly. There is
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js76 if (this.expanded()) {
95 Node.prototype.expanded = function() { method in Node
184 if (this.expanded()) {
191 if (this.expanded()) {
/openbmc/openbmc/poky/meta/classes/
H A Drecipe_sanity.bbclass89 expanded = d.getVar(k)
95 cfgexpanded == expanded:
98 (p, cfgunexpanded, unexpanded, expanded))
/openbmc/qemu/include/exec/
H A Dhelper-info.c.inc5 * Define HELPER_H for the header file to be expanded.
14 * to get all the macros expanded first.
/openbmc/linux/arch/powerpc/perf/
H A Dhv-common.c36 caps->expanded = !!(arg.caps.capability_mask & HV_GPCI_CM_EXPANDED); in hv_perf_caps_get()
H A Dhv-common.h12 expanded:1, member
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp292 auto expanded{unexpandedLocationCode}; in getExpandedLocationCode() local
399 expanded.replace( in getExpandedLocationCode()
405 expanded.replace(pos, 3, firstKwdValue + "." + secondKwdValue); in getExpandedLocationCode()
414 return expanded; in getExpandedLocationCode()
/openbmc/openbmc-test-automation/bin/
H A Dssh_pw82 if { [regexp -expanded ${child_died} $result] } {
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-cross-canadian.bb8 # Use indirection to stop these being expanded prematurely
/openbmc/phosphor-webui/app/common/styles/elements/
H A Daccordion.scss58 &.accordion-trigger--expanded {
/openbmc/phosphor-webui/app/access-control/styles/
H A Duser-accounts.scss42 // The expanded element gets 'in' class instead of 'show' class
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libssh/libssh/
H A D0001-CompilerChecks.cmake-drop-Wunused-variable-flag.patch11 libssh/0.11.1/recipe-sysroot/usr/include/gcrypt.h:217:33: note: expanded from macro 'GCRY_THREAD_OP…
/openbmc/linux/scripts/kconfig/tests/preprocess/builtin_func/
H A DKconfig24 # 'filename' is expanded to the currently parsed file name,

1234567