Home
last modified time | relevance | path

Searched refs:num_paths_to_copy (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/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) in get_pathlist() argument
375 *num_paths_to_copy = initial_path_count; in get_pathlist()
377 *num_paths_to_copy = current_path_count; in get_pathlist()
400 int num_paths_to_copy; in g_get_pathlist() local
414 if ((caller_ret = get_pathlist(dev_path, &ioc, &num_paths_to_copy)) in g_get_pathlist()
419 pathlist_p->path_count = num_paths_to_copy; in g_get_pathlist()
420 pathlist_p->path_info = calloc(num_paths_to_copy, in g_get_pathlist()
428 num_paths_to_copy = 0; in g_get_pathlist()
432 for (i = 0; i < num_paths_to_copy; i++) { in g_get_pathlist()