Home
last modified time | relevance | path

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

/openbmc/linux/tools/thermal/tmon/
H A 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()