Home
last modified time | relevance | path

Searched refs:parameters (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/openbmc/qemu/migration/
H A Doptions.c109 parameters.throttle_trigger_threshold,
112 parameters.cpu_throttle_initial,
115 parameters.cpu_throttle_increment,
118 parameters.cpu_throttle_tailslow, false),
120 parameters.max_bandwidth, MAX_THROTTLE),
122 parameters.avail_switchover_bandwidth, 0),
124 parameters.downtime_limit,
127 parameters.x_checkpoint_delay,
130 parameters.multifd_channels,
133 parameters.multifd_compression,
[all …]
/openbmc/bmcweb/test/redfish-core/lib/
H A Dsystem_test.cpp46 nlohmann::json::array_t parameters; in TEST() local
61 parameters.emplace_back(std::move(parameter)); in TEST()
63 EXPECT_EQ(response->res.jsonValue["Parameters"], parameters); in TEST()
79 nlohmann::json::array_t parameters; in TEST() local
93 parameters.emplace_back(std::move(parameter)); in TEST()
95 EXPECT_EQ(response->res.jsonValue["Parameters"], parameters); in TEST()
112 nlohmann::json::array_t parameters; in TEST() local
127 parameters.emplace_back(std::move(parameter)); in TEST()
129 EXPECT_EQ(response->res.jsonValue["Parameters"], parameters); in TEST()
H A Dchassis_test.cpp39 nlohmann::json::array_t parameters; in assertChassisResetActionInfoGet() local
47 parameters.emplace_back(std::move(parameter)); in assertChassisResetActionInfoGet()
49 EXPECT_EQ(res.jsonValue["Parameters"], parameters); in assertChassisResetActionInfoGet()
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dmethod.client.hpp.mako3 % if len(method.parameters) != 0:
5 % for p in method.parameters:
18 % if len(method.parameters) != 0:
26 % if len(method.parameters) != 0:
H A Dsignal.prototype.hpp.mako2 def parameters(defaultValue=False):
34 ${ parameters(True) });
40 ${ parameters() })
H A Dmethod.md.mako5 % if len(method.parameters) or len(method.returns):
9 % for p in method.parameters:
H A Dsignal.aserver.emit.hpp.mako2 def parameters():
26 void ${signal.camelCase}(${parameters()})
/openbmc/docs/designs/oem/ibm/
H A Dsystem-power-mode.md14 save parameters. This design is only applicable to POWER processors.
24 parameters.
33 the OCC state changes to ACTIVE or the customer updates these new parameters at
46 A proposal for adding Idle Power Saving parameters was submitted to the Redfish
75 parameters. These commands are defined in the OCC Interface Spec:
79 parameters for the system. If the customer has not yet set any of these
80 parameters, these default values will be used. If/when the customer does set any
84 The customer requested PowerMode and Idle Power Saver parameters will be stored
91 - Using hardcoded power mode and Idle Power Save parameters (no flexibility to
98 Redfish. API impact - Add Redfish support for new parameters as well as new user
[all …]
/openbmc/entity-manager/src/entity_manager/
H A Doverlay.cpp117 static int createDevice(std::string_view busPath, std::string_view parameters, in createDevice() argument
128 deviceFile << parameters; in createDevice()
152 std::string_view parameters, uint64_t bus, uint64_t address, in buildDevice() argument
167 createDevice(busPath, parameters, constructor); in buildDevice()
178 [createTimer, name, busPath, parameters, bus, address, in buildDevice()
187 return buildDevice(name, busPath, parameters, bus, address, in buildDevice()
210 std::string parameters(exportTemplate.parameters); in exportDevice() local
249 replaceAll(parameters, templateChar + keyPair.key(), subsituteString); in exportDevice()
255 createDevice(busPath, parameters, constructor); in exportDevice()
259 buildDevice(name, busPath, parameters, *bus, *address, constructor, in exportDevice()
/openbmc/bmcweb/include/
H A Dhttp_utility.hpp61 auto parameters = in getContentType() local
63 auto parser = no_case[knownMimeType] >> omit[parameters]; in getContentType()
100 auto parameters = *(lit(';') >> typeCharset >> lit("=") >> typeCharset); in getPreferredContentType() local
103 auto parser = +(mimeType >> omit[parameters >> -char_(',') >> *space]); in getPreferredContentType()
171 auto parameters = *(lit(';') >> lit("q=") >> uint_ >> -(lit('.') >> uint_)); in getPreferredEncoding() local
174 auto parser = +(encodeType >> omit[parameters >> -char_(',') >> *space]); in getPreferredEncoding()
/openbmc/openbmc-test-automation/lib/
H A Dresource.robot77 # IPMI SOL console output types/parameters to verify.
81 # PDU related parameters
88 # User define input SSH and HTTPS related parameters
97 # OS related parameters.
103 # Networking related parameters
131 # Upload Image parameters
183 # Client related parameters
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/
H A D0003-GLVisualConfig-By-default-don-t-care-about-the-stenc.patch27 The parameters may be defined in any order, and any omitted parameters assume a
30 If 'id' is set to a non-zero value, all other parameters are ignored
90 " stencil=STENCIL:samples=SAMPLES'. The parameters may be\n"
91 " defined in any order, and any omitted parameters assume a\n"
94 - " value, all other parameters are ignored\n"
97 + " a non-zero value, all other parameters are ignored\n"
/openbmc/openbmc-test-automation/extended/
H A Drun_keyword.robot4 # Description of parameters:
18 # only essential information, i.e. it will not echo parameters,
38 # Initialize program parameters variables.
39 # Create parm_list containing all of our program parameters. parm_list is
/openbmc/openbmc/poky/meta/lib/oe/
H A Dmaketype.py63 args = list(sig.parameters.keys())
64 …defaults = list(s for s in sig.parameters.keys() if sig.parameters[s].default != inspect.Parameter…
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Ddisplaymode.txt9 parameters in pixels
11 parameters in lines
25 not allow for inconsistent parameters. Unlike the Framebuffer framework
/openbmc/sdbusplus/tools/sdbusplus/
H A Dmethod.py8 self.parameters = [Property(**p) for p in kwargs.pop("parameters", [])]
31 self.returns + self.parameters
56 return join_str.join([transform(p) for p in self.parameters])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemonize/daemonize/
H A D0001-fix-getopt.c-too-many-arguments-to-function-write-er.patch8 which is interpreted as a function taking no parameters.
9 This caused errors when actually calling it with 3 parameters.
12 This properly defines the write function to accept 3 parameters.
/openbmc/phosphor-fan-presence/control/templates/
H A Ddefs.mako75 %if len(a['parameters']) != 0:
80 %for i, p in enumerate(a['parameters']):
81 %if (i+1) != len(a['parameters']):
87 %if len(a['parameters']) != 0:
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/
H A Dfix-multilib-conflict.patch38 // "parameters": {
51 // "parameters": {
60 // "parameters": {
73 // "parameters": {
82 // "parameters": {
/openbmc/openbmc/meta-phosphor/recipes-phosphor/bios/
H A Dbiosconfig-manager_git.bb3 configuration parameters remotely via BMC at any Host state. \
4 Modifications to the parameters take place upon the next system \
/openbmc/qemu/docs/system/
H A Dconfidential-guest-support.rst20 To run a confidential guest you need to add two command line parameters:
23 type and parameters will vary with the specific mechanism to be
31 <other parameters> \
/openbmc/u-boot/arch/arm/mach-uniphier/
H A DKconfig104 bool "Enable dump command of DDR PHY parameters"
109 The command "ddrphy" shows the resulting parameters of DDR PHY
113 bool "Enable dump command of DDR Multi PHY parameters"
117 The command "ddrmphy" shows the resulting parameters of DDR Multi PHY
/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dboard.c348 static void omap3_emu_romcode_call(u32 service_id, u32 *parameters) in omap3_emu_romcode_call() argument
350 u32 i, num_params = *parameters; in omap3_emu_romcode_call()
358 __raw_writel(*parameters, sram_scratch_space); in omap3_emu_romcode_call()
359 parameters++; in omap3_emu_romcode_call()
/openbmc/u-boot/doc/
H A DREADME.falcon22 from SPL. A new command is added to U-Boot to prepare the parameters that SPL
25 In normal mode, these parameters are generated each time before
27 the parameters can be read.
35 well, if used), use the "spl export" command to generate the kernel parameters
44 the parameters which are saved in the persistent area to the required address.
62 CONFIG_SYS_SPL_ARGS_ADDR Address in RAM where the parameters must be
68 CONFIG_CMD_SPL_NAND_OFS Offset in NAND where the parameters area was saved.
70 CONFIG_CMD_SPL_WRITE_SIZE Size of the parameters area to be copied
185 The parameters generated with this step can be saved into NAND at the offset
191 Now the parameters are stored into the NAND flash at the address
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Drockchip,rk3288-dmc.txt27 rockchip,ddr-speed-bin: DDR3 type,AC timing parameters from the memory data-sheet
50 rockchip,trcd: tRCD,AC timing parameters from the memory data-sheet
51 rockchip,trp: tRP,AC timing parameters from the memory data-sheet
53 -rockchip,pctl-timing: parameters for the SDRAM setup, in this order:
94 will be set up the same. The parameters are in this order:
103 - rockchip,sdram-params: SDRAM base parameters, in this order:

12345678910>>...18