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

/freebsd-13-stable/usr.bin/iscsictl/
H A Discsictl.h77 int t_session_type; member in struct:target
H A Dparse.y254 if (target->t_session_type != SESSION_TYPE_UNSPECIFIED)
257 target->t_session_type = SESSION_TYPE_NORMAL;
259 target->t_session_type = SESSION_TYPE_DISCOVERY;
H A Discsictl.c249 if (targ->t_session_type == SESSION_TYPE_UNSPECIFIED)
250 targ->t_session_type = SESSION_TYPE_NORMAL;
251 if (targ->t_session_type == SESSION_TYPE_NORMAL &&
255 if (targ->t_session_type == SESSION_TYPE_DISCOVERY &&
345 if (targ->t_session_type == SESSION_TYPE_DISCOVERY)
1013 targ->t_session_type = SESSION_TYPE_DISCOVERY;
1016 targ->t_session_type = SESSION_TYPE_NORMAL;

Completed in 51 milliseconds