Searched refs:PATH_SIZE (Results 1 – 1 of 1) sorted by relevance
51 #define PATH_SIZE 512 macro56 char path[PATH_SIZE+1] = ""; /* initialize to please valgrind */ in linux_name_from_sysfs()57 char link[PATH_SIZE+1] = ""; in linux_name_from_sysfs()85 snprintf(path, PATH_SIZE, "/sys/dev/char/%d:%d/device/driver", maj, min); in linux_name_from_sysfs()87 if (readlink(path, link, PATH_SIZE) < 0) in linux_name_from_sysfs()