Home
last modified time | relevance | path

Searched refs:_stCmd (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DInternal_DMX_debug.c267 static DMX_DBG_CMD _stCmd[] = { variable
623 dmx_dbg_print("%s\n", _stCmd[DMX_DBG_CMD_LOG].cmd_help); in _DMX_DBG_Log()
759 dmx_dbg_print("%s\n", _stCmd[DMX_DBG_CMD_PVR].cmd_help); in _DMX_DBG_Pvr()
1108 dmx_dbg_print("%s\n", _stCmd[DMX_DBG_CMD_FLT].cmd_help); in _DMX_DBG_Flt()
1319 dmx_dbg_print("%s\n", _stCmd[DMX_DBG_CMD_MISC].cmd_help); in _DMX_DBG_Misc()
1333 while(_stCmd[i].pfun != NULL) in _DMX_DBG_CmdHandle()
1336 if(strcmp(_stCmd[i].cmd_str, pch) == 0) in _DMX_DBG_CmdHandle()
1340 _stCmd[i].pfun(pP0); in _DMX_DBG_CmdHandle()
1348 while(_stCmd[i].pfun != NULL) in _DMX_DBG_CmdHandle()
1350 dmx_dbg_print("%s", _stCmd[i].cmd_help); in _DMX_DBG_CmdHandle()