OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:acl_entry
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
subr_acl_posix1e.c
103
struct
acl_entry
106
struct
acl_entry
acl_entry
;
local in function:acl_posix1e_mode_to_entry
108
acl_entry
.ae_tag = tag;
109
acl_entry
.ae_perm = acl_posix1e_mode_to_perm(tag, mode);
110
acl_entry
.ae_entry_type = 0;
111
acl_entry
.ae_flags = 0;
114
acl_entry
.ae_id = uid;
118
acl_entry
.ae_id = gid;
122
acl_entry
.ae_id = ACL_UNDEFINED_ID
[
all
...]
/src/bin/setfacl/
setfacl.c
143
acl_entry_t
acl_entry
;
local in function:clear_inheritance_flags
158
while (acl_get_entry(nacl, entry_id, &
acl_entry
) == 1) {
160
if (acl_get_flagset_np(
acl_entry
, &acl_flagset) != 0) {
165
if (acl_delete_entry(nacl,
acl_entry
) != 0)
/src/sys/sys/
acl.h
96
struct oldacl_entry
acl_entry
[OLDACL_MAX_ENTRIES];
member in struct:oldacl
102
struct
acl_entry
{
struct
111
typedef struct
acl_entry
*acl_entry_t;
123
struct
acl_entry
acl_entry
[ACL_MAX_ENTRIES];
member in struct:acl
289
struct
acl_entry
acl_posix1e_mode_to_entry(acl_tag_t tag, uid_t uid,
292
struct
acl_entry
*acl_user_obj_entry,
293
struct
acl_entry
*acl_group_obj_entry,
294
struct
acl_entry
*acl_other_entry);
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025