| /freebsd-13.1/sys/sys/ |
| H A D | conf.h | 53 struct cdevsw; 84 struct cdevsw *si_devsw; 200 struct cdevsw { struct 225 struct cdevsw *gianttrick; argument 226 SLIST_ENTRY(cdevsw) postfree_list; 266 struct cdevsw *mda_devsw; 283 void destroy_dev_drain(struct cdevsw *csw); 285 struct cdevsw *dev_refthread(struct cdev *_dev, int *_ref); 294 struct cdev *make_dev_cred(struct cdevsw *_devsw, int _unit, 298 struct cdevsw *_devsw, int _unit, [all …]
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_conf.c | 89 struct cdevsw *csw; in dev_unlock_and_free() 178 struct cdevsw * 181 struct cdevsw *csw; in dev_refthread() 204 struct cdevsw * 207 struct cdevsw *csw; in devvn_refthread() 353 struct cdevsw *dsw; in giant_open() 369 struct cdevsw *dsw; in giant_fdopen() 385 struct cdevsw *dsw; in giant_close() 401 struct cdevsw *dsw; in giant_strategy() 420 struct cdevsw *dsw; in giant_ioctl() [all …]
|
| H A D | tty_tty.c | 45 static struct cdevsw ctty_cdevsw = {
|
| /freebsd-13.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 | 301 struct cdevsw *cdevsw); 303 struct cdevsw *cdevsw);
|
| /freebsd-13.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-13.1/sys/dev/pty/ |
| H A D | pty.c | 87 static struct cdevsw ptydev_cdevsw = { 138 static struct cdevsw ptmx_cdevsw = {
|
| /freebsd-13.1/sys/net/ |
| H A D | if_tuntap.c | 268 struct cdevsw cdevsw; member 278 .cdevsw = { 295 .cdevsw = { 312 .cdevsw = { 429 if (strcmp(name, drv->cdevsw.d_name) == 0) { in tuntap_name2info() 600 i = clone_create(&drv->clones, &drv->cdevsw, &u, dev, 0); in tunclone() 676 drvc->cloner = if_clone_advanced(drv->cdevsw.d_name, 0, in vnet_tun_init() 740 if (strcmp(ifp->if_dname, drv->cdevsw.d_name) == 0) in tuntap_driver_from_ifnet() 812 args.mda_devsw = &drv->cdevsw; in tun_create_device() 954 drv->cdevsw.d_name, dev2unit(dev)); in tuncreate() [all …]
|
| /freebsd-13.1/sys/dev/sound/pcm/ |
| H A D | dsp.h | 36 extern struct cdevsw dsp_cdevsw;
|
| /freebsd-13.1/sys/vm/ |
| H A D | vm_extern.h | 48 struct cdevsw; 109 int *, struct cdev *, struct cdevsw *, vm_ooffset_t *, vm_object_t *);
|
| /freebsd-13.1/sys/dev/vt/ |
| H A D | vt_consolectl.c | 43 static struct cdevsw consolectl_cdevsw = {
|
| /freebsd-13.1/share/examples/kld/cdev/module/ |
| H A D | cdevmod.c | 80 static struct cdevsw my_devsw = {
|
| /freebsd-13.1/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_vcio.c | 45 static struct cdevsw vcio_devsw = {
|
| /freebsd-13.1/sys/dev/qlxge/ |
| H A D | qls_ioctl.c | 48 static struct cdevsw qla_cdevsw = {
|
| /freebsd-13.1/sys/dev/xen/xenstore/ |
| H A D | xenstored_dev.c | 56 static struct cdevsw xsd_dev_cdevsw = {
|
| /freebsd-13.1/sys/fs/fuse/ |
| H A D | fuse_main.c | 97 extern struct cdevsw fuse_cdevsw;
|
| /freebsd-13.1/sys/dev/wtap/ |
| H A D | if_wtap_module.c | 100 static struct cdevsw wtap_cdevsw = {
|
| /freebsd-13.1/sys/fs/devfs/ |
| H A D | devfs_vnops.c | 120 devfs_fp_check(struct file *fp, struct cdev **devp, struct cdevsw **dswp, in devfs_fp_check() 537 struct cdevsw *dsw; in devfs_allocv() 679 struct cdevsw *dsw; in devfs_close() 908 struct cdevsw *dsw; in devfs_ioctl() 987 struct cdevsw *dsw; in devfs_kqfilter_f() 1254 struct cdevsw *dsw; in devfs_open() 1378 struct cdevsw *dsw; in devfs_poll_f() 1412 struct cdevsw *dsw; in devfs_read_f() 1914 struct cdevsw *dsw; in devfs_write_f() 1951 struct cdevsw *dsw; in devfs_mmap_f()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | cdev.h | 46 extern struct cdevsw linuxcdevsw;
|
| /freebsd-13.1/sys/dev/usb/ |
| H A D | usb_dev.h | 149 extern struct cdevsw usb_devsw;
|
| /freebsd-13.1/sys/cddl/dev/ |
| H A D | prototype.c | 27 static struct cdevsw prototype_cdevsw = {
|
| /freebsd-13.1/sys/dev/mem/ |
| H A D | memdev.c | 63 static struct cdevsw mem_cdevsw = {
|
| /freebsd-13.1/sys/dev/beri/ |
| H A D | beri_mem.c | 119 static struct cdevsw mem_cdevsw = {
|
| /freebsd-13.1/sys/dev/nvram/ |
| H A D | nvram.c | 72 static struct cdevsw nvram_cdevsw = {
|
| /freebsd-13.1/sys/security/audit/ |
| H A D | audit_trigger.c | 153 static struct cdevsw audit_cdevsw = {
|