Home
last modified time | relevance | path

Searched refs:rel_path (Results 1 – 1 of 1) sorted by relevance

/pciutils/lib/
H A Dsysfs.c128 char path[2*OBJNAMELEN], rel_path[OBJNAMELEN]; in sysfs_deref_link() local
131 memset(rel_path, 0, sizeof(rel_path)); in sysfs_deref_link()
133 if (readlink(path, rel_path, sizeof(rel_path)) < 0) in sysfs_deref_link()
137 strcat(path, rel_path); in sysfs_deref_link()