Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_auth.c133 iscsit_auth_method_t am_id; member
162 if (id == p->am_id) { in am_id_to_name()
219 iscsit_auth_method_t am_id; in iscsit_select_auth() local
231 am_id = am_list[i]; in iscsit_select_auth()
232 while (am_id != 0) { in iscsit_select_auth()
233 am_name = am_id_to_name(am_id); in iscsit_select_auth()
239 am_id = am_list[i]; in iscsit_select_auth()
245 am_id = 0; in iscsit_select_auth()
249 client->negotiatedMethod = am_id; in iscsit_select_auth()