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

/k10sensor/src/
H A Dk10sensor_info.c174 dumpIoctl(char *fname) { argument
180 if ((fd = open(fname, O_RDONLY|O_NOCTTY)) == -1) {
181 sprintf(buf, "Unable to open file %s", fname);
212 sprintf(buf, "Unable to close file %s", fname);

Completed in 8 milliseconds