d_poll

  1. A

    d_poll function for character device

    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...
Back
Top