Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasFreeLibrary.c79 struct open_handle *open_handle = NULL; in FreeHBA() local
80 struct open_handle *last_open_handle = NULL; in FreeHBA()
119 open_handle = hba_ptr->open_handles; in FreeHBA()
120 while (open_handle != NULL) { in FreeHBA()
121 last_open_handle = open_handle; in FreeHBA()
122 open_handle = open_handle->next; in FreeHBA()
H A Dsun_sas.c44 struct open_handle *new_open_handle; in CreateHandle()
74 if ((new_open_handle = (struct open_handle *)calloc(1, in CreateHandle()
75 sizeof (struct open_handle))) == NULL) { in CreateHandle()
79 (void) memset(new_open_handle, 0, sizeof (struct open_handle)); in CreateHandle()
112 struct open_handle *open_handle_ptr; in RetrieveIndex()
130 struct open_handle *
135 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()
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dllsrpc.ndl68 OUT llsr_handle_t open_handle;
75 IN llsr_handle_t open_handle;
98 IN llsr_handle_t open_handle;