HomeSort by: relevance | last modified time | path
    Searched defs:other_obj (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/common/acl/
acl_common.c 145 acevals_t other_obj; member in struct:ace_list
649 } else if (aclent[i].a_type & OTHER_OBJ) {
787 acevals_init(&al->other_obj, 0);
1074 } else if (dest->a_type & OTHER_OBJ) {
1095 if ((list->seen & (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) !=
1096 (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) {
1196 /* OTHER_OBJ */
1197 if (!(list->other_obj.aent_type & OTHER_OBJ)) {
1201 error = acevals_to_aent(&list->other_obj, aent, list, owner, group
    [all...]
acl_common.c 145 acevals_t other_obj; member in struct:ace_list
649 } else if (aclent[i].a_type & OTHER_OBJ) {
787 acevals_init(&al->other_obj, 0);
1074 } else if (dest->a_type & OTHER_OBJ) {
1095 if ((list->seen & (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) !=
1096 (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) {
1196 /* OTHER_OBJ */
1197 if (!(list->other_obj.aent_type & OTHER_OBJ)) {
1201 error = acevals_to_aent(&list->other_obj, aent, list, owner, group
    [all...]

Completed in 44 milliseconds