Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/
H A Dbsd_kqueue_apm.c49 static int devFd = -1; variable
164 if ((devFd = open(_PATH_APM_DEV, O_RDONLY)) == -1) { in xf86OSPMOpen()
168 close(devFd); in xf86OSPMOpen()
171 EV_SET(&ev, devFd, EVFILT_READ, EV_ADD | EV_ENABLE | EV_CLEAR, 0, 0, NULL); in xf86OSPMOpen()
173 close(devFd); in xf86OSPMOpen()
190 close(devFd); in bsdCloseAPM()
191 devFd = -1; in bsdCloseAPM()