Searched refs:new_open_handle (Results 1 – 1 of 1) sorted by relevance
42 struct open_handle *new_open_handle; in CreateHandle() local72 if ((new_open_handle = (struct open_handle *)calloc(1, in CreateHandle()77 (void) memset(new_open_handle, 0, sizeof (struct open_handle)); in CreateHandle()78 new_open_handle->adapterIndex = adapterIndex; in CreateHandle()79 new_open_handle->handle = new_handle_index; in CreateHandle()85 global_hba_head->open_handles = new_open_handle; in CreateHandle()87 new_open_handle->next = global_hba_head->open_handles; in CreateHandle()88 global_hba_head->open_handles = new_open_handle; in CreateHandle()