Searched defs:num_paths_to_copy (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c231 get_pathlist(char *dev_path, sv_iocdata_t *ioc, int *num_paths_to_copy) argument
377 *num_paths_to_copy = initial_path_count;
379 *num_paths_to_copy = current_path_count;
402 int num_paths_to_copy; local
416 if ((caller_ret = get_pathlist(dev_path, &ioc, &num_paths_to_copy))
421 pathlist_p->path_count = num_paths_to_copy;
422 pathlist_p->path_info = calloc(num_paths_to_copy,
430 num_paths_to_copy = 0;
434 for (i = 0; i < num_paths_to_copy; i++) {

Completed in 16 milliseconds