/openbmc/x86-power-control/src/ |
H A D | power_control.hpp | 117 * @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 D | CertificateService_v1.xml | 70 <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 D | AggregationService_v1.xml | 79 <Parameter Name="AggregationService" Type="AggregationService.v1_0_0.Actions"/> 80 <Parameter Name="DelayBetweenBatchesInSeconds" Type="Edm.Int64"> 82 …<Annotation Term="OData.LongDescription" String="This parameter shall contain the delay of the bat… 85 </Parameter> 86 <Parameter Name="BatchSize" Type="Edm.Int64"> 88 …<Annotation Term="OData.LongDescription" String="This parameter shall contain the number of elemen… 90 </Parameter> 91 <Parameter Name="ResetType" Type="Resource.ResetType"> 93 …gDescription" String="This parameter shall contain the type of reset. The service can accept a re… 94 </Parameter> [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | CertificateService_v1.xml | 70 <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 D | JobDocument_v1.xml | 69 <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 D | LicenseService_v1.xml | 68 <Parameter Name="LicenseService" Type="LicenseService.v1_0_0.Actions"/> 69 <Parameter Name="LicenseFileURI" Type="Edm.String" Nullable="false"> 71 …parameter 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… 76 …parameter 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 D | Aggregate_v1.xml | 67 <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 …]
|
H A D | AggregationService_v1.xml | 79 <Parameter Name="AggregationService" Type="AggregationService.v1_0_0.Actions"/> 80 <Parameter Name="DelayBetweenBatchesInSeconds" Type="Edm.Int64"> 82 …<Annotation Term="OData.LongDescription" String="This parameter shall contain the delay of the bat… 85 </Parameter> 86 <Parameter Name="BatchSize" Type="Edm.Int64"> 88 …<Annotation Term="OData.LongDescription" String="This parameter shall contain the number of elemen… 90 </Parameter> 91 <Parameter Name="ResetType" Type="Resource.ResetType"> 93 …gDescription" String="This parameter shall contain the type of reset. The service can accept a re… 94 </Parameter> [all …]
|
/openbmc/bmcweb/test/redfish-core/lib/ |
H A D | system_test.cpp | 47 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/bmcweb/redfish-core/include/ |
H A D | error_messages.hpp | 77 * @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/phosphor-power/phosphor-regulators/test/ |
H A D | pmbus_utils_tests.cpp | 28 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/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_systeminfo_parameters.robot | 34 [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/phosphor-fan-presence/control/json/triggers/ |
H A D | parameter.cpp | 16 #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/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | ActionInfo.v1_4_2.json | 102 …"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 D | CertificateService.v1_1_0.json | 128 …"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 D | JobDocument.v1_0_0.json | 231 "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 …]
|
H A D | LicenseService.v1_1_2.json | 47 …parameter shall contain an array of links to the devices to be authorized by the license. Clients… 54 …parameter shall contain an RFC3986-defined URI that links to a file that the license service retri… 59 … "description": "The password to access the URI specified by the `LicenseFileURI` parameter.", 60 …"longDescription": "This parameter shall contain the password to access the URI specified by the `… 68 …e the license will be installed, such as remote Redfish services. This parameter shall only be pr… 74 …the license file located at the URI provided in `LicenseFileURI`. This parameter is ignored if th… 75 …parameter shall contain the network protocol that the license service shall use to retrieve the li… 78 … "description": "The username to access the URI specified by the `LicenseFileURI` parameter.", 79 …"longDescription": "This parameter shall contain the username to access the URI specified by the `…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | ActionInfo.v1_4_2.json | 102 …"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 D | CertificateService.v1_1_0.json | 128 …"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-host-ipmid/ |
H A D | sys_info_param.hpp | 18 * 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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Certs/CSR/ |
H A D | Create.interface.yaml | 16 Caller is responsible for the input parameter validation. 19 CSR Request, initialize the Parameter with blank for strings 36 Example Austin This is a required parameter. 41 secured. This is a required parameter. 50 required parameter. 68 the KeyPairAlgorithm parameter. 75 value of the KeyPairAlgorithm parameter. 136 LLC. For example, IBM Corp. This is a required parameter. 141 request. This is a required parameter. 147 required parameter.
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_features_def.h.inc | 161 DEF_FEAT(PLO_CLG, "plo-clg", PLO, 1, "PLO Compare and load (64 bit in parameter list)") 163 DEF_FEAT(PLO_CLX, "plo-clx", PLO, 3, "PLO Compare and load (128 bit in parameter list)") 165 DEF_FEAT(PLO_CSG, "plo-csg", PLO, 5, "PLO Compare and swap (64 bit in parameter list)") 167 DEF_FEAT(PLO_CSX, "plo-csx", PLO, 7, "PLO Compare and swap (128 bit in parameter list)") 169 DEF_FEAT(PLO_DCSG, "plo-dcsg", PLO, 9, "PLO Double compare and swap (64 bit in parameter list)") 171 DEF_FEAT(PLO_DCSX, "plo-dcsx", PLO, 11, "PLO Double compare and swap (128 bit in parameter list)") 173 DEF_FEAT(PLO_CSSTG, "plo-csstg", PLO, 13, "PLO Compare and swap and store (64 bit in parameter list… 175 DEF_FEAT(PLO_CSSTX, "plo-csstx", PLO, 15, "PLO Compare and swap and store (128 bit in parameter lis… 177 …_CSDSTG, "plo-csdstg", PLO, 17, "PLO Compare and swap and double store (64 bit in parameter list)") 179 …CSDSTX, "plo-csdstx", PLO, 19, "PLO Compare and swap and double store (128 bit in parameter list)") [all …]
|
/openbmc/qemu/tests/qtest/migration/ |
H A D | migration-qmp.c | 385 const char *parameter) in migrate_get_parameter_int() argument 392 result = qdict_get_int(rsp, parameter); in migrate_get_parameter_int() 397 static void migrate_check_parameter_int(QTestState *who, const char *parameter, in migrate_check_parameter_int() argument 402 result = migrate_get_parameter_int(who, parameter); in migrate_check_parameter_int() 406 void migrate_set_parameter_int(QTestState *who, const char *parameter, in migrate_set_parameter_int() argument 412 parameter, value); in migrate_set_parameter_int() 413 migrate_check_parameter_int(who, parameter, value); in migrate_set_parameter_int() 416 static char *migrate_get_parameter_str(QTestState *who, const char *parameter) in migrate_get_parameter_str() argument 423 result = g_strdup(qdict_get_str(rsp, parameter)); in migrate_get_parameter_str() 428 static void migrate_check_parameter_str(QTestState *who, const char *parameter, in migrate_check_parameter_str() argument [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | pmbus_utils.cpp | 23 int8_t& parameter) in parseVoutMode() argument 45 // Get the parameter field from bits [4:0] in the VOUT_MODE value in parseVoutMode() 48 // Get parameter value from parameter field in parseVoutMode() 51 // Extend sign bit if necessary because parameter is an exponent in in parseVoutMode() 58 parameter = static_cast<int8_t>(parameterField); in parseVoutMode()
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | base_message_registry.hpp | 121 … "Indicates that the action was supplied with a duplicated action parameter in the request body.", 122 "The action %1 was submitted with more than one value for the parameter %2.", 129 …"Resubmit the action with only one instance of the action parameter in the request body if the ope… 134 …"Indicates that the action requested was missing an action parameter that is required to process t… 135 "The action %1 requires the parameter %2 to be present in the request body.", 142 …"Supply the action with the required parameter in the request body when the request is resubmitted… 147 … "Indicates that the parameter supplied for the action is not supported on the resource.", 148 "The parameter %1 for the action %2 is not supported on the target resource.", 155 "Remove the parameter supplied and resubmit the request if the operation failed.", 160 …"Indicates that an action was submitted but an action parameter supplied did not match any of the … [all …]
|