Home
last modified time | relevance | path

Searched refs:cr_ksid (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dcred.c256 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 …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dcred.c81 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()
/titanic_41/usr/src/uts/common/sys/
H A Dcred_impl.h88 credsid_t *cr_ksid; /* pointer to SIDs */ member