Lines Matching refs:direction

245     boolean_t *is_nt4, int *direction)  in idmap_namerule_parts_clear()  argument
260 if (direction) in idmap_namerule_parts_clear()
261 *direction = IDMAP_DIRECTION_UNDEF; in idmap_namerule_parts_clear()
268 boolean_t *is_nt4, int *direction) in idmap_namerule2parts() argument
295 if (direction) in idmap_namerule2parts()
296 *direction = rule->direction; in idmap_namerule2parts()
310 unixname, is_user, is_wuser, is_nt4, direction); in idmap_namerule2parts()
352 boolean_t *is_nt4, int *direction) in idmap_udt_get_error_rule() argument
355 unixname, is_user, is_wuser, is_nt4, direction); in idmap_udt_get_error_rule()
369 direction)); in idmap_udt_get_error_rule()
386 boolean_t *is_nt4, int *direction) in idmap_udt_get_conflict_rule() argument
389 unixname, is_user, is_wuser, is_nt4, direction); in idmap_udt_get_conflict_rule()
404 direction)); in idmap_udt_get_conflict_rule()
426 const char *unixname, boolean_t is_nt4, int direction) in idmap_udt_add_namerule() argument
440 rule->direction = direction; in idmap_udt_add_namerule()
473 const char *unixname, int direction) in idmap_udt_rm_namerule() argument
487 rule->direction = direction; in idmap_udt_rm_namerule()
582 rule->direction = IDMAP_DIRECTION_UNDEF; in idmap_iter_namerules()
632 boolean_t *is_wuser, boolean_t *is_nt4, int *direction) in idmap_iter_next_namerule() argument
639 unixname, is_user, is_wuser, is_nt4, direction); in idmap_iter_next_namerule()
701 if (direction) in idmap_iter_next_namerule()
702 *direction = namerules->rules.rules_val[iter->next].direction; in idmap_iter_next_namerule()
760 boolean_t *is_wuser, int *direction, idmap_info *info) in idmap_iter_next_mapping() argument
783 if (direction) in idmap_iter_next_mapping()
784 *direction = IDMAP_DIRECTION_UNDEF; in idmap_iter_next_mapping()
858 if (direction) in idmap_iter_next_mapping()
859 *direction = mappings->mappings.mappings_val[iter->next]. in idmap_iter_next_mapping()
860 direction; in idmap_iter_next_mapping()
1436 int direction; in idmap_get_mappings() local
1464 direction = res.ids.ids_val[i].direction; in idmap_get_mappings()
1480 direction); in idmap_get_mappings()
1486 direction); in idmap_get_mappings()
1503 direction); in idmap_get_mappings()
1509 direction); in idmap_get_mappings()
1545 direction); in idmap_get_mappings()
1551 direction); in idmap_get_mappings()
1600 uid_t *pid, char **unixname, int *direction, idmap_info *info) in idmap_get_w2u_mapping() argument
1613 if (direction) in idmap_get_w2u_mapping()
1614 *direction = IDMAP_DIRECTION_UNDEF; in idmap_get_w2u_mapping()
1685 if (direction) in idmap_get_w2u_mapping()
1686 *direction = mapping->direction; in idmap_get_w2u_mapping()
1715 int *direction, idmap_info *info) in idmap_get_u2w_mapping() argument
1729 if (direction) in idmap_get_u2w_mapping()
1730 *direction = IDMAP_DIRECTION_UNDEF; in idmap_get_u2w_mapping()
1776 if (direction != NULL) in idmap_get_u2w_mapping()
1777 *direction = mapping->direction; in idmap_get_u2w_mapping()
2112 int direction; in idmap_getuidbywinname() local
2124 &is_user, &is_wuser, uid, NULL, &direction, NULL); in idmap_getuidbywinname()
2129 direction = IDMAP_DIRECTION_W2U; in idmap_getuidbywinname()
2130 idmap_cache_add_winname2uid(name, domain, *uid, direction); in idmap_getuidbywinname()
2147 int direction; in idmap_getgidbywinname() local
2160 &is_user, &is_wuser, gid, NULL, &direction, NULL); in idmap_getgidbywinname()
2165 direction = IDMAP_DIRECTION_W2U; in idmap_getgidbywinname()
2166 idmap_cache_add_winname2gid(name, domain, *gid, direction); in idmap_getgidbywinname()
2183 int direction; in idmap_getwinnamebypid() local
2203 NULL, NULL, &winname, &windomain, &direction, NULL); in idmap_getwinnamebypid()
2222 pid, direction); in idmap_getwinnamebypid()
2225 pid, direction); in idmap_getwinnamebypid()