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

/freebsd-current/usr.bin/iscsictl/
H A Discsictl.h83 char *t_user; member in struct:target
H A Dparse.y182 if (target->t_user != NULL)
184 target->t_user = $3;
H A Discsictl.c279 if (targ->t_user != NULL || targ->t_secret != NULL ||
289 if (targ->t_user == NULL) {
333 if (targ->t_user != NULL)
334 strlcpy(conf->isc_user, targ->t_user,
1035 targ->t_user = user;

Completed in 173 milliseconds