Searched defs:open_handle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/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.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 57 milliseconds