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

/freebsd-10.1-release/sys/kern/
H A Dsys_procdesc.c151 if (fp->f_type != DTYPE_PROCDESC) {
177 KASSERT(fp_procdesc->f_type == DTYPE_PROCDESC,
196 if (fp->f_type != DTYPE_PROCDESC) {
258 finit(fp, FREAD | FWRITE, DTYPE_PROCDESC, pdp, &procdesc_ops);
354 KASSERT(fp->f_type == DTYPE_PROCDESC, ("procdesc_close: !procdesc"));
H A Dkern_descrip.c3173 case DTYPE_PROCDESC:
3544 case DTYPE_PROCDESC:
/freebsd-10.1-release/sys/sys/
H A Dfile.h67 #define DTYPE_PROCDESC 12 /* process descriptor */ macro

Completed in 156 milliseconds