/openbmc/linux/tools/perf/ |
H A D | builtin-evlist.c | 29 static int __cmd_evlist(const char *file_name, struct perf_attr_details *details) in __cmd_evlist() argument 36 .force = details->force, in __cmd_evlist() 53 evsel__fprintf(pos, details, stdout); in __cmd_evlist() 59 if (has_tracepoint && !details->trace_fields) in __cmd_evlist() 68 struct perf_attr_details details = { .verbose = false, }; in cmd_evlist() local 71 OPT_BOOLEAN('F', "freq", &details.freq, "Show the sample frequency"), in cmd_evlist() 72 OPT_BOOLEAN('v', "verbose", &details.verbose, in cmd_evlist() 73 "Show all event attr details"), in cmd_evlist() 74 OPT_BOOLEAN('g', "group", &details.event_group, in cmd_evlist() 76 OPT_BOOLEAN('f', "force", &details.force, "don't complain, do it"), in cmd_evlist() [all …]
|
/openbmc/openbmc/meta-arm/scripts/ |
H A D | report-index.html.jinja | 20 {% set details = data[recipe] %} 22 <a href="{{machine}}.html#recipe-{{details.recipe}}"> 23 {{ details.recipe if details.recipe != recipe}} 24 {{ details.version }} 26 {% if details.patches or details.needs_update %} 28 {% if details.patches %} 29 <span class="tag {{ "is-info" if details.patches_safe else "is-danger" }}"> 30 {% trans count=details.patches|length %} 37 {% if details.needs_update %}
|
/openbmc/phosphor-power/ |
H A D | elog-errors.hpp | 2 // See elog-gen.py for more details 260 namespace details namespace 271 } // namespace details 291 namespace details namespace 302 } // namespace details 322 namespace details namespace 333 } // namespace details 353 namespace details namespace 364 } // namespace details 384 namespace details namespace [all …]
|
/openbmc/telemetry/tests/src/utils/ |
H A D | string_utils.cpp | 7 namespace details namespace 24 return details::repeat( in getString() 41 } // namespace details 47 return details::getString(constants::maxPrefixLength); in getMaxPrefix() 52 return details::getString(constants::maxIdNameLength); in getMaxId() 57 return details::getStringWithSpaces(constants::maxIdNameLength); in getMaxName() 62 return details::getString(constants::maxPrefixLength + 1); in getTooLongPrefix() 67 return details::getString(constants::maxIdNameLength + 1); in getTooLongId() 72 return details::getStringWithSpaces(constants::maxIdNameLength + 1); in getTooLongName()
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_vmi_multiple_interfaces.robot | 58 Verify VMI Network Interface Details ${default} DHCP ${default} ${default} 59 …Verify VMI Network Interface Details ${default} DHCP ${default} ${default} ${interface_list}[… 63 ... and verify first gets static ip details and second gets dynamic ip details. 73 … Verify VMI Network Interface Details ${test_ipv4_1} Static ${test_gateway_1} ${test_netmask_1} 74 …Verify VMI Network Interface Details ${default} DHCP ${default} ${default} ${interface_list}[… 78 ... and verify first gets dynamic ip details and second gets static ip details. 88 Verify VMI Network Interface Details ${default} DHCP ${default} ${default} 97 Get Original Vmi Details 110 Get Original Vmi Details 111 [Documentation] Get original details of VMI. [all …]
|
H A D | test_vmi.robot | 47 Verify Existing VMI Network Interface Details 48 [Documentation] Verify existing VMI network interface details. 51 ${vmi_ip}= Get VMI Network Interface Details 59 ... Verify VMI Network Interface Details ${vmi_ip["IPv4_Address"]} 121 Switch Between IP Origins On VMI And Verify Details 122 [Documentation] Switch between IP origins on VMI and verify details. 125 Switch VMI IPv4 Origin And Verify Details 126 Switch VMI IPv4 Origin And Verify Details 129 Verify Persistency Of VMI IPv4 Details After Host Reboot 130 [Documentation] Verify persistency of VMI IPv4 details afte [all...] |
/openbmc/u-boot/doc/device-tree-bindings/gpu/ |
H A D | nvidia,tegra20-host1x.txt | 13 See ../clocks/clock-bindings.txt for details. 15 See ../reset/reset.txt for details. 29 See ../clocks/clock-bindings.txt for details. 31 See ../reset/reset.txt for details. 42 See ../clocks/clock-bindings.txt for details. 44 See ../reset/reset.txt for details. 55 See ../clocks/clock-bindings.txt for details. 57 See ../reset/reset.txt for details. 68 See ../clocks/clock-bindings.txt for details. 70 See ../reset/reset.txt for details. [all …]
|
/openbmc/ibm-logging/ |
H A D | policy_table.cpp | 59 for (const auto& details : policy["dtls"]) in load() local 61 Details d; in load() 62 d.modifier = details["mod"]; in load() 63 d.msg = details["msg"]; in load() 64 d.ceid = details["CEID"]; in load() 85 // underlying details object it is with the help of the modifier. in find() 93 auto details = std::find_if( in find() local 97 if ((details == policy->second.end()) && !modifier.empty()) in find() 99 details = in find() 104 if (details != policy->second.end()) in find() [all …]
|
H A D | condense_policy.py | 44 def add_details(error, details, condensed): argument 45 """Adds a details entry to an error""" 50 errors["dtls"].append(details) 58 group["dtls"].append(details) 97 details = {} variable 104 details["mod"] = modifier 107 details["mod"] = "" 114 details["msg"] = policytable[name]["Message"] 115 details["CEID"] = policytable[name]["CommonEventID"] 117 add_details(error, details, condensed)
|
/openbmc/sdbusplus/src/server/ |
H A D | transaction.cpp | 9 namespace details namespace 15 } // namespace details 20 if (!details::id) in get_id() 22 details::Transaction t; in get_id() 23 details::id = std::hash<details::Transaction>{}(t); in get_id() 25 return details::id; in get_id() 30 details::id = value; in set_id() 88 size_t hash<sdbusplus::server::transaction::details::Transaction>::operator()( in operator ()() 89 const sdbusplus::server::transaction::details::Transaction& t) const in operator ()()
|
/openbmc/sdbusplus/include/sdbusplus/message/ |
H A D | native_types.hpp | 14 namespace details namespace 167 } // namespace details 170 using object_path = details::string_path_wrapper; 172 using signature = details::string_wrapper; 173 using unix_fd = details::unix_fd_type; 175 namespace details namespace 190 } // namespace details 203 return details::convert_from_string<T>::op(str); in convert_from_string() 218 return details::convert_to_string<T>::op(t); in convert_to_string() 221 namespace details namespace [all …]
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/ |
H A D | elog.hpp | 28 namespace details namespace 110 } // namespace details 138 return details::commit(T::errName); in commit() 158 return details::commit(T::errName, level); in commit() 179 typename details::map_exception_type_t<T>::metadata_types, in elog() 180 std::tuple<details::deduce_entry_type_t<Args>...>>, in elog() 183 log<details::map_exception_type_t<T>::L>( in elog() 184 T::errDesc, details::deduce_entry_type<Args>{i_args}.get()...); in elog() 210 typename details::map_exception_type_t<T>::metadata_types, in report() 211 std::tuple<details::deduce_entry_type_t<Args>...>>, in report() [all …]
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | slot.hpp | 18 namespace details namespace 38 } // namespace details 46 slot() : _slot(nullptr, details::SlotDeleter(&sdbus_impl)) {} in slot() 54 _slot(s, details::SlotDeleter(intf)) in slot() 69 friend struct details::slot_friend; 76 details::slot _slot; 79 namespace details namespace 94 } // namespace details
|
/openbmc/linux/drivers/cpufreq/ |
H A D | Kconfig.x86 | 29 For details, take a look at: 49 For details, take a look at: 68 For details, take a look at: 98 For details, take a look at <file:Documentation/cpu-freq/>. 125 For details, take a look at <file:Documentation/cpu-freq/>. 135 For details, take a look at <file:Documentation/cpu-freq/>. 147 For details, take a look at <file:Documentation/cpu-freq/>. 157 For details, take a look at <file:Documentation/cpu-freq/>. 178 For details, take a look at <file:Documentation/cpu-freq/>. 204 For details, take a look at <file:Documentation/cpu-freq/>. [all …]
|
/openbmc/telemetry/src/ |
H A D | numeric_threshold.cpp | 47 auto& details = getDetails(sensor); in sensorUpdated() local 48 auto& prevValue = details.prevValue; in sensorUpdated() 49 auto& prevDirection = details.prevDirection; in sensorUpdated() 50 auto& dwell = details.dwell; in sensorUpdated() 51 auto& timer = details.timer; in sensorUpdated() 82 startTimer(details, value); in sensorUpdated() 91 void NumericThreshold::startTimer(NumericThreshold::ThresholdDetail& details, in startTimer() argument 94 auto& sensorName = details.getSensorName(); in startTimer() 95 auto& dwell = details.dwell; in startTimer() 96 auto& timer = details.timer; in startTimer()
|
H A D | discrete_threshold.cpp | 52 auto& details = getDetails(sensor); in sensorUpdated() local 53 auto& dwell = details.dwell; in sensorUpdated() 54 auto& timer = details.timer; in sensorUpdated() 63 startTimer(details, value); in sensorUpdated() 67 void DiscreteThreshold::startTimer(DiscreteThreshold::ThresholdDetail& details, in startTimer() argument 70 auto& sensorName = details.getSensorName(); in startTimer() 71 auto& dwell = details.dwell; in startTimer() 72 auto& timer = details.timer; in startTimer()
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | interface.client.hpp.mako | 15 namespace details 20 } // namespace details 31 sdbusplus::async::client_t<details::${interface.classname}>, 32 details::${interface.classname}<Client, Proxy>> 37 sdbusplus::async::client_t<details::${interface.classname}>, 38 details::${interface.classname}<Client, Proxy>>( 43 namespace details 49 private sdbusplus::async::client::details::client_context_friend 111 return sdbusplus::async::client::details::client_context_friend:: 118 } // namespace details
|
/openbmc/bmcweb/include/ |
H A D | human_sort.hpp | 9 namespace details namespace 25 } // namespace details 32 details::ModeType mode = details::ModeType::STRING; in alphanumComp() 36 if (mode == details::ModeType::STRING) in alphanumComp() 39 const bool lDigit = details::simpleIsDigit(*l); in alphanumComp() 40 const bool rDigit = details::simpleIsDigit(*r); in alphanumComp() 44 mode = details::ModeType::NUMBER; in alphanumComp() 88 mode = details::ModeType::STRING; in alphanumComp()
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | runner.py | 135 def extractExtraResults(self, test, details = None): argument 137 if details is not None and "extraresults" in details: 138 extraresults = details.get("extraresults", {}) 150 def addError(self, test, *args, details = None): argument 151 self.extractExtraResults(test, details = details) 154 def addFailure(self, test, *args, details = None): argument 155 self.extractExtraResults(test, details = details) 158 def addSuccess(self, test, details = None): argument 161 self.extractExtraResults(test, details = details) 164 def addExpectedFailure(self, test, *args, details = None): argument [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/ |
H A D | concurrencytest.py | 120 if "details" in kwargs and "extraresults" in kwargs["details"]: 121 if isinstance(kwargs["details"]["extraresults"], Content): 123 kwargs["details"] = kwargs["details"].copy() 124 extraresults = kwargs["details"]["extraresults"] 129 kwargs["details"]["extraresults"] = extraresults 137 if "details" not in kwargs: 138 kwargs["details"] = {} 140 kwargs["details"] = kwargs["details"].copy() 141 …kwargs["details"]["extraresults"] = Content(ContentType("application", "json", {'charset': 'utf8'}… 142 # if using details, need to encode any exceptions into the details obj, [all …]
|
/openbmc/witherspoon-pfault-analysis/ |
H A D | elog-errors.hpp | 2 // See elog-gen.py for more details 112 namespace details namespace 123 } // namespace details 143 namespace details namespace 154 } // namespace details 220 namespace details namespace 231 } // namespace details 298 namespace details namespace 309 } // namespace details 347 namespace details namespace [all …]
|
/openbmc/phosphor-net-ipmid/ |
H A D | endian.hpp | 8 namespace details namespace 60 } // namespace details 65 return details::convert<T>::to_ipmi(i); in to_ipmi() 71 return details::convert<T>::from_ipmi(i); in from_ipmi() 77 return details::convert<T>::to_network(i); in to_network() 82 return details::convert<T>::from_network(i); in from_network()
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | context.hpp | 16 namespace details namespace 20 } // namespace details 40 class context : public bus::details::bus_friend 94 friend details::wait_process_completion; 95 friend details::context_friend; 124 details::wait_process_completion* staged = nullptr; 125 details::wait_process_completion* pending = nullptr; 158 namespace details namespace 172 } // namespace details
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ |
H A D | ia_css_xnr3_types.h | 13 * more details. 25 * \details The define specifies which fixed-point value represents 1.0. 31 * \details The define specifies which fixed-point value represents 1.0. 37 * \details The define specifies which fixed-point value represents 1.0. 43 * \details Sigma parameters define the strength of the XNR filter. 60 * \details Coring parameters define the "coring" strength, which is a soft 75 * \details Blending parameters define the blending strength of filtered 89 * \details Struct with all parameters for the XNR3 kernel that can be set
|
/openbmc/openpower-debug-collector/watchdog/ |
H A D | utils.hpp | 37 * @details Creates a temporary file in the temporary directory (normally 47 * @details Transfers ownership of a temporary file. 60 * @details Deletes the temporary file owned by this object. Then transfers 72 * @details description the temporary file if necessary. 89 * @details Does nothing if the file has already been deleted. 98 * @details Returns an empty path if the file has been deleted. 111 * @details Empty when file has been deleted.
|