Searched refs:DTYPE_PROCDESC (Results 1 – 4 of 4) sorted by relevance
131 if (fp->f_type != DTYPE_PROCDESC) { in procdesc_find()157 KASSERT(fp_procdesc->f_type == DTYPE_PROCDESC, in procdesc_pid()176 if (fp->f_type != DTYPE_PROCDESC) { in kern_pdgetpid()253 finit(fp, FREAD | FWRITE, DTYPE_PROCDESC, pdp, &procdesc_ops); in procdesc_finit()353 KASSERT(fp->f_type == DTYPE_PROCDESC, ("procdesc_close: !procdesc")); in procdesc_close()563 if (fp2->f_type != DTYPE_PROCDESC) in procdesc_cmp()
5098 case DTYPE_PROCDESC: in file_type_to_name()
71 #define DTYPE_PROCDESC 12 /* process descriptor */ macro
616 case DTYPE_PROCDESC: in procstat_getfiles_kvm()