Home
last modified time | relevance | path

Searched defs:readFunc (Results 1 – 3 of 3) sorted by relevance

/openbmc/entity-manager/src/fru_device/
H A Dfru_reader.hpp30 explicit FRUReader(ReadBlockFunc readFunc) : readFunc(std::move(readFunc)) in FRUReader()
45 ReadBlockFunc readFunc; member in FRUReader
H A Dfru_device.cpp361 auto readFunc = [file](off_t offset, size_t length, uint8_t* outbuf) { processEeprom() local
557 auto readFunc = [is16BitBool, file, getBusFRUs() local
574 auto readFunc = getBusFRUs() local
944 auto readFunc = [eeprom](off_t offset, size_t length, uint8_t* outbuf) { writeFRU() local
/openbmc/qemu/crypto/
H A Dtlssession.c46 QCryptoTLSSessionReadFunc readFunc; member
504 QCryptoTLSSessionReadFunc readFunc, in qcrypto_tls_session_set_callbacks()