Home
last modified time | relevance | path

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

12345678910

/freebsd-13.1/sys/sys/
H A Dconf.h53 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 Dkern_conf.c89 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 Dtty_tty.c45 static struct cdevsw ctty_cdevsw = {
/freebsd-13.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.h301 struct cdevsw *cdevsw);
303 struct cdevsw *cdevsw);
/freebsd-13.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-13.1/sys/dev/pty/
H A Dpty.c87 static struct cdevsw ptydev_cdevsw = {
138 static struct cdevsw ptmx_cdevsw = {
/freebsd-13.1/sys/net/
H A Dif_tuntap.c268 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 Ddsp.h36 extern struct cdevsw dsp_cdevsw;
/freebsd-13.1/sys/vm/
H A Dvm_extern.h48 struct cdevsw;
109 int *, struct cdev *, struct cdevsw *, vm_ooffset_t *, vm_object_t *);
/freebsd-13.1/sys/dev/vt/
H A Dvt_consolectl.c43 static struct cdevsw consolectl_cdevsw = {
/freebsd-13.1/share/examples/kld/cdev/module/
H A Dcdevmod.c80 static struct cdevsw my_devsw = {
/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcio.c45 static struct cdevsw vcio_devsw = {
/freebsd-13.1/sys/dev/qlxge/
H A Dqls_ioctl.c48 static struct cdevsw qla_cdevsw = {
/freebsd-13.1/sys/dev/xen/xenstore/
H A Dxenstored_dev.c56 static struct cdevsw xsd_dev_cdevsw = {
/freebsd-13.1/sys/fs/fuse/
H A Dfuse_main.c97 extern struct cdevsw fuse_cdevsw;
/freebsd-13.1/sys/dev/wtap/
H A Dif_wtap_module.c100 static struct cdevsw wtap_cdevsw = {
/freebsd-13.1/sys/fs/devfs/
H A Ddevfs_vnops.c120 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 Dcdev.h46 extern struct cdevsw linuxcdevsw;
/freebsd-13.1/sys/dev/usb/
H A Dusb_dev.h149 extern struct cdevsw usb_devsw;
/freebsd-13.1/sys/cddl/dev/
H A Dprototype.c27 static struct cdevsw prototype_cdevsw = {
/freebsd-13.1/sys/dev/mem/
H A Dmemdev.c63 static struct cdevsw mem_cdevsw = {
/freebsd-13.1/sys/dev/beri/
H A Dberi_mem.c119 static struct cdevsw mem_cdevsw = {
/freebsd-13.1/sys/dev/nvram/
H A Dnvram.c72 static struct cdevsw nvram_cdevsw = {
/freebsd-13.1/sys/security/audit/
H A Daudit_trigger.c153 static struct cdevsw audit_cdevsw = {

12345678910