Lines Matching refs:errcode
41 static void MBi_CommCallChildError(u16 errcode);
108 int errcode; in MBi_CommRequestFile() local
129 errcode = MBi_BlockHeaderEnd(MB_COMM_CHILD_HEADER_SIZE, 0xFFFF, pCwork->common.sendbuf); in MBi_CommRequestFile()
130 return errcode; in MBi_CommRequestFile()
375 u16 apiid, errcode; in MBi_CommChildCallback() local
378 errcode = ((u16 *)arg)[1]; in MBi_CommChildCallback()
380 switch (errcode) in MBi_CommChildCallback()
646 int errcode = 0; in MBi_CommChildSendData() local
655 errcode = MBi_BlockHeaderEnd(MB_COMM_CHILD_HEADER_SIZE, pollbmp, pCwork->common.sendbuf); in MBi_CommChildSendData()
662 errcode = MBi_CommRequestFile(pCwork->fileid, in MBi_CommChildSendData()
664 MB_DEBUG_OUTPUT("Requested File (errcode:%d)\n", errcode); in MBi_CommChildSendData()
673 errcode = MBi_BlockHeaderEnd(MB_COMM_CHILD_HEADER_SIZE, pollbmp, pCwork->common.sendbuf); in MBi_CommChildSendData()
684 errcode = MBi_BlockHeaderEnd(MB_COMM_CHILD_HEADER_SIZE, pollbmp, pCwork->common.sendbuf); in MBi_CommChildSendData()
691 errcode = MBi_BlockHeaderEnd(MB_COMM_CHILD_HEADER_SIZE, pollbmp, pCwork->common.sendbuf); in MBi_CommChildSendData()
697 errcode = MBi_BlockHeaderEnd(MB_COMM_CHILD_HEADER_SIZE, pollbmp, pCwork->common.sendbuf); in MBi_CommChildSendData()
701 return errcode; in MBi_CommChildSendData()
888 static void MBi_CommCallChildError(u16 errcode) in MBi_CommCallChildError() argument
891 e_stat.errcode = errcode; in MBi_CommCallChildError()