Searched refs:ACE_GETACL (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 992 if (__systemcall(&rval, SYS_acl + 1024, fname, ACE_GETACL, cnt, in has_trivial_native_acl() 996 if (__systemcall(&rval, SYS_facl + 1024, fd, ACE_GETACL, cnt, in has_trivial_native_acl() 1157 case ACE_GETACL: in s10_acl() 1159 has_trivial_native_acl(ACE_GETACL, 0, fname, 0) && in s10_acl() 1184 case ACE_GETACL: in s10_facl() 1186 has_trivial_native_acl(ACE_GETACL, 0, NULL, fdes) && in s10_facl()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | acl.h | 215 #define ACE_GETACL 4 macro
|
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | aclutils.c | 84 if (acl(filename, ACE_GETACL, in acl_trivial() 132 getcmd = ACE_GETACL; in cacl_get()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | acl.c | 221 case ACE_GETACL: in cacl()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | print.c | 1172 case ACE_GETACL: s = "ACE_GETACL"; break; in prt_acl()
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_event.c | 5411 case ACE_GETACL: in aui_acl()
|