Home
last modified time | relevance | path

Searched refs:cdevsw (Results 1 – 25 of 229) sorted by relevance

12345678910

/NextBSD/sys/sys/
HDconf.h51 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/
HDkern_conf.c59 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 …]
HDtty_tty.c42 static struct cdevsw ctty_cdevsw = {
/NextBSD/contrib/ipfilter/
HDml_ipl.c37 struct cdevsw ipfdevsw =
102 extern struct cdevsw cdevsw[];
118 cdevsw[ipf_major].d_open != vd_unuseddev)
HDmlo_ipl.c60 struct cdevsw ipfdevsw =
79 extern struct cdevsw cdevsw[];
111 if (cdevsw[i].d_open == (dev_type_open((*)))lkmenodev ||
112 cdevsw[i].d_open == ipfopen)
HDmln_ipl.c84 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)
HDmls_ipl.c69 struct cdevsw ipfdevsw =
134 extern struct cdevsw cdevsw[];
159 cdevsw[ipf_major].d_open != vd_unuseddev)
HDmlf_ipl.c146 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/
HDfb.c68 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()
HDfbreg.h306 struct cdevsw *cdevsw);
308 struct cdevsw *cdevsw);
/NextBSD/sys/dev/null/
HDnull.c58 static struct cdevsw full_cdevsw = {
66 static struct cdevsw null_cdevsw = {
74 static struct cdevsw zero_cdevsw = {
/NextBSD/sys/dev/pty/
HDpty.c90 static struct cdevsw ptydev_cdevsw = {
132 static struct cdevsw ptmx_cdevsw = {
/NextBSD/sys/vm/
HDvm_extern.h44 struct cdevsw;
95 int *, struct cdev *, struct cdevsw *, vm_ooffset_t *, vm_object_t *);
/NextBSD/sys/compat/linux/
HDlinux_stats.c111 struct cdevsw *cdevsw;
119 cdevsw = dev_refthread(dev);
120 if (cdevsw != NULL) {
121 if (cdevsw->d_flags & D_DISK) {
/NextBSD/sys/dev/sound/pcm/
HDdsp.h34 extern struct cdevsw dsp_cdevsw;
/NextBSD/share/examples/kld/cdev/module/
HDcdevmod.c78 static struct cdevsw my_devsw = {
/NextBSD/sys/dev/vt/
HDvt_consolectl.c42 static struct cdevsw consolectl_cdevsw = {
/NextBSD/sys/fs/devfs/
HDdevfs_vnops.c116 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/
HDmemdev.c53 static struct cdevsw mem_cdevsw = {
/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDcdev.h43 extern struct cdevsw linuxcdevsw;
/NextBSD/sys/fs/fuse/
HDfuse_main.c83 extern struct cdevsw fuse_cdevsw;
/NextBSD/sys/arm/broadcom/bcm2835/
HDbcm2835_vcio.c45 static struct cdevsw vcio_devsw = {
/NextBSD/sys/dev/qlxge/
HDqls_ioctl.c47 static struct cdevsw qla_cdevsw = {
/NextBSD/sys/dev/xen/xenstore/
HDxenstored_dev.c58 static struct cdevsw xsd_dev_cdevsw = {
/NextBSD/sys/dev/wtap/
HDif_wtap_module.c100 static struct cdevsw wtap_cdevsw = {

12345678910