Home
last modified time | relevance | path

Searched refs:facl_get (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/man/man3sec/
H A DManlink18 facl_get.3sec
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3sec.inc31 link path=usr/share/man/man3sec/facl_get.3sec target=acl_get.3sec
/illumos-gate/usr/src/lib/libsec/common/
H A Dmapfile-vers52 facl_get;
H A Daclutils.c236 facl_get(int fd, int get_flag, acl_t **aclp) in facl_get() function
/illumos-gate/usr/src/uts/common/sys/
H A Dacl.h298 extern int facl_get(int, int, acl_t **);
/illumos-gate/usr/src/cmd/unpack/
H A Dunpack.c358 error = facl_get(infile, ACL_NO_TRIVIAL, &aclp); in main()
/illumos-gate/usr/src/cmd/pack/
H A Dpack.c465 error = facl_get(infile, ACL_NO_TRIVIAL, &aclp); in main()
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c2029 if ((aclerror = facl_get(sourcedirfd,
2067 if ((aclerror = facl_get(srcattrfd,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c1874 aclerror = facl_get(f, ACL_NO_TRIVIAL, &aclp); in sendacl()
/illumos-gate/usr/src/lib/lib9p/common/backend/
H A Dfs.c3207 ret = facl_get(fd, flag, &acl); in acl_get_fd_np()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c3974 if ((error = facl_get(dirfd, ACL_NO_TRIVIAL, &aclp)) != 0) { in retry_open_attr()
8460 if (facl_get(filefd, ACL_NO_TRIVIAL, &aclp) != 0) { in xattrs_out()
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8465 if ((error = facl_get(dirfd, ACL_NO_TRIVIAL, &aclp)) != 0) { in retry_open_attr()