| /NextBSD/sys/sys/ |
| HD | conf.h | 51 struct cdevsw; 82 struct cdevsw *si_devsw; 172 struct cdevsw { struct 197 struct cdevsw *gianttrick; argument 198 SLIST_ENTRY(cdevsw) postfree_list; 227 int clone_create(struct clonedevs **, struct cdevsw *, int *unit, struct cdev **dev, int extra); 238 struct cdevsw *mda_devsw; 256 void destroy_dev_drain(struct cdevsw *csw); 258 struct cdevsw *dev_refthread(struct cdev *_dev, int *_ref); 259 struct cdevsw *devvn_refthread(struct vnode *vp, struct cdev **devp, int *_ref); [all …]
|
| /NextBSD/sys/kern/ |
| HD | kern_conf.c | 59 static int make_dev_credv(int flags, struct cdev **dres, struct cdevsw *devsw, 65 static SLIST_HEAD(free_cdevsw, cdevsw) cdevsw_gt_post_list = 87 struct cdevsw *csw; in dev_unlock_and_free() 125 cdevsw_free_devlocked(struct cdevsw *csw) in cdevsw_free_devlocked() 182 struct cdevsw * 185 struct cdevsw *csw; in dev_refthread() 207 struct cdevsw * 210 struct cdevsw *csw; in devvn_refthread() 308 static struct cdevsw dead_cdevsw = { 354 struct cdevsw *dsw; in giant_open() [all …]
|
| HD | tty_tty.c | 42 static struct cdevsw ctty_cdevsw = {
|
| /NextBSD/contrib/ipfilter/ |
| HD | ml_ipl.c | 37 struct cdevsw ipfdevsw = 102 extern struct cdevsw cdevsw[]; 118 cdevsw[ipf_major].d_open != vd_unuseddev)
|
| HD | mlo_ipl.c | 60 struct cdevsw ipfdevsw = 79 extern struct cdevsw cdevsw[]; 111 if (cdevsw[i].d_open == (dev_type_open((*)))lkmenodev || 112 cdevsw[i].d_open == ipfopen)
|
| HD | mln_ipl.c | 84 extern const struct cdevsw ipl_cdevsw; 93 extern struct cdevsw cdevsw[]; 138 if (cdevsw[i].d_open == (dev_type_open((*)))lkmenodev || 139 cdevsw[i].d_open == ipfopen)
|
| HD | mls_ipl.c | 69 struct cdevsw ipfdevsw = 134 extern struct cdevsw cdevsw[]; 159 cdevsw[ipf_major].d_open != vd_unuseddev)
|
| HD | mlf_ipl.c | 146 static struct cdevsw ipfdevsw = 163 extern struct cdevsw cdevsw[]; 168 static struct cdevsw ipf_cdevsw = { 212 if (cdevsw[i].d_open == lkmenodev || 213 cdevsw[i].d_open == ipfopen)
|
| /NextBSD/sys/dev/fb/ |
| HD | fb.c | 68 static struct cdevsw *vidcdevsw_ini; 69 static struct cdevsw **vidcdevsw = &vidcdevsw_ini; 80 struct cdevsw **new_cdevsw; in vid_realloc_array() 364 static struct cdevsw fb_cdevsw = { 403 fb_attach(int unit, video_adapter_t *adp, struct cdevsw *cdevsw) in fb_attach() argument 414 vidcdevsw[adp->va_index] = cdevsw; in fb_attach() 422 fb_detach(int unit, video_adapter_t *adp, struct cdevsw *cdevsw) in fb_detach() argument 430 if (vidcdevsw[adp->va_index] != cdevsw) in fb_detach()
|
| HD | fbreg.h | 306 struct cdevsw *cdevsw); 308 struct cdevsw *cdevsw);
|
| /NextBSD/sys/dev/null/ |
| HD | null.c | 58 static struct cdevsw full_cdevsw = { 66 static struct cdevsw null_cdevsw = { 74 static struct cdevsw zero_cdevsw = {
|
| /NextBSD/sys/dev/pty/ |
| HD | pty.c | 90 static struct cdevsw ptydev_cdevsw = { 132 static struct cdevsw ptmx_cdevsw = {
|
| /NextBSD/sys/vm/ |
| HD | vm_extern.h | 44 struct cdevsw; 95 int *, struct cdev *, struct cdevsw *, vm_ooffset_t *, vm_object_t *);
|
| /NextBSD/sys/compat/linux/ |
| HD | linux_stats.c | 111 struct cdevsw *cdevsw; 119 cdevsw = dev_refthread(dev); 120 if (cdevsw != NULL) { 121 if (cdevsw->d_flags & D_DISK) {
|
| /NextBSD/sys/dev/sound/pcm/ |
| HD | dsp.h | 34 extern struct cdevsw dsp_cdevsw;
|
| /NextBSD/share/examples/kld/cdev/module/ |
| HD | cdevmod.c | 78 static struct cdevsw my_devsw = {
|
| /NextBSD/sys/dev/vt/ |
| HD | vt_consolectl.c | 42 static struct cdevsw consolectl_cdevsw = {
|
| /NextBSD/sys/fs/devfs/ |
| HD | devfs_vnops.c | 116 devfs_fp_check(struct file *fp, struct cdev **devp, struct cdevsw **dswp, in devfs_fp_check() 427 struct cdevsw *dsw; in devfs_allocv() 570 struct cdevsw *dsw; in devfs_close() 781 struct cdevsw *dsw; in devfs_ioctl_f() 849 struct cdevsw *dsw; in devfs_kqfilter_f() 1115 struct cdevsw *dsw; in devfs_open() 1211 struct cdevsw *dsw; in devfs_poll_f() 1245 struct cdevsw *dsw; in devfs_read_f() 1729 struct cdevsw *dsw; in devfs_write_f() 1766 struct cdevsw *dsw; in devfs_mmap_f()
|
| /NextBSD/sys/dev/mem/ |
| HD | memdev.c | 53 static struct cdevsw mem_cdevsw = {
|
| /NextBSD/sys/compat/linuxkpi/common/include/linux/ |
| HD | cdev.h | 43 extern struct cdevsw linuxcdevsw;
|
| /NextBSD/sys/fs/fuse/ |
| HD | fuse_main.c | 83 extern struct cdevsw fuse_cdevsw;
|
| /NextBSD/sys/arm/broadcom/bcm2835/ |
| HD | bcm2835_vcio.c | 45 static struct cdevsw vcio_devsw = {
|
| /NextBSD/sys/dev/qlxge/ |
| HD | qls_ioctl.c | 47 static struct cdevsw qla_cdevsw = {
|
| /NextBSD/sys/dev/xen/xenstore/ |
| HD | xenstored_dev.c | 58 static struct cdevsw xsd_dev_cdevsw = {
|
| /NextBSD/sys/dev/wtap/ |
| HD | if_wtap_module.c | 100 static struct cdevsw wtap_cdevsw = {
|