Lines Matching refs:constexpr
30 static constexpr uint8_t ipmiSdrVersion = 0x51;
107 static constexpr auto selVersion = 0x51;
108 static constexpr auto invalidTimeStamp = 0xFFFFFFFF;
110 static constexpr auto freeSpace = 0xFFFF;
111 static constexpr uint8_t selOperationSupport = 0x02;
113 static constexpr auto firstEntry = 0x0000;
114 static constexpr auto lastEntry = 0xFFFF;
115 static constexpr auto entireRecord = 0xFF;
116 static constexpr auto selRecordSize = 16;
118 static constexpr auto stdErr = "Standard";
119 static constexpr auto oemTSErr = "OEM timestamped";
120 static constexpr auto fbUniSELErr = "Facebook Unified SEL";
121 static constexpr auto oemNTSErr = "OEM non-timestamped";
122 static constexpr auto unknownErr = "Unknown";
124 static constexpr uint8_t stdErrType = 0x02;
125 static constexpr uint8_t oemTSErrTypeMin = 0xC0;
126 static constexpr uint8_t oemTSErrTypeMax = 0xDF;
127 static constexpr uint8_t oemNTSErrTypeMin = 0xE0;
128 static constexpr uint8_t fbUniErrType = 0xFB;
129 static constexpr uint8_t oemNTSErrTypeMax = 0xFF;
131 static constexpr uint8_t unifiedPcieErr = 0;
132 static constexpr uint8_t unifiedMemErr = 1;
133 static constexpr uint8_t unifiedIioErr = 3;
134 static constexpr uint8_t unifiedPostEvt = 8;
135 static constexpr uint8_t unifiedPcieEvt = 9;
136 static constexpr uint8_t unifiedMemEvt = 10;
137 static constexpr uint8_t unifiedBootGuard = 12;
138 static constexpr uint8_t unifiedPprEvt = 13;
141 static constexpr uint8_t memoryEccError = 0x63;
142 static constexpr uint8_t memoryErrLogDIS = 0x87;
215 static constexpr auto initiateErase = 0xAA;
216 static constexpr auto getEraseStatus = 0x00;
217 static constexpr auto eraseComplete = 0x01;