Searched refs:af_next (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/usr.sbin/autofs/
H A Dautounmountd.c53 TAILQ_ENTRY(automounted_fs) af_next;
67 TAILQ_FOREACH(af, &automounted, af_next) {
88 TAILQ_INSERT_TAIL(&automounted, af, af_next);
97 TAILQ_REMOVE(&automounted, af, af_next);
114 TAILQ_FOREACH(af, &automounted, af_next)
145 TAILQ_FOREACH_SAFE(af, &automounted, af_next, tmpaf) {
192 TAILQ_FOREACH_SAFE(af, &automounted, af_next, tmpaf) {
/freebsd-10.1-release/sbin/ifconfig/
H A Difconfig.h111 struct afswtch *af_next; member in struct:afswtch
H A Difconfig.c366 p->af_next = afs;
375 for (afp = afs; afp != NULL; afp = afp->af_next)
386 for (afp = afs; afp != NULL; afp = afp->af_next)
399 for (afp = afs; afp != NULL; afp = afp->af_next) {
416 for (afp = afs; afp != NULL; afp = afp->af_next) {

Completed in 51 milliseconds