Home
last modified time | relevance | path

Searched refs:ACE_GETACL (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c986 if (__systemcall(&rval, SYS_acl + 1024, fname, ACE_GETACL, cnt, in has_trivial_native_acl()
990 if (__systemcall(&rval, SYS_facl + 1024, fd, ACE_GETACL, cnt, in has_trivial_native_acl()
1151 case ACE_GETACL: in s10_acl()
1153 has_trivial_native_acl(ACE_GETACL, 0, fname, 0) && in s10_acl()
1178 case ACE_GETACL: in s10_facl()
1180 has_trivial_native_acl(ACE_GETACL, 0, NULL, fdes) && in s10_facl()
/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h215 #define ACE_GETACL 4 macro
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c84 if (acl(filename, ACE_GETACL, in acl_trivial()
132 getcmd = ACE_GETACL; in cacl_get()
/illumos-gate/usr/src/uts/common/syscall/
H A Dacl.c221 case ACE_GETACL: in cacl()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1171 case ACE_GETACL: s = "ACE_GETACL"; break; in prt_acl()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c5411 case ACE_GETACL: in aui_acl()