Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/ctld/
HDparse.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);
HDuclparse.c407 auth_group = auth_group_new(conf, name); in uclparse_auth_group()
757 target->t_auth_group = auth_group_new(conf, NULL); in uclparse_target()
778 target->t_auth_group = auth_group_new(conf, NULL); in uclparse_target()
804 target->t_auth_group = auth_group_new(conf, NULL); in uclparse_target()
827 target->t_auth_group = auth_group_new(conf, NULL); in uclparse_target()
HDctld.h265 struct auth_group *auth_group_new(struct conf *conf, const char *name);
HDctld.c481 auth_group_new(struct conf *conf, const char *name) in auth_group_new() function
2691 ag = auth_group_new(conf, "default"); in conf_new_from_file()
2694 ag = auth_group_new(conf, "no-authentication"); in conf_new_from_file()
2698 ag = auth_group_new(conf, "no-access"); in conf_new_from_file()