Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_adp_bypass.c634 …st UADP_STRUCT_POINTER_TABLE *pInTable,const UADP_STRUCT_POINTER_TABLE *pOutTable, void* pWorkBuff… in UADPBypassIoctl() argument
659 else if(pOutTable) //malloc(for out) only in UADPBypassIoctl()
662 FreeTable=pOutTable; in UADPBypassIoctl()
665 … StructRecursiveCpy(&karg,pArgs,pOutTable,CPY_FROM_USER,SRC_MODE_MALLOC|SRC_MODE_CPY_FROM_USR); in UADPBypassIoctl()
671 …CmpStructRecursiveCpy(&karg,data,pOutTable,CPY_FROM_USER,SRC_MODE_MALLOC|SRC_MODE_CPY_FROM_USR, FA… in UADPBypassIoctl()
679 if(pOutTable) in UADPBypassIoctl()
683 StructRecursiveCpy(&pArgs,karg,pOutTable,CPY_to_USER,SRC_MODE_COPY); in UADPBypassIoctl()
689 …CmpStructRecursiveCpy(&data,karg,pOutTable,CPY_to_USER,SRC_MODE_COPY,FALSE, (unsigned int*)&TurnUs… in UADPBypassIoctl()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/
H A Dutopia_adp.h258 …st UADP_STRUCT_POINTER_TABLE *pInTable,const UADP_STRUCT_POINTER_TABLE *pOutTable, void* pWorkBuff…