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.cpp360 auto readFunc = [file](off_t offset, size_t length, uint8_t* outbuf) { in processEeprom() local
556 auto readFunc = [is16BitBool, file, in getBusFRUs() local
573 auto readFunc = in getBusFRUs() local
942 auto readFunc = [eeprom](off_t offset, size_t length, uint8_t* outbuf) { in writeFRU() local
/openbmc/qemu/crypto/
H A Dtlssession.c46 QCryptoTLSSessionReadFunc readFunc; member
504 QCryptoTLSSessionReadFunc readFunc, in qcrypto_tls_session_set_callbacks()