Home
last modified time | relevance | path

Searched refs:aclcheck (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Daclmode.c47 if (aclcheck(aclbufp, nentries, &which) != 0) { in acltomode()
97 if (aclcheck(aclbufp, nentries, &which) != 0) { in aclfrommode()
H A Daclsort.c88 if (aclcheck(aclbufp, nentries, &which) != 0) in aclsort()
H A Dmapfile-vers67 aclcheck;
H A Daclcheck.c262 aclcheck(aclent_t *aclbufp, int nentries, int *which) in aclcheck() function
/illumos-gate/usr/src/lib/libsec/
H A DMakefile40 common/aclsort.c common/aclcheck.c common/acl_lex.l \
H A DMakefile.com34 OBJS_COMMON= aclcheck.o aclmode.o aclsort.o acltext.o aclutils.o
/illumos-gate/usr/src/man/man3sec/
H A DMakefile27 aclcheck.3sec \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3sec.inc25 file path=usr/share/man/man3sec/aclcheck.3sec
/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h290 extern int aclcheck(aclent_t *, int, int *);
/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c547 rc = aclcheck(aclentp, cnt, &which); in err_handle()