Lines Matching defs:pid
52 proc_get_cred(pid_t pid, prcred_t *credp, int ngroups)
61 procfs_path, (int)pid);
74 proc_get_priv(pid_t pid)
82 procfs_path, (int)pid);
103 proc_get_ldt(pid_t pid, struct ssd *pldt, int nldt)
112 procfs_path, (int)pid);
136 proc_get_psinfo(pid_t pid, psinfo_t *psp)
143 procfs_path, (int)pid);
153 proc_get_status(pid_t pid, pstatus_t *psp)
160 procfs_path, (int)pid);
176 proc_get_auxv(pid_t pid, auxv_t *pauxv, int naux)
183 procfs_path, (int)pid);