Lines Matching refs:UCHAR
86 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size) in _tx_byte_pool_search()
91 UCHAR *current_ptr; in _tx_byte_pool_search()
92 UCHAR *next_ptr; in _tx_byte_pool_search()
93 UCHAR **this_block_link_ptr; in _tx_byte_pool_search()
94 UCHAR **next_block_link_ptr; in _tx_byte_pool_search()
100 UCHAR *work_ptr; in _tx_byte_pool_search()
113 …yte_pool_available + ((pool_ptr -> tx_byte_pool_fragments - 2) * ((sizeof(UCHAR *)) + (sizeof(ALIG… in _tx_byte_pool_search()
150 work_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
174 available_bytes = available_bytes - ((sizeof(UCHAR *)) + (sizeof(ALIGN_TYPE))); in _tx_byte_pool_search()
191 work_ptr = TX_UCHAR_POINTER_ADD(next_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
325 …next_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (memory_size + ((sizeof(UCHAR *)) + (sizeof(ALIGN_TY… in _tx_byte_pool_search()
331 work_ptr = TX_UCHAR_POINTER_ADD(next_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
355 work_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
360 …able = (pool_ptr -> tx_byte_pool_available - available_bytes) - ((sizeof(UCHAR *)) + (sizeof(ALIG… in _tx_byte_pool_search()
376 … current_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (((sizeof(UCHAR *)) + (sizeof(ALIGN_TYPE))))); in _tx_byte_pool_search()