Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapiutil.c346 AddToSessionList(pSess) in AddToSessionList() argument
347 Session_Struct_t *pSess; in AddToSessionList()
357 Anchor->SessListBeg = pSess;
359 pSess->Previous = pSess->Next = NULL;
364 pCur->Next = pSess;
365 pSess->Previous = pCur;
366 pSess->Next = NULL;
373 RemoveFromSessionList(pSess) in RemoveFromSessionList() argument
374 Session_Struct_t *pSess; in RemoveFromSessionList()
388 if (pCur == pSess) {
[all …]