Home
last modified time | relevance | path

Searched refs:credsid_t (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dsid.h99 } credsid_t; typedef
109 credsid_t *kcrsid_alloc(void);
111 credsid_t *kcrsid_setsid(credsid_t *, ksid_t *, ksid_index_t);
112 credsid_t *kcrsid_setsidlist(credsid_t *, ksidlist_t *);
114 void kcrsid_rele(credsid_t *);
115 void kcrsid_hold(credsid_t *);
116 void kcrsidcopy_to(const credsid_t *okcr, credsid_t *nkcr);
H A Dcred_impl.h88 credsid_t *cr_ksid; /* pointer to SIDs */
/titanic_44/usr/src/uts/common/os/
H A Dsid.c225 credsid_t *
228 credsid_t *kcr = kmem_zalloc(sizeof (*kcr), KM_SLEEP); in kcrsid_alloc()
236 static credsid_t *
237 kcrsid_dup(credsid_t *org) in kcrsid_dup()
239 credsid_t *new; in kcrsid_dup()
262 kcrsid_hold(credsid_t *kcr) in kcrsid_hold()
268 kcrsid_rele(credsid_t *kcr) in kcrsid_rele()
287 kcrsidcopy_to(const credsid_t *okcr, credsid_t *nkcr) in kcrsidcopy_to()
304 kcrsid_sidcount(const credsid_t *kcr) in kcrsid_sidcount()
324 credsid_t *
[all …]
H A Dcred.c412 credsid_t *nkcr = newcr->cr_ksid; in crcopy_to()
476 credsid_t *nkcr = newcr->cr_ksid; in crdup_to()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dcred.c157 credsid_t kr; in cmd_credsid()