Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c922 goto nexttype;
945 nexttype:
/illumos-gate/usr/src/uts/common/io/
H A Dfd.c778 uint_t nexttype; in fdgetlabel() local
810 nexttype = fdp->d_deffdtype; in fdgetlabel()
839 fdp->d_curfdtype = (signed char)nexttype; in fdgetlabel()
840 nexttype = (nexttype + 1) % nfdtypes; in fdgetlabel()