Searched defs:PELAttributes (Results 1 – 2 of 2) sorted by relevance
27 struct PELAttributes struct in openpower::pels::Repository29 std::filesystem::path path;30 size_t sizeOnDisk;31 uint8_t creator;32 uint8_t subsystem;33 uint8_t severity;34 std::bitset<16> actionFlags;35 TransmissionState hostState;36 TransmissionState hmcState;37 uint32_t plid;[all …]
676 IsPELTypeFunc isAnyPEL = [](const PELAttributes& /*pel*/) { return true; }; in prune()