Lines Matching defs:paths
1231 * return the /devices paths associated with the specified devid and
1256 * needed to hold the paths and returning the value in *ulensp. If we
1257 * are copying out paths then we get the amount of space allocated by
1258 * the caller. If the actual space needed for paths is larger, or
1320 * needed to hold all the paths
1374 /* copy out the amount of space needed to hold the paths */
2154 char *paths = NULL;
2167 * needed to return the paths, with the value returned in *ulensp. If we
2168 * are copying out paths then we get the amount of space allocated by
2169 * the caller. If the actual space needed for paths is larger, or
2207 paths = kmem_alloc(lens, KM_SLEEP);
2209 p = paths;
2217 if (copyout(paths, upaths, lens)) {
2224 /* copy out the amount of space needed to hold the paths */
2231 if (paths)
2232 kmem_free(paths, lens);
2546 case MODDEVID2PATHS: /* get paths given devid */