Searched defs:acl_info (Results 1 - 6 of 6) sorted by relevance
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | acl_impl.h | 49 struct acl_info { struct
|
| /illumos-gate/usr/src/lib/libsec/common/ |
| H A D | aclutils.c | 106 acl_t *acl_info; local 131 acl_info = acl_alloc(ACE_T); 135 acl_info = acl_alloc(ACLENT_T); 138 if (acl_info == NULL) 142 acl_info->acl_cnt = acl(fname, cntcmd, 0, NULL); 144 acl_info->acl_cnt = facl(fd, cntcmd, 0, NULL); 148 if (acl_info->acl_cnt < 0) { 149 acl_free(acl_info); 154 if (acl_info->acl_cnt == 0) { 155 acl_free(acl_info); [all...] |
| /illumos-gate/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb_acl.c | 856 acl_t *acl_info; local 860 acl_info = acl_alloc(acl_type); 861 if (acl_info == NULL) 864 acl_info->acl_flags = 0; 873 acl_info->acl_cnt = numacls; 874 acl_info->acl_aclp = kmem_alloc(aclbsize + dfaclbsize, 876 (void) memcpy(acl_info->acl_aclp, vsecattr->vsa_aclentp, 878 (void) memcpy((char *)acl_info->acl_aclp + aclbsize, 881 if (acl_info->acl_cnt <= MIN_ACL_ENTRIES) 882 acl_info 922 smb_fsacl_to_vsa(acl_t *acl_info, vsecattr_t *vsecattr, int *aclbsize) argument [all...] |
| /illumos-gate/usr/src/common/smbclnt/ |
| H A D | smbfs_ntacl.c | 891 vsecattr_t *acl_info, 893 acl_t *acl_info, 910 if (acl_info) { 912 if (acl_info->acl_type != ACE_T || 913 acl_info->acl_aclp != NULL || 914 acl_info->acl_entry_size != sizeof (ace_t)) 1042 if (acl_info == NULL) { 1121 acl_info->vsa_aclcnt = zacecnt; 1122 acl_info->vsa_aclentp = zacep0; 1123 acl_info 888 smbfs_acl_sd2zfs( i_ntsd_t *sd, vsecattr_t *acl_info, uid_t *uidp, gid_t *gidp) argument 1411 smbfs_acl_zfs2sd( vsecattr_t *acl_info, uid_t own_uid, gid_t own_gid, uint32_t selector, i_ntsd_t **sdp) argument [all...] |
| /illumos-gate/usr/src/cmd/ndmpd/tlm/ |
| H A D | tlm_backup_reader.c | 123 (void) output_acl_header(&tlm_acls->acl_info, 152 output_acl_header(sec_attr_t *acl_info, argument 159 if ((acl_info == NULL) || (*acl_info->attr_info == '\0')) 168 acl_info->attr_type = UFSD_ACL; 169 (void) snprintf(acl_info->attr_len, sizeof (acl_info->attr_len), 170 "%06o", strlen(acl_info->attr_info)); 172 acl_size = sizeof (*acl_info); 187 (void) output_mem(local_commands, (void *)acl_info, acl_siz [all...] |
| /illumos-gate/usr/src/cmd/ndmpd/include/ |
| H A D | tlm.h | 403 sec_attr_t acl_info; member in struct:tlm_acls
|
Completed in 95 milliseconds