Home
last modified time | relevance | path

Searched defs:filepath (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/thermal/tmon/
Dsysfs.c45 char filepath[256]; in sysfs_set_ulong() local
69 char filepath[256]; in sysfs_get_ulong() local
88 char filepath[256]; in sysfs_get_string() local
/linux-4.4.14/Documentation/networking/timestamping/
Dtxtimestamp.c388 static void __attribute__((noreturn)) usage(const char *filepath) in usage()