Searched defs:t_tpgt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/iscsi/
H A Dutils.c148 char *t_port, *t_tpgt; local
189 t_tpgt = strchr(in, ',');
190 if (t_tpgt != NULL) {
191 *t_tpgt++ = '\0';
192 *tpgt = in = t_tpgt;

Completed in 43 milliseconds