Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/ldm/drv/ldm/
H A DdrvLDM.c357 ST_LDM_CONF_PATH stCusPath; in MDrv_LDM_SetConfPath() local
377 memset(&stCusPath,0,sizeof(ST_LDM_CONF_PATH)); in MDrv_LDM_SetConfPath()
378 strcpy((char *)(stCusPath.aCusPath), (const char *)(stPath.aCusPath)); in MDrv_LDM_SetConfPath()
379 strcpy((char *)(stCusPath.aCusPathU), (const char *)(stPath.aCusPathU)); in MDrv_LDM_SetConfPath()
380 iResult = ioctl(LDM_fd, MDRV_LDM_IOC_CUS_PATH,&stCusPath); in MDrv_LDM_SetConfPath()