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