Lines Matching full:pel
6 Returns a file descriptor to a PEL.
11 The PEL log ID of the PEL to retrieve.
16 A file descriptor for a file that contains the PEL.
23 Returns PEL data based on the OpenBMC event log ID.
28 The OpenBMC event log ID of the PEL to retrieve.
33 The PEL data
39 Notifies the PEL handler that the host (usually the OS) acked a PEL.
44 The PEL log ID
50 Notifies the PEL handler that the host could not process a PEL.
55 The PEL log ID
59 The reason the PEL was rejected
65 Creates an OpenBMC event log and a corresponding PEL. This method
66 returns the IDs of the created PEL and OpenBMC event log, unlike the
74 also the key into the PEL message registry.
115 - PEL log ID: The unique ID of the PEL
116 Note that the PEL's platform log ID (PLID) field is always equal
117 to the PEL log ID for BMC created PELs.
121 Returns the PEL Id (aka Entry ID (EID)) based on the given BMC event
127 The BMC event log id of the PEL to retrieve the PEL id.
132 The Id of the PEL.
138 Returns the BMC event log id based on the given PEL id (aka Entry ID
144 The PEL id to retrieve the BMC event log id.
149 The BMC event log id of the PEL.
155 Returns a string containing the JSON representation of the PEL.
160 The BMC event log id of the PEL to retrieve JSON for
165 The PEL in JSON format
173 The reason the PEL was rejected
177 The PEL was malformed.