TianoCore EDK2 master
Loading...
Searching...
No Matches
_TLS_SERVICE Struct Reference

Data Fields

UINT32 Signature
 
EFI_SERVICE_BINDING_PROTOCOL ServiceBinding
 
UINT16 TlsChildrenNum
 
LIST_ENTRY TlsChildrenList
 
EFI_HANDLE Handle
 
EFI_HANDLE ImageHandle
 
VOID * TlsCtx
 

Detailed Description

Definition at line 39 of file TlsDriver.h.

Field Documentation

◆ Handle

EFI_HANDLE _TLS_SERVICE::Handle

Definition at line 49 of file TlsDriver.h.

◆ ImageHandle

EFI_HANDLE _TLS_SERVICE::ImageHandle

Definition at line 50 of file TlsDriver.h.

◆ ServiceBinding

EFI_SERVICE_BINDING_PROTOCOL _TLS_SERVICE::ServiceBinding

Definition at line 41 of file TlsDriver.h.

◆ Signature

UINT32 _TLS_SERVICE::Signature

Definition at line 40 of file TlsDriver.h.

◆ TlsChildrenList

LIST_ENTRY _TLS_SERVICE::TlsChildrenList

Definition at line 44 of file TlsDriver.h.

◆ TlsChildrenNum

UINT16 _TLS_SERVICE::TlsChildrenNum

Definition at line 43 of file TlsDriver.h.

◆ TlsCtx

VOID* _TLS_SERVICE::TlsCtx

Definition at line 57 of file TlsDriver.h.


The documentation for this struct was generated from the following file: