Searched refs:t_session_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/iscsictl/
H A Discsictl.h78 int t_session_type; member in struct:target
H A Dparse.y248 if (target->t_session_type != SESSION_TYPE_UNSPECIFIED)
251 target->t_session_type = SESSION_TYPE_NORMAL;
253 target->t_session_type = SESSION_TYPE_DISCOVERY;
H A Discsictl.c248 if (targ->t_session_type == SESSION_TYPE_UNSPECIFIED)
249 targ->t_session_type = SESSION_TYPE_NORMAL;
250 if (targ->t_session_type == SESSION_TYPE_NORMAL &&
254 if (targ->t_session_type == SESSION_TYPE_DISCOVERY &&
344 if (targ->t_session_type == SESSION_TYPE_DISCOVERY)
1000 targ->t_session_type = SESSION_TYPE_DISCOVERY;
1003 targ->t_session_type = SESSION_TYPE_NORMAL;

Completed in 103 milliseconds