Searched defs:acl_type (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dacl_impl.h44 typedef enum acl_type { enum
50 acl_type_t acl_type; /* style of acl */ member in struct:acl_info
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c194 switch (acl_info->acl_type) {
288 (aclp->acl_type == ACE_T) ? ACE_SETACL : SETACL,
292 (aclp->acl_type == ACE_T) ? ACE_SETACL : SETACL,
326 acl_type(acl_t *aclp) function
328 return (aclp->acl_type);
336 newaclp = acl_alloc(aclp->acl_type);
369 acl_to_aclp(enum acl_type type, void *acl, int count)
495 if (acl->acl_type != removeacl->acl_type)
498 if (acl->acl_type
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_acl.c851 smb_fsacl_from_vsa(vsecattr_t *vsecattr, acl_type_t acl_type) argument
860 acl_info = acl_alloc(acl_type);
866 switch (acl_type) {
935 switch (acl_info->acl_type) {
H A Dsmb_vops.c1189 * acl_type is the type of ACL which the filesystem supports.
1195 smb_vop_acl_read(vnode_t *vp, acl_t **aclp, int flags, acl_type_t acl_type, argument
1207 switch (acl_type) {
1224 *aclp = smb_fsacl_from_vsa(&vsecattr, acl_type);

Completed in 50 milliseconds