HomeSort by: relevance | last modified time | path
    Searched refs:tap_cdev_open (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
if_tap.c 155 static int tap_cdev_open(dev_t, int, int, struct lwp *);
164 .d_open = tap_cdev_open,
663 * call ends in tap_cdev_open. The actual place where it is handled is
672 tap_cdev_open(dev_t dev, int flags, int fmt, struct lwp *l) function in typeref:typename:int
if_tap.c 155 static int tap_cdev_open(dev_t, int, int, struct lwp *);
164 .d_open = tap_cdev_open,
663 * call ends in tap_cdev_open. The actual place where it is handled is
672 tap_cdev_open(dev_t dev, int flags, int fmt, struct lwp *l) function in typeref:typename:int
if_tap.c 155 static int tap_cdev_open(dev_t, int, int, struct lwp *);
164 .d_open = tap_cdev_open,
663 * call ends in tap_cdev_open. The actual place where it is handled is
672 tap_cdev_open(dev_t dev, int flags, int fmt, struct lwp *l) function in typeref:typename:int

Completed in 33 milliseconds