Searched defs:stprev (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c652 struct snode *stprev = NULL; local
658 if (stprev == NULL)
661 stprev->s_next = st->s_next;
664 stprev = st;

Completed in 64 milliseconds