HomeSort by: relevance | last modified time | path
    Searched defs:eproc (Results 1 - 2 of 2) 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);

Completed in 14 milliseconds