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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c924 goto nexttype;
947 nexttype:
/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 63 milliseconds