Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_adp_bypass.c58 uiSelfSize = pTable[i].size_or_next; in SkipCpy()
96 pKSelfSize = pTable[i].size_or_next;
142 pTable_ES = (UADP_STRUCT_POINTER_TABLE *)(pTable[i].size_or_next);
146 StructureOffset =pTable_ES[0].size_or_next;
185 pKSelfSize = pTable[i].size_or_next;
222 pTable_ES = (UADP_STRUCT_POINTER_TABLE *)(pTable[i].size_or_next);
226 StructureOffset =pTable_ES[0].size_or_next;
309 if(iMode&SRC_MODE_MALLOC && pTable[i].size_or_next!=0) in CmpStructRecursiveCpy()
311 pcBuffer = MALLOC(pTable[i].size_or_next); in CmpStructRecursiveCpy()
313 …ALLOC_FREE)("[%s][%d]<malloc %p, size=%u>\n",__FUNCTION__,__LINE__,*ppDest,pTable[i].size_or_next); in CmpStructRecursiveCpy()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/
H A Dutopia_adp.h29 unsigned long size_or_next; //size of this structure or pointer to next structure member