Searched refs:MAXSIDLEN (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_security.c1132 SMB_MALLOC(w_grp, struct ntsid *, MAXSIDLEN, M_TEMP, M_WAITOK);
1133 bzero(w_grp, MAXSIDLEN);
1141 smb_sid_endianize(w_grp, MAXSIDLEN);
1147 SMB_MALLOC(w_usr, struct ntsid *, MAXSIDLEN, M_TEMP, M_WAITOK);
1148 bzero(w_usr, MAXSIDLEN);
1163 smb_sid_endianize(w_usr, MAXSIDLEN);
1216 needed = sizeof(struct ntacl) + acecount * (sizeof(struct ntace) + MAXSIDLEN);
1874 needed = sizeof(struct ntacl) + acecount * (sizeof(struct ntace) + MAXSIDLEN);
/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb.h866 #define MAXSIDLEN (sizeof(struct ntsid) + (sizeof(uint32_t) * KAUTH_NTSID_MAX_AUTHORITIES)) macro

Completed in 120 milliseconds