Searched refs:st (Results 1 - 1 of 1) sorted by relevance
/k10sensor/src/ | ||
H A D | k10sensor_info.c | 244 struct stat st; local 246 if (stat(LINKMOD_FILE, &st) != 0) { 281 if ((stat(dp->d_name, &st) != 0) || !S_ISCHR(st.st_mode)) { |
Completed in 7 milliseconds