Searched refs:pPayload (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | sassp.c | 139 void **pPayload in siFastSSPResAlloc() argument 178 retVal = mpiMsgFreeGet(circularQ, size, pPayload); in siFastSSPResAlloc() 366 agsaSSPIniIOStartCmd_t *pPayload = (agsaSSPIniIOStartCmd_t *)pMessage; in saFastSSPPrepare() local 375 piu = &pPayload->SSPInfoUnit; in saFastSSPPrepare() 404 si_memcpy(&pPayload->AddrLow0, pSgl, sizeof(*pSgl)); in saFastSSPPrepare() 409 si_memset(&pPayload->AddrLow0, 0, sizeof(*pSgl)); in saFastSSPPrepare() 421 agsaSSPIniExtIOStartCmd_t *pPayload = in saFastSSPPrepare() local 437 piu = (agsaSSPCmdInfoUnitExt_t*)pPayload->SSPIu; in saFastSSPPrepare() 462 si_memcpy((&(pPayload->SSPIu[0]) + sspiul), pSgl, sizeof(*pSgl)); in saFastSSPPrepare() 468 si_memset((&(pPayload->SSPIu[0]) + sspiul), 0, sizeof(*pSgl)); in saFastSSPPrepare() [all …]
|
| H A D | saioctlcmd.c | 81 agsaFwProfileIOMB_t *pPayload; in saFwProfile() local 163 pPayload = (agsaFwProfileIOMB_t *)pMessage; in saFwProfile() 166 OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwProfileIOMB_t, tag), pRequest->HTag); in saFwProfile() 167 …OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwProfileIOMB_t, tcid_processor_cmd), tcid_p… in saFwProfile() 168 …OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwProfileIOMB_t, codeStartAdd), fwProfileInf… in saFwProfile() 169 …OSSA_WRITE_LE_32(agRoot, pPayload, OSSA_OFFSET_OF(agsaFwProfileIOMB_t, codeEndAdd), fwProfileInfo-… in saFwProfile() 171 pPayload->SGLAL = fwProfileInfo->agSgl.sgLower; in saFwProfile() 172 pPayload->SGLAH = fwProfileInfo->agSgl.sgUpper; in saFwProfile() 173 pPayload->Len = fwProfileInfo->agSgl.len; in saFwProfile() 174 pPayload->extReserved = fwProfileInfo->agSgl.extReserved; in saFwProfile() [all …]
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 16750 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const BtreePayload *pPayload, 70998 u8 *pPayload; /* Pointer to the start of payload */ member 72759 pInfo->nSize = (u16)(&pInfo->pPayload[pInfo->nLocal] - pCell) + 4; 72809 pInfo->pPayload = 0; 72884 pInfo->pPayload = pIter; 72923 pInfo->pPayload = pIter; 76396 if( a->pPayload!=b->pPayload ) return 0; 76470 (i64)(pCur->info.pPayload - pCur->pPage->aData); 76596 void *pPayload, /* Pointer to page data */ 76608 memcpy(pPayload, pBuf, nByte); [all …]
|