Is anyone familiar with the d_poll function of the character devices?
#include <sys/conf.h>
typedef int d_poll_t(struct cdev *dev, int events, struct thread *td);
I know it is the one being called when a device file was passed into select(2) system call, but how do the "events" argument and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.