Lines Matching refs:cr
62 crfree(cred_t *cr) in crfree() argument
68 crhold(cred_t *cr) in crhold() argument
74 crgetuid(const cred_t *cr) in crgetuid() argument
76 return (cr->cr_uid); in crgetuid()
81 crgetruid(const cred_t *cr) in crgetruid() argument
83 return (cr->cr_uid); in crgetruid()
88 crgetgid(const cred_t *cr) in crgetgid() argument
95 crgetngroups(const cred_t *cr) in crgetngroups() argument
102 crgetgroups(const cred_t *cr) in crgetgroups() argument
109 crgetzoneid(const cred_t *cr) in crgetzoneid() argument
116 crgetzone(const cred_t *cr) in crgetzone() argument
129 crgetsid(const cred_t *cr, int i) in crgetsid() argument
131 return (cr->cr_ksid); in crgetsid()