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

/freebsd-13-stable/usr.bin/iscsictl/
H A Discsictl.h79 int t_protocol; member in struct:target
H A Dparse.y287 if (target->t_protocol != PROTOCOL_UNSPECIFIED)
290 target->t_protocol = PROTOCOL_ISCSI;
292 target->t_protocol = PROTOCOL_ISER;
H A Discsictl.c264 if (targ->t_protocol == PROTOCOL_UNSPECIFIED)
265 targ->t_protocol = PROTOCOL_ISCSI;
349 if (targ->t_protocol == PROTOCOL_ISER)
1021 targ->t_protocol = PROTOCOL_ISER;

Completed in 56 milliseconds