Home
last modified time | relevance | path

Searched refs:acl_get (Results 1 – 18 of 18) sorted by relevance

/titanic_50/usr/src/man/man3sec/
H A DMakefile23 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 Dsystem-library.man3sec.inc19 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 Dmapfile-vers46 acl_get;
H A Daclutils.c225 acl_get(const char *path, int get_flag, acl_t **aclp) in acl_get() function
/titanic_50/usr/src/uts/common/sys/
H A Dacl.h277 extern int acl_get(const char *, int, acl_t **);
/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_sd.c162 if (acl_get(path, 0, &z_acl) != 0) { in smb_sd_read_acl()
/titanic_50/usr/src/cmd/bart/
H A Dcreate.c624 error = acl_get(fname, 0, &aclp); in get_acl_string()
/titanic_50/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar.c449 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 Dndmpd_tar3.c1665 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 Dsmb_quota.c1210 if (acl_get(file, 0, &existing_aclp) == -1) { in smb_quota_add_ctrldir()
/titanic_50/usr/src/cmd/chmod/
H A Dchmod.c730 error = acl_get(file, 0, &aclp); in doacl()
/titanic_50/usr/src/cmd/compress/
H A Dcompress.c1656 error = acl_get(ifname, ACL_NO_TRIVIAL, &aclp); in copystat()
/titanic_50/usr/src/cmd/mv/
H A Dmv.c1026 if ((error = acl_get(source, ACL_NO_TRIVIAL, &s1acl)) != 0) { in chkfiles()
/titanic_50/usr/src/cmd/find/
H A Dfind.c1103 if (acl_get(filename, 0, &acl) != 0)
/titanic_50/usr/src/cmd/ls/
H A Dls.c2012 error = acl_get(file, 0, &rep->aclp); in gstat()
/titanic_50/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c2816 if ((acl_get(path, ACL_NO_TRIVIAL, &acl) == 0) && in zonecfg_devwalk_cb()
/titanic_50/usr/src/cmd/tar/
H A Dtar.c8133 if ((error = acl_get(shortname, ACL_NO_TRIVIAL, in put_extra_attributes()
/titanic_50/usr/src/cmd/cpio/
H A Dcpio.c5235 if (acl_get(Gen.g_nam_p, ACL_NO_TRIVIAL, &aclp) != 0) in getname()