eproc 977 kern/kern_sysctl.c struct eproc *eproc = NULL; eproc 995 kern/kern_sysctl.c eproc = malloc(sizeof(struct eproc), M_TEMP, M_WAITOK); eproc 1067 kern/kern_sysctl.c fill_eproc(p, eproc); eproc 1073 kern/kern_sysctl.c error = copyout((caddr_t)eproc, eproc 1075 kern/kern_sysctl.c sizeof(*eproc)); eproc 1116 kern/kern_sysctl.c if (eproc) eproc 1117 kern/kern_sysctl.c free(eproc, M_TEMP); eproc 1129 kern/kern_sysctl.c fill_eproc(struct proc *p, struct eproc *ep) eproc 305 sys/sysctl.h struct eproc { eproc 699 sys/sysctl.h void fill_eproc(struct proc *, struct eproc *);