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

/k10sensor/src/
H A Dk10sensor_info.c177 int fd, res = 0; local
180 if ((fd = open(fname, O_RDONLY|O_NOCTTY)) == -1) {
187 if (ioctl(fd, K10IOC_INFO, v) == -1) {
193 if (ioctl(fd, K10IOC_TCTRL, t) == -1) {
211 if (close(fd) != 0) {

Completed in 5 milliseconds