Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/utopia_adaption/dmx/
H A DDMX_adp.c229 MS_S8 buffer_array2[64]; in DMX_adp_Ioctl() local
603 pFltSecPatDes->pu8NotMask = (MS_U8*)buffer_array2; in DMX_adp_Ioctl()
614 CMP_CPY_FROM_USER((void*)buffer_array2, u32NextPtr2, pFltSecPatDes->u32MatchSize); in DMX_adp_Ioctl()
623 … CPY_FROM_USER(buffer_array2, pFltSecPatDes->pu8NotMask, pFltSecPatDes->u32MatchSize); in DMX_adp_Ioctl()
626 pFltSecPatDes->pu8NotMask = (MS_U8*)buffer_array2; in DMX_adp_Ioctl()
1413 pstTsioLocDes->eSet->u8Oddkey = (MS_U8 *)buffer_array2; in DMX_adp_Ioctl()
1432 … CMP_CPY_FROM_USER((void *)buffer_array2, u32NextPtr2, pstTsioLocDes->eSet->u16Oddkeylen); in DMX_adp_Ioctl()
1450 …CPY_FROM_USER((void*)buffer_array2, (void*)pstTsioLocDes->eSet->u8Oddkey, pstTsioLocDes->eSet->u16… in DMX_adp_Ioctl()
1451 pstTsioLocDes->eSet->u8Oddkey = (MS_U8 *)buffer_array2; in DMX_adp_Ioctl()
1573 pstTsioCcDes->Parm = (TSIO_CC_Set *)buffer_array2; in DMX_adp_Ioctl()
[all …]