Lines Matching refs:npaths
802 int ndevis, npaths; in e_devid_cache_devi_path_lists() local
809 npaths = 0; in e_devid_cache_devi_path_lists()
858 if (npaths < retmax) in e_devid_cache_devi_path_lists()
859 retpaths[npaths++] = np->nvp_devpath; in e_devid_cache_devi_path_lists()
866 *retnpaths = npaths; in e_devid_cache_devi_path_lists()
888 int ndevis, npaths, nalloced; in e_devid_cache_to_devt_list() local
907 &ndevis, devis, &npaths, paths); in e_devid_cache_to_devt_list()
918 for (i = 0; i < npaths; i++) { in e_devid_cache_to_devt_list()
924 if (ndevis == 0 && npaths == 0) { in e_devid_cache_to_devt_list()
946 for (i = 0; i < npaths; i++) { in e_devid_cache_to_devt_list()
990 for (i = 0; i < npaths; i++) { in e_devid_cache_to_devt_list()