Searched refs:open_handle (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasFreeLibrary.c72 struct open_handle *open_handle = NULL; local
73 struct open_handle *last_open_handle = NULL;
114 open_handle = hba_ptr->open_handles;
115 while (open_handle != NULL) {
116 last_open_handle = open_handle;
117 open_handle = open_handle->next;
H A Dsun_sas.c42 struct open_handle *new_open_handle;
72 if ((new_open_handle = (struct open_handle *)calloc(1,
73 sizeof (struct open_handle))) == NULL) {
77 (void) memset(new_open_handle, 0, sizeof (struct open_handle));
110 struct open_handle *open_handle_ptr;
124 * Given a handle, returns the open_handle structure
128 struct open_handle *
133 struct open_handle *open_handle_ptr = NULL;
H A DSun_sasCloseAdapter.c38 struct open_handle *open_handle_ptr, *open_handle_prev_ptr;
H A DSun_sasRefreshInformation.c82 * to put fine-grain locking in for the open_handle structures.
89 struct open_handle *oHandle;
H A Dsun_sas.h118 struct open_handle { struct
121 struct open_handle *next;
126 struct open_handle *open_handles;
268 extern struct open_handle *RetrieveOpenHandle(HBA_HANDLE);

Completed in 17 milliseconds