Home
last modified time | relevance | path

Searched refs:CONTAINER_OF (Results 1 - 3 of 3) sorted by relevance

/base/tee/tee_client/services/tlogcat/src/
H A Dproc_tag.c59 tagInfo = CONTAINER_OF(ptr, struct TaTagInfo, taTagNode); in QueryTaTagNode()
79 tagInfo = CONTAINER_OF(ptr, struct DriverTagInfo, tagNode); in QueryDriverTagNode()
291 taTagInfo = CONTAINER_OF(node, struct TaTagInfo, taTagNode); in FreeTaTagNode()
315 tagInfo = CONTAINER_OF(node, struct DriverTagInfo, tagNode); in FreeDriverTagNode()
/base/tee/tee_client/frameworks/include/
H A Dtee_client_list.h19 #define CONTAINER_OF(pos, type, member) (type *)(((char *)(pos)) - OFFSET_OF(type, member)) macro
/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c220 sessionEntry = CONTAINER_OF(node, TEEC_Session, head); in AddSessionList()
245 TEEC_ContextInner *tmp = CONTAINER_OF(ptr, TEEC_ContextInner, c_node); in FindBnContext()
312 TEEC_Session *tmp = CONTAINER_OF(ptr, TEEC_Session, head); in FindBnSession()
439 tempShardMem = CONTAINER_OF(ptr, TEEC_SharedMemoryInner, head); in GetBnShmByOffset()
869 session = CONTAINER_OF(ptr, TEEC_Session, head); in TEEC_FinalizeContextInner()
892 shrdMem = CONTAINER_OF(ptr, TEEC_SharedMemoryInner, head); in TEEC_FinalizeContextInner()
1460 tempSharedMem = CONTAINER_OF(ptr, TEEC_SharedMemoryInner, head); in TEEC_FindAndRemoveShrMemInner()
1554 tempSharedMem = CONTAINER_OF(ptr, TEEC_SharedMemoryInner, head); in CheckSharedBufferExist()

Completed in 4 milliseconds