if_tap.c | 124 static int tap_dev_poll(int, int, struct lwp *); 1102 return tap_dev_poll(minor(dev), events, l); 1109 return tap_dev_poll(fp->f_devunit, events, curlwp); 1113 tap_dev_poll(int unit, int events, struct lwp *l) function in typeref:typename:int
|