Searched refs:ag_next (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/ctld/
H A Dctld.h83 TAILQ_ENTRY(auth_group) ag_next; member in struct:auth_group
H A Dctld.c129 TAILQ_FOREACH_SAFE(ag, &conf->conf_auth_groups, ag_next, cagtmp)
505 TAILQ_INSERT_TAIL(&conf->conf_auth_groups, ag, ag_next);
517 TAILQ_REMOVE(&ag->ag_conf->conf_auth_groups, ag, ag_next);
536 TAILQ_FOREACH(ag, &conf->conf_auth_groups, ag_next) {
1709 TAILQ_FOREACH(ag, &conf->conf_auth_groups, ag_next) {
1875 TAILQ_FOREACH(ag, &conf->conf_auth_groups, ag_next) {

Completed in 73 milliseconds