Searched refs:TX_POSIX_MESSAGE_SIZE (Results 1 – 6 of 6) sorted by relevance
145 temp_q = q_read - (TX_POSIX_MESSAGE_SIZE); in posix_arrange_msg()152 q_read = q_read + (TX_POSIX_MESSAGE_SIZE - TX_POSIX_QUEUE_PRIORITY_OFFSET); in posix_arrange_msg()178 for (msg = 0; msg < TX_POSIX_MESSAGE_SIZE; msg++) in posix_arrange_msg()
129 TX_POSIX_MESSAGE_SIZE, in posix_mq_create()131 (msgq_attr->mq_maxmsg * (sizeof(ULONG) * TX_POSIX_MESSAGE_SIZE))); in posix_mq_create()
96 source += (TX_POSIX_MESSAGE_SIZE - TX_POSIX_QUEUE_PRIORITY_OFFSET); in posix_priority_search()
92 ULONG msg[TX_POSIX_MESSAGE_SIZE]; in mq_send()
146 temp1 = posix_memory_allocate((sizeof(ULONG)) * TX_POSIX_MESSAGE_SIZE, (VOID**)&msgbuf1); in mq_receive()
72 #define TX_POSIX_MESSAGE_SIZE 5 macro75 #define TX_POSIX_MESSAGE_SIZE 4 macro