Lines Matching refs:npaths
78 uint16_t npaths,
145 * uint16_t npaths,
156 * npaths - minimum required data paths
205 uint16_t npaths,
315 (error = slice_has_n_paths(slice, npaths, &paths)) ||
336 if (npaths > 1) {
341 } else if (npaths == 1) {
384 oprintf(OUTPUT_VERBOSE, insuff_paths, npaths);
1807 * uint16_t npaths, boolean_t *has_n_paths)
1809 * npaths - the number of paths desired
1815 * PURPOSE: Determines if the input slice is connected via npaths.
1829 * the system and the input npaths is > 1.
1834 uint16_t npaths,
1841 if ((npaths > 1) && (is_mpxio_enabled() == B_TRUE)) {
1849 if ((error == 0) && (dlist_length(paths) == npaths)) {