Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c248 PDMX_PKT_LOCKCNT_PARAM pstLockCntDes = NULL; in DMX_adp_Ioctl() local
894 pstLockCntDes = (PDMX_PKT_LOCKCNT_PARAM)buffer_arg; in DMX_adp_Ioctl()
898 pstLockCntDes->pInfo = (DMX_LockPktCnt_info*)buffer_array0; in DMX_adp_Ioctl()
906 CMP_CPY_TO_USER(ps8AdpSrc, (void*)&(pstLockCntDes->u32Cnt), LEN_U32_X1); in DMX_adp_Ioctl()
911 … CPY_FROM_USER((void*)buffer_array0, (void*)(pstLockCntDes->pInfo), sizeof(DMX_LockPktCnt_info)); in DMX_adp_Ioctl()
912 pstLockCntDes->pInfo = (DMX_LockPktCnt_info*)buffer_array0; in DMX_adp_Ioctl()
917 CPY_to_USER((void*)ps8AdpSrc, (void*)&(pstLockCntDes->u32Cnt), LEN_U32_X1); in DMX_adp_Ioctl()