Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_procdesc.c134 if (fp->f_type != DTYPE_PROCDESC) { in procdesc_find()
160 KASSERT(fp_procdesc->f_type == DTYPE_PROCDESC, in procdesc_pid()
179 if (fp->f_type != DTYPE_PROCDESC) { in kern_pdgetpid()
256 finit(fp, FREAD | FWRITE, DTYPE_PROCDESC, pdp, &procdesc_ops); in procdesc_finit()
356 KASSERT(fp->f_type == DTYPE_PROCDESC, ("procdesc_close: !procdesc")); in procdesc_close()
H A Dkern_descrip.c4762 case DTYPE_PROCDESC: in file_type_to_name()
/f-stack/freebsd/sys/
H A Dfile.h71 #define DTYPE_PROCDESC 12 /* process descriptor */ macro