Lines Matching defs:pid
54 proc_get_cred(pid_t pid, prcred_t *credp, int ngroups)
63 procfs_path, (int)pid);
73 proc_get_secflags(pid_t pid, prsecflags_t **psf)
83 procfs_path, (int)pid);
103 proc_get_priv(pid_t pid)
111 procfs_path, (int)pid);
132 proc_get_ldt(pid_t pid, struct ssd *pldt, int nldt)
141 procfs_path, (int)pid);
165 proc_get_psinfo(pid_t pid, psinfo_t *psp)
172 procfs_path, (int)pid);
182 proc_get_status(pid_t pid, pstatus_t *psp)
189 procfs_path, (int)pid);
205 proc_get_auxv(pid_t pid, auxv_t *pauxv, int naux)
212 procfs_path, (int)pid);