Searched refs:open_handle_ptr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasCloseAdapter.c38 struct open_handle *open_handle_ptr, *open_handle_prev_ptr; local
68 open_handle_ptr = global_hba_head->open_handles;
69 if (open_handle_ptr->handle == handle) {
70 global_hba_head->open_handles = open_handle_ptr->next;
71 free(open_handle_ptr);
73 for (open_handle_ptr = open_handle_ptr->next,
76 open_handle_ptr != NULL;
77 open_handle_ptr = open_handle_ptr
[all...]
H A Dsun_sas.c110 struct open_handle *open_handle_ptr; local
114 open_handle_ptr = RetrieveOpenHandle(handle);
117 if (open_handle_ptr == NULL) {
121 return (open_handle_ptr->adapterIndex);
133 struct open_handle *open_handle_ptr = NULL; local
140 for (open_handle_ptr = global_hba_head->open_handles;
141 open_handle_ptr != NULL;
142 open_handle_ptr = open_handle_ptr->next) {
143 if (open_handle_ptr
[all...]

Completed in 81 milliseconds