HomeSort by: relevance | last modified time | path
    Searched refs:acl_type (Results 1 - 9 of 9) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
acl_impl.h 44 typedef enum acl_type { enum
50 zfs_acl_type_t acl_type; /* style of acl */ member in struct:acl_info
  /src/bin/setfacl/
setfacl.c 77 static acl_type_t acl_type = ACL_TYPE_ACCESS; variable
206 if (acl_type == ACL_TYPE_DEFAULT && file->fts_info != FTS_D) {
220 if (acl_type == ACL_TYPE_DEFAULT) {
225 acl_type = ACL_TYPE_NFS4;
227 if (acl_type == ACL_TYPE_NFS4)
228 acl_type = ACL_TYPE_ACCESS;
235 acl = acl_get_file(file->fts_accpath, acl_type);
237 acl = acl_get_link_np(file->fts_accpath, acl_type);
252 acl_type == ACL_TYPE_NFS4)
259 acl_type == ACL_TYPE_NFS4
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
ap.h 49 enum macaddr_acl acl_type, const char *buf);
51 enum macaddr_acl acl_type, const char *buf);
53 enum macaddr_acl acl_type, char *buf,
56 enum macaddr_acl acl_type);
ap.c 1661 enum macaddr_acl acl_type,
1671 hapd->conf->macaddr_acl = acl_type;
1673 if (acl_type == ACCEPT_UNLESS_DENIED)
1677 if (acl_type == DENY_UNLESS_ACCEPTED)
1687 enum macaddr_acl acl_type,
1697 hapd->conf->macaddr_acl = acl_type;
1699 if (acl_type == ACCEPT_UNLESS_DENIED)
1703 if (acl_type == DENY_UNLESS_ACCEPTED)
1713 enum macaddr_acl acl_type, char *buf,
1723 if (acl_type == ACCEPT_UNLESS_DENIED
    [all...]
  /src/bin/cp/
utils.c 420 acl_type_t acl_type; local
426 acl_type = ACL_TYPE_NFS4;
435 acl_type = ACL_TYPE_ACCESS;
445 acl = acl_get_fd_np(source_fd, acl_type);
459 if (acl_set_fd_np(dest_fd, acl, acl_type) < 0) {
475 acl_type_t acl_type; local
481 acl_type = ACL_TYPE_NFS4;
490 acl_type = ACL_TYPE_ACCESS;
510 if (acl_type == ACL_TYPE_ACCESS) {
532 acl = aclgetf(source_dir, acl_type);
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_disk_acl_freebsd.c 112 acl_entry_type_t acl_type; local
219 // XXX acl_type maps to allow/deny/audit/YYYY bits
227 if (acl_get_entry_type_np(acl_entry, &acl_type) != 0) {
232 switch (acl_type) {
325 int acl_type = 0; local
351 acl_type = ACL_TYPE_ACCESS;
354 acl_type = ACL_TYPE_DEFAULT;
358 acl_type = ACL_TYPE_NFS4;
367 if (acl_type == ACL_TYPE_DEFAULT && !S_ISDIR(mode)) {
535 if (acl_set_fd_np(fd, acl, acl_type) == 0
    [all...]
archive_disk_acl_linux.c 177 // XXX acl_type maps to allow/deny/audit/YYYY bits
466 int acl_type = 0; local
485 acl_type = ACL_TYPE_ACCESS;
488 acl_type = ACL_TYPE_DEFAULT;
501 if (acl_type == ACL_TYPE_DEFAULT && !S_ISDIR(mode)) {
595 } else if (acl_set_file(name, acl_type, acl) != 0) {
archive_read_support_format_tar.c 1080 int err, acl_type; local
1121 acl_type = ARCHIVE_ENTRY_ACL_TYPE_ACCESS;
1125 acl_type = ARCHIVE_ENTRY_ACL_TYPE_NFS4;
1160 tar->localname.s, acl_type, tar->sconv_acl);
  /src/external/cddl/osnet/dist/common/acl/
acl_common.c 267 acl_alloc(enum acl_type type)
279 aclp->acl_type = ACE_T;
283 aclp->acl_type = ACLENT_T;
1515 if ((target_flavor == _ACL_ACE_ENABLED && aclp->acl_type == ACE_T) ||
1517 aclp->acl_type == ACLENT_T))
1526 aclp->acl_type == ACLENT_T) {
1533 aclp->acl_type == ACE_T) {
1550 aclp->acl_type = ACE_T;
1553 aclp->acl_type = ACLENT_T;

Completed in 26 milliseconds