Home
last modified time | relevance | path

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

123456789

/freebsd/sys/sys/
H A Dconf.h50 struct cdevsw;
81 struct cdevsw *si_devsw;
195 struct cdevsw { struct
220 struct cdevsw *gianttrick; argument
221 SLIST_ENTRY(cdevsw) postfree_list;
261 struct cdevsw *mda_devsw;
278 void destroy_dev_drain(struct cdevsw *csw);
279 struct cdevsw *dev_refthread(struct cdev *_dev, int *_ref);
288 struct cdev *make_dev_cred(struct cdevsw *_devsw, int _unit,
292 struct cdevsw *_devsw, int _unit,
[all …]
/freebsd/sys/kern/
H A Dkern_conf.c87 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()
349 struct cdevsw *dsw; in giant_open()
365 struct cdevsw *dsw; in giant_fdopen()
381 struct cdevsw *dsw; in giant_close()
397 struct cdevsw *dsw; in giant_strategy()
416 struct cdevsw *dsw; in giant_ioctl()
[all …]
H A Dtty_tty.c42 static struct cdevsw ctty_cdevsw = {
/freebsd/sys/dev/null/
H A Dnull.c57 static struct cdevsw full_cdevsw = {
65 static struct cdevsw null_cdevsw = {
73 static struct cdevsw zero_cdevsw = {
/freebsd/sys/dev/pty/
H A Dpty.c84 static struct cdevsw ptydev_cdevsw = {
135 static struct cdevsw ptmx_cdevsw = {
/freebsd/sys/net/
H A Dif_tuntap.c271 struct cdevsw cdevsw; member
281 .cdevsw = {
298 .cdevsw = {
315 .cdevsw = {
420 if (strcmp(name, drv->cdevsw.d_name) == 0) { in tuntap_name2info()
526 snprintf(name, IFNAMSIZ, "%s%d", drv->cdevsw.d_name, unit); in tun_clone_create()
589 i = clone_create(&drv->clones, &drv->cdevsw, &u, dev, 0); in tunclone()
720 if (strcmp(ifp->if_dname, drv->cdevsw.d_name) == 0) in tuntap_driver_from_ifnet()
792 args.mda_devsw = &drv->cdevsw; in tun_create_device()
944 drv->cdevsw.d_name, dev2unit(dev)); in tuncreate()
[all …]
/freebsd/sys/dev/sound/pcm/
H A Ddsp.h34 extern struct cdevsw dsp_cdevsw;
/freebsd/sys/vm/
H A Dvm_extern.h45 struct cdevsw;
107 int *, struct cdev *, struct cdevsw *, vm_ooffset_t *, vm_object_t *);
/freebsd/sys/dev/vt/
H A Dvt_consolectl.c40 static struct cdevsw consolectl_cdevsw = {
/freebsd/share/examples/kld/cdev/module/
H A Dcdevmod.c78 static struct cdevsw my_devsw = {
/freebsd/sys/dev/qlxge/
H A Dqls_ioctl.c46 static struct cdevsw qla_cdevsw = {
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcio.c43 static struct cdevsw vcio_devsw = {
/freebsd/sys/fs/fuse/
H A Dfuse_main.c94 extern struct cdevsw fuse_cdevsw;
/freebsd/sys/dev/xen/xenstore/
H A Dxenstored_dev.c53 static struct cdevsw xsd_dev_cdevsw = {
/freebsd/sys/dev/wtap/
H A Dif_wtap_module.c98 static struct cdevsw wtap_cdevsw = {
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c114 devfs_fp_check(struct file *fp, struct cdev **devp, struct cdevsw **dswp, in devfs_fp_check()
536 struct cdevsw *dsw; in devfs_allocv()
685 struct cdevsw *dsw; in devfs_close()
914 struct cdevsw *dsw; in devfs_ioctl()
993 struct cdevsw *dsw; in devfs_kqfilter_f()
1257 struct cdevsw *dsw; in devfs_open()
1381 struct cdevsw *dsw; in devfs_poll_f()
1415 struct cdevsw *dsw; in devfs_read_f()
1921 struct cdevsw *dsw; in devfs_write_f()
1958 struct cdevsw *dsw; in devfs_mmap_f()
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_console.c140 static struct cdevsw dpaa2_mc_cons_cdevsw = {
149 static struct cdevsw dpaa2_aiop_cons_cdevsw = {
330 size_t offset, uint32_t magic, struct cdevsw *devsw, in dpaa2_cons_create_dev()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h44 extern struct cdevsw linuxcdevsw;
/freebsd/sys/dev/usb/
H A Dusb_dev.h151 extern struct cdevsw usb_devsw;
/freebsd/sys/dev/beri/
H A Dberi_mem.c116 static struct cdevsw mem_cdevsw = {
/freebsd/sys/cddl/dev/
H A Dprototype.c24 static struct cdevsw prototype_cdevsw = {
/freebsd/sys/dev/qlxgb/
H A Dqla_ioctl.c44 static struct cdevsw qla_cdevsw = {
/freebsd/sys/dev/nvram/
H A Dnvram.c70 static struct cdevsw nvram_cdevsw = {
/freebsd/sys/security/audit/
H A Daudit_trigger.c150 static struct cdevsw audit_cdevsw = {
/freebsd/sys/dev/mem/
H A Dmemdev.c61 static struct cdevsw mem_cdevsw = {

123456789