Lines Matching defs:PELAttributes
27 struct PELAttributes struct in openpower::pels::Repository
29 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;
38 bool deconfig;
39 bool guard;
40 uint64_t creationTime;
44 PELAttributes(const std::filesystem::path& p, size_t size, in PELAttributes() argument