Lines Matching defs:ucred
241 const char *name, int namelen, struct ucred *cred, int mode);
243 const char *name, int namelen, struct ucred *cred, int mode);
247 const char *name, int namelen, struct ucred *cred, int mode);
446 mqfs_create_node(const char *name, int namelen, struct ucred *cred, int mode,
470 struct ucred *cred, int mode)
519 struct ucred *cred, int mode)
541 struct ucred *cred, int mode)
826 mqfs_search(struct mqfs_node *pd, const char *name, int len, struct ucred *cred)
1025 do_unlink(struct mqfs_node *pn, struct ucred *ucred)
1033 if (ucred->cr_uid != pn->mn_uid &&
1034 (error = priv_check_cred(ucred, PRIV_MQ_ADMIN)) != 0)
1128 struct ucred *a_cred;
1145 struct ucred *a_cred;
1161 struct ucred *a_cred;
1189 struct ucred *a_cred;
1231 struct ucred *a_cred;
1331 struct ucred *a_cred;
1368 struct ucred *a_cred;
2524 mqf_poll(struct file *fp, int events, struct ucred *active_cred,
2566 mqf_stat(struct file *fp, struct stat *st, struct ucred *active_cred)
2584 mqf_chmod(struct file *fp, mode_t mode, struct ucred *active_cred,
2604 mqf_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred,