Lines Matching refs:npaths
786 int ndevis, npaths; in e_devid_cache_devi_path_lists() local
794 npaths = 0; in e_devid_cache_devi_path_lists()
843 if (npaths < retmax) in e_devid_cache_devi_path_lists()
844 retpaths[npaths++] = np->nvp_devpath; in e_devid_cache_devi_path_lists()
851 *retnpaths = npaths; in e_devid_cache_devi_path_lists()
873 int ndevis, npaths, nalloced; in e_devid_cache_to_devt_list() local
892 &ndevis, devis, &npaths, paths); in e_devid_cache_to_devt_list()
903 for (i = 0; i < npaths; i++) { in e_devid_cache_to_devt_list()
909 if (ndevis == 0 && npaths == 0) { in e_devid_cache_to_devt_list()
931 for (i = 0; i < npaths; i++) { in e_devid_cache_to_devt_list()
975 for (i = 0; i < npaths; i++) { in e_devid_cache_to_devt_list()