Searched refs:BUFF_FREE (Results 1 – 3 of 3) sorted by relevance
53 …d. It is the bitwise-or of one or more of the following flags **SEND**, **RECV**, **BUFF_FREE**. |61 - buffToFree must point at the message being replied to and the **BUFF_FREE** flag must be set.70 - The **BUFF_FREE** flag indicates a request to free the memory used by the buffToFree message so i…75 …st the operations are processed in the order **SEND**->**BUFF_FREE**->**RECV** with **BUFF_FREE** …146 content.flag = SEND | BUFF_FREE;177 content.flag = BUFF_FREE;
68 #define BUFF_FREE (1 << 2) macro
136 .flag = BUFF_FREE, in IpcFreeBuffer()216 .flag = SEND | BUFF_FREE, in SendReply()253 .flag = SEND | BUFF_FREE, in SendFailedReply()