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

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_dir.c 418 const char *spaname, *next, *nextnext = NULL; local
441 err = getcomponent(next, buf, &nextnext);
464 next = nextnext;
477 (tailp == NULL || (nextnext && nextnext[0] != '\0'))) {
  /src/sys/dev/pci/
twe.c 959 int s, next, nextnext, level; local
1021 nextnext = (sc->sc_aen_head + 2) % TWE_AEN_Q_LENGTH;
1027 if (nextnext == sc->sc_aen_tail)

Completed in 37 milliseconds