Home
last modified time | relevance | path

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

12345678910>>...121

/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/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">
81 …<Annotation Term="OData.LongDescription" String="This parameter shall contain the name of the orga…
82 </Parameter>
[all …]
/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 …]
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/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/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/watchdog/
Dwatchdog-parameters.rst
/openbmc/linux/include/media/
Ddemux.h
/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/sound/designs/
Dtracepoints.rst
/openbmc/linux/drivers/net/fddi/skfp/h/
Dsmt.h
/openbmc/linux/Documentation/devicetree/bindings/
Dxilinx.txt
/openbmc/linux/Documentation/trace/
Devents-power.rst
/openbmc/linux/Documentation/trace/coresight/
Dcoresight-config.rst
/openbmc/linux/drivers/scsi/bnx2i/
Dbnx2i_sysfs.c

12345678910>>...121