Lines Matching defs:paths
215 * This is not true, we reverse engineer the paths relative to
227 char *paths = NULL;
255 /* translate devid/minor_name to /devices paths */
258 if ((paths = (char *)malloc(lens)) == NULL)
260 if (modctl(MODDEVID2PATHS, devid, minor_name, 0, &lens, paths) != 0) {
262 free(paths);
263 paths = NULL;
290 for (path = paths; *path; path += strlen(path) + 1) {
343 if (paths)
344 free(paths);