Searched refs:pCurrentEntry (Results 1 – 1 of 1) sorted by relevance
163 struct DBG_LIST_ENTRY *pCurrentEntry = pDbgRoot; in _MsOS_Dbg_PrintMenu() local167 while(pCurrentEntry != NULL) in _MsOS_Dbg_PrintMenu()169 printf("%s\t:%s\n", pCurrentEntry->Func_Name, pCurrentEntry->Func_Help); in _MsOS_Dbg_PrintMenu()170 pCurrentEntry = pCurrentEntry->next; in _MsOS_Dbg_PrintMenu()191 struct DBG_LIST_ENTRY *pCurrentEntry = pDbgRoot; in _MsOS_Dbg_IsRegisterd() local193 if(pCurrentEntry == NULL) in _MsOS_Dbg_IsRegisterd()199 while(pCurrentEntry->next != NULL) in _MsOS_Dbg_IsRegisterd()201 if(strcmp(pCurrentEntry->Func_Name, Func_Name) == 0) in _MsOS_Dbg_IsRegisterd()208 pCurrentEntry = pCurrentEntry->next; in _MsOS_Dbg_IsRegisterd()218 struct DBG_LIST_ENTRY *pCurrentEntry = pDbgRoot; in _MsOS_Dbg_ExecuteCB() local[all …]