Searched refs:ntsid (Results 1 – 2 of 2) sorted by relevance
494 ((struct ntsid *)((s)->sd_owneroff ? \499 ((struct ntsid *)((s)->sd_groupoff ? \577 #define acesid(a) ((struct ntsid *)((char *)(a) + sizeof (struct ntace)))652 struct ntsid { struct657 typedef struct ntsid ntsid_t; argument660 #define sidlen(s) (sizeof (struct ntsid) + 4 * (s)->sid_subauthcount)661 #define MAXSIDLEN (sizeof (struct ntsid) + 4 * KAUTH_NTSID_MAX_AUTHORITIES)662 #define sidsub(s) ((uint32_t *)((char *)(s) + sizeof (struct ntsid)))
2638 uint32_t selector, uint16_t flags, struct ntsid *owner, in smbfs_smb_setsec()2639 struct ntsid *group, struct ntacl *sacl, struct ntacl *dacl) in smbfs_smb_setsec()