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

/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.c127 TAILQ_FOREACH_SAFE(ag, &conf->conf_auth_groups, ag_next, cagtmp)
503 TAILQ_INSERT_TAIL(&conf->conf_auth_groups, ag, ag_next);
515 TAILQ_REMOVE(&ag->ag_conf->conf_auth_groups, ag, ag_next);
533 TAILQ_FOREACH(ag, &conf->conf_auth_groups, ag_next) {
1619 TAILQ_FOREACH(ag, &conf->conf_auth_groups, ag_next) {
1785 TAILQ_FOREACH(ag, &conf->conf_auth_groups, ag_next) {
H A Dctld.h87 TAILQ_ENTRY(auth_group) ag_next; member in struct:auth_group

Completed in 138 milliseconds