Lines Matching refs:direction

254     boolean_t *is_nt4, int *direction)  in idmap_namerule_parts_clear()  argument
269 if (direction) in idmap_namerule_parts_clear()
270 *direction = IDMAP_DIRECTION_UNDEF; in idmap_namerule_parts_clear()
277 boolean_t *is_nt4, int *direction) in idmap_namerule2parts() argument
304 if (direction) in idmap_namerule2parts()
305 *direction = rule->direction; in idmap_namerule2parts()
319 unixname, is_user, is_wuser, is_nt4, direction); in idmap_namerule2parts()
361 boolean_t *is_nt4, int *direction) in idmap_udt_get_error_rule() argument
364 unixname, is_user, is_wuser, is_nt4, direction); in idmap_udt_get_error_rule()
378 direction)); in idmap_udt_get_error_rule()
395 boolean_t *is_nt4, int *direction) in idmap_udt_get_conflict_rule() argument
398 unixname, is_user, is_wuser, is_nt4, direction); in idmap_udt_get_conflict_rule()
413 direction)); in idmap_udt_get_conflict_rule()
435 const char *unixname, boolean_t is_nt4, int direction) in idmap_udt_add_namerule() argument
449 rule->direction = direction; in idmap_udt_add_namerule()
482 const char *unixname, int direction) in idmap_udt_rm_namerule() argument
496 rule->direction = direction; in idmap_udt_rm_namerule()
591 rule->direction = IDMAP_DIRECTION_UNDEF; in idmap_iter_namerules()
635 boolean_t *is_wuser, boolean_t *is_nt4, int *direction) in idmap_iter_next_namerule() argument
642 unixname, is_user, is_wuser, is_nt4, direction); in idmap_iter_next_namerule()
704 if (direction) in idmap_iter_next_namerule()
705 *direction = namerules->rules.rules_val[iter->next].direction; in idmap_iter_next_namerule()
763 boolean_t *is_wuser, int *direction, idmap_info *info) in idmap_iter_next_mapping() argument
786 if (direction) in idmap_iter_next_mapping()
787 *direction = IDMAP_DIRECTION_UNDEF; in idmap_iter_next_mapping()
861 if (direction) in idmap_iter_next_mapping()
862 *direction = mappings->mappings.mappings_val[iter->next]. in idmap_iter_next_mapping()
863 direction; in idmap_iter_next_mapping()
1439 int direction; in idmap_get_mappings() local
1467 direction = res.ids.ids_val[i].direction; in idmap_get_mappings()
1483 direction); in idmap_get_mappings()
1489 direction); in idmap_get_mappings()
1506 direction); in idmap_get_mappings()
1512 direction); in idmap_get_mappings()
1548 direction); in idmap_get_mappings()
1554 direction); in idmap_get_mappings()
1603 uid_t *pid, char **unixname, int *direction, idmap_info *info) in idmap_get_w2u_mapping() argument
1616 if (direction) in idmap_get_w2u_mapping()
1617 *direction = IDMAP_DIRECTION_UNDEF; in idmap_get_w2u_mapping()
1688 if (direction) in idmap_get_w2u_mapping()
1689 *direction = mapping->direction; in idmap_get_w2u_mapping()
1718 int *direction, idmap_info *info) in idmap_get_u2w_mapping() argument
1732 if (direction) in idmap_get_u2w_mapping()
1733 *direction = IDMAP_DIRECTION_UNDEF; in idmap_get_u2w_mapping()
1779 if (direction != NULL) in idmap_get_u2w_mapping()
1780 *direction = mapping->direction; in idmap_get_u2w_mapping()
2115 int direction; in idmap_getuidbywinname() local
2127 &is_user, &is_wuser, uid, NULL, &direction, NULL); in idmap_getuidbywinname()
2132 direction = IDMAP_DIRECTION_W2U; in idmap_getuidbywinname()
2133 idmap_cache_add_winname2uid(name, domain, *uid, direction); in idmap_getuidbywinname()
2150 int direction; in idmap_getgidbywinname() local
2163 &is_user, &is_wuser, gid, NULL, &direction, NULL); in idmap_getgidbywinname()
2168 direction = IDMAP_DIRECTION_W2U; in idmap_getgidbywinname()
2169 idmap_cache_add_winname2gid(name, domain, *gid, direction); in idmap_getgidbywinname()
2186 int direction; in idmap_getwinnamebypid() local
2206 NULL, NULL, &winname, &windomain, &direction, NULL); in idmap_getwinnamebypid()
2226 pid, direction); in idmap_getwinnamebypid()
2229 pid, direction); in idmap_getwinnamebypid()