Searched refs:procdesc (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dprocdesc.h41 * struct procdesc describes a process descriptor, and essentially consists
56 struct procdesc { struct
75 * Locking macros for the procdesc itself.
78 #define PROCDESC_LOCK_INIT(pd) mtx_init(&(pd)->pd_lock, "procdesc", NULL, \
89 #define PDF_DAEMON 0x00000008 /* Don't exit when procdesc closes. */
98 void procdesc_finit(struct procdesc *, struct file *);
117 #define PD_DAEMON 0x00000001 /* Don't exit when procdesc closes. */
H A Dproc.h169 struct procdesc;
545 struct procdesc *p_procdesc; /* (e) Process descriptor, if any. */
/freebsd-10.0-release/sys/kern/
H A Dsys_procdesc.c76 #include <sys/procdesc.h>
129 procdesc_zone = uma_zcreate("procdesc", sizeof(struct procdesc),
144 struct procdesc *pd;
169 * Function to be used by procstat(1) sysctls when returning procdesc
175 struct procdesc *pd;
178 ("procdesc_pid: !procdesc"));
233 struct procdesc *pd;
255 procdesc_finit(struct procdesc *pdp, struct file *fp)
262 procdesc_free(struct procdesc *p
[all...]
H A Dkern_descrip.c71 #include <sys/procdesc.h>
126 static int fill_procdesc_info(struct procdesc *pdp,
3298 error = fill_procdesc_info((struct procdesc *)data, kif);
3695 fill_procdesc_info(struct procdesc *pdp, struct kinfo_file *kif)
H A Dkern_exit.c55 #include <sys/procdesc.h>
H A Dkern_fork.c60 #include <sys/procdesc.h>
788 /* Must provide a place to put a procdesc if creating one. */
H A Dkern_sig.c64 #include <sys/procdesc.h>
/freebsd-10.0-release/tools/regression/security/cap_test/
H A Dcap_test_pdfork.c43 #include <sys/procdesc.h>
H A Dcap_test_pdkill.c43 #include <sys/procdesc.h>
/freebsd-10.0-release/tools/regression/capsicum/syscalls/
H A Dcap_getmode.c35 #include <sys/procdesc.h>
H A Dcap_fcntls_limit.c35 #include <sys/procdesc.h>
H A Dcap_ioctls_limit.c36 #include <sys/procdesc.h>
/freebsd-10.0-release/share/man/man4/
H A DMakefile370 procdesc.4 \
/freebsd-10.0-release/usr.sbin/rwhod/
H A Drwhod.c53 #include <sys/procdesc.h>

Completed in 148 milliseconds