Home
last modified time | relevance | path

Searched refs:open_handle_index (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/sun_sas/common/
H A Dsun_sas.c55 while (RetrieveIndex(open_handle_index) != -1) { in CreateHandle()
56 open_handle_index = open_handle_index + 1; in CreateHandle()
57 if (open_handle_index == 0) { in CreateHandle()
68 open_handle_index = 1; in CreateHandle()
73 new_handle_index = open_handle_index; in CreateHandle()
94 open_handle_index = open_handle_index + 1; in CreateHandle()
95 if (open_handle_index == 0) { in CreateHandle()
96 open_handle_index = 1; in CreateHandle()
H A DSun_sasLoadLibrary.c32 HBA_UINT16 open_handle_index; variable
60 open_handle_index = 1; in Sun_sasLoadLibrary()
H A DSun_sasFreeLibrary.c48 open_handle_index = 1; in Sun_sasFreeLibrary()
H A Dsun_sas.h114 extern HBA_UINT16 open_handle_index;