Home
last modified time | relevance | path

Searched refs:open_handle (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/lib/sun_sas/common/
H A DSun_sasFreeLibrary.c72 struct open_handle *open_handle = NULL; in FreeHBA() local
73 struct open_handle *last_open_handle = NULL; in FreeHBA()
114 open_handle = hba_ptr->open_handles; in FreeHBA()
115 while (open_handle != NULL) { in FreeHBA()
116 last_open_handle = open_handle; in FreeHBA()
117 open_handle = open_handle->next; in FreeHBA()
H A Dsun_sas.c42 struct open_handle *new_open_handle; in CreateHandle()
72 if ((new_open_handle = (struct open_handle *)calloc(1, in CreateHandle()
73 sizeof (struct open_handle))) == NULL) { in CreateHandle()
77 (void) memset(new_open_handle, 0, sizeof (struct open_handle)); in CreateHandle()
110 struct open_handle *open_handle_ptr; in RetrieveIndex()
128 struct open_handle *
133 struct open_handle *open_handle_ptr = NULL; in RetrieveOpenHandle()
H A Dsun_sas.h118 struct open_handle { struct
121 struct open_handle *next; argument
126 struct open_handle *open_handles;
268 extern struct open_handle *RetrieveOpenHandle(HBA_HANDLE);
H A DSun_sasCloseAdapter.c38 struct open_handle *open_handle_ptr, *open_handle_prev_ptr; in Sun_sasCloseAdapter()
H A DSun_sasRefreshInformation.c89 struct open_handle *oHandle; in Sun_sasRefreshInformation()
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Dllsrpc.ndl66 OUT llsr_handle_t open_handle;
73 IN llsr_handle_t open_handle;
96 IN llsr_handle_t open_handle;