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

  /src/sys/kern/
subr_acl_nfs4.c 81 if (ae->ae_entry_type != entry_type)
105 ae->ae_entry_type = entry_type;
157 if (ae->ae_entry_type != ACL_ENTRY_TYPE_ALLOW &&
158 ae->ae_entry_type != ACL_ENTRY_TYPE_DENY)
168 if (ae->ae_entry_type == ACL_ENTRY_TYPE_ALLOW)
174 if (ae->ae_entry_type == ACL_ENTRY_TYPE_ALLOW)
180 if (ae->ae_entry_type == ACL_ENTRY_TYPE_ALLOW)
187 if (ae->ae_entry_type == ACL_ENTRY_TYPE_ALLOW)
193 if (ae->ae_entry_type == ACL_ENTRY_TYPE_ALLOW)
199 if (ae->ae_entry_type == ACL_ENTRY_TYPE_ALLOW
    [all...]
subr_acl_posix1e.c 110 acl_entry.ae_entry_type = 0;
  /src/lib/libc/posix1e/
acl_copy.c 71 dest_d->ae_entry_type = src_d->ae_entry_type;
acl_entry.c 73 (**entry_p).ae_entry_type = 0;
115 (**entry_p).ae_entry_type = 0;
acl_delete_entry.c 56 if (a->ae_tag != b->ae_tag || a->ae_entry_type != b->ae_entry_type)
acl_get.c 218 *entry_type_p = entry_d->ae_entry_type;
acl_support.c 81 entrya->ae_entry_type != entryb->ae_entry_type ||
acl_set.c 252 entry_d->ae_entry_type = entry_type;
  /src/sys/fs/nfs/common/
nfs_commonacl.c 71 acep->ae_entry_type = ACL_ENTRY_TYPE_DENY;
149 * Set ae_entry_type.
152 acep->ae_entry_type = ACL_ENTRY_TYPE_ALLOW;
154 acep->ae_entry_type = ACL_ENTRY_TYPE_DENY;
156 acep->ae_entry_type = ACL_ENTRY_TYPE_AUDIT;
158 acep->ae_entry_type = ACL_ENTRY_TYPE_ALARM;
297 if (ace->ae_entry_type & ACL_ENTRY_TYPE_ALLOW)
299 else if (ace->ae_entry_type & ACL_ENTRY_TYPE_DENY)
301 else if (ace->ae_entry_type & ACL_ENTRY_TYPE_AUDIT)
  /src/sys/miscfs/genfs/
genfs_vnops.c 1043 if (ae->ae_entry_type != ACL_ENTRY_TYPE_ALLOW &&
1044 ae->ae_entry_type != ACL_ENTRY_TYPE_DENY)
1075 if (ae->ae_entry_type == ACL_ENTRY_TYPE_DENY) {
  /src/sys/sys/
acl.h 107 acl_entry_type_t ae_entry_type; member in struct:acl_entry
172 * Possible valid values for ae_entry_type field, valid only for NFSv4 ACLs.

Completed in 20 milliseconds