Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dfru_reader.hpp43 explicit FRUReader(ReadBlockFunc readFunc) : readFunc(std::move(readFunc)) in FRUReader()
58 ReadBlockFunc readFunc; member in FRUReader
H A Dfru_device.cpp318 auto readFunc = [file](off_t offset, size_t length, uint8_t* outbuf) { in processEeprom() local
517 auto readFunc = [is16BitBool, file, ii](off_t offset, size_t length, in getBusFRUs() local
534 auto readFunc = [is16BitBool, file, ii](off_t offset, in getBusFRUs() local
/openbmc/qemu/crypto/
H A Dtlssession.c44 QCryptoTLSSessionReadFunc readFunc; member
432 QCryptoTLSSessionReadFunc readFunc, in qcrypto_tls_session_set_callbacks()