Searched refs:readFunc (Results 1 – 3 of 3) sorted by relevance
30 explicit FRUReader(ReadBlockFunc readFunc) : readFunc(std::move(readFunc)) in FRUReader() argument45 ReadBlockFunc readFunc; member in FRUReader
30 readFunc(blk * cacheBlockSize, cacheBlockSize, newData); in read()
360 auto readFunc = [file](off_t offset, size_t length, uint8_t* outbuf) { in processEeprom() local363 FRUReader reader(std::move(readFunc)); in processEeprom()559 auto readFunc = [is16BitBool, file, in getBusFRUs() local564 FRUReader reader(std::move(readFunc)); in getBusFRUs()576 auto readFunc = in getBusFRUs() local582 FRUReader readerBytewise(std::move(readFunc)); in getBusFRUs()1085 auto readFunc = [eeprom](off_t offset, size_t length, uint8_t* outbuf) { in writeFRU() local1088 FRUReader reader(std::move(readFunc)); in writeFRU()