Lines Matching refs:UCHAR
87 UCHAR *_tx_byte_pool_search(TX_BYTE_POOL *pool_ptr, ULONG memory_size) in _tx_byte_pool_search()
92 UCHAR *current_ptr; in _tx_byte_pool_search()
93 UCHAR *next_ptr; in _tx_byte_pool_search()
94 UCHAR **this_block_link_ptr; in _tx_byte_pool_search()
95 UCHAR **next_block_link_ptr; in _tx_byte_pool_search()
101 UCHAR *work_ptr; in _tx_byte_pool_search()
110 …yte_pool_available + ((pool_ptr -> tx_byte_pool_fragments - 2) * ((sizeof(UCHAR *)) + (sizeof(ALIG… in _tx_byte_pool_search()
147 work_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
171 available_bytes = available_bytes - ((sizeof(UCHAR *)) + (sizeof(ALIGN_TYPE))); in _tx_byte_pool_search()
188 work_ptr = TX_UCHAR_POINTER_ADD(next_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
287 …next_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (memory_size + ((sizeof(UCHAR *)) + (sizeof(ALIGN_TY… in _tx_byte_pool_search()
293 work_ptr = TX_UCHAR_POINTER_ADD(next_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
317 work_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (sizeof(UCHAR *))); in _tx_byte_pool_search()
322 …able = (pool_ptr -> tx_byte_pool_available - available_bytes) - ((sizeof(UCHAR *)) + (sizeof(ALIG… in _tx_byte_pool_search()
338 … current_ptr = TX_UCHAR_POINTER_ADD(current_ptr, (((sizeof(UCHAR *)) + (sizeof(ALIGN_TYPE))))); in _tx_byte_pool_search()