Home | History | Annotate | Download | only in Protocol

Lines Matching defs:Event

62   // Bitmap of supported event log formats

103 // This bit is shall be set when an event shall be extended but not logged.
119 // Size of the event header itself (sizeof(EFI_TCG2_EVENT_HEADER)).
131 // Type of the event that shall be extended (and optionally logged).
138 // Total size of the event including the Size component, the header and the Event data.
142 UINT8 Event[1];
174 The EFI_TCG2_PROTOCOL Get Event Log function call allows a caller to
175 retrieve the address of a given event log and its last entry.
178 @param[in] EventLogFormat The type of the event log for which the information is requested.
179 @param[out] EventLogLocation A pointer to the memory address of the event log.
180 @param[out] EventLogLastEntry If the Event Log contains more than one entry, this is a pointer to the
181 address of the start of the last entry in the event log in memory.
182 @param[out] EventLogTruncated If the Event Log is missing at least one entry because an event would
184 Otherwise, the value will be FALSE and the Event Log will be complete.
188 (e.g. asking for an event log whose format is not supported).
204 The extend operation will occur even if this function cannot create an event
205 log entry (e.g. due to the event log being full).
211 @param[in] EfiTcgEvent Pointer to data buffer containing information about the event.
215 @retval EFI_VOLUME_FULL The extend operation occurred, but the event could not be written to one or more event logs.
316 // Log entries after Get Event Log service
336 //TCG_PCR_EVENT2 Event[1];