Searched refs:dp (Results 1 - 1 of 1) sorted by relevance

/k10sensor/src/
H A Dk10sensor_info.c265 struct dirent *dp; local
276 while ((dp = readdir(dirp)) != NULL) {
278 if (!allDigits(dp->d_name)) {
281 if ((stat(dp->d_name, &st) != 0) || !S_ISCHR(st.st_mode)) {
284 count += dumpIoctl(dp->d_name);

Completed in 5 milliseconds