Lines Matching refs:status
87 UINT status; in _txe_byte_allocate() local
94 status = TX_SUCCESS; in _txe_byte_allocate()
101 status = TX_POOL_ERROR; in _txe_byte_allocate()
109 status = TX_POOL_ERROR; in _txe_byte_allocate()
117 status = TX_PTR_ERROR; in _txe_byte_allocate()
125 status = TX_SIZE_ERROR; in _txe_byte_allocate()
133 status = TX_SIZE_ERROR; in _txe_byte_allocate()
149 status = TX_WAIT_ERROR; in _txe_byte_allocate()
156 if (status == TX_SUCCESS) in _txe_byte_allocate()
167 status = TX_CALLER_ERROR; in _txe_byte_allocate()
173 if (status == TX_SUCCESS) in _txe_byte_allocate()
185 status = TX_CALLER_ERROR; in _txe_byte_allocate()
191 if (status == TX_SUCCESS) in _txe_byte_allocate()
195 status = _tx_byte_allocate(pool_ptr, memory_ptr, memory_size, wait_option); in _txe_byte_allocate()
199 return(status); in _txe_byte_allocate()