OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACL_WRITE
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/kern/
subr_acl_posix1e.c
72
perm |=
ACL_WRITE
;
81
perm |=
ACL_WRITE
;
90
perm |=
ACL_WRITE
;
147
if (acl_user_obj_entry->ae_perm &
ACL_WRITE
)
153
if (acl_group_obj_entry->ae_perm &
ACL_WRITE
)
159
if (acl_other_entry->ae_perm &
ACL_WRITE
)
/src/bin/getfacl/
getfacl.c
125
if (acl_add_perm(perms,
ACL_WRITE
) == -1)
149
if (acl_add_perm(perms,
ACL_WRITE
) == -1)
173
if (acl_add_perm(perms,
ACL_WRITE
) == -1)
/src/lib/libc/posix1e/
acl_support.c
302
if (perm &
ACL_WRITE
)
331
myperm |=
ACL_WRITE
;
/src/sys/miscfs/genfs/
genfs_vnops.c
785
if (ae->ae_perm &
ACL_WRITE
)
829
if (acl_mask->ae_perm &
ACL_WRITE
)
850
if (ae->ae_perm &
ACL_WRITE
)
879
if (ae->ae_perm &
ACL_WRITE
)
900
if (ae->ae_perm &
ACL_WRITE
)
934
if (ae->ae_perm &
ACL_WRITE
)
950
if (ae->ae_perm &
ACL_WRITE
)
975
if (acl_other->ae_perm &
ACL_WRITE
)
/src/sys/sys/
acl.h
194
#define
ACL_WRITE
0x0002
197
#define ACL_PERM_BITS (ACL_EXECUTE |
ACL_WRITE
| ACL_READ)
198
#define ACL_POSIX1E_BITS (ACL_EXECUTE |
ACL_WRITE
| ACL_READ)
Completed in 14 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025