Lines Matching refs:permset
2969 acl_permset_t permset; in setTestAcl() local
3009 r = acl_get_permset(aclent, &permset); in setTestAcl()
3014 r = acl_add_perm(permset, acl_perms[i]); in setTestAcl()
3019 r = acl_set_permset(aclent, permset); in setTestAcl()
3319 acls[i].type, acls[i].permset, acls[i].tag, in assertion_entry_set_acls()
3326 (unsigned int)acls[i].permset, acls[i].tag, in assertion_entry_set_acls()
3336 archive_test_acl_match(struct archive_test_acl_t *acl, int type, int permset, in archive_test_acl_match() argument
3341 if (permset != acl->permset) in archive_test_acl_match()
3376 int type, permset, tag, qual; in assertion_entry_compare_acls() local
3400 &type, &permset, &tag, &qual, &name))) { in assertion_entry_compare_acls()
3403 permset, tag, qual, name)) { in assertion_entry_compare_acls()
3418 if ((permset << 6) != (mode & 0700)) { in assertion_entry_compare_acls()
3421 (unsigned int)permset, in assertion_entry_compare_acls()
3434 if ((permset << 3) != (mode & 0070)) { in assertion_entry_compare_acls()
3437 (unsigned int)permset, in assertion_entry_compare_acls()
3450 if ((permset << 0) != (mode & 0007)) { in assertion_entry_compare_acls()
3453 (unsigned int)permset, in assertion_entry_compare_acls()
3462 (unsigned int)permset, tag, qual, name); in assertion_entry_compare_acls()
3484 (unsigned int)acls[marker[0]].permset, in assertion_entry_compare_acls()