Searched refs:aent (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c1091 aclent_t *aent, *result = NULL; local
1118 aent = result;
1126 error = acevals_to_aent(&list->user_obj, aent, list, owner, group,
1131 ++aent;
1140 error = acevals_to_aent(vals, aent, list, owner, group,
1144 ++aent;
1151 error = acevals_to_aent(&list->group_obj, aent, list, owner, group,
1155 ++aent;
1164 error = acevals_to_aent(vals, aent, list, owner, group,
1168 ++aent;
[all...]
/freebsd-11-stable/sys/mips/include/
H A Dasm.h101 .aent x, 0
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c5967 /* The .aent and .ent directives. */
5970 s_score_ent (int aent) argument
5994 as_warn (_(".ent or .aent not in text section."));
5995 if (!aent && cur_proc_ptr)
5997 if (!aent)
H A Dtc-mips.c1108 should be defined by the object format: .aent, .begin, .bend,
1180 {"aent", s_mips_ent, 1},
14929 /* The .aent and .ent directives. */
14932 s_mips_ent (int aent)
14945 as_warn (_(".ent or .aent not in text section."));
14947 if (!aent && cur_proc_ptr)
14950 if (!aent)
14919 s_mips_ent(int aent) argument

Completed in 126 milliseconds