Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_adp_bypass.c279 static int CmpStructRecursiveCpy(void** ppDest, void* pSrc,const UADP_STRUCT_POINTER_TABLE *pTable,… in CmpStructRecursiveCpy() argument
284 …FlagPrint(SPT_DB_DETAIL)("ppDest=%p,pTable=%p,pSrc=%p isES=%d TurnUsrAddrOffset=%p\n",ppDest,pTab… in CmpStructRecursiveCpy()
312 *ppDest = pcBuffer; in CmpStructRecursiveCpy()
313 …_DB_MALLOC_FREE)("[%s][%d]<malloc %p, size=%u>\n",__FUNCTION__,__LINE__,*ppDest,pTable[i].size_or_… in CmpStructRecursiveCpy()
319 pcTo =(char*)(*ppDest); in CmpStructRecursiveCpy()
324 pcTo =(char*)compat_ptr(*ppDest); in CmpStructRecursiveCpy()
504 static int StructRecursiveCpy(void** ppDest, void* pSrc,const UADP_STRUCT_POINTER_TABLE *pTable,fcp… in StructRecursiveCpy() argument
511 FlagPrint(SPT_DB_DETAIL)("ppDest=%p,pTable=%p,pSrc=%p,",ppDest,pTable,pSrc); in StructRecursiveCpy()
527 *ppDest = pcBuffer; in StructRecursiveCpy()
528 … FlagPrint(SPT_DB_MALLOC_FREE)("<malloc %p, size=%u>\n",*ppDest,pTable[i].size_or_next); in StructRecursiveCpy()
[all …]