Searched refs:ae_id (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_acl.h37 int32_t ae_id; member in struct:ext2_acl_entry
H A Dext2_acl.c72 acl->acl_entry[i].ae_id = ACL_UNDEFINED_ID;
77 acl->acl_entry[i].ae_id = ACL_UNDEFINED_ID;
83 acl->acl_entry[i].ae_id = ACL_UNDEFINED_ID;
88 acl->acl_entry[i].ae_id = ACL_UNDEFINED_ID;
187 acl->acl_entry[n].ae_id = entry->ae_id;
195 acl->acl_entry[n].ae_id = entry->ae_id;
245 ap->a_aclp->acl_entry[0].ae_id = ACL_UNDEFINED_ID;
248 ap->a_aclp->acl_entry[1].ae_id
[all...]
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_copy.c64 dest_d->ae_id = src_d->ae_id;
H A Dacl_support.c74 entrya->ae_id != entryb->ae_id ||
113 if (a->ae_id < b->ae_id)
115 if (a->ae_id > b->ae_id)
208 if (count_user && (entry->ae_id <= highest_uid))
210 highest_uid = entry->ae_id;
228 if (count_group && (entry->ae_id <= highest_gid))
230 highest_gid = entry->ae_id;
[all...]
H A Dacl_delete_entry.c56 if (a->ae_id != b->ae_id)
63 if ((a->ae_tag == b->ae_tag) && (a->ae_id == b->ae_id))
H A Dacl_entry.c66 (**entry_p).ae_id = ACL_UNDEFINED_ID;
108 (**entry_p).ae_id = ACL_UNDEFINED_ID;
H A Dacl_to_text.c64 uid_t ae_id; local
81 ae_id = acl_int->acl_entry[i].ae_id;
104 error = _posix1e_acl_id_to_name(ae_tag, ae_id,
164 error = _posix1e_acl_id_to_name(ae_tag, ae_id,
H A Dacl_calc_mask.c112 acl_int_new->acl_entry[acl_int_new->acl_cnt].ae_id =
H A Dacl_get.c173 *retval = entry_d->ae_id;
H A Dacl_set.c157 * acl_set_qualifier() sets the qualifier (ae_id) of the tag for
171 entry_d->ae_id = *(uid_t *)tag_qualifier_p;
/freebsd-11-stable/sys/kern/
H A Dsubr_acl_posix1e.c203 if (acl->acl_entry[i].ae_id != cred->cr_uid)
257 if (!groupmember(acl->acl_entry[i].ae_id, cred))
310 if (!groupmember(acl->acl_entry[i].ae_id,
429 acl_entry.ae_id = uid;
433 acl_entry.ae_id = gid;
437 acl_entry.ae_id = ACL_UNDEFINED_ID;
441 acl_entry.ae_id = ACL_UNDEFINED_ID;
565 * Note: Does not check for uniqueness of qualifier (ae_id) field.
577 acl->acl_entry[i].ae_id = ACL_UNDEFINED_ID; /* XXX */
578 if (acl->acl_entry[i].ae_id !
[all...]
H A Dsubr_acl_nfs4.c136 if (entry->ae_id != cred->cr_uid)
144 if (!groupmember(entry->ae_id, cred))
313 if (entry->ae_id != ACL_UNDEFINED_ID)
341 entry->ae_id = ACL_UNDEFINED_ID;
484 if (previous->ae_id != entry->ae_id ||
519 previous->ae_id = entry->ae_id;
543 if (entry->ae_tag == ACL_USER && entry->ae_id == file_owner_id)
1253 entrya->ae_id !
[all...]
H A Dvfs_acl.c84 dest->acl_entry[i].ae_id = source->acl_entry[i].ae_id;
105 dest->acl_entry[i].ae_id = source->acl_entry[i].ae_id;
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c119 int r, s, ae_id, ae_tag, ae_perm; local
166 ae_id = -1;
179 ae_id = (int)*(uid_t *)q;
182 ae_id);
189 ae_id = (int)*(gid_t *)q;
192 ae_id);
308 ae_id, ae_name);
334 int ae_type, ae_permset, ae_tag, ae_id; local
382 &ae_permset, &ae_tag, &ae_id, &ae_name) == ARCHIVE_OK) {
391 ae_uid = archive_write_disk_uid(a, ae_name, ae_id);
[all...]
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonacl.c65 acep->ae_id = ACL_UNDEFINED_ID;
86 acep->ae_id = ACL_UNDEFINED_ID;
91 acep->ae_id = ACL_UNDEFINED_ID;
96 acep->ae_id = ACL_UNDEFINED_ID;
104 acep->ae_id = (uid_t)gid;
109 acep->ae_id = uid;
422 nfsv4_uidtostr(aclp->acl_entry[i].ae_id, &name,
430 nfsv4_gidtostr((gid_t)aclp->acl_entry[i].ae_id, &name,
498 if (acep1->ae_id != acep2->ae_id)
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_acl.c145 entry->ae_id = ace->a_who;
147 entry->ae_id = ACL_UNDEFINED_ID;
188 ace->a_who = entry->ae_id;
/freebsd-11-stable/sys/ufs/ufs/
H A Dufs_acl.c86 acl->acl_entry[i].ae_id = ACL_UNDEFINED_ID;
91 acl->acl_entry[i].ae_id = ACL_UNDEFINED_ID;
97 acl->acl_entry[i].ae_id = ACL_UNDEFINED_ID;
102 acl->acl_entry[i].ae_id = ACL_UNDEFINED_ID;
314 old->acl_entry[0].ae_id = ACL_UNDEFINED_ID;
317 old->acl_entry[1].ae_id = ACL_UNDEFINED_ID;
320 old->acl_entry[2].ae_id = ACL_UNDEFINED_ID;
/freebsd-11-stable/sys/sys/
H A Dacl.h88 uid_t ae_id; member in struct:oldacl_entry
103 uid_t ae_id; member in struct:acl_entry
260 * Undefined value in ae_id field. ae_id should be set to this value

Completed in 263 milliseconds