Searched defs:nexttype (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ | ||
H A D | fd.c | 773 uint_t nexttype; local 805 nexttype = fdp->d_deffdtype; 833 fdp->d_curfdtype = (signed char)nexttype; 834 nexttype = (nexttype + 1) % nfdtypes; |
Completed in 47 milliseconds