Searched refs:ntacl (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_subr_2.h142 struct ntacl *sacl, struct ntacl *dacl,
168 struct ntacl *sacl, struct ntacl *dacl,
H A Dsmbfs_security.c67 #define sdsacl(s, s_len) (struct ntacl *)smb_sdoffset(s, s_len, SACL_SECURITY_INFORMATION)
68 #define sddacl(s, s_len) (struct ntacl *)smb_sdoffset(s, s_len, DACL_SECURITY_INFORMATION)
322 sd_len = (int32_t)sizeof(struct ntacl);
326 sd_len = (int32_t)sizeof(struct ntacl);
897 struct ntacl *w_dacl = NULL;
1111 struct ntacl *w_dacl = NULL; /* Wire DACL */
1216 needed = sizeof(struct ntacl) + acecount * (sizeof(struct ntace) + MAXSIDLEN);
1217 SMB_MALLOC(w_dacl, struct ntacl *, needed, M_TEMP, M_WAITOK);
1862 struct ntacl *w_dacl = NULL; /* Wire DACL */
1874 needed = sizeof(struct ntacl)
[all...]
H A Dsmbfs_subr.h287 struct ntsid *group, struct ntacl *sacl, struct ntacl *dacl,
H A Dsmbfs_smb_2.c6848 struct ntacl *sacl, struct ntacl *dacl,
6904 struct ntacl *sacl, struct ntacl *dacl,
H A Dsmbfs_smb.c6091 struct ntacl *sacl, struct ntacl *dacl, vfs_context_t context)
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_rq_2.h313 struct ntacl *sacl;
314 struct ntacl *dacl;
H A Dsmb.h767 struct ntacl { struct
778 #define aclace(a) ((struct ntace *)((char *)(a) + sizeof(struct ntacl)))

Completed in 121 milliseconds