Home
last modified time | relevance | path

Searched refs:ntace (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c820 ntace2zace(ace_t *zacep, i_ntace_t *ntace, struct mapinfo2uid *mip) in ntace2zace() argument
853 if (ntace->ace_hdr.ace_flags & znaf->na_flag) in ntace2zace()
862 zamask = ntace->ace_v2.ace_rights & ACE_ALL_PERMS; in ntace2zace()
863 if (ntace->ace_v2.ace_rights & GENERIC_RIGHTS_MASK) { in ntace2zace()
866 if (ntace->ace_v2.ace_rights & gf->gf_generic) in ntace2zace()
876 zacep->a_type = ntace->ace_hdr.ace_type; in ntace2zace()
1350 i_ntace_t *ntace = NULL; in zace2ntace() local
1383 if ((ntace = MALLOC(alloc_size)) == NULL) { in zace2ntace()
1387 bzero(ntace, alloc_size); in zace2ntace()
1389 ntace->ace_hdr.ace_type = zacep->a_type; in zace2ntace()
[all …]
/titanic_50/usr/src/uts/common/netsmb/
H A Dsmb.h553 #define aclace(a) ((struct ntace *)((char *)(a) + sizeof (struct ntacl)))
561 struct ntace { struct
576 #define aceace(a) ((struct ntace *)((char *)(a) + acelen(a))) argument
577 #define acesid(a) ((struct ntsid *)((char *)(a) + sizeof (struct ntace)))