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

/freebsd-10.2-release/usr.sbin/ctld/
H A Dctld.c124 TAILQ_FOREACH_SAFE(ag, &conf->conf_auth_groups, ag_next, cagtmp)
499 TAILQ_INSERT_TAIL(&conf->conf_auth_groups, ag, ag_next);
511 TAILQ_REMOVE(&ag->ag_conf->conf_auth_groups, ag, ag_next);
529 TAILQ_FOREACH(ag, &conf->conf_auth_groups, ag_next) {
1574 TAILQ_FOREACH(ag, &conf->conf_auth_groups, ag_next) {
1735 TAILQ_FOREACH(ag, &conf->conf_auth_groups, ag_next) {
H A Dctld.h84 TAILQ_ENTRY(auth_group) ag_next; member in struct:auth_group

Completed in 100 milliseconds