Home
last modified time | relevance | path

Searched refs:spnext (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvfsops.c113 register struct snode **spp, *sp, *spnext; in spec_sync() local
154 for (sp = sync_list; sp != NULL; sp = spnext) { in spec_sync()
155 spnext = sp->s_list; in spec_sync()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c759 struct Save *spnext; in oldclose() local
761 spnext = sp->last; in oldclose()
762 if (spnext == 0 || spnext->fd == 0) in oldclose()
764 sp = spnext; in oldclose()