HomeSort by: relevance | last modified time | path
    Searched refs:af_next (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/ifconfig/
util.h 20 SIMPLEQ_ENTRY(afswtch) af_next;
ifconfig.c 438 SIMPLEQ_INSERT_TAIL(&aflist, af, af_next);
827 SIMPLEQ_FOREACH(afp, &aflist, af_next) {
844 SIMPLEQ_FOREACH(afp, &aflist, af_next) {
1405 else SIMPLEQ_FOREACH(afp, &aflist, af_next)
  /src/usr.sbin/autofs/
autounmountd.c 56 TAILQ_ENTRY(automounted_fs) af_next;
70 TAILQ_FOREACH(af, &automounted, af_next) {
91 TAILQ_INSERT_TAIL(&automounted, af, af_next);
100 TAILQ_REMOVE(&automounted, af, af_next);
117 TAILQ_FOREACH(af, &automounted, af_next)
150 TAILQ_FOREACH_SAFE(af, &automounted, af_next, tmpaf) {
190 TAILQ_FOREACH_SAFE(af, &automounted, af_next, tmpaf) {

Completed in 23 milliseconds