Home
last modified time | relevance | path

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

12345678910>>...176

/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">
81 …<Annotation Term="OData.LongDescription" String="This parameter shall contain the name of the orga…
82 </Parameter>
[all …]
H A DJobDocument_v1.xml69 <Parameter Name="JobDocument" Type="JobDocument.v1_0_0.Actions"/>
70 <Parameter Name="JobCreator" Type="Job.Job">
72 …<Annotation Term="OData.LongDescription" String="This parameter shall contain a link to a resource…
73 </Parameter>
74 <Parameter Name="Parameters" Type="JobDocument.v1_0_0.Parameter" Nullable="false">
76 …<Annotation Term="OData.LongDescription" String="This parameter shall contain the list of paramete…
77 </Parameter>
78 <Parameter Name="StartTime" Type="Edm.DateTimeOffset">
80 …<Annotation Term="OData.LongDescription" String="This parameter shall contain the date and time wh…
81 </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 …]
/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 domain name of the component to secure, as defined by the RFC5280 'commonName' attribute."/>
74 </Parameter>
75 <Parameter Name="AlternativeNames" Type="Collection(Edm.String)">
77 <Annotation Term="OData.LongDescription" String="This parameter shall contain an array of additional host names of the component to secure, as defined by the RFC5280 'subjectAltName' attribute."/>
78 </Parameter>
79 <Parameter Name="Organization" Type="Edm.String">
81 <Annotation Term="OData.LongDescription" String="This parameter shall contain the name of the organization making the request, as defined by the RFC5280 'organizationName' attribute."/>
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.hpp77 * @param[in] arg1 Parameter of message that will replace %1 in its body.
89 * @param[in] arg1 Parameter of message that will replace %1 in its body.
101 * @param[in] arg1 Parameter of message that will replace %1 in its body.
102 * @param[in] arg2 Parameter of message that will replace %2 in its body.
116 * @param[in] arg1 Parameter of message that will replace %1 in its body.
117 * @param[in] arg2 Parameter of message that will replace %2 in its body.
131 * @param[in] arg1 Parameter of message that will replace %1 in its body.
132 * @param[in] arg2 Parameter of message that will replace %2 in its body.
146 * @param[in] arg1 Parameter of message that will replace %1 in its body.
147 * @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.cpp47 nlohmann::json::object_t parameter; in TEST() local
48 parameter["Name"] = "ResetType"; in TEST()
49 parameter["Required"] = true; in TEST()
50 parameter["DataType"] = "String"; in TEST()
60 parameter["AllowableValues"] = std::move(allowed); in TEST()
61 parameters.emplace_back(std::move(parameter)); in TEST()
80 nlohmann::json::object_t parameter; in TEST() local
81 parameter["Name"] = "ResetType"; in TEST()
82 parameter["Required"] = true; in TEST()
83 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_1_0.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…
149 …"longDescription": "This parameter shall contain the fully qualified domain name of the component …
160 …"longDescription": "This parameter shall contain the two-letter ISO code for the country of the or…
165 …"longDescription": "This parameter shall contain the email address of the contact within the organ…
170 …"longDescription": "This parameter shall contain the given name of the user making the request, as…
175 …"longDescription": "This parameter shall contain the initials of the user making the request, as d…
179 …ion": "The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter value.",
180 …ongDescription": "This parameter shall contain the length of the key, in bits, if needed based on …
[all …]
H A DJobDocument.v1_0_0.json231 "Parameter": { object
262 …"description": "The metadata for a parameter supported by a job document for the `SubmitJob` actio…
263 …"longDescription": "This type shall contain the metadata a parameter supported by a job document f…
280 …s or duration values, inclusive ranges of values, and incremental step values for this parameter.",
284 …alues, inclusive ranges of values, and incremental step values for this parameter, as defined in t…
289 "description": "The allowable pattern for this parameter.",
290 …ntain a regular expression that describes the allowable values for this parameter. This property …
295 "description": "Descriptions of allowable values for this parameter.",
299 …is property shall contain the descriptions of allowable values for this parameter. The descriptio…
304 "description": "The allowable values for this parameter.",
[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_1_0.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…
149 …"longDescription": "This parameter shall contain the fully qualified domain name of the component …
160 …"longDescription": "This parameter shall contain the two-letter ISO code for the country of the or…
165 …"longDescription": "This parameter shall contain the email address of the contact within the organ…
170 …"longDescription": "This parameter shall contain the given name of the user making the request, as…
175 …"longDescription": "This parameter shall contain the initials of the user making the request, as d…
179 …ion": "The length of the key, in bits, if needed based on the `KeyPairAlgorithm` parameter value.",
180 …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-fan-presence/control/json/triggers/
H A Dparameter.cpp16 #include "parameter.hpp"
22 namespace phosphor::fan::control::json::trigger::parameter namespace
31 if (!jsonObj.contains("parameter")) in triggerParameter()
34 "Event '{EVENT_NAME}' parameter trigger is missing 'parameter'", in triggerParameter()
37 "Event parameter trigger is missing 'parameter'"); in triggerParameter()
40 auto name = jsonObj["parameter"].get<std::string>(); in triggerParameter()
49 } // namespace phosphor::fan::control::json::trigger::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/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?

12345678910>>...176