DTYPE_PROCDESC
case DTYPE_PROCDESC:
case DTYPE_PROCDESC:
if (fp->f_type != DTYPE_PROCDESC) {
if (fp->f_type != DTYPE_PROCDESC) {
KASSERT(fp_procdesc->f_type == DTYPE_PROCDESC,
if (fp->f_type != DTYPE_PROCDESC) {
finit(fp, FREAD | FWRITE, DTYPE_PROCDESC, pdp, &procdesc_ops);
KASSERT(fp->f_type == DTYPE_PROCDESC, ("procdesc_close: !procdesc"));
if (fp2->f_type != DTYPE_PROCDESC)