Searched refs:otyp (Results 1 – 5 of 5) sorted by relevance
/freebsd/share/examples/kld/cdev/module/ |
H A D | cdev.c | 101 mydev_open(struct cdev *dev, int flag, int otyp, struct thread *td) in mydev_open() argument 106 dev2udev(dev), flag, otyp, procp); in mydev_open() 113 mydev_close(struct cdev *dev, int flag, int otyp, struct thread *td) in mydev_close() argument 118 dev2udev(dev), flag, otyp, procp); in mydev_close()
|
/freebsd/sys/dev/xen/evtchn/ |
H A D | evtchn_dev.c | 182 evtchn_open(struct cdev *dev, int flag, int otyp, struct thread *td) in evtchn_open() argument
|
/freebsd/sys/dev/xen/privcmd/ |
H A D | privcmd.c | 533 privcmd_open(struct cdev *dev, int flag, int otyp, struct thread *td) in privcmd_open() argument
|
/freebsd/sys/dev/xen/gntdev/ |
H A D | gntdev.c | 977 gntdev_open(struct cdev *dev, int flag, int otyp, struct thread *td) in gntdev_open() argument
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
H A D | dtrace.c | 17204 dtrace_open(dev_t *devp, int flag, int otyp, cred_t *cred_p) argument 17302 dtrace_close(dev_t dev, int flag, int otyp, cred_t *cred_p) argument
|