Searched refs:_what (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-mboxd/vpnor/ |
H A D | pnor_partition_table.hpp | 257 ReasonedError(const std::string&& what) : _what(what) in ReasonedError() 262 return _what.c_str(); in what() 266 const std::string _what; member in openpower::virtual_pnor::ReasonedError
|
/openbmc/hiomapd/vpnor/ |
H A D | table.hpp | 267 ReasonedError(const std::string&& what) : _what(what) in ReasonedError() 272 return _what.c_str(); in what() 276 const std::string _what; member in openpower::virtual_pnor::ReasonedError
|
/openbmc/qemu/scripts/qapi/ |
H A D | gen.py | 241 self._what = what 242 self._genc = QAPIGenC(self._prefix + self._what + '.c', 244 self._genh = QAPIGenH(self._prefix + self._what + '.h', 261 self._what = what 315 basename = self._module_filename(self._what, name) 363 relname = os.path.relpath(self._module_filename(self._what, name),
|
/openbmc/linux/drivers/hwtracing/intel_th/ |
H A D | gth.c | 225 #define OUTPUT_PARM(_name, _mask, _r, _w, _what) \ argument 227 .get = gth_ ## _what ## _get, \ 228 .set = gth_ ## _what ## _set, \
|
/openbmc/linux/drivers/iio/dac/ |
H A D | ad5766.c | 421 #define _AD5766_CHAN_EXT_INFO(_name, _what, _shared) { \ argument 425 .private = _what, \
|
H A D | ltc2688.c | 587 #define LTC2688_CHAN_EXT_INFO(_name, _what, _shared, _read, _write) { \ argument 591 .private = (_what), \
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | testing.md | 393 tell _what it's supposed to do_ and _when_. That way you can be certain whether
|