Changeset View
Changeset View
Standalone View
Standalone View
sys/sys/ucred.h
Show First 20 Lines • Show All 153 Lines • ▼ Show 20 Lines | |||||
struct ucred *crget(void); | struct ucred *crget(void); | ||||
struct ucred *crhold(struct ucred *cr); | struct ucred *crhold(struct ucred *cr); | ||||
struct ucred *crcowget(struct ucred *cr); | struct ucred *crcowget(struct ucred *cr); | ||||
void crcowfree(struct thread *td); | void crcowfree(struct thread *td); | ||||
void cru2x(struct ucred *cr, struct xucred *xcr); | void cru2x(struct ucred *cr, struct xucred *xcr); | ||||
void cru2xt(struct thread *td, struct xucred *xcr); | void cru2xt(struct thread *td, struct xucred *xcr); | ||||
void crsetgroups(struct ucred *cr, int n, gid_t *groups); | void crsetgroups(struct ucred *cr, int n, gid_t *groups); | ||||
int groupmember(gid_t gid, struct ucred *cred); | int groupmember(gid_t gid, struct ucred *cred); | ||||
int realgroupmember(gid_t gid, struct ucred *cred); | |||||
#endif /* _KERNEL */ | #endif /* _KERNEL */ | ||||
#endif /* !_SYS_UCRED_H_ */ | #endif /* !_SYS_UCRED_H_ */ |