DTYPE_PIPE
case DTYPE_PIPE:
if (fp->f_type == DTYPE_PIPE) {
if (fp->f_type != DTYPE_PIPE) {
} else if (fp->f_type == DTYPE_PIPE || fp->f_type == DTYPE_SOCKET) {
case DTYPE_PIPE:
finit(rf, fflags, DTYPE_PIPE, rpipe, &pipeops);
finit(wf, fflags, DTYPE_PIPE, wpipe, &pipeops);
case DTYPE_PIPE:
case DTYPE_PIPE: