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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dir.c424 const char *spaname, *next, *nextnext = NULL; local
447 err = getcomponent(next, buf, &nextnext);
470 next = nextnext;
483 (tailp == NULL || (nextnext && nextnext[0] != '\0'))) {
/freebsd-11-stable/sys/dev/twe/
H A Dtwe.c1466 int next, nextnext; local
1476 nextnext = ((sc->twe_aen_head + 2) % TWE_Q_LENGTH);
1479 if (nextnext == sc->twe_aen_tail)

Completed in 164 milliseconds