Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dnftw.c761 struct Save *spnext; in oldclose() local
763 spnext = sp->last; in oldclose()
764 if (spnext == 0 || spnext->fd == 0) in oldclose()
766 sp = spnext; in oldclose()