/titanic_50/usr/src/man/man3sec/ |
H A D | Makefile | 23 acl_get.3sec \ 39 acl_set.3sec := LINKSRC = acl_get.3sec 40 facl_get.3sec := LINKSRC = acl_get.3sec 41 facl_set.3sec := LINKSRC = acl_get.3sec
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3sec.inc | 19 file path=usr/share/man/man3sec/acl_get.3sec 28 link path=usr/share/man/man3sec/acl_set.3sec target=acl_get.3sec 31 link path=usr/share/man/man3sec/facl_get.3sec target=acl_get.3sec 32 link path=usr/share/man/man3sec/facl_set.3sec target=acl_get.3sec
|
/titanic_50/usr/src/lib/libsec/common/ |
H A D | mapfile-vers | 46 acl_get;
|
H A D | aclutils.c | 225 acl_get(const char *path, int get_flag, acl_t **aclp) in acl_get() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | acl.h | 277 extern int acl_get(const char *, int, acl_t **);
|
/titanic_50/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_sd.c | 162 if (acl_get(path, 0, &z_acl) != 0) { in smb_sd_read_acl()
|
/titanic_50/usr/src/cmd/bart/ |
H A D | create.c | 624 error = acl_get(fname, 0, &aclp); in get_acl_string()
|
/titanic_50/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_50/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_quota.c | 1210 if (acl_get(file, 0, &existing_aclp) == -1) { in smb_quota_add_ctrldir()
|
/titanic_50/usr/src/cmd/chmod/ |
H A D | chmod.c | 730 error = acl_get(file, 0, &aclp); in doacl()
|
/titanic_50/usr/src/cmd/compress/ |
H A D | compress.c | 1656 error = acl_get(ifname, ACL_NO_TRIVIAL, &aclp); in copystat()
|
/titanic_50/usr/src/cmd/mv/ |
H A D | mv.c | 1026 if ((error = acl_get(source, ACL_NO_TRIVIAL, &s1acl)) != 0) { in chkfiles()
|
/titanic_50/usr/src/cmd/find/ |
H A D | find.c | 1103 if (acl_get(filename, 0, &acl) != 0)
|
/titanic_50/usr/src/cmd/ls/ |
H A D | ls.c | 2012 error = acl_get(file, 0, &rep->aclp); in gstat()
|
/titanic_50/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 2816 if ((acl_get(path, ACL_NO_TRIVIAL, &acl) == 0) && in zonecfg_devwalk_cb()
|
/titanic_50/usr/src/cmd/tar/ |
H A D | tar.c | 8133 if ((error = acl_get(shortname, ACL_NO_TRIVIAL, in put_extra_attributes()
|
/titanic_50/usr/src/cmd/cpio/ |
H A D | cpio.c | 5235 if (acl_get(Gen.g_nam_p, ACL_NO_TRIVIAL, &aclp) != 0) in getname()
|