HomeSort by: relevance | last modified time | path
    Searched defs:tap_dev_poll (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
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
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

Completed in 23 milliseconds