Searched refs:USER_OBJ (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c140 case USER_OBJ:
391 { USER_OBJ, -1, 4 | 2 | 1 },
477 { USER_OBJ, -1, 4 | 2 | 1 },
534 { USER_OBJ, -1, 4 | 2 | 1 },
540 { USER_OBJ | ACL_DEFAULT, -1, 4 | 2 | 1 },
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dacl.h70 #define USER_OBJ (0x01) /* object owner */ macro
78 #define DEF_USER_OBJ (ACL_DEFAULT | USER_OBJ)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c586 isdir, aclent[i].a_type & USER_OBJ, 1);
602 if (aclent[i].a_type & USER_OBJ) {
1070 } else if (dest->a_type & USER_OBJ) {
1095 if ((list->seen & (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) !=
1096 (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) {
1120 /* USER_OBJ */
1121 if (!(list->user_obj.aent_type & USER_OBJ)) {
1354 acl->seen |= USER_OBJ;
1356 vals->aent_type = USER_OBJ | acl->dfacl_flag;
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c2884 { USER_OBJ, -1, 4 | 2 | 1 },
3382 failure_start(file, line, "USER_OBJ permset "

Completed in 112 milliseconds