Lines Matching refs:Event
58 // Bitmap of supported event log formats
88 // This bit is shall be set when an event shall be extended but not logged.
106 // Size of the event header itself (sizeof(TrEE_EVENT_HEADER)).
118 // Type of the event that shall be extended (and optionally logged).
125 // Total size of the event including the Size component, the header and the Event data.
129 UINT8 Event[1];
161 The EFI_TREE_PROTOCOL Get Event Log function call allows a caller to
162 retrieve the address of a given event log and its last entry.
165 @param[in] EventLogFormat The type of the event log for which the information is requested.
166 @param[out] EventLogLocation A pointer to the memory address of the event log.
167 @param[out] EventLogLastEntry If the Event Log contains more than one entry, this is a pointer to the
168 address of the start of the last entry in the event log in memory.
169 @param[out] EventLogTruncated If the Event Log is missing at least one entry because an event would
171 Otherwise, the value will be FALSE and the Event Log will be complete.
175 (e.g. asking for an event log whose format is not supported).
191 The extend operation will occur even if this function cannot create an event
192 log entry (e.g. due to the event log being full).
198 @param[in] Event Pointer to data buffer containing information about the event.
202 @retval EFI_VOLUME_FULL The extend operation occurred, but the event could not be written to one or more event logs.
213 IN TrEE_EVENT *Event