Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_child.c110 u8 *databuf; in MBi_CommRequestFile() local
123 databuf = MBi_MakeChildSendBuffer(&hd, (u8 *)pCwork->common.sendbuf); in MBi_CommRequestFile()
125 if (!databuf) in MBi_CommRequestFile()
470 u8 *databuf; in MBi_CommChildRecvData() local
476 databuf = MBi_SetRecvBufferFromParent(&hd, (u8 *)bufp->data); in MBi_CommChildRecvData()
514 MI_CpuCopy8(databuf, &p_child->dl_fileinfo, sizeof(MBDownloadFileInfo)); in MBi_CommChildRecvData()
601 MI_CpuCopy8(databuf, (void *)bi.child_address, bi.size); in MBi_CommChildRecvData()
Dmb_parent.c821 u8 *databuf = ((u8 *)pPwork->common.sendbuf) + MB_COMM_PARENT_HEADER_SIZE; in MBi_CommParentSendDLFileInfo() local
902 databuf = MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendDLFileInfo()
903 if (databuf) in MBi_CommParentSendDLFileInfo()
907 databuf, sizeof(MBDownloadFileInfo)); in MBi_CommParentSendDLFileInfo()
980 u8 *databuf; in MBi_CommParentSendBlock() local
1021 databuf = MBi_MakeParentSendBuffer(&hd, (u8 *)pPwork->common.sendbuf); in MBi_CommParentSendBlock()
1032 if (!MBi_ReadFromCache(pl, card_addr, databuf, bi.size)) in MBi_CommParentSendBlock()
Dmb_fake_child.c1092 u8 *databuf; in MBFi_CommChildSendData() local
1101 databuf = MBi_MakeChildSendBuffer(&hd, (u8 *)mbf_work->sendDataBuf); in MBFi_CommChildSendData()
1102 if (databuf == NULL) in MBFi_CommChildSendData()