Home
last modified time | relevance | path

Searched refs:SessListBeg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapiutil.c361 pCur = Anchor->SessListBeg; in AddToSessionList()
365 Anchor->SessListBeg = pSess; in AddToSessionList()
387 pCur = Anchor->SessListBeg; in RemoveFromSessionList()
398 Anchor->SessListBeg = pSess->Next; in RemoveFromSessionList()
445 cSessionp = Anchor->SessListBeg; in Valid_Session()
H A Dapi_interface.c413 pCur = (Anchor ? Anchor->SessListBeg : NULL); in C_CloseAllSessions()
434 pCur = Anchor->SessListBeg; in C_CloseAllSessions()
H A Dtpmtok_int.h197 Session_Struct_t *SessListBeg; member