Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsassp.c140 void **pPayload in siFastSSPResAlloc() argument
179 retVal = mpiMsgFreeGet(circularQ, size, pPayload); in siFastSSPResAlloc()
367 agsaSSPIniIOStartCmd_t *pPayload = (agsaSSPIniIOStartCmd_t *)pMessage; in saFastSSPPrepare() local
376 piu = &pPayload->SSPInfoUnit; in saFastSSPPrepare()
405 si_memcpy(&pPayload->AddrLow0, pSgl, sizeof(*pSgl)); in saFastSSPPrepare()
410 si_memset(&pPayload->AddrLow0, 0, sizeof(*pSgl)); in saFastSSPPrepare()
422 agsaSSPIniExtIOStartCmd_t *pPayload = in saFastSSPPrepare() local
438 piu = (agsaSSPCmdInfoUnitExt_t*)pPayload->SSPIu; in saFastSSPPrepare()
463 si_memcpy((&(pPayload->SSPIu[0]) + sspiul), pSgl, sizeof(*pSgl)); in saFastSSPPrepare()
469 si_memset((&(pPayload->SSPIu[0]) + sspiul), 0, sizeof(*pSgl)); in saFastSSPPrepare()
[all …]
Dsaioctlcmd.c82 agsaFwProfileIOMB_t *pPayload; in saFwProfile() local
164 pPayload = (agsaFwProfileIOMB_t *)pMessage; in saFwProfile()
167 OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwProfileIOMB_t, tag), pRequest->HTag); in saFwProfile()
168 …OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwProfileIOMB_t, tcid_processor_cmd), tcid_p… in saFwProfile()
169 …OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwProfileIOMB_t, codeStartAdd), fwProfileInf… in saFwProfile()
170 …OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwProfileIOMB_t, codeEndAdd), fwProfileInfo-… in saFwProfile()
172 pPayload->SGLAL = fwProfileInfo->agSgl.sgLower; in saFwProfile()
173 pPayload->SGLAH = fwProfileInfo->agSgl.sgUpper; in saFwProfile()
174 pPayload->Len = fwProfileInfo->agSgl.len; in saFwProfile()
175 pPayload->extReserved = fwProfileInfo->agSgl.extReserved; in saFwProfile()
[all …]
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c16148 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const BtreePayload *pPayload,
69191 u8 *pPayload; /* Pointer to the start of payload */
70897 pInfo->nSize = (u16)(&pInfo->pPayload[pInfo->nLocal] - pCell) + 4;
70946 pInfo->pPayload = 0;
71021 pInfo->pPayload = pIter;
71058 pInfo->pPayload = pIter;
74502 if( a->pPayload!=b->pPayload ) return 0;
74576 (i64)(pCur->info.pPayload - pCur->pPage->aData);
74702 void *pPayload, /* Pointer to page data */
74714 memcpy(pPayload, pBuf, nByte);
[all …]
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c52045 void *pPayload, /* Pointer to page data */
52057 memcpy(pPayload, pBuf, nByte);
52060 memcpy(pBuf, pPayload, nByte);
53521 unsigned char *pPayload;
53566 pPayload = &pCell[nHeader];
53620 pPayload = &pOvfl->aData[4];
53632 assert( pPayload<pPage->aData || pPayload>=&pPage->aData[pBt->pageSize]
53638 memcpy(pPayload, pSrc, n);
53640 memset(pPayload, 0, n);
53643 pPayload += n;