Searched refs:ACE_GETACL (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_brand.c | 985 if (__systemcall(&rval, SYS_acl + 1024, fname, ACE_GETACL, cnt, in has_trivial_native_acl() 989 if (__systemcall(&rval, SYS_facl + 1024, fd, ACE_GETACL, cnt, in has_trivial_native_acl() 1150 case ACE_GETACL: in s10_acl() 1152 has_trivial_native_acl(ACE_GETACL, 0, fname, 0) && in s10_acl() 1177 case ACE_GETACL: in s10_facl() 1179 has_trivial_native_acl(ACE_GETACL, 0, NULL, fdes) && in s10_facl()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | acl.h | 195 #define ACE_GETACL 4 macro
|
/titanic_41/usr/src/lib/libsec/common/ |
H A D | aclutils.c | 82 if (acl(filename, ACE_GETACL, in acl_trivial() 130 getcmd = ACE_GETACL; in cacl_get()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | acl.c | 222 case ACE_GETACL: in cacl()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | print.c | 1167 case ACE_GETACL: s = "ACE_GETACL"; break; in prt_acl()
|
/titanic_41/usr/src/uts/common/c2/ |
H A D | audit_event.c | 5303 case ACE_GETACL: in aui_acl()
|