Searched refs:g_deviceDebugManagerCmd (Results 1 – 1 of 1) sorted by relevance
46 DeviceDebugManagerCmdInfo g_deviceDebugManagerCmd[] = { variable54 int cmdNum = sizeof(g_deviceDebugManagerCmd) / sizeof(DeviceDebugManagerCmdInfo); in DeviceDebugCmdCheck()57 if (!strcmp(cmd, g_deviceDebugManagerCmd[i].cmd)) { in DeviceDebugCmdCheck()58 return &g_deviceDebugManagerCmd[i]; in DeviceDebugCmdCheck()