Lines Matching defs:uc
49 struct ucred_s *uc;
111 uc = cred2ucred(kpc.pc_cr, kpc.pc_cpid, NULL, CRED());
115 err = copyout(uc, buf, uc->uc_size);
117 kmem_free(uc, uc->uc_size);
133 struct ucred_s *uc;
173 uc = cred2ucred(pcr, pid, NULL, CRED());
177 err = copyout(uc, ubuf, uc->uc_size);
179 kmem_free(uc, uc->uc_size);