Searched defs:eproc (Results 1 – 3 of 3) sorted by relevance
313 struct eproc { struct314 struct proc *e_paddr; /* address of proc */315 struct session *e_sess; /* session pointer */316 struct pcred e_pcred; /* process credentials */317 struct ucred e_ucred; /* current credentials */318 struct vmspace e_vm; /* address space */319 struct pstats e_pstats; /* process stats */320 int e_pstats_valid; /* pstats valid? */321 pid_t e_ppid; /* parent process id */322 pid_t e_pgid; /* process group id */[all …]
271 struct eproc eproc; in kvm_proclist() local
1068 struct eproc eproc; local