Searched refs:tagInfo (Results 1 - 3 of 3) sorted by relevance
/base/tee/tee_client/services/tlogcat/src/ |
H A D | proc_tag.c | 51 struct TaTagInfo *tagInfo = NULL; in QueryTaTagNode() local 59 tagInfo = CONTAINER_OF(ptr, struct TaTagInfo, taTagNode); in QueryTaTagNode() 60 if (memcmp(&(tagInfo->uuid), uuid, sizeof(*uuid)) != 0) { in QueryTaTagNode() 63 return tagInfo->taTagName; in QueryTaTagNode() 71 struct DriverTagInfo *tagInfo = NULL; in QueryDriverTagNode() local 79 tagInfo = CONTAINER_OF(ptr, struct DriverTagInfo, tagNode); in QueryDriverTagNode() 80 if (tagInfo->driverType != driverType) { in QueryDriverTagNode() 83 return tagInfo->tagName; in QueryDriverTagNode() 148 struct TaTagInfo *tagInfo = NULL; in InsertTaTagNode() local 150 tagInfo in InsertTaTagNode() 180 struct DriverTagInfo *tagInfo = NULL; InsertDriverTagNode() local 308 struct DriverTagInfo *tagInfo = NULL; FreeDriverTagNode() local [all...] |
/base/hiviewdfx/faultloggerd/frameworks/allocator/include/ |
H A D | dfx_allocator.h | 35 char tagInfo[DFX_MEMPOOL_TAG_SIZE]; member
|
/base/hiviewdfx/faultloggerd/frameworks/allocator/ |
H A D | dfx_allocator.c | 131 if (memcpy_s(page->tag.tagInfo, sizeof(page->tag.tagInfo), in MempoolAllocPage() 271 if (memcmp(page->tag.tagInfo, DFX_MEM_PAGE_SIGN, sizeof(DFX_MEM_PAGE_SIGN)) != 0) { in GetPage() 298 if (memcpy_s(page->tag.tagInfo, sizeof(page->tag.tagInfo), in AllocMmap()
|
Completed in 2 milliseconds