Home
last modified time | relevance | path

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

12345678910

/freebsd-12.1/sys/sys/
H A Dconf.h53 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 Dkern_conf.c89 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 Dtty_tty.c44 static struct cdevsw ctty_cdevsw = {
/freebsd-12.1/sys/dev/fb/
H A Dfb.c70 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 Dfbreg.h308 struct cdevsw *cdevsw);
310 struct cdevsw *cdevsw);
/freebsd-12.1/sys/dev/null/
H A Dnull.c60 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 Dpty.c87 static struct cdevsw ptydev_cdevsw = {
138 static struct cdevsw ptmx_cdevsw = {
/freebsd-12.1/sys/vm/
H A Dvm_extern.h46 struct cdevsw;
106 int *, struct cdev *, struct cdevsw *, vm_ooffset_t *, vm_object_t *);
/freebsd-12.1/sys/dev/sound/pcm/
H A Ddsp.h36 extern struct cdevsw dsp_cdevsw;
/freebsd-12.1/sys/dev/vt/
H A Dvt_consolectl.c44 static struct cdevsw consolectl_cdevsw = {
/freebsd-12.1/share/examples/kld/cdev/module/
H A Dcdevmod.c80 static struct cdevsw my_devsw = {
/freebsd-12.1/sys/fs/devfs/
H A Ddevfs_vnops.c119 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 Dmemdev.c55 static struct cdevsw mem_cdevsw = {
/freebsd-12.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcio.c45 static struct cdevsw vcio_devsw = {
/freebsd-12.1/sys/dev/qlxge/
H A Dqls_ioctl.c49 static struct cdevsw qla_cdevsw = {
/freebsd-12.1/sys/dev/xen/xenstore/
H A Dxenstored_dev.c57 static struct cdevsw xsd_dev_cdevsw = {
/freebsd-12.1/sys/fs/fuse/
H A Dfuse_main.c96 extern struct cdevsw fuse_cdevsw;
/freebsd-12.1/sys/dev/wtap/
H A Dif_wtap_module.c102 static struct cdevsw wtap_cdevsw = {
/freebsd-12.1/sys/dev/beri/
H A Dberi_mem.c119 static struct cdevsw mem_cdevsw = {
/freebsd-12.1/sys/cddl/dev/
H A Dprototype.c27 static struct cdevsw prototype_cdevsw = {
/freebsd-12.1/sys/dev/usb/
H A Dusb_dev.h149 extern struct cdevsw usb_devsw;
/freebsd-12.1/sys/security/audit/
H A Daudit_trigger.c151 static struct cdevsw audit_cdevsw = {
/freebsd-12.1/sys/dev/qlxgb/
H A Dqla_ioctl.c46 static struct cdevsw qla_cdevsw = {
/freebsd-12.1/sys/dev/nvram/
H A Dnvram.c72 static struct cdevsw nvram_cdevsw = {
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h45 extern struct cdevsw linuxcdevsw;

12345678910