Home
last modified time | relevance | path

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

/freebsd/usr.bin/iscsictl/
H A Discsictl.c150 if (targ->t_session_type == SESSION_TYPE_UNSPECIFIED) in conf_verify()
151 targ->t_session_type = SESSION_TYPE_NORMAL; in conf_verify()
152 if (targ->t_session_type == SESSION_TYPE_NORMAL && in conf_verify()
156 if (targ->t_session_type == SESSION_TYPE_DISCOVERY && in conf_verify()
246 if (targ->t_session_type == SESSION_TYPE_DISCOVERY) in conf_from_target()
928 targ->t_session_type = SESSION_TYPE_DISCOVERY; in main()
931 targ->t_session_type = SESSION_TYPE_NORMAL; in main()
H A Dparse.y256 if (target->t_session_type != SESSION_TYPE_UNSPECIFIED)
259 target->t_session_type = SESSION_TYPE_NORMAL;
261 target->t_session_type = SESSION_TYPE_DISCOVERY;
H A Discsictl.h75 int t_session_type; member