Searched refs:recDataBytes (Results 1 – 1 of 1) sorted by relevance
1586 std::vector<uint8_t> recDataBytes; in ipmiStorageGetSELEntry() local1587 if (fromHexStr(ipmiRaw, recDataBytes) < 0) in ipmiStorageGetSELEntry()1608 return ipmi::responseSuccess(nextRecord, recDataBytes); in ipmiStorageGetSELEntry()1624 recPartData.push_back(recDataBytes[i + reqData->offset]); in ipmiStorageGetSELEntry()