Searched refs:EntrySize (Results 1 – 3 of 3) sorted by relevance
567 tEplObdSize EntrySize; in EplApiLinkObject() local591 EntrySize = (tEplObdSize) sizeof(bIndexEntries); in EplApiLinkObject()595 &EntrySize); in EplApiLinkObject()621 EntrySize = EplObdGetDataSize(uiObjIndex_p, uiSubindex); in EplApiLinkObject()623 if (EntrySize == 0x00) { in EplApiLinkObject()629 EntrySize = *pEntrySize_p; in EplApiLinkObject()635 VarParam.m_Size = EntrySize; in EplApiLinkObject()638 UsedSize += EntrySize; in EplApiLinkObject()639 pbData += EntrySize; in EplApiLinkObject()
772 tEplObdSize EntrySize; in EplErrorHandlerkLinkArray() local775 EntrySize = (tEplObdSize) sizeof(bIndexEntries); in EplErrorHandlerkLinkArray()777 0x00, (void GENERIC *)&bIndexEntries, &EntrySize); in EplErrorHandlerkLinkArray()
1966 tEplObdSize EntrySize; in EplSdoComServerInitReadByIndex() local2029 EntrySize = EplObduGetDataSize(uiIndex, uiSubindex); in EplSdoComServerInitReadByIndex()2033 if (EntrySize > EPL_SDO_MAX_PAYLOAD) { // segmented transfer in EplSdoComServerInitReadByIndex()2044 pSdoComCon_p->m_uiTransSize = EntrySize; in EplSdoComServerInitReadByIndex()2374 tEplObdSize EntrySize; in EplSdoComServerInitWriteByIndex() local2543 EntrySize = EplObduGetDataSize(uiIndex, uiSubindex); in EplSdoComServerInitWriteByIndex()2547 if (EntrySize < pSdoComCon_p->m_uiTransSize) { // parameter too big in EplSdoComServerInitWriteByIndex()