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

/illumos-gate/usr/src/uts/common/io/
H A Dfd.c773 uint_t nexttype; local
805 nexttype = fdp->d_deffdtype;
833 fdp->d_curfdtype = (signed char)nexttype;
834 nexttype = (nexttype + 1) % nfdtypes;

Completed in 61 milliseconds