Searched refs:DumpServiceNode (Results 1 – 1 of 1) sorted by relevance
/drivers/hdf_core/adapter/uhdf2/host/src/ |
D | devhost_dump.c | 27 struct DumpServiceNode { struct 50 struct DumpServiceNode *pos = NULL; in DevHostDumpDeInit() argument 51 struct DumpServiceNode *tmp = NULL; in DevHostDumpDeInit() 54 DLIST_FOR_EACH_ENTRY_SAFE(pos, tmp, &g_dumpHostNode.list, struct DumpServiceNode, node) { in DevHostDumpDeInit() 68 struct DumpServiceNode *pos = NULL; in DevHostCheckDumpExist() 71 DLIST_FOR_EACH_ENTRY(pos, &g_dumpHostNode.list, struct DumpServiceNode, node) { in DevHostCheckDumpExist() 92 struct DumpServiceNode *node = (struct DumpServiceNode *)OsalMemCalloc(sizeof(*node)); in DevHostRegisterDumpService() 143 struct DumpServiceNode *pos = NULL; in DevHostDump() 146 DLIST_FOR_EACH_ENTRY(pos, &g_dumpHostNode.list, struct DumpServiceNode, node) { in DevHostDump()
|