credsid_t
credsid_t kr;
credsid_t *kcr;
credsid_t *nkcr = newcr->cr_ksid;
credsid_t *nkcr = newcr->cr_ksid;
credsid_t *
credsid_t *kcr = kmem_zalloc(sizeof (*kcr), KM_SLEEP);
static credsid_t *
kcrsid_dup(credsid_t *org)
credsid_t *new;
kcrsid_hold(credsid_t *kcr)
kcrsid_rele(credsid_t *kcr)
kcrsidcopy_to(const credsid_t *okcr, credsid_t *nkcr)
kcrsid_sidcount(const credsid_t *kcr)
credsid_t *
kcrsid_setsid(credsid_t *okcr, ksid_t *ksp, ksid_index_t i)
credsid_t *nkcr;
credsid_t *
kcrsid_setsidlist(credsid_t *okcr, ksidlist_t *ksl)
credsid_t *nkcr;
credsid_t *cr_ksid; /* pointer to SIDs */
credsid_t *kcrsid_alloc(void);
credsid_t *kcrsid_setsid(credsid_t *, ksid_t *, ksid_index_t);
credsid_t *kcrsid_setsidlist(credsid_t *, ksidlist_t *);
void kcrsid_rele(credsid_t *);
void kcrsid_hold(credsid_t *);
void kcrsidcopy_to(const credsid_t *okcr, credsid_t *nkcr);