Searched refs:USER_OBJ (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test_acl_platform_posix1e.c | 139 case USER_OBJ: in acl_match() 390 { USER_OBJ, -1, 4 | 2 | 1 }, 476 { USER_OBJ, -1, 4 | 2 | 1 }, 533 { USER_OBJ, -1, 4 | 2 | 1 }, 539 { USER_OBJ | ACL_DEFAULT, -1, 4 | 2 | 1 },
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | acl.h | 59 #define USER_OBJ (0x01) /* object owner */ macro 67 #define DEF_USER_OBJ (ACL_DEFAULT | USER_OBJ)
|
/netbsd-src/external/cddl/osnet/dist/common/acl/ |
H A D | acl_common.c | 586 isdir, aclent[i].a_type & USER_OBJ, 1); in ln_aent_to_ace() 602 if (aclent[i].a_type & USER_OBJ) { in ln_aent_to_ace() 1070 } else if (dest->a_type & USER_OBJ) { in acevals_to_aent() 1095 if ((list->seen & (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) != in ace_list_to_aent() 1096 (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) { in ace_list_to_aent() 1121 if (!(list->user_obj.aent_type & USER_OBJ)) { in ace_list_to_aent() 1354 acl->seen |= USER_OBJ; in ln_ace_to_aent() 1356 vals->aent_type = USER_OBJ | acl->dfacl_flag; in ln_ace_to_aent()
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_disk_acl_sunos.c | 414 case USER_OBJ: in translate_acl() 551 aclent->a_type |= USER_OBJ; in set_acl()
|