Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/iscsictl/
HDparse.y289 if (target->t_protocol != PROTOCOL_UNSPECIFIED)
292 target->t_protocol = PROTOCOL_ISCSI;
294 target->t_protocol = PROTOCOL_ISER;
HDiscsictl.h77 int t_protocol; member
HDiscsictl.c264 if (targ->t_protocol == PROTOCOL_UNSPECIFIED) in conf_verify()
265 targ->t_protocol = PROTOCOL_ISCSI; in conf_verify()
349 if (targ->t_protocol == PROTOCOL_ISER) in conf_from_target()
1034 targ->t_protocol = PROTOCOL_ISER; in main()