Searched refs:TX_POSIX_MESSAGE_SIZE (Results 1 – 6 of 6) sorted by relevance
144 temp_q = q_read - (TX_POSIX_MESSAGE_SIZE); in posix_arrange_msg()151 q_read = q_read + (TX_POSIX_MESSAGE_SIZE - TX_POSIX_QUEUE_PRIORITY_OFFSET); in posix_arrange_msg()177 for (msg = 0; msg < TX_POSIX_MESSAGE_SIZE; msg++) in posix_arrange_msg()
128 TX_POSIX_MESSAGE_SIZE, in posix_mq_create()130 (msgq_attr->mq_maxmsg * (sizeof(ULONG) * TX_POSIX_MESSAGE_SIZE))); in posix_mq_create()
95 source += (TX_POSIX_MESSAGE_SIZE - TX_POSIX_QUEUE_PRIORITY_OFFSET); in posix_priority_search()
91 ULONG msg[TX_POSIX_MESSAGE_SIZE]; in mq_send()
145 temp1 = posix_memory_allocate((sizeof(ULONG)) * TX_POSIX_MESSAGE_SIZE, (VOID**)&msgbuf1); in mq_receive()
71 #define TX_POSIX_MESSAGE_SIZE 5 macro74 #define TX_POSIX_MESSAGE_SIZE 4 macro