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

/freebsd-10-stable/usr.bin/iscsictl/
H A Discsictl.h73 int t_session_type; member in struct:target
H A Dparse.y241 if (target->t_session_type != SESSION_TYPE_UNSPECIFIED)
244 target->t_session_type = SESSION_TYPE_NORMAL;
246 target->t_session_type = SESSION_TYPE_DISCOVERY;
H A Discsictl.c230 if (targ->t_session_type == SESSION_TYPE_UNSPECIFIED)
231 targ->t_session_type = SESSION_TYPE_NORMAL;
232 if (targ->t_session_type == SESSION_TYPE_NORMAL &&
236 if (targ->t_session_type == SESSION_TYPE_DISCOVERY &&
326 if (targ->t_session_type == SESSION_TYPE_DISCOVERY)
907 targ->t_session_type = SESSION_TYPE_DISCOVERY;
910 targ->t_session_type = SESSION_TYPE_NORMAL;

Completed in 111 milliseconds