Home
last modified time | relevance | path

Searched refs:auth_portal_new (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.sbin/ctld/
HDparse.y296 ap = auth_portal_new(auth_group, $2);
702 ap = auth_portal_new(target->t_auth_group, $2);
HDctld.h329 const struct auth_portal *auth_portal_new(struct auth_group *ag,
HDctld.c352 auth_portal_new(struct auth_group *ag, const char *portal) in auth_portal_new() function