Searched refs:num_paths_to_copy (Results 1 – 1 of 1) sorted by relevance
231 get_pathlist(char *dev_path, sv_iocdata_t *ioc, int *num_paths_to_copy) in get_pathlist() argument377 *num_paths_to_copy = initial_path_count; in get_pathlist()379 *num_paths_to_copy = current_path_count; in get_pathlist()402 int num_paths_to_copy; in g_get_pathlist() local416 if ((caller_ret = get_pathlist(dev_path, &ioc, &num_paths_to_copy)) in g_get_pathlist()421 pathlist_p->path_count = num_paths_to_copy; in g_get_pathlist()422 pathlist_p->path_info = calloc(num_paths_to_copy, in g_get_pathlist()430 num_paths_to_copy = 0; in g_get_pathlist()434 for (i = 0; i < num_paths_to_copy; i++) { in g_get_pathlist()