Searched refs:deny_bitmap (Results 1 – 2 of 2) sorted by relevance
112 work->deny_bitmap |= (1 << aid); in WFSi_WBTCallback()296 context->deny_bitmap &= context->all_bitmap; in WFS_CallServerPacketSendHook()304 if (context->deny_bitmap) in WFS_CallServerPacketSendHook()306 …WFS_DEBUG_OUTPUT(("WBT-MSG(LOCK):deny [packet-length renewal] (BITMAP=%d)", context->deny_bitmap)); in WFS_CallServerPacketSendHook()307 … (void)WFS_SendMessageLOCK_ACK(context->wbt, WFSi_WBTCallback, context->deny_bitmap, 0); in WFS_CallServerPacketSendHook()309 context->deny_bitmap = 0; in WFS_CallServerPacketSendHook()456 context->deny_bitmap = 0; in WFS_InitServer()
91 int deny_bitmap; /* Denied response target during change */ member