/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
|