123456789101112131415161718192021222324252627282930313233 |
- .TH "IFAPI_EVENT_UNION" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- IFAPI_EVENT_UNION
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <ifapi_eventlog\&.h>\fP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "\fBIFAPI_TSS_EVENT\fP \fBtss_event\fP"
- .br
- .ti -1c
- .RI "\fBIFAPI_IMA_EVENT\fP \fBima_event\fP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- Type for representing sub types of FAPI events
- .SH "Field Documentation"
- .PP
- .SS "\fBIFAPI_IMA_EVENT\fP ima_event"
- IMA event information
- .SS "\fBIFAPI_TSS_EVENT\fP tss_event"
- TSS event information
- .SH "Author"
- .PP
- Generated automatically by Doxygen for tpm2-tss from the source code\&.
|