Home
last modified time | relevance | path

Searched refs:variables (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/openbmc/phosphor-power/
H A Djson_parser_utils.cpp30 const std::map<std::string, std::string>& variables) in parseBitPosition() argument
32 int value = parseInteger(element, variables); in parseBitPosition()
41 const std::map<std::string, std::string>& variables) in parseBitValue() argument
43 int value = parseInteger(element, variables); in parseBitValue()
52 const std::map<std::string, std::string>& variables) in parseBoolean() argument
59 if (element.is_string() && !variables.empty()) in parseBoolean()
61 std::string value = parseString(element, true, variables); in parseBoolean()
76 const std::map<std::string, std::string>& variables) in parseDouble() argument
83 if (element.is_string() && !variables.empty()) in parseDouble()
85 std::string strValue = parseString(element, true, variables); in parseDouble()
[all …]
H A Djson_parser_utils.hpp88 const std::map<std::string, std::string>& variables = NO_VARIABLES);
103 const std::map<std::string, std::string>& variables = NO_VARIABLES);
118 const std::map<std::string, std::string>& variables = NO_VARIABLES);
133 const std::map<std::string, std::string>& variables = NO_VARIABLES);
152 const std::map<std::string, std::string>& variables = NO_VARIABLES);
168 const std::map<std::string, std::string>& variables = NO_VARIABLES);
183 const std::map<std::string, std::string>& variables = NO_VARIABLES);
198 const std::map<std::string, std::string>& variables = NO_VARIABLES);
214 const std::map<std::string, std::string>& variables = NO_VARIABLES);
229 const std::map<std::string, std::string>& variables = NO_VARIABLES);
[all …]
/openbmc/phosphor-power/test/
H A Djson_parser_utils_tests.cpp72 std::map<std::string, std::string> variables{{"bit_pos", "3"}}; in TEST() local
74 uint8_t value = parseBitPosition(element, variables); in TEST()
117 std::map<std::string, std::string> variables{{"bit_pos", "-1"}}; in TEST() local
119 parseBitPosition(element, variables); in TEST()
146 std::map<std::string, std::string> variables{{"bit_val", "1"}}; in TEST() local
148 uint8_t value = parseBitValue(element, variables); in TEST()
191 std::map<std::string, std::string> variables{{"bit_val", "one"}}; in TEST() local
193 parseBitValue(element, variables); in TEST()
220 std::map<std::string, std::string> variables{{"bool_val", "true"}}; in TEST() local
222 bool value = parseBoolean(element, variables); in TEST()
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_tests.cpp751 std::map<std::string, std::string> variables{}; in TEST() local
754 variables, services); in TEST()
793 std::map<std::string, std::string> variables{ in TEST() local
797 variables, services); in TEST()
819 std::map<std::string, std::string> variables{}; in TEST() local
821 parseChassisProperties(element, isChassisTemplate, variables, services); in TEST()
840 std::map<std::string, std::string> variables{{"chassis_number", "2"}}; in TEST() local
842 parseChassisProperties(element, isChassisTemplate, variables, services); in TEST()
860 std::map<std::string, std::string> variables{}; in TEST() local
862 parseChassisProperties(element, isChassisTemplate, variables, services); in TEST()
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dconfig_file_parser.cpp131 std::map<std::string, std::string> variables = in parseChassis() local
149 return parseChassisProperties(templateElement, isChassisTemplate, variables, in parseChassis()
170 const std::map<std::string, std::string>& variables, Services& services) in parseChassisProperties() argument
192 unsigned int number = parseUnsignedInteger(numberElement, variables); in parseChassisProperties()
203 parseString(inventoryPathElement, false, variables); in parseChassisProperties()
210 parsePowerSequencerArray(powerSequencersElement, variables, services); in parseChassisProperties()
271 const std::map<std::string, std::string>& variables) in parseGPIO() argument
278 unsigned int line = parseUnsignedInteger(lineElement, variables); in parseGPIO()
286 activeLow = parseBoolean(*activeLowIt, variables); in parseGPIO()
298 const std::map<std::string, std::string>& variables) in parseI2CInterface() argument
[all …]
H A Dconfig_file_parser.hpp142 const std::map<std::string, std::string>& variables, Services& services);
196 const std::map<std::string, std::string>& variables);
210 const json& element, const std::map<std::string, std::string>& variables);
225 const json& element, const std::map<std::string, std::string>& variables,
241 const json& element, const std::map<std::string, std::string>& variables,
256 const json& element, const std::map<std::string, std::string>& variables);
270 const json& element, const std::map<std::string, std::string>& variables);
/openbmc/qemu/qapi/
H A Duefi.json11 # store non-volatile variables in json format on disk.
33 # string. Used only for authenticated variables, where the
38 # of updates for authenticated variables. UEFI has two kinds of
39 # authenticated variables. The secure boot variables ('PK',
41 # For other authenticated variables the firmware stores a digest
60 # @variables: list of UEFI variables
66 'variables' : [ 'UefiVariable' ] }}
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dvarlocality.rst7 While you can use most variables in almost any context such as
8 ``.conf``, ``.bbclass``, ``.inc``, and ``.bb`` files, some variables are
17 The following subsections provide lists of variables whose context is
25 This section lists variables whose configuration context is the
51 This section lists variables whose configuration context is the machine.
76 This section lists variables whose configuration context is the local
102 The following subsections provide lists of variables whose context is
110 This section lists variables that are required for recipes.
123 This section lists variables that define recipe dependencies.
140 This section lists variables that define recipe paths.
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Deventreplay.py20 def __init__(self, eventfile, variables): argument
22 self.variables = variables
33 self.variables = decodedline['allvariables']
53 variable = self.variables.get(var_name)
61 for key, val in self.variables.items():
/openbmc/u-boot/doc/
H A DREADME.at9118 Environment variables
20 U-Boot environment variables can be stored at different places:
40 Environment variables
42 U-Boot environment variables can be stored at different places:
61 Environment variables
63 U-Boot environment variables can be stored at different places:
84 Environment variables
86 U-Boot environment variables can be stored at different places:
101 Environment variables
103 U-Boot environment variables can be stored at different places:
[all …]
H A DREADME.spear36 spear320 build with environment variables placed at default
40 for CFI compliant parallel NOR flash. Environment variables are
43 spear320 build with environment variables placed in NAND device
73 environment variables. Although, we can check the mac id programmed in i2c
/openbmc/webui-vue/src/assets/styles/bootstrap/
H A D_index.scss4 // Import our custom colors and variables before Bootstrap variables
6 @import "../bmc/helpers/variables";
8 // Import Bootstrap variables and maps
9 @import "~bootstrap/scss/variables";
13 // Import our custom functions that depend on Bootstrap variables
/openbmc/u-boot/board/keymile/scripts/
H A DREADME5 To load and configure these usecase, two environment variables in the u-boot
14 This file defines variables for working with rootfs via nfs for powerpc and
19 This file defines architecture specific variables for working with rootfs via
25 This file defines variables for working with rootfs inside the ram for powerpc
30 This file defines architecture specific variables for working with rootfs inside
/openbmc/openbmc/poky/bitbake/bin/
H A Dtoaster-eventreplay38 variables = None
41 variables = json.loads(line)['allvariables']
45 if not variables:
49 player = eventreplay.EventPlayer(eventfile, variables)
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libenv/
H A Dlibenv-perl_1.04.bb1 SUMMARY = "Perl module that imports environment variables as scalars or arrays"
2 DESCRIPTION = "Perl maintains environment variables in a special hash named %ENV. \
4 variables to be treated as scalar or array variables."
/openbmc/qemu/docs/devel/testing/
H A Dci-jobs.rst.inc3 Custom CI/CD variables
6 QEMU CI pipelines can be tuned by setting some CI environment variables.
13 For further information about how to set these variables, please refer to::
15 https://docs.gitlab.com/ee/ci/variables/#add-a-cicd-variable-to-a-project
29 For further information about how to set these variables, please refer to::
62 The variables used by QEMU's CI configuration are grouped together
65 * QEMU_JOB_nnnn - variables to be defined in individual jobs
69 * QEMU_CI_nnn - variables to be set by contributors in their
70 repository CI settings, or as git push variables, to influence
84 * nnn - other misc variables not falling into the above
[all …]
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables-context.rst29 Those variables are usually configured globally.
34 There are variables:
37 BitBake during the build of a particular recipe. Those variables are
54 Additionally, variables starting with ``BB`` configure how layers and files are
63 Those variables are often used in the files ``layer.conf`` and ``bblayers.conf``.
79 - In recipes, variables are also used to control build and runtime
84 - There are further variables starting with ``SRC`` that specify the sources in
89 multiple recipes would provide the same item, is controlled by variables
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0006-Platform-CS1000-Increase-buffers-for-EFI-vars.patch6 The UEFI variables are stored in the Protected Storage. The size of
7 the variables metadata have been increased in the Host software stack
10 - The PS_MAX_ASSET_SIZE needs to be big enough to store the variables.
34 +/* This is needed to be able to process the EFI variables during PS writes. */
37 +/* This is also has to be increased to fit the EFI variables into the iovecs. */
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dcommands.py248 def get_bb_vars(variables=None, target=None, postconfig=None): argument
252 if variables is not None:
253 variables = list(variables)
271 if variables is None:
274 if var in variables:
276 variables.remove(var)
278 if not variables:
281 if variables:
283 for var in variables:
/openbmc/openbmc-test-automation/lib/
H A Dresource.robot2 Documentation Base resource file variables used for all context
8 Variables ../data/variables.py
34 # AUTH_SUFFIX here is derived from variables.py
158 # LDAP related variables.
172 # General tool variables
186 # Task Service related variables.
/openbmc/openbmc/meta-phosphor/recipes-phosphor/clear-once/
H A Dclear-once.bb1 SUMMARY = "Clear boot-once variables"
2 DESCRIPTION = "Clear u-boot variables used for one-time boot flow"
/openbmc/webui-vue/docs/customization/
H A Dtheme.md5 libraries. This section outlines the global options and variables that can be
25 these built-in variables is `enabled-*`.
46 These are global variables that Bootstrap defines in the
47 `/node_modules/bootstrap/scss/variables.scss` helper file. Adding a variable
130 palette is supported using the Sass variables outlined in the color guidelines
136 The OpenBMC Web UI uses Sass variables and maps to build its layout and
137 components. Bootstrap variables and maps use the `!default` flag to allow for
144 The OpenBMC Web UI custom colors are available as Sass variables and a Sass map
147 Adding, removing, or updating the color variables and map is how the application
148 color palette can be customized. Using these variables outside of the helper
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata_smart.py245 self.variables = COWDictBase.copy()
249 new.variables = self.variables.copy()
254 for k, v in self.variables.iteritems():
261 self.variables = COWDictBase.copy()
263 self.variables[k] = v
278 if var not in self.variables:
279 self.variables[var] = []
280 if not isinstance(self.variables[var], list):
282 if 'nodups' in loginfo and loginfo in self.variables[var]:
284 self.variables[var].append(loginfo.copy())
[all …]
/openbmc/phosphor-time-manager/
H A Dmeson.options12 # Commandline variables list
13 # Value can be assigned from commandline to below variables
/openbmc/openbmc-test-automation/docs/
H A Dredfish_coding_guidelines.md121 # Rules for use of data/variables.py
123 Avoid defining variables in data/variables.py for Redfish URIs.
125 There's no obvious benefit to using such variables. Conversely, with literal
130 Here's an excerpt from data/variables.py:
133 # Redfish variables.

12345678910>>...25