Searched refs:t_auth_group (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.sbin/ctld/
H A Dparse.y610 if (target->t_auth_group != NULL) {
611 if (target->t_auth_group->ag_name != NULL)
620 target->t_auth_group = auth_group_find(conf, $2);
621 if (target->t_auth_group == NULL) {
634 if (target->t_auth_group != NULL) {
635 if (target->t_auth_group->ag_name != NULL) {
642 target->t_auth_group = auth_group_new(conf, NULL);
643 if (target->t_auth_group == NULL) {
647 target->t_auth_group->ag_target = target;
649 error = auth_group_set_type(target->t_auth_group,
[all...]
H A Duclparse.c721 if (target->t_auth_group != NULL) {
722 if (target->t_auth_group->ag_name != NULL)
737 target->t_auth_group = auth_group_find(conf, ag);
738 if (target->t_auth_group == NULL) {
749 if (target->t_auth_group != NULL) {
750 if (target->t_auth_group->ag_name != NULL) {
757 target->t_auth_group = auth_group_new(conf, NULL);
758 if (target->t_auth_group == NULL)
761 target->t_auth_group->ag_target = target;
763 error = auth_group_set_type(target->t_auth_group,
[all...]
H A Ddiscovery.c161 ag = targ->t_auth_group;
H A Dctld.h188 struct auth_group *t_auth_group; member in struct:target
H A Dctld.c1822 if (targ->t_auth_group == NULL) {
1823 targ->t_auth_group = auth_group_find(conf,
1825 assert(targ->t_auth_group != NULL);
1883 if (targ->t_auth_group == ag) {
H A Dlogin.c933 ag = conn->conn_target->t_auth_group;

Completed in 74 milliseconds