DTYPE_KQUEUE
if (epfp->f_type != DTYPE_KQUEUE) {
if (epfp->f_type != DTYPE_KQUEUE) {
case DTYPE_KQUEUE:
finit(*fpp, FREAD | FWRITE, DTYPE_KQUEUE, kq, &kqueueops);
if (fp->f_type == DTYPE_KQUEUE) {
if (fp->f_type != DTYPE_KQUEUE || kq == NULL)
MPASS(fp->f_type == DTYPE_KQUEUE);
MPASS(fp1->f_type == DTYPE_KQUEUE);
if (fp->f_type != DTYPE_KQUEUE)
if (fp->f_type != DTYPE_KQUEUE) {