TianoCore EDK2 master
|
Data Fields | |
UINT32 | Signature |
EFI_SERVICE_BINDING_PROTOCOL | ServiceBinding |
UINT16 | TlsChildrenNum |
LIST_ENTRY | TlsChildrenList |
EFI_HANDLE | Handle |
EFI_HANDLE | ImageHandle |
VOID * | TlsCtx |
Definition at line 39 of file TlsDriver.h.
EFI_HANDLE _TLS_SERVICE::Handle |
Definition at line 49 of file TlsDriver.h.
EFI_HANDLE _TLS_SERVICE::ImageHandle |
Definition at line 50 of file TlsDriver.h.
EFI_SERVICE_BINDING_PROTOCOL _TLS_SERVICE::ServiceBinding |
Definition at line 41 of file TlsDriver.h.
UINT32 _TLS_SERVICE::Signature |
Definition at line 40 of file TlsDriver.h.
LIST_ENTRY _TLS_SERVICE::TlsChildrenList |
Definition at line 44 of file TlsDriver.h.
UINT16 _TLS_SERVICE::TlsChildrenNum |
Definition at line 43 of file TlsDriver.h.
VOID* _TLS_SERVICE::TlsCtx |
Definition at line 57 of file TlsDriver.h.