Lines Matching defs:paths
1981 char **paths;
1997 /* Compact the kept paths array */
2000 paths = kmem_zalloc(length, KM_SLEEP);
2004 paths[j] = dp->pdr_kept_paths[i];
2013 dp->pdr_kept_paths = paths;
5332 char **paths;
5366 paths = kmem_alloc(sizeof (char **),
5369 paths[0] = path;
5370 dp->pdr_kept_paths = paths;
5389 paths = kmem_alloc(
5394 paths, length);
5398 dp->pdr_kept_paths = paths;
5431 paths = kmem_alloc(sizeof (char **),
5434 paths[0] = path;
5435 dp->pdr_kept_paths = paths;