/illumos-gate/usr/src/cmd/filesync/ |
H A D | acls.c | 109 list[i].a_id = acls[i].a_id; 146 if (f1->f_acls[i].a_id != f2->f_acls[i].a_id) 178 acls[0].a_id = fp->f_uid; 182 acls[1].a_id = fp->f_gid; 186 acls[2].a_id = 0; 190 acls[3].a_id = 0; 243 id = list[i].a_id;
|
H A D | base.c | 627 ap->a_id = l; 876 ip->f_acls[i].a_id, ip->f_acls[i].a_perm);
|
/illumos-gate/usr/src/cmd/getfacl/ |
H A D | getfacl.c | 151 pruname(tp->a_id)); 154 prgname(tp->a_id)); 165 pruname(tp->a_id), permp); 185 prgname(tp->a_id), permp); 222 pruname(tp->a_id), permp); 238 prgname(tp->a_id), permp);
|
/illumos-gate/usr/src/cmd/setfacl/ |
H A D | setfacl.c | 428 tmpacl.a_id = 0; /* id field needs to be initialized */ 430 tmpacl.a_id = getuid(); /* id field for user */ 432 tmpacl.a_id = getgid(); /* id field for group */ 450 ((taclp->a_id == tmpacl.a_id) || is_obj)) { 465 ((taclp->a_id == tmpacl.a_id) || is_obj)) { 697 aclentp->a_id = pwp->pw_uid; 703 aclentp->a_id = id; 708 aclentp->a_id 819 int a_id = 0; local [all...] |
/illumos-gate/usr/src/lib/libsec/common/ |
H A D | aclsort.c | 188 * compare the field a_id 193 return ((int)(i->a_id) - (int)(j->a_id));
|
H A D | acl.y | 322 $$.a_id = id; 344 $$.a_id = -1; 385 $$.a_id = get_id_nofail($1, $5); 387 $$.a_id = id; 410 $$.a_id = -1;
|
H A D | aclcheck.c | 151 if (check_dup(cnt, *idp, aclentp->a_id, 157 (*idp)[cnt] = aclentp->a_id;
|
H A D | acltext.c | 199 pruname(tp->a_id, uidp, sizeof (uidp), 0), perm); 211 prgname(tp->a_id, gidp, sizeof (gidp), 0), perm); 232 pruname(tp->a_id, uidp, sizeof (uidp), 0), perm); 241 prgname(tp->a_id, gidp, sizeof (gidp), 0), perm); 324 error = str_append(dstr, pruname(aclp->a_id, idp, 346 error = str_append(dstr, prgname(aclp->a_id, idp, 763 idstr = lltostr(aclp->a_id, &id[ID_STR_MAX - 1]);
|
H A D | aclutils.c | 415 min_acl[0].a_id = owner; 418 min_acl[1].a_id = group; 421 min_acl[2].a_id = (uid_t)-1; 424 min_acl[3].a_id = (uid_t)-1;
|
/illumos-gate/usr/src/common/acl/ |
H A D | acl_common.c | 210 if (x->a_id < y->a_id) 212 if (x->a_id > y->a_id) 562 acep->a_who = aclent[i].a_id; 564 acep->a_who = aclent[i].a_id; 595 * handle a_perm and a_id 607 acep->a_who = aclent[i].a_id; 615 acep->a_who = aclent[i].a_id; 1068 dest->a_id [all...] |
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_acl.c | 628 if (aclent[i].a_id == UID_UNKNOWN && 639 error = nfs_idmap_uid_str(aclent[i].a_id, 645 if (aclent[i].a_id == GID_UNKNOWN && 656 error = nfs_idmap_gid_str(aclent[i].a_id, 694 * handle a_perm and a_id 705 error = nfs_idmap_uid_str(aclent[i].a_id, &acep->who, 720 error = nfs_idmap_gid_str(aclent[i].a_id, 1220 error = nfs_idmap_str_uid(vals->key, &dest->a_id, 1223 error = nfs_idmap_str_gid(vals->key, &dest->a_id, 1233 error = validate_idmapping(vals->key, &dest->a_id, [all...] |
H A D | nfs_acl_xdr.c | 79 if (!xdr_uid(xdrs, &objp->a_id))
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_acl.c | 524 aclp->a_id = ufsaclp->acl_who; 539 aclp->a_id = ufsaclp->acl_who; 750 aclentp->a_id = ip->i_uid; /* Really undefined */ 756 aclentp->a_id = ip->i_gid; /* Really undefined */ 762 aclentp->a_id = 0; /* Really undefined */ 768 aclentp->a_id = 0; /* Really undefined */ 866 (aclentp[i - 1].a_id == aclentp[i].a_id)) || 984 uaclp->acl_ic_who = aclentp->a_id; 1109 (*aclentpp)->a_id [all...] |
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fs_subr.c | 636 aclentp->a_id = vattr.va_uid; /* Really undefined */ 641 aclentp->a_id = vattr.va_gid; /* Really undefined */ 646 aclentp->a_id = (gid_t)-1; /* Really undefined */ 651 aclentp->a_id = (gid_t)-1; /* Really undefined */
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | acl.h | 43 uid_t a_id; /* the entry in -uid or gid */ member in struct:acl
|
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 1091 aclentp->a_id = (gid_t)-1;
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_token.c | 895 value = (int32_t)aclp->a_id;
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 1109 if (p1->a_id == np->first.l) {
|
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | tape.c | 1281 aclent[i].a_id = diskacl[j].acl_who;
|