HomeSort by relevance Sort by last modified time
    Searched defs:ace (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/cmd/ntfsprogs/
sd.c 58 * ACE of the DACL. The type of the ACE is access allowed.
90 * ACE of the DACL. All system files, except the root directory, have
91 * a second ACE.
93 /* The second ACE of the DACL. Type is access allowed. */
173 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)
403 ACCESS_ALLOWED_ACE *ace; local
    [all...]
ntfsinfo.c 863 ACCESS_ALLOWED_ACE *ace; local
873 /* initialize 'ace' to the first ace (if any) */
874 ace = (ACCESS_ALLOWED_ACE *)((char *)acl + 8);
876 /* iterate through ACE's */
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);
905 /* proceed to next ACE */
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsec/common/
acl.y 37 ace_t ace;
53 %type <ace> ace
79 acl_entry: ace
150 ace: entry_type idname ace_perms access_type label
  /onnv/onnv-gate/usr/src/lib/smbsrv/libmlsvc/common/
srvsvc_sd.c 179 * This method converts an ACE from absolute (pointer) to
186 smb_ace_t *ace)
188 if ((m_ace == NULL) || (ace == NULL))
191 bcopy(&ace->se_hdr, &m_ace->header, sizeof (mslm_ace_hdr_t));
192 m_ace->mask = ace->se_mask;
194 if ((ace->se_sid == NULL) || (m_sid == NULL))
196 bcopy(ace->se_sid, m_sid, smb_sid_len(ace->se_sid));
238 smb_ace_t *ace; local
286 ace = sd->sd_sacl->sl_aces
396 smb_ace_t *ace; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_nt_transact_security.c 312 smb_ace_t *ace; local
322 for (i = 0, ace = acl->sl_aces; i < acl->sl_acecnt; i++, ace++) {
324 ace->se_hdr.se_type, ace->se_hdr.se_flags,
325 ace->se_hdr.se_bsize, ace->se_mask);
327 smb_encode_sid(xa, ace->se_sid);
339 smb_ace_t *ace; local
348 ace = list_head(&acl->sl_sorted)
502 smb_ace_t *ace; local
    [all...]
smb_acl.c 57 * ACE groups within a DACL
59 * This is from lower to higher ACE order priority
131 void *ace; local
139 while ((ace = list_head(&acl->sl_sorted)) != NULL)
140 list_remove(&acl->sl_sorted, ace);
204 * ordering ensures, for example, that a noninherited access-denied ACE
205 * is enforced regardless of any inherited ACE that allows access.
207 * according to ACE type, as the following shows:
214 * So, here is the desired ACE order
218 * Of course, not all ACE types are required in an ACL
225 smb_ace_t *ace; local
299 smb_ace_t *ace; local
357 smb_ace_t *ace; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/smbsrv/libsmb/common/
smb_acl.c 37 * ACE groups within a DACL
39 * This is from lower to higher ACE order priority
92 void *ace; local
100 while ((ace = list_head(&acl->sl_sorted)) != NULL)
101 list_remove(&acl->sl_sorted, ace);
158 * ordering ensures, for example, that a noninherited access-denied ACE
159 * is enforced regardless of any inherited ACE that allows access.
161 * according to ACE type, as the following shows:
168 * So, here is the desired ACE order
172 * Of course, not all ACE types are required in an ACL
179 smb_ace_t *ace; local
253 smb_ace_t *ace; local
311 smb_ace_t *ace; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libntfs/common/libntfs/
dir.c 1102 ACCESS_ALLOWED_ACE *ace; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/
acl_conv.c 168 * Access Control Entry (ACE)
171 ifree_ace(i_ntace_t *ace)
174 if (ace == NULL)
177 ifree_sid(ace->ace_sid);
178 FREESZ(ace, sizeof (*ace));
185 i_ntace_t *ace = NULL; local
189 if ((ace = MALLOC(sizeof (*ace))) == NULL)
191 bzero(ace, sizeof (*ace))
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
zfs_replay.c 789 ace_t *ace = (ace_t *)(lr + 1); /* ace array follows lr_acl_t */ local
796 zfs_oldace_byteswap(ace, lr->lr_aclcnt);
807 vsa.vsa_aclentp = ace;
833 ace_t *ace = (ace_t *)(lr + 1); local
840 zfs_ace_byteswap(ace, lr->lr_acl_bytes, B_FALSE);
842 byteswap_uint64_array((caddr_t)ace +
854 vsa.vsa_aclentp = ace;
859 void *fuidstart = (caddr_t)ace +
  /onnv/onnv-gate/usr/src/uts/common/sys/
acl.h 43 typedef struct ace { struct
190 /* cmd's to manipulate ace acls. */
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/smbsrv/
smbsrv.c 53 * Structure associating an ACE type to a string.
1709 smb_ace_t ace; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/praudit/
format.c 3298 ace_t ace; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ib/clients/ibd/
ibd.c 1876 ibd_ace_t *ace, *pace; local
5581 ibd_ace_t *ace; local
6178 ibd_ace_t *ace = swqe->w_ahandle; local
6223 ibd_ace_t *ace; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs4_srv.c 6990 nfsace4 *ace; local
    [all...]

Completed in 660 milliseconds