Searched refs:auth_group_new (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/ctld/
H A Dparse.y219 auth_group = auth_group_new(conf, $1);
642 target->t_auth_group = auth_group_new(conf, NULL);
670 target->t_auth_group = auth_group_new(conf, NULL);
702 target->t_auth_group = auth_group_new(conf, NULL);
736 target->t_auth_group = auth_group_new(conf, NULL);
763 target->t_auth_group = auth_group_new(conf, NULL);
H A Duclparse.c407 auth_group = auth_group_new(conf, name);
757 target->t_auth_group = auth_group_new(conf, NULL);
778 target->t_auth_group = auth_group_new(conf, NULL);
804 target->t_auth_group = auth_group_new(conf, NULL);
827 target->t_auth_group = auth_group_new(conf, NULL);
H A Dctld.h258 struct auth_group *auth_group_new(struct conf *conf, const char *name);
H A Dctld.c484 auth_group_new(struct conf *conf, const char *name) function
2704 ag = auth_group_new(conf, "default");
2707 ag = auth_group_new(conf, "no-authentication");
2711 ag = auth_group_new(conf, "no-access");

Completed in 80 milliseconds