Searched refs:acl (Results 176 - 200 of 200) sorted by relevance

12345678

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c58 #include <sys/acl.h>
H A Dnfs_vfsops.c48 #include <sys/acl.h>
H A Dnfs4_callback.c48 #include <sys/acl.h>
H A Dnfs4_stub_vnops.c61 #include <sys/acl.h>
H A Dnfs_client.c50 #include <sys/acl.h>
H A Dnfs_srv.c50 #include <sys/acl.h>
2877 * acl v2 support: returns approximate permission.
2896 /* dont care default acl */
H A Dnfs_server.c67 #include <sys/acl.h>
H A Dnfs_export.c50 #include <sys/acl.h>
H A Dnfs_subr.c53 #include <sys/acl.h>
H A Dnfs_vnops.c61 #include <sys/acl.h>
H A Dnfs4_vfsops.c51 #include <sys/acl.h>
H A Dnfs4_client.c52 #include <sys/acl.h>
H A Dnfs3_vnops.c64 #include <sys/acl.h>
H A Dnfs4_vnops.c72 #include <sys/acl.h>
12341 * vsecattr->vsa_mask holds the original acl request mask.
12376 * The getattr otw call will always get both the acl, in
12377 * the form of a list of nfsace4's, and the number of acl
12391 * bitmap, neither was an acl.
12423 * In the case of getting an acl (op == NFS4_ACL_GET) the mask is invalid if:
12426 * In the case of setting an acl (op == NFS4_ACL_SET) the mask is invalid if:
12428 * - We have a count field set without the corresponding acl field set. (e.g. -
12493 * don't give them the full acl (VSA_ACE), free it.
12513 * If the caller only asked for the acl coun
[all...]
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c63 #include <sys/acl.h>
1128 * lib/libsec/common/aclutils.c. It always uses the acl() syscall (not the
1130 * acl() and facl() so that the two provide consistent results.
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc96 #include <sys/acl.h>
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com229 acl.o \
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar3.c47 #include <sys/acl.h>
2010 "Error getting the acl information: err %d", ret);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c56 #include <acl/acl_common.h>
1057 * Read an external acl object. If the intent is to modify, always
1058 * create a new acl and leave any cached acl in place.
1178 * already checked the acl and knows whether to inherit.
2553 * See acl.h for notes on which ACE_... flags should be checked for which
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c51 #include <sys/acl.h>
1159 prt_acl(private_t *pri, int raw, long val) /* print acl() code */
2918 prt_acl, /* ACL -- print acl() code */
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c64 #include <sys/acl.h>
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c48 #include <sys/acl.h>
587 aui_acl, AUE_ACLSET, aus_acl, /* 185 acl */
5300 * acl(SETACL/ACE_SETACL, ...) and facl(SETACL/ACE_SETACL, ...)
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c58 #include <sys/acl.h>
519 static int Pflag = 0; /* flag indicates that acl is preserved */
520 static int acl_is_set = 0; /* True if an acl was set on the file */
1871 "failed to set acl on attribute"
1919 "\"%s\": failed to set acl",
1996 "\"%s\": failed to set acl", nam_p);
3773 /* one link with the acl is sufficient */
3782 /* old style: has acl and data for every link */
4012 msg(ERRN, "failed to set acl entries on %sfile %s\n",
4874 /* acl suppor
[all...]
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7178 } acl; member in union:fw_error_cmd::fw_error
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c63 #include <sys/acl.h>
2951 acl_t *aclp = NULL; /* acl info */
3611 * acl info may have been retrieved (in aclp).
3633 "%s%s%s%s: failed to set acl "
3707 if (dblock.dbuf.typeflag == 'A') { /* acl info */
3724 "Insufficient memory for acl\n"));
3826 } /* acl */
4182 * acl entries. longt() now takes one extra argument.
4711 longt(&stbuf, ' '); /* do we have acl info here */
6682 * Get acl inf
[all...]

Completed in 1944 milliseconds

12345678