Home
last modified time | relevance | path

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

/linux-5.19.10/tools/thermal/tmon/
Dsysfs.c57 static int sysfs_get_ulong(char *path, char *filename, unsigned long *p_ulong) in sysfs_get_ulong() argument
70 ret = fscanf(fd, "%lu", p_ulong); in sysfs_get_ulong()