Searched defs:credsid_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsid.h99 } credsid_t; typedef in typeref:struct:credsid
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 *nkc
[all...]

Completed in 59 milliseconds