Home
last modified time | relevance | path

Searched full:parameter (Results 1 – 25 of 4335) sorted by relevance

12345678910>>...174

/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DCertificateService_v1.xml70 <Parameter Name="CertificateService" Type="CertificateService.v1_0_0.Actions"/>
71 <Parameter Name="CommonName" Type="Edm.String" Nullable="false">
73 …<Annotation Term="OData.LongDescription" String="This parameter shall contain the fully qualified …
74 </Parameter>
75 <Parameter Name="AlternativeNames" Type="Collection(Edm.String)">
77 …<Annotation Term="OData.LongDescription" String="This parameter shall contain an array of addition…
78 </Parameter>
79 <Parameter Name="Organization" Type="Edm.String" Nullable="false">
81 …<Annotation Term="OData.LongDescription" String="This parameter shall contain the name of the orga…
82 </Parameter>
[all …]
H A DLicenseService_v1.xml68 <Parameter Name="LicenseService" Type="LicenseService.v1_0_0.Actions"/>
69 <Parameter Name="LicenseFileURI" Type="Edm.String" Nullable="false">
71parameter shall contain an RFC3986-defined URI that links to a file that the license service retri…
73 </Parameter>
74 <Parameter Name="TransferProtocol" Type="LicenseService.v1_0_0.TransferProtocolType">
75 …the license file located at the URI provided in `LicenseFileURI`. This parameter is ignored if th…
76parameter shall contain the network protocol that the license service shall use to retrieve the li…
77 </Parameter>
78 <Parameter Name="Username" Type="Edm.String">
79 …Description" String="The username to access the URI specified by the `LicenseFileURI` parameter."/>
[all …]
H A DAggregate_v1.xml67 <Parameter Name="Aggregate" Type="Aggregate.v1_0_0.Actions"/>
68 <Parameter Name="DelayBetweenBatchesInSeconds" Type="Edm.Int64">
70 …<Annotation Term="OData.LongDescription" String="This parameter shall contain the delay of the bat…
73 </Parameter>
74 <Parameter Name="BatchSize" Type="Edm.Int64">
76 …<Annotation Term="OData.LongDescription" String="This parameter shall contain the number of elemen…
78 </Parameter>
79 <Parameter Name="ResetType" Type="Resource.ResetType">
81 …gDescription" String="This parameter shall contain the type of reset. The service can accept a re…
82 </Parameter>
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/
H A DCertificateService_v1.xml70 <Parameter Name="CertificateService" Type="CertificateService.v1_0_0.Actions"/>
71 <Parameter Name="CommonName" Type="Edm.String" Nullable="false">
73 …<Annotation Term="OData.LongDescription" String="This parameter shall contain the fully qualified …
74 </Parameter>
75 <Parameter Name="AlternativeNames" Type="Collection(Edm.String)">
77 …<Annotation Term="OData.LongDescription" String="This parameter shall contain an array of addition…
78 </Parameter>
79 <Parameter Name="Organization" Type="Edm.String" Nullable="false">
81 …<Annotation Term="OData.LongDescription" String="This parameter shall contain the name of the orga…
82 </Parameter>
[all …]
/openbmc/x86-power-control/src/
H A Dpower_control.hpp117 * @brief Get parameter value from the storage
119 * Get the parameter from cached storage. Default value returned, if
120 * parameter was not set before.
121 * @param parameter - parameter to get
122 * @return parameter value
124 const std::string get(Params parameter);
126 * @brief Store parameter value
128 * Set the parameter value in cached storage and dump it to disk.
129 * @param parameter - parameter to set
130 * @param value - parameter value to assign
[all …]
/openbmc/linux/include/linux/
H A Dmoduleparam.h31 /* One for each parameter, describing how to use it. Some files do
41 * NOARG - the parameter allows for no argument (foo instead of foo=1)
61 * UNSAFE - the parameter is dangerous and setting it will taint the kernel
102 * module_param - typesafe helper for a module/cmdline parameter
103 * @name: the variable to alter, and exposed parameter name.
104 * @type: the type of the parameter
107 * @name becomes the module parameter, or (prefixed by KBUILD_MODNAME and a
108 * ".") the kernel commandline parameter. Note that - is changed to _, so
131 * @name: the variable to alter, and exposed parameter name.
132 * @type: the type of the parameter
[all …]
H A Dcounter.h45 * the action parameter.
48 * the val parameter.
51 * the val parameter.
54 * the val parameter.
57 * back via the val parameter.
60 * the val parameter.
63 * back via the val parameter.
66 * back via the val parameter.
69 * the val parameter.
72 * back via the val parameter.
[all …]
/openbmc/bmcweb/redfish-core/include/
H A Derror_messages.hpp83 * @param[in] arg1 Parameter of message that will replace %1 in its body.
95 * @param[in] arg1 Parameter of message that will replace %1 in its body.
107 * @param[in] arg1 Parameter of message that will replace %1 in its body.
108 * @param[in] arg2 Parameter of message that will replace %2 in its body.
122 * @param[in] arg1 Parameter of message that will replace %1 in its body.
123 * @param[in] arg2 Parameter of message that will replace %2 in its body.
137 * @param[in] arg1 Parameter of message that will replace %1 in its body.
138 * @param[in] arg2 Parameter of message that will replace %2 in its body.
152 * @param[in] arg1 Parameter of message that will replace %1 in its body.
153 * @param[in] arg2 Parameter of message that will replace %2 in its body.
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_systeminfo_parameters.robot34 [Documentation] Verify Set In Progress of System Info Parameter,
42 # Get System Info Parameter for param 0 - Set In Progress.
45 # ${complete[0]} - parameter version.
46 # ${complete[1]} - Configuration parameter data,
53 # Get System Info Parameter for param 0 - Set In Progress.
56 # ${inprogress[0]} - parameter version.
57 # ${inprogress[1]} - Configuration parameter data,
64 ... after bmc reboot of System Info Parameter via IPMI,
68 # Set the parameter 0 - Set_In_Progress to set in progress state.
70 # Get System Info Parameter for param 0 - Set In Progress.
[all …]
/openbmc/bmcweb/test/redfish-core/lib/
H A Dsystem_test.cpp45 nlohmann::json::object_t parameter; in TEST() local
46 parameter["Name"] = "ResetType"; in TEST()
47 parameter["Required"] = true; in TEST()
48 parameter["DataType"] = "String"; in TEST()
58 parameter["AllowableValues"] = std::move(allowed); in TEST()
59 parameters.emplace_back(std::move(parameter)); in TEST()
78 nlohmann::json::object_t parameter; in TEST() local
79 parameter["Name"] = "ResetType"; in TEST()
80 parameter["Required"] = true; in TEST()
81 parameter["DataType"] = "String"; in TEST()
[all …]
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dpmbus_utils_tests.cpp28 int8_t parameter; in TEST() local
32 pmbus_utils::parseVoutMode(voutModeValue, format, parameter); in TEST()
34 EXPECT_EQ(parameter, -1); in TEST()
38 pmbus_utils::parseVoutMode(voutModeValue, format, parameter); in TEST()
40 EXPECT_EQ(parameter, -16); in TEST()
44 pmbus_utils::parseVoutMode(voutModeValue, format, parameter); in TEST()
46 EXPECT_EQ(parameter, 15); in TEST()
50 pmbus_utils::parseVoutMode(voutModeValue, format, parameter); in TEST()
52 EXPECT_EQ(parameter, 1); in TEST()
56 pmbus_utils::parseVoutMode(voutModeValue, format, parameter); in TEST()
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DActionInfo.v1_4_2.json102 …"description": "The information about a parameter included in a Redfish action for this resource.",
103 …"longDescription": "This property shall contain information about a parameter included in a Redfis…
120 …alues, inclusive ranges of values, and incremental step values for this parameter as applied to th…
127 …alues, inclusive ranges of values, and incremental step values for this parameter as applied to th…
133 … "description": "The allowable pattern for this parameter as applied to this action target.",
134 …ntain a regular expression that describes the allowable values for this parameter as applied to th…
143 "description": "Descriptions of allowable values for this parameter.",
150 …is property shall contain the descriptions of allowable values for this parameter. The descriptio…
156 … "description": "The allowable values for this parameter as applied to this action target.",
163 …scription": "This property shall indicate the allowable values for this parameter as applied to th…
[all …]
H A DCertificateService.v1_0_5.json128 …"longDescription": "This parameter shall contain an array of additional host names of the componen…
134 …"longDescription": "This parameter shall contain a link to a resource collection of type `Certific…
144 …"longDescription": "This parameter shall contain the city or locality of the organization making t…
150 …"longDescription": "This parameter shall contain the fully qualified domain name of the component …
161 …"longDescription": "This parameter shall contain the two-letter ISO code for the country of the or…
167 …"longDescription": "This parameter shall contain the email address of the contact within the organ…
172 …"longDescription": "This parameter shall contain the given name of the user making the request, as…
177 …"longDescription": "This parameter shall contain the initials of the user making the request, as d…
181 …ion": "The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter value.",
182 …ongDescription": "This parameter shall contain the length of the key, in bits, if needed based on …
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DActionInfo.v1_4_2.json102 …"description": "The information about a parameter included in a Redfish action for this resource.",
103 …"longDescription": "This property shall contain information about a parameter included in a Redfis…
120 …alues, inclusive ranges of values, and incremental step values for this parameter as applied to th…
127 …alues, inclusive ranges of values, and incremental step values for this parameter as applied to th…
133 … "description": "The allowable pattern for this parameter as applied to this action target.",
134 …ntain a regular expression that describes the allowable values for this parameter as applied to th…
143 "description": "Descriptions of allowable values for this parameter.",
150 …is property shall contain the descriptions of allowable values for this parameter. The descriptio…
156 … "description": "The allowable values for this parameter as applied to this action target.",
163 …scription": "This property shall indicate the allowable values for this parameter as applied to th…
[all …]
H A DCertificateService.v1_0_5.json128 …"longDescription": "This parameter shall contain an array of additional host names of the componen…
134 …"longDescription": "This parameter shall contain a link to a resource collection of type `Certific…
144 …"longDescription": "This parameter shall contain the city or locality of the organization making t…
150 …"longDescription": "This parameter shall contain the fully qualified domain name of the component …
161 …"longDescription": "This parameter shall contain the two-letter ISO code for the country of the or…
167 …"longDescription": "This parameter shall contain the email address of the contact within the organ…
172 …"longDescription": "This parameter shall contain the given name of the user making the request, as…
177 …"longDescription": "This parameter shall contain the initials of the user making the request, as d…
181 …ion": "The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter value.",
182 …ongDescription": "This parameter shall contain the length of the key, in bits, if needed based on …
[all …]
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dpapr-sysparm.c40 * For use on buffers returned from ibm,get-system-parameter before
50 * Perform some basic diligence on the system parameter buffer before
67 * papr_sysparm_get() - Retrieve the value of a PAPR system parameter.
68 * @param: PAPR system parameter token as described in
72 * Place the result of querying the specified parameter, if available,
76 * Since there is at least one parameter (60, OS Service Entitlement
79 * work area before calling ibm,get-system-parameter.
81 * A defined parameter may not be implemented on a given system, and
83 * on a system. A parameter's disposition may change at any time due
125 case -3: /* parameter not implemented */ in papr_sysparm_get()
[all …]
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-parameters.rst6 the Linux watchdog drivers. Watchdog driver parameter specs should
34 (default=kernel config parameter)
47 (default=kernel config parameter)
56 (default=kernel config parameter)
68 (default=kernel config parameter)
77 (default=kernel config parameter)
86 (default=kernel config parameter)
95 (default=kernel config parameter)
104 (default=kernel config parameter)
113 (default=kernel config parameter)
[all …]
/openbmc/linux/include/media/
H A Ddemux.h214 * When this function is called, the @buffer1 parameter typically points to
216 * The @buffer2 buffer parameter is normally NULL, except when the received
219 * parameter would contain an address within the circular buffer, while the
220 * @buffer2 parameter would contain the first address of the circular buffer.
222 * @buffer2_length) is usually equal to the value of callback_length parameter
238 * &dmx_ts_feed.@set function. The type parameter decides if the raw
293 * parameter should be DMX_OVERRUN_ERROR on the next callback.
386 * The @demux function parameter contains a pointer to the demux API and
391 * -EINVAL, on bad parameter.
399 * The @demux function parameter contains a pointer to the demux API and
[all …]
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dsmt.h22 #define OPT_PMF /* if parameter management is supported */
85 #define SMT_PMF_GET 0x08 /* parameter management get */
86 #define SMT_PMF_SET 0x09 /* parameter management set */
100 * parameter types
105 u_short p_len ; /* length of parameter */
120 struct smt_para para ; /* generic parameter header */
135 struct smt_para para ; /* generic parameter header */
149 struct smt_para para ; /* generic parameter header */
171 struct smt_para para ; /* generic parameter header */
182 struct smt_para para ; /* generic parameter header */
[all …]
/openbmc/linux/Documentation/sound/designs/
H A Dtracepoints.rst49 Configurable. This type of parameter is described in
57 Configurable. This type of parameter is described in
76 mask/interval parameter can be changed by ALSA PCM core. For
82 This mask represents which mask/interval parameter is actually changed.
91 a PCM sample. When a parameter of SNDRV_PCM_HW_PARAM_SAMPLE_BITS was
97 notation. Basically, when a parameter of SNDRV_PCM_HW_PARAM_RATE was
103 fraction notation. Basically, when a parameter of
110 value to this parameter but some drivers intentionally set zero with
118 dependencies on which a parameter is decided according to several parameters.
120 to compute the target parameter. ALSA PCM core registers some rules to the
[all …]
/openbmc/phosphor-host-ipmid/
H A Dsys_info_param.hpp18 * Returns true if parameter is found. If and only if s is non-null,
19 * invokes the parameter's callback and writes the value.
22 * @return tuple of bool and string, true if parameter is found and
29 * Update a parameter by its code with a string value.
37 * Update a parameter by its code with a callback that is called to retrieve
39 * called multiple times by the host to retrieve the parameter by chunks.
42 * @param[in] callback - the callback to use for parameter retrieval.
47 // TODO: Store "read-only" flag for each parameter.
48 // TODO: Function to erase a parameter?
/openbmc/linux/Documentation/devicetree/bindings/
H A Dxilinx.txt39 (name): is derived from the "PARAMETER INSTANCE" value.
40 (parameter#): C_* parameters from system.mhs. The C_ prefix is
41 dropped from the parameter name, the name is converted
44 (baseaddr): the baseaddr parameter value (often named C_BASEADDR).
45 (HW_VER): from the HW_VER parameter.
57 PARAMETER INSTANCE = opb_uartlite_0
58 PARAMETER HW_VER = 1.00.b
59 PARAMETER C_BAUDRATE = 115200
60 PARAMETER C_DATA_BITS = 8
61 PARAMETER C_ODD_PARITY = 0
[all …]
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight-config.rst34 resource usage and parameter values.
41 accesses in the driver - the resource usage and parameter descriptions
52 Parameter Value
55 A parameter value is a named value that may be set by the user prior to the
61 parameter is used in programming the device.
63 The feature descriptor defines a default value for a parameter, which is used
66 Users can update parameter values using the configfs API for the CoreSight
69 The current value of the parameter is loaded into the device when the feature
87 as well as any preset values that can be used to override default parameter
94 Preset values are easily selectable sets of parameter values for the features
[all …]
/openbmc/linux/Documentation/trace/
H A Devents-power.rst58 The first parameter gives the clock name (e.g. "gpio1_iclk").
59 The second parameter is '1' for enable, '0' for disable, the target
69 The first parameter gives the power domain name (e.g. "mpu_pwrdm").
70 The second parameter is the power domain target state.
81 The first parameter gives the QoS action name (e.g. "ADD_REQ").
82 The second parameter is the previous QoS value.
83 The third parameter is the current QoS value to update.
92 The first parameter gives the device name which tries to add/update/remove
94 The second parameter gives the request type (e.g. "DEV_PM_QOS_RESUME_LATENCY").
95 The third parameter is value to be added/updated/removed.
[all …]
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml91 srpd_lite_idle * 1024 DFI clock cycles. This parameter is for LPDDR4
130 When the DRAM type is DDR3, this parameter defines the ODT disable
138 When the DRAM type is DDR3, this parameter defines the DRAM side drive
146 When the DRAM type is DDR3, this parameter defines the DRAM side ODT
154 When the DRAM type is DDR3, this parameter defines the phy side CA line
162 When the DRAM type is DDR3, this parameter defines the PHY side DQ line
170 When the DRAM type is DDR3, this parameter defines the PHY side ODT
178 When the DRAM type is LPDDR3, this parameter defines then ODT disable
186 When the DRAM type is LPDDR3, this parameter defines the DRAM side drive
194 When the DRAM type is LPDDR3, this parameter defines the DRAM side ODT
[all …]

12345678910>>...174