Lines Matching refs:puffs_cred
54 struct puffs_cred;
129 struct puffs_cred *pcn_cred; /* cred used for lookup */
168 const struct puffs_cred *);
185 puffs_cookie_t, int, const struct puffs_cred *);
187 puffs_cookie_t, int, const struct puffs_cred *);
189 puffs_cookie_t, int, const struct puffs_cred *);
191 puffs_cookie_t, struct vattr *, const struct puffs_cred *);
193 puffs_cookie_t, const struct vattr *, const struct puffs_cred *);
196 puffs_cookie_t, vm_prot_t, const struct puffs_cred *);
198 puffs_cookie_t, const struct puffs_cred *, int, off_t, off_t);
200 puffs_cookie_t, off_t, off_t, const struct puffs_cred *);
219 const struct puffs_cred *, int *, off_t *, size_t *);
221 puffs_cookie_t, const struct puffs_cred *, char *, size_t *);
230 uint8_t *, off_t, size_t *, const struct puffs_cred *, int);
232 uint8_t *, off_t, size_t *, const struct puffs_cred *, int);
237 const struct puffs_cred *);
239 int, const char *, uint8_t *, size_t *, const struct puffs_cred *);
241 int, size_t *, uint8_t *, size_t *, int, const struct puffs_cred *);
243 puffs_cookie_t, int, const char *, const struct puffs_cred *);
245 puffs_cookie_t, struct vattr *, const struct puffs_cred *,
248 puffs_cookie_t, struct vattr *, const struct puffs_cred *,
251 uint8_t *, off_t, size_t *, const struct puffs_cred *, int, int);
255 puffs_cookie_t, int, const struct puffs_cred *, int *);
322 const struct puffs_cred *cred); \
340 puffs_cookie_t, int, const struct puffs_cred *); \
342 puffs_cookie_t, int, const struct puffs_cred *); \
344 puffs_cookie_t, int, const struct puffs_cred *); \
346 puffs_cookie_t, struct vattr *, const struct puffs_cred *); \
349 const struct puffs_cred *); \
353 puffs_cookie_t, vm_prot_t, const struct puffs_cred *); \
355 puffs_cookie_t, const struct puffs_cred *, int, \
358 puffs_cookie_t, off_t, off_t, const struct puffs_cred *); \
377 const struct puffs_cred *, int *, off_t *, size_t *); \
379 puffs_cookie_t, const struct puffs_cred *, char *, \
392 uint8_t *, off_t, size_t *, const struct puffs_cred *, int);\
395 const struct puffs_cred *, int); \
400 size_t *, const struct puffs_cred *); \
403 const struct puffs_cred *); \
406 int, const struct puffs_cred *); \
409 puffs_cred *); \
411 puffs_cookie_t, struct vattr *, const struct puffs_cred *, \
414 puffs_cookie_t, struct vattr *, const struct puffs_cred *, \
418 const struct puffs_cred *, int, int); \
422 puffs_cookie_t, int, const struct puffs_cred *, int *); \
566 const struct puffs_cred *);
569 struct vattr *, const struct puffs_cred *);
590 int puffs_cred_getuid(const struct puffs_cred *, uid_t *);
591 int puffs_cred_getgid(const struct puffs_cred *, gid_t *);
592 int puffs_cred_getgroups(const struct puffs_cred *, gid_t *, short *);
595 bool puffs_cred_isuid(const struct puffs_cred *, uid_t);
596 bool puffs_cred_hasgroup(const struct puffs_cred *, gid_t);
597 bool puffs_cred_isregular(const struct puffs_cred *);
598 bool puffs_cred_iskernel(const struct puffs_cred *);
599 bool puffs_cred_isfs(const struct puffs_cred *);
600 bool puffs_cred_isjuggernaut(const struct puffs_cred *);
604 const struct puffs_cred *);
606 const struct puffs_cred *);
608 const struct puffs_cred *);
610 const struct puffs_cred *);