Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sendmail/src/
H A Ddomain.c924 goto nexttype;
947 nexttype:
/titanic_41/usr/src/uts/common/io/
H A Dfd.c773 uint_t nexttype; in fdgetlabel() local
805 nexttype = fdp->d_deffdtype; in fdgetlabel()
833 fdp->d_curfdtype = (signed char)nexttype; in fdgetlabel()
834 nexttype = (nexttype + 1) % nfdtypes; in fdgetlabel()