Lines Matching refs:paths
95 * and paths. We do not cache any information related to media, partitions
144 * corresponding object. For objects we cache (controllers, paths & drives)
204 if (cp->paths != NULL) {
207 for (i = 0; cp->paths[i]; i++) {
209 cache_free_path(cp->paths[i]);
211 free(cp->paths);
268 free(dp->paths);
553 /* clear any ptrs from paths to this drive */
554 if (dp->paths != NULL) {
555 for (i = 0; dp->paths[i]; i++) {
556 clr_path_disk_ptr(dp->paths[i], dp);
990 pp = newctrlp->paths;