Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcred.c259 cr->cr_ksid = NULL; in cralloc_flags()
279 cr->cr_ksid = kcrsid_alloc(); in cralloc_ksid()
369 if (cr->cr_ksid) in crfree()
370 kcrsid_rele(cr->cr_ksid); in crfree()
394 if (newcr->cr_ksid) in crcopy()
395 kcrsid_hold(newcr->cr_ksid); in crcopy()
415 credsid_t *nkcr = newcr->cr_ksid; in crcopy_to()
427 newcr->cr_ksid = nkcr; in crcopy_to()
428 kcrsidcopy_to(oldcr->cr_ksid, newcr->cr_ksid); in crcopy_to()
429 } else if (newcr->cr_ksid) in crcopy_to()
[all …]
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dcred.c34 ksid_t *cr_ksid; member
131 return (cr->cr_ksid); in crgetsid()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/
H A Dcred_impl.h88 credsid_t *cr_ksid; /* pointer to SIDs */ member