Lines Matching refs:so_cred
885 (void)chgsbsize(so->so_cred->cr_uidinfo, in sodealloc()
888 (void)chgsbsize(so->so_cred->cr_uidinfo, in sodealloc()
895 crfree(so->so_cred); in sodealloc()
951 so->so_cred = crhold(cred); in socreate()
1124 if (head->so_cred == 0) {
1139 overcount, head->so_cred->cr_uid,
1140 head->so_cred->cr_rgid,
1141 head->so_cred->cr_prison ?
1142 head->so_cred->cr_prison->pr_name :
1185 so->so_cred = crhold(head->so_cred);
1327 so->so_cred = crhold(head->so_cred);
4655 if (so->so_cred->cr_uid != uid)
5053 xso->so_uid = so->so_cred->cr_uid;