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

  /src/sys/net/
if_tap.c 156 static int tap_cdev_close(dev_t, int, int, struct lwp *);
165 .d_close = tap_cdev_close,
747 tap_cdev_close(dev_t dev, int flags, int fmt, struct lwp *l) function in typeref:typename:int
if_tap.c 156 static int tap_cdev_close(dev_t, int, int, struct lwp *);
165 .d_close = tap_cdev_close,
747 tap_cdev_close(dev_t dev, int flags, int fmt, struct lwp *l) function in typeref:typename:int

Completed in 58 milliseconds