Searched refs:ace (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dsd.c173 ACCESS_ALLOWED_ACE *ace; local
199 ace = (ACCESS_ALLOWED_ACE*)((u8*)acl + sizeof(ACL));
200 ace->type = ACCESS_ALLOWED_ACE_TYPE;
201 ace->flags = 0;
202 ace->size = const_cpu_to_le16(0x18);
203 ace->mask = STANDARD_RIGHTS_ALL | FILE_WRITE_ATTRIBUTES |
208 ace->sid.revision = SID_REVISION;
209 ace->sid.sub_authority_count = 0x02;
211 ace->sid.identifier_authority.value[0] = 0;
212 ace
403 ACCESS_ALLOWED_ACE *ace; local
[all...]
H A Dntfsinfo.c863 ACCESS_ALLOWED_ACE *ace; local
873 /* initialize 'ace' to the first ace (if any) */
874 ace = (ACCESS_ALLOWED_ACE *)((char *)acl + 8);
882 switch (ace->type) {
898 ace_type, (unsigned int)ace->flags,
899 (unsigned int)le32_to_cpu(ace->mask));
901 sid = ntfs_sid_to_mbs(&ace->sid, NULL, 0);
906 ace = (ACCESS_ALLOWED_ACE *)(((char *)ace)
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_acl.c82 void *ace; local
90 while ((ace = list_head(&acl->sl_sorted)) != NULL)
91 list_remove(&acl->sl_sorted, ace);
169 smb_ace_t *ace; local
188 for (i = 0, ace = acl->sl_aces; i < acl->sl_acecnt; ++i, ace++) {
189 ace_flags = ace->se_hdr.se_flags;
191 switch (ace->se_hdr.se_type) {
212 list_insert_tail(&ace_grps[ag], ace);
221 while ((ace
243 smb_ace_t *ace; local
302 smb_ace_t *ace; local
544 smb_ace_len(smb_ace_t *ace) argument
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsrvsvc_sd.c185 smb_ace_t *ace)
189 if ((m_ace == NULL) || (ace == NULL))
192 bcopy(&ace->se_hdr, &m_ace->header, sizeof (mslm_ace_hdr_t));
194 m_ace->mask = LE_IN32(&ace->se_mask);
196 if ((ace->se_sid == NULL) || (m_sid == NULL))
198 bcopy(ace->se_sid, m_sid, smb_sid_len(ace->se_sid));
244 smb_ace_t *ace; local
293 ace = sd->sd_sacl->sl_aces;
298 for (i = 0; i < ace_cnt; i++, ace
184 srvsvc_ace_set_relative(mslm_ace_t *m_ace, struct mslm_sid *m_sid, smb_ace_t *ace) argument
348 srvsvc_ace_set_absolute(mslm_ace_t *m_ace, struct mslm_sid *m_sid, smb_ace_t *ace) argument
418 smb_ace_t *ace; local
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_acl.c346 smbfs_fprint_ntace(FILE *fp, i_ntace_t *ace) argument
348 if (ace == NULL) {
355 ace->ace_hdr.ace_type, ace->ace_hdr.ace_flags,
356 ace->ace_v2.ace_rights);
359 smbfs_fprint_sid(fp, ace->ace_v2.ace_sid);
/osnet-11/usr/src/lib/libsec/common/
H A Dacl.y37 ace_t ace;
53 %type <ace> ace
79 acl_entry: ace
150 ace: entry_type idname ace_perms access_type label
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c1102 ACCESS_ALLOWED_ACE *ace; local
1188 ace = (ACCESS_ALLOWED_ACE*)((u8*)acl + sizeof(ACL));
1189 ace->type = ACCESS_ALLOWED_ACE_TYPE;
1190 ace->flags = OBJECT_INHERIT_ACE | CONTAINER_INHERIT_ACE;
1191 ace->size = cpu_to_le16(sizeof(ACCESS_ALLOWED_ACE));
1192 ace->mask = cpu_to_le32(0x1f01ff); /* FIXME */
1193 ace->sid.revision = 1;
1194 ace->sid.sub_authority_count = 1;
1195 ace->sid.sub_authority[0] = 0;
1196 ace
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dpat.t842 @dummy = /([ace]).(?{push @res, $1,$2})([ce])(?{push @res, $1,$2})/g;
851 @dummy = /([ace]).(?{push @res, $`,$&,$'})([ce])(?{push @res, $`,$&,$'})/g;
1879 $T="ok 652\n";if ($x =~ /(?:([ace])|([bdf]))*/ and $^N eq "f" ){print $T} else {print "not $T"};
1880 $T="ok 653\n";if ($x =~ /(([ace])|([bd]))*/ and $^N eq "e" ){print $T} else {print "not $T"};
1882 $T="ok 654\n";if($x =~ /(([ace])|([bdf]))*/ and $^N eq "f" ){print $T} else {print "not $T"};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm240 =item {ace} : Achinese

Completed in 41 milliseconds