Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c244 PDMX_FLT_SEC_PAT_PARAM pFltSecPatDes = NULL; in DMX_adp_Ioctl() local
597 pFltSecPatDes = (PDMX_FLT_SEC_PAT_PARAM)buffer_arg; in DMX_adp_Ioctl()
601 pFltSecPatDes->pu8Pattern = (MS_U8*)buffer_array0; in DMX_adp_Ioctl()
602 pFltSecPatDes->pu8Mask = (MS_U8*)buffer_array1; in DMX_adp_Ioctl()
603 pFltSecPatDes->pu8NotMask = (MS_U8*)buffer_array2; in DMX_adp_Ioctl()
612 CMP_CPY_FROM_USER((void*)buffer_array0, u32NextPtr, pFltSecPatDes->u32MatchSize); in DMX_adp_Ioctl()
613 CMP_CPY_FROM_USER((void*)buffer_array1, u32NextPtr1, pFltSecPatDes->u32MatchSize); in DMX_adp_Ioctl()
614 CMP_CPY_FROM_USER((void*)buffer_array2, u32NextPtr2, pFltSecPatDes->u32MatchSize); in DMX_adp_Ioctl()
621 … CPY_FROM_USER(buffer_array0, pFltSecPatDes->pu8Pattern, pFltSecPatDes->u32MatchSize); in DMX_adp_Ioctl()
622 CPY_FROM_USER(buffer_array1, pFltSecPatDes->pu8Mask, pFltSecPatDes->u32MatchSize); in DMX_adp_Ioctl()
[all …]