Lines Matching refs:wbt
62 const int packet = WBT_GetParentPacketLength(context->wbt); in WFSi_ReallocBitmap()
92 WBTContext * const wbt = context->wbt; in WFSi_ReceiveTableSequence() local
102 post = WBT_PostCommandSYNC(wbt, bitmap, WFSi_ReceiveTableSequence); in WFSi_ReceiveTableSequence()
111 post = WBT_PostCommandINFO(wbt, bitmap, WFSi_ReceiveTableSequence, in WFSi_ReceiveTableSequence()
128 post = WBT_PostCommandGET(wbt, bitmap, WFSi_ReceiveTableSequence, in WFSi_ReceiveTableSequence()
181 WBTContext * const wbt = context->wbt; in WFSi_ReadRomSequence() local
191 post = WFS_SendMessageLOCK_REQ(wbt, WFSi_ReadRomSequence, bitmap, in WFSi_ReadRomSequence()
214 post = WBT_PostCommandSYNC(wbt, bitmap, WFSi_ReadRomSequence); in WFSi_ReadRomSequence()
224 post = WBT_PostCommandGET(wbt, bitmap, WFSi_ReadRomSequence, in WFSi_ReadRomSequence()
246 post = WFS_SendMessageUNLOCK_REQ(wbt, WFSi_ReadRomSequence, bitmap, id); in WFSi_ReadRomSequence()
356 packet->length = WBT_CallPacketSendHook(context->wbt, packet->buffer, packet->length, FALSE); in WFS_CallClientPacketSendHook()
372 WBT_CallPacketRecvHook(context->wbt, aid, packet->buffer, packet->length); in WFS_CallClientPacketRecvHook()
412 WBT_InitContext(context->wbt, context, WFSi_WBTSystemCallback); in WFS_InitClient()
413 WBT_AddCommandPool(context->wbt, context->wbt_list, in WFS_InitClient()
429 WBT_ResetContext(context->wbt, NULL); in WFS_EndClient()
457 WBT_StartChild(context->wbt, peer->aid); in WFS_StartClient()
505 WBT_GetDownloadProgress(context->wbt, context->block_id, 0, current, total); in WFS_GetClientReadProgress()