pcred 129 compat/linux/linux_sched.c struct pcred *pc = cp->p_cred;
pcred 166 compat/linux/linux_sched.c struct pcred *pc = cp->p_cred;
pcred 210 compat/linux/linux_sched.c struct pcred *pc = cp->p_cred;
pcred 250 compat/linux/linux_sched.c struct pcred *pc = cp->p_cred;
pcred 85 compat/osf1/osf1_prot.c struct pcred *pc = p->p_cred;
pcred 124 compat/osf1/osf1_prot.c struct pcred *pc = p->p_cred;
pcred 706 dev/systrace.c struct pcred *pc;
pcred 918 dev/systrace.c struct pcred *pc = p->p_cred;
pcred 937 dev/systrace.c struct pcred *pc = p->p_cred;
pcred 113 kern/init_main.c struct pcred cred0;
pcred 501 kern/kern_ktrace.c struct pcred *caller = callp->p_cred;
pcred 502 kern/kern_ktrace.c struct pcred *target = targetp->p_cred;
pcred 107 kern/kern_proc.c pool_init(&pcred_pool, sizeof(struct pcred), 0, 0, 0, "pcredpl",
pcred 213 kern/kern_prot.c struct pcred *pc = p->p_cred;
pcred 307 kern/kern_prot.c struct pcred *pc = p->p_cred;
pcred 334 kern/kern_prot.c struct pcred *pc = p->p_cred;
pcred 407 kern/kern_prot.c struct pcred *pc = p->p_cred;
pcred 434 kern/kern_prot.c struct pcred *pc = p->p_cred;
pcred 500 kern/kern_prot.c struct pcred *pc = p->p_cred;
pcred 530 kern/kern_prot.c struct pcred *pc = p->p_cred;
pcred 559 kern/kern_prot.c struct pcred *pc = p->p_cred;
pcred 608 kern/kern_prot.c struct pcred *pc = p->p_cred;
pcred 637 kern/kern_prot.c struct pcred *pc = p->p_cred;
pcred 676 kern/kern_prot.c struct pcred *pc = p->p_cred;
pcred 706 kern/kern_prot.c struct pcred *pc = p->p_cred;
pcred 178 kern/kern_resource.c struct pcred *pcred = curp->p_cred;
pcred 181 kern/kern_resource.c if (pcred->pc_ucred->cr_uid && pcred->p_ruid &&
pcred 182 kern/kern_resource.c pcred->pc_ucred->cr_uid != chgp->p_ucred->cr_uid &&
pcred 183 kern/kern_resource.c pcred->p_ruid != chgp->p_ucred->cr_uid)
pcred 85 kern/kern_sig.c int cansignal(struct proc *, struct pcred *, struct proc *, int);
pcred 93 kern/kern_sig.c cansignal(struct proc *p, struct pcred *pc, struct proc *q, int signum)
pcred 583 kern/kern_sig.c struct pcred *pc = cp->p_cred;
pcred 616 kern/kern_sig.c struct pcred *pc = cp->p_cred;
pcred 290 miscfs/portal/portal_vnops.c struct portal_cred pcred;
pcred 319 miscfs/portal/portal_vnops.c res = pt->pt_size + sizeof(pcred) + 512; /* XXX */
pcred 371 miscfs/portal/portal_vnops.c pcred.pcr_flag = ap->a_mode;
pcred 372 miscfs/portal/portal_vnops.c pcred.pcr_uid = ap->a_cred->cr_uid;
pcred 373 miscfs/portal/portal_vnops.c pcred.pcr_gid = ap->a_cred->cr_gid;
pcred 374 miscfs/portal/portal_vnops.c pcred.pcr_ngroups = ap->a_cred->cr_ngroups;
pcred 375 miscfs/portal/portal_vnops.c bcopy(ap->a_cred->cr_groups, pcred.pcr_groups, NGROUPS * sizeof(gid_t));
pcred 376 miscfs/portal/portal_vnops.c aiov[0].iov_base = &pcred;
pcred 377 miscfs/portal/portal_vnops.c aiov[0].iov_len = sizeof(pcred);
pcred 141 sys/proc.h struct pcred *ps_cred; /* Process owner's identity. */
pcred 325 sys/proc.h struct pcred {
pcred 308 sys/sysctl.h struct pcred e_pcred; /* process credentials */