Lines Matching defs:path
27 char path[PATH_SIZE];
53 error("sysfs path '%s' is invalid", sysfs_path);
75 const char *path;
86 path = &path_full[sysfs_len];
93 if (strcmp(attr_loop->path, path) == 0) {
94 dbg("found in cache '%s'", attr_loop->path);
105 strlcpy(attr->path, path, sizeof(attr->path));
115 /* links return the last element of the target path */