Lines Matching defs:npaths
1322 uint_t npaths = 0;
1332 ioc.ret_elem = &npaths;
1334 if (rv || npaths == 0) {
1343 ioc.buf_elem = npaths;
1344 ioc.ret_elem = &npaths;
1345 if ((ioc.ret_buf = calloc(npaths, sizeof (sv_path_info_t)))
1349 if (rv || npaths == 0) {
1357 if (ioc.buf_elem < npaths)
1358 npaths = ioc.buf_elem;
1369 while (npaths--) {