Searched refs:current_path_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c237 int current_path_count; local
306 ioc->ret_elem = (uint_t *)&(current_path_count);
357 if (initial_path_count < current_path_count) {
360 initial_path_count = current_path_count;
375 if (initial_path_count < current_path_count) {
379 *num_paths_to_copy = current_path_count;
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c1364 int current_path_count; local
1433 ioc->ret_elem = (uint_t *)&(current_path_count);
1483 if (initial_path_count < current_path_count) {
1486 initial_path_count = current_path_count;
1501 if (initial_path_count < current_path_count) {
1505 *path_count = current_path_count;

Completed in 61 milliseconds