Searched refs:kauth_filesec_t (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dkernel_types.h156 typedef struct kauth_filesec * kauth_filesec_t; typedef in typeref:struct:kauth_filesec
H A Dkauth.h398 * KAUTH_FILESEC_NOACL on disk to distinguish a kauth_filesec_t with an empty
440 #define KAUTH_FILESEC_NONE ((kauth_filesec_t)0)
441 #define KAUTH_FILESEC_WANTED ((kauth_filesec_t)1)
445 typedef struct kauth_filesec *kauth_filesec_t; typedef in typeref:struct:kauth_filesec
510 kauth_filesec_t kauth_filesec_alloc(int size);
511 void kauth_filesec_free(kauth_filesec_t fsp);
525 void kauth_filesec_acl_setendian(int, kauth_filesec_t, kauth_acl_t);
526 int kauth_copyinfilesec(user_addr_t xsecurity, kauth_filesec_t *xsecdestpp);
H A Dvnode.h1869 int vn_stat(struct vnode *vp, void * sb, kauth_filesec_t *xsec, int isstat64, vfs_context_t ctx);
1870 int vn_stat_noauth(struct vnode *vp, void * sb, kauth_filesec_t *xsec, int isstat64, vfs_context_t ctx);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_authorization.c937 * Parameters: xsecurity user space kauth_filesec_t
938 * xsecdstpp pointer to kauth_filesec_t to be
953 * Notes: The returned kauth_filesec_t is in host byte order
956 * kauth_filesec_t in the success case using the function
963 kauth_copyinfilesec(user_addr_t xsecurity, kauth_filesec_t *xsecdestpp)
967 kauth_filesec_t fsec;
1048 kauth_filesec_t
1051 kauth_filesec_t fsp;
1057 MALLOC(fsp, kauth_filesec_t, KAUTH_FILESEC_SIZE(count), M_KAUTH, M_WAITOK);
1069 * Free a kauth_filesec_t tha
[all...]
H A Dkern_descrip.c2436 kauth_filesec_t fsec;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c326 * Notes: The kauth_filesec_t in 'vap', if any, is in host byte order.
1088 vn_stat_noauth(struct vnode *vp, void *sbptr, kauth_filesec_t *xsec, int isstat64, vfs_context_t ctx)
1093 kauth_filesec_t fsec;
1255 vn_stat(struct vnode *vp, void *sb, kauth_filesec_t *xsec, int isstat64, vfs_context_t ctx)
H A Dkpi_vfs.c2215 * Notes: The kauth_filesec_t in '*fsecp', if retrieved, will be in
2235 vnode_get_filesec(vnode_t vp, kauth_filesec_t *fsecp, vfs_context_t ctx)
2237 kauth_filesec_t fsec;
2259 * To be valid, a kauth_filesec_t must be large enough to hold a zero
2362 * The kauth_filesec_t in 'fsec', if any, is in host byte order,
2376 vnode_set_filesec(vnode_t vp, kauth_filesec_t fsec, kauth_acl_t acl, vfs_context_t ctx)
2427 kauth_filesec_t fsec;
2645 * Notes: The kauth_filesec_t in 'vap', if any, is in host byte order.
2739 * Notes: The kauth_filesec_t in 'vap', if any, is in host byte order,
2752 kauth_filesec_t fse
[all...]
H A Dvfs_attrlist.c1468 * We have a kauth_acl_t but we will be returning a kauth_filesec_t.
2095 kauth_filesec_t rfsec;
2244 * We are (for now) passed a kauth_filesec_t, but all we want from
2250 rfsec = (kauth_filesec_t)cp;
H A Dvfs_syscalls.c3173 * Notes: The kauth_filesec_t in 'va', if any, is in host byte order.
3183 kauth_filesec_t xsecdst;
3461 * Notes: The kauth_filesec_t in 'va', if any, is in host byte order.
3470 kauth_filesec_t xsecdst;
4686 kauth_filesec_t fsec;
5212 * Notes: The kauth_filesec_t in 'va', if any, is in host byte order.
5222 kauth_filesec_t xsecdst;
5321 kauth_filesec_t xsecdst;
6593 kauth_filesec_t xsecdst;
7055 umask1(proc_t p, int newmask, __unused kauth_filesec_t fse
[all...]

Completed in 175 milliseconds