Searched refs:ACL_NO_TRIVIAL (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | acl.h | 228 #define ACL_NO_TRIVIAL 0x2 macro
|
/titanic_41/usr/src/cmd/mv/ |
H A D | mv.c | 1026 if ((error = acl_get(source, ACL_NO_TRIVIAL, &s1acl)) != 0) { in chkfiles() 1707 ACL_NO_TRIVIAL, &attrdiracl)) != 0) { 1745 ACL_NO_TRIVIAL, &xacl)) != 0) {
|
/titanic_41/usr/src/cmd/unpack/ |
H A D | unpack.c | 360 error = facl_get(infile, ACL_NO_TRIVIAL, &aclp); in main()
|
/titanic_41/usr/src/cmd/pack/ |
H A D | pack.c | 467 error = facl_get(infile, ACL_NO_TRIVIAL, &aclp); in main()
|
/titanic_41/usr/src/lib/libsec/common/ |
H A D | aclutils.c | 210 (get_flag & ACL_NO_TRIVIAL)) { in cacl_get()
|
/titanic_41/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar.c | 449 erc = acl_get(name, ACL_NO_TRIVIAL, &aclp); in get_acl_info() 518 erc = acl_get(fil, ACL_NO_TRIVIAL, &aclp); in get_dir_acl_info()
|
H A D | ndmpd_tar3.c | 1665 if (acl_get(bpp->bp_tmp, ACL_NO_TRIVIAL, &aclp) != 0) { in backup_dirv3() 1740 if (acl_get(bpp->bp_tmp, ACL_NO_TRIVIAL, &aclp) != 0) { in backup_filev3() 2007 ret = acl_get(name, ACL_NO_TRIVIAL, &aclp); in iscreated()
|
/titanic_41/usr/src/cmd/compress/ |
H A D | compress.c | 1656 error = acl_get(ifname, ACL_NO_TRIVIAL, &aclp); in copystat()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rcp.c | 1874 aclerror = facl_get(f, ACL_NO_TRIVIAL, &aclp); in sendacl()
|
/titanic_41/usr/src/cmd/cpio/ |
H A D | cpio.c | 3966 if ((error = facl_get(dirfd, ACL_NO_TRIVIAL, &aclp)) != 0) { in retry_open_attr() 5235 if (acl_get(Gen.g_nam_p, ACL_NO_TRIVIAL, &aclp) != 0) in getname() 8442 if (facl_get(filefd, ACL_NO_TRIVIAL, &aclp) != 0) { in xattrs_out()
|
/titanic_41/usr/src/cmd/tar/ |
H A D | tar.c | 8093 if ((error = acl_get(shortname, ACL_NO_TRIVIAL, in put_extra_attributes() 8410 if ((error = facl_get(dirfd, ACL_NO_TRIVIAL, &aclp)) != 0) { in retry_open_attr()
|
/titanic_41/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 2815 if ((acl_get(path, ACL_NO_TRIVIAL, &acl) == 0) && in zonecfg_devwalk_cb()
|