Lines Matching defs:work
266 void WBT_StartParent(WBTContext *work, int own, int peer) in WBT_StartParent()
286 void WBT_StartChild(WBTContext *work, int aid) in WBT_StartChild()
342 void *WBT_GetUserData(const WBTContext *work) in WBT_GetUserData()
357 int WBT_GetAid(const WBTContext *work) in WBT_GetAid()
372 int WBT_GetOwnPacketLength(const WBTContext *work) in WBT_GetOwnPacketLength()
387 int WBT_GetPeerPacketLength(const WBTContext *work) in WBT_GetPeerPacketLength()
402 int WBT_GetParentPacketLength(const WBTContext *work) in WBT_GetParentPacketLength()
428 WBTCommandList *WBT_GetCurrentCommandList(const WBTContext *work) in WBT_GetCurrentCommandList()
443 WBTCommand *WBT_GetCurrentCommand(const WBTContext *work) in WBT_GetCurrentCommand()
473 void WBT_AddCommandPool(WBTContext *work, WBTCommandList *list, int count) in WBT_AddCommandPool()
492 WBTCommandList *WBT_AllocCommandList(WBTContext *work) in WBT_AllocCommandList()
528 void WBT_CreateCommandSYNC(WBTContext *work, WBTCommandList *list) in WBT_CreateCommandSYNC()
549 void WBT_CreateCommandINFO(WBTContext *work, WBTCommandList *list, in WBT_CreateCommandINFO()
583 void WBT_CreateCommandGET(WBTContext *work, WBTCommandList * list, in WBT_CreateCommandGET()
612 void WBT_CreateCommandMSG(WBTContext *work, WBTCommandList *list, in WBT_CreateCommandMSG()