| /freebsd-12.1/sys/sys/ |
| H A D | conf.h | 53 struct cdevsw; 84 struct cdevsw *si_devsw; 179 struct cdevsw { struct 204 struct cdevsw *gianttrick; argument 205 SLIST_ENTRY(cdevsw) postfree_list; 245 struct cdevsw *mda_devsw; 263 void destroy_dev_drain(struct cdevsw *csw); 265 struct cdevsw *dev_refthread(struct cdev *_dev, int *_ref); 274 struct cdev *make_dev_cred(struct cdevsw *_devsw, int _unit, 278 struct cdevsw *_devsw, int _unit, [all …]
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_conf.c | 89 struct cdevsw *csw; in dev_unlock_and_free() 184 struct cdevsw * 187 struct cdevsw *csw; in dev_refthread() 209 struct cdevsw * 212 struct cdevsw *csw; in devvn_refthread() 356 struct cdevsw *dsw; in giant_open() 372 struct cdevsw *dsw; in giant_fdopen() 388 struct cdevsw *dsw; in giant_close() 404 struct cdevsw *dsw; in giant_strategy() 423 struct cdevsw *dsw; in giant_ioctl() [all …]
|
| H A D | tty_tty.c | 44 static struct cdevsw ctty_cdevsw = {
|
| /freebsd-12.1/sys/dev/fb/ |
| H A D | fb.c | 70 static struct cdevsw *vidcdevsw_ini; 71 static struct cdevsw **vidcdevsw = &vidcdevsw_ini; 82 struct cdevsw **new_cdevsw; in vid_realloc_array() 366 static struct cdevsw fb_cdevsw = { 405 fb_attach(int unit, video_adapter_t *adp, struct cdevsw *cdevsw) in fb_attach() argument 416 vidcdevsw[adp->va_index] = cdevsw; in fb_attach() 424 fb_detach(int unit, video_adapter_t *adp, struct cdevsw *cdevsw) in fb_detach() argument 432 if (vidcdevsw[adp->va_index] != cdevsw) in fb_detach()
|
| H A D | fbreg.h | 308 struct cdevsw *cdevsw); 310 struct cdevsw *cdevsw);
|
| /freebsd-12.1/sys/dev/null/ |
| H A D | null.c | 60 static struct cdevsw full_cdevsw = { 68 static struct cdevsw null_cdevsw = { 76 static struct cdevsw zero_cdevsw = {
|
| /freebsd-12.1/sys/dev/pty/ |
| H A D | pty.c | 87 static struct cdevsw ptydev_cdevsw = { 138 static struct cdevsw ptmx_cdevsw = {
|
| /freebsd-12.1/sys/vm/ |
| H A D | vm_extern.h | 46 struct cdevsw; 106 int *, struct cdev *, struct cdevsw *, vm_ooffset_t *, vm_object_t *);
|
| /freebsd-12.1/sys/dev/sound/pcm/ |
| H A D | dsp.h | 36 extern struct cdevsw dsp_cdevsw;
|
| /freebsd-12.1/sys/dev/vt/ |
| H A D | vt_consolectl.c | 44 static struct cdevsw consolectl_cdevsw = {
|
| /freebsd-12.1/share/examples/kld/cdev/module/ |
| H A D | cdevmod.c | 80 static struct cdevsw my_devsw = {
|
| /freebsd-12.1/sys/fs/devfs/ |
| H A D | devfs_vnops.c | 119 devfs_fp_check(struct file *fp, struct cdev **devp, struct cdevsw **dswp, in devfs_fp_check() 432 struct cdevsw *dsw; in devfs_allocv() 575 struct cdevsw *dsw; in devfs_close() 776 struct cdevsw *dsw; in devfs_ioctl() 844 struct cdevsw *dsw; in devfs_kqfilter_f() 1111 struct cdevsw *dsw; in devfs_open() 1240 struct cdevsw *dsw; in devfs_poll_f() 1274 struct cdevsw *dsw; in devfs_read_f() 1768 struct cdevsw *dsw; in devfs_write_f() 1805 struct cdevsw *dsw; in devfs_mmap_f()
|
| /freebsd-12.1/sys/dev/mem/ |
| H A D | memdev.c | 55 static struct cdevsw mem_cdevsw = {
|
| /freebsd-12.1/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_vcio.c | 45 static struct cdevsw vcio_devsw = {
|
| /freebsd-12.1/sys/dev/qlxge/ |
| H A D | qls_ioctl.c | 49 static struct cdevsw qla_cdevsw = {
|
| /freebsd-12.1/sys/dev/xen/xenstore/ |
| H A D | xenstored_dev.c | 57 static struct cdevsw xsd_dev_cdevsw = {
|
| /freebsd-12.1/sys/fs/fuse/ |
| H A D | fuse_main.c | 96 extern struct cdevsw fuse_cdevsw;
|
| /freebsd-12.1/sys/dev/wtap/ |
| H A D | if_wtap_module.c | 102 static struct cdevsw wtap_cdevsw = {
|
| /freebsd-12.1/sys/dev/beri/ |
| H A D | beri_mem.c | 119 static struct cdevsw mem_cdevsw = {
|
| /freebsd-12.1/sys/cddl/dev/ |
| H A D | prototype.c | 27 static struct cdevsw prototype_cdevsw = {
|
| /freebsd-12.1/sys/dev/usb/ |
| H A D | usb_dev.h | 149 extern struct cdevsw usb_devsw;
|
| /freebsd-12.1/sys/security/audit/ |
| H A D | audit_trigger.c | 151 static struct cdevsw audit_cdevsw = {
|
| /freebsd-12.1/sys/dev/qlxgb/ |
| H A D | qla_ioctl.c | 46 static struct cdevsw qla_cdevsw = {
|
| /freebsd-12.1/sys/dev/nvram/ |
| H A D | nvram.c | 72 static struct cdevsw nvram_cdevsw = {
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | cdev.h | 45 extern struct cdevsw linuxcdevsw;
|