Lines Matching refs:UCHAR
88 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size) in _tx_byte_pool_search()
93 UCHAR *current_ptr; in _tx_byte_pool_search()
94 UCHAR *next_ptr; in _tx_byte_pool_search()
95 UCHAR **this_block_link_ptr; in _tx_byte_pool_search()
96 UCHAR **next_block_link_ptr; in _tx_byte_pool_search()
102 UCHAR *work_ptr; in _tx_byte_pool_search()
115 …te_pool_available + ((pool_ptr -> tx_byte_pool_fragments - 2U) * ((sizeof(UCHAR *)) + (sizeof(ALIG… in _tx_byte_pool_search()
152 work_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
176 available_bytes = available_bytes - ((sizeof(UCHAR *)) + (sizeof(ALIGN_TYPE))); in _tx_byte_pool_search()
193 work_ptr = TX_UCHAR_POINTER_ADD(next_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
327 …next_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (memory_size + ((sizeof(UCHAR *)) + (sizeof(ALIGN_TY… in _tx_byte_pool_search()
333 work_ptr = TX_UCHAR_POINTER_ADD(next_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
357 work_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
362 …able = (pool_ptr -> tx_byte_pool_available - available_bytes) - ((sizeof(UCHAR *)) + (sizeof(ALIG… in _tx_byte_pool_search()
378 … current_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (((sizeof(UCHAR *)) + (sizeof(ALIGN_TYPE))))); in _tx_byte_pool_search()