Lines Matching refs:npaths
787 int ndevis, npaths; in e_devid_cache_devi_path_lists() local
795 npaths = 0; in e_devid_cache_devi_path_lists()
844 if (npaths < retmax) in e_devid_cache_devi_path_lists()
845 retpaths[npaths++] = np->nvp_devpath; in e_devid_cache_devi_path_lists()
852 *retnpaths = npaths; in e_devid_cache_devi_path_lists()
874 int ndevis, npaths, nalloced; in e_devid_cache_to_devt_list() local
893 &ndevis, devis, &npaths, paths); in e_devid_cache_to_devt_list()
904 for (i = 0; i < npaths; i++) { in e_devid_cache_to_devt_list()
910 if (ndevis == 0 && npaths == 0) { in e_devid_cache_to_devt_list()
932 for (i = 0; i < npaths; i++) { in e_devid_cache_to_devt_list()
976 for (i = 0; i < npaths; i++) { in e_devid_cache_to_devt_list()