Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c250 PDMX_TSO_LOCSTRID_PARAM pstTsoLocStrIdDes = NULL; in DMX_adp_Ioctl() local
950 pstTsoLocStrIdDes = (PDMX_TSO_LOCSTRID_PARAM)buffer_arg; in DMX_adp_Ioctl()
954 pstTsoLocStrIdDes->pu8StrId = (MS_U8*)buffer_array0; in DMX_adp_Ioctl()
959 CMP_CPY_FROM_USER((void*)&(pstTsoLocStrIdDes->bSet), ps8AdpSrc, 1); in DMX_adp_Ioctl()
960 if(pstTsoLocStrIdDes->bSet == TRUE) in DMX_adp_Ioctl()
965 if(pstTsoLocStrIdDes->bSet == FALSE) in DMX_adp_Ioctl()
974 if(pstTsoLocStrIdDes->bSet == TRUE) in DMX_adp_Ioctl()
976 … CPY_FROM_USER((void*)buffer_array0, (void*)(pstTsoLocStrIdDes->pu8StrId), sizeof(MS_U8)); in DMX_adp_Ioctl()
978 pNxtPtr = (void*)pstTsoLocStrIdDes->pu8StrId; in DMX_adp_Ioctl()
979 pstTsoLocStrIdDes->pu8StrId = (MS_U8*)buffer_array0; in DMX_adp_Ioctl()
[all …]