Searched defs:eproc (Results 1 – 2 of 2) sorted by relevance
329 struct eproc { struct330 struct proc *e_paddr; /* address of proc */331 struct session *e_sess; /* session pointer */332 struct ki_pcred e_pcred; /* process credentials */333 struct ki_ucred e_ucred; /* current credentials */334 struct vmspace e_vm; /* address space */358 struct eproc kp_eproc; /* eproc structure */ argument
266 _kvm_convertcred(kvm_t *kd, u_long cred, struct eproc *eproc) in _kvm_convertcred()306 struct eproc eproc; in kvm_proclist() local