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

/illumos-gate/usr/src/common/smbclnt/
H A Dsmbfs_ntacl.c820 ntace2zace(ace_t *zacep, i_ntace_t *ntace, struct mapinfo2uid *mip) argument
853 if (ntace->ace_hdr.ace_flags & znaf->na_flag)
862 zamask = ntace->ace_v2.ace_rights & ACE_ALL_PERMS;
863 if (ntace->ace_v2.ace_rights & GENERIC_RIGHTS_MASK) {
866 if (ntace->ace_v2.ace_rights & gf->gf_generic)
876 zacep->a_type = ntace->ace_hdr.ace_type;
1350 i_ntace_t *ntace = NULL; local
1383 if ((ntace = MALLOC(alloc_size)) == NULL) {
1387 bzero(ntace, alloc_size);
1389 ntace
[all...]
/illumos-gate/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)))
577 #define acesid(a) ((struct ntsid *)((char *)(a) + sizeof (struct ntace)))

Completed in 65 milliseconds