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

/freebsd-10-stable/usr.bin/iscsictl/
H A Discsictl.h76 char *t_secret; member in struct:target
H A Dparse.y175 if (target->t_secret != NULL)
177 target->t_secret = $3;
H A Discsictl.c260 if (targ->t_user != NULL || targ->t_secret != NULL ||
274 if (targ->t_secret == NULL)
317 if (targ->t_secret != NULL)
318 strlcpy(conf->isc_secret, targ->t_secret,
914 targ->t_secret = secret;

Completed in 172 milliseconds