Home
last modified time | relevance | path

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

/freebsd-13-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.h258 struct auth_group *auth_group_new(struct conf *conf, const char *name);
HDctld.c485 auth_group_new(struct conf *conf, const char *name) in auth_group_new() function
2705 ag = auth_group_new(conf, "default"); in conf_new_from_file()
2708 ag = auth_group_new(conf, "no-authentication"); in conf_new_from_file()
2712 ag = auth_group_new(conf, "no-access"); in conf_new_from_file()