Home
last modified time | relevance | path

Searched refs:_what (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_table.hpp257 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 Dtable.hpp267 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 Dgen.py241 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 Dgth.c225 #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 Dad5766.c421 #define _AD5766_CHAN_EXT_INFO(_name, _what, _shared) { \ argument
425 .private = _what, \
H A Dltc2688.c587 #define LTC2688_CHAN_EXT_INFO(_name, _what, _shared, _read, _write) { \ argument
591 .private = (_what), \
/openbmc/phosphor-host-ipmid/docs/
H A Dtesting.md393 tell _what it's supposed to do_ and _when_. That way you can be certain whether