Home
last modified time | relevance | path

Searched refs:DTYPE_PROCDESC (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dsys_procdesc.c131 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()
H A Dkern_descrip.c5098 case DTYPE_PROCDESC: in file_type_to_name()
/freebsd/sys/sys/
H A Dfile.h71 #define DTYPE_PROCDESC 12 /* process descriptor */ macro
/freebsd/lib/libprocstat/
H A Dlibprocstat.c616 case DTYPE_PROCDESC: in procstat_getfiles_kvm()