Searched refs:cr_ksid (Results 1 – 3 of 3) sorted by relevance
256 cr->cr_ksid = NULL; in cralloc_flags()276 cr->cr_ksid = kcrsid_alloc(); in cralloc_ksid()366 if (cr->cr_ksid) in crfree()367 kcrsid_rele(cr->cr_ksid); in crfree()391 if (newcr->cr_ksid) in crcopy()392 kcrsid_hold(newcr->cr_ksid); in crcopy()412 credsid_t *nkcr = newcr->cr_ksid; in crcopy_to()424 newcr->cr_ksid = nkcr; in crcopy_to()425 kcrsidcopy_to(oldcr->cr_ksid, newcr->cr_ksid); in crcopy_to()426 } else if (newcr->cr_ksid) in crcopy_to()[all …]
81 if (cr->cr_ksid == NULL) { in cmd_cred()85 (uintptr_t)cr->cr_ksid, flags, 1, &cmdarg); in cmd_cred()100 (cr->cr_ksid == NULL) ? "" : "+"); in cmd_cred()
88 credsid_t *cr_ksid; /* pointer to SIDs */ member