Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/sun_sas/common/
H A Dsun_sas.c53 while (RetrieveIndex(open_handle_index) != -1) { in CreateHandle()
54 open_handle_index = open_handle_index + 1; in CreateHandle()
55 if (open_handle_index == 0) { in CreateHandle()
66 open_handle_index = 1; in CreateHandle()
71 new_handle_index = open_handle_index; in CreateHandle()
92 open_handle_index = open_handle_index + 1; in CreateHandle()
93 if (open_handle_index == 0) { in CreateHandle()
94 open_handle_index = 1; in CreateHandle()
H A DSun_sasLoadLibrary.c55 open_handle_index = 1; in Sun_sasLoadLibrary()
H A DSun_sasFreeLibrary.c44 open_handle_index = 1; in Sun_sasFreeLibrary()
H A Dsun_sas.h114 HBA_UINT16 open_handle_index; variable