HomeSort by: relevance | last modified time | path
    Searched refs:eproc (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libkvm/
kvm_proc.c 263 * them in the appropriate members of 'eproc'.
266 _kvm_convertcred(kvm_t *kd, u_long cred, struct eproc *eproc)
269 struct ki_pcred *pc = &eproc->e_pcred;
270 struct ki_ucred *uc = &eproc->e_ucred;
306 struct eproc eproc; local in function:kvm_proclist
317 if (_kvm_convertcred(kd, (u_long)proc.p_cred, &eproc) != 0) {
331 if (eproc.e_ucred.cr_uid != (uid_t)arg)
336 if (eproc.e_pcred.p_ruid != (uid_t)arg
    [all...]
  /src/sys/sys/
sysctl.h 46 * These are for the eproc structure defined below.
329 struct eproc { struct
358 struct eproc kp_eproc; /* eproc structure */
1119 void fill_eproc(struct proc *, struct eproc *, bool, bool);
  /src/sys/kern/
kern_proc.c 2705 * Fill in an eproc structure for the specified process.
2708 fill_eproc(struct proc *p, struct eproc *ep, bool zombie, bool allowaddr)

Completed in 15 milliseconds