Home
last modified time | relevance | path

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

123456789

/freebsd-14.2/sys/sys/
H A Dconf.h52 struct cdevsw;
83 struct cdevsw *si_devsw;
197 struct cdevsw { struct
222 struct cdevsw *gianttrick; argument
223 SLIST_ENTRY(cdevsw) postfree_list;
263 struct cdevsw *mda_devsw;
280 void destroy_dev_drain(struct cdevsw *csw);
281 struct cdevsw *dev_refthread(struct cdev *_dev, int *_ref);
290 struct cdev *make_dev_cred(struct cdevsw *_devsw, int _unit,
294 struct cdevsw *_devsw, int _unit,
[all …]
/freebsd-14.2/sys/kern/
H A Dkern_conf.c88 struct cdevsw *csw; in dev_unlock_and_free()
179 struct cdevsw *
182 struct cdevsw *csw; in dev_refthread()
205 struct cdevsw *
208 struct cdevsw *csw; in devvn_refthread()
350 struct cdevsw *dsw; in giant_open()
366 struct cdevsw *dsw; in giant_fdopen()
382 struct cdevsw *dsw; in giant_close()
398 struct cdevsw *dsw; in giant_strategy()
417 struct cdevsw *dsw; in giant_ioctl()
[all …]
H A Dtty_tty.c43 static struct cdevsw ctty_cdevsw = {
/freebsd-14.2/sys/dev/null/
H A Dnull.c58 static struct cdevsw full_cdevsw = {
66 static struct cdevsw null_cdevsw = {
74 static struct cdevsw zero_cdevsw = {
/freebsd-14.2/sys/dev/pty/
H A Dpty.c85 static struct cdevsw ptydev_cdevsw = {
136 static struct cdevsw ptmx_cdevsw = {
/freebsd-14.2/sys/net/
H A Dif_tuntap.c271 struct cdevsw cdevsw; member
281 .cdevsw = {
298 .cdevsw = {
315 .cdevsw = {
432 if (strcmp(name, drv->cdevsw.d_name) == 0) { in tuntap_name2info()
545 snprintf(name, IFNAMSIZ, "%s%d", drv->cdevsw.d_name, unit); in tun_clone_create()
608 i = clone_create(&drv->clones, &drv->cdevsw, &u, dev, 0); in tunclone()
691 drvc->cloner = ifc_attach_cloner(drv->cdevsw.d_name, &req); in vnet_tun_init()
752 if (strcmp(ifp->if_dname, drv->cdevsw.d_name) == 0) in tuntap_driver_from_ifnet()
824 args.mda_devsw = &drv->cdevsw; in tun_create_device()
[all …]
/freebsd-14.2/sys/dev/sound/pcm/
H A Ddsp.h34 extern struct cdevsw dsp_cdevsw;
/freebsd-14.2/sys/vm/
H A Dvm_extern.h47 struct cdevsw;
109 int *, struct cdev *, struct cdevsw *, vm_ooffset_t *, vm_object_t *);
/freebsd-14.2/sys/dev/vt/
H A Dvt_consolectl.c41 static struct cdevsw consolectl_cdevsw = {
/freebsd-14.2/share/examples/kld/cdev/module/
H A Dcdevmod.c78 static struct cdevsw my_devsw = {
/freebsd-14.2/sys/dev/qlxge/
H A Dqls_ioctl.c46 static struct cdevsw qla_cdevsw = {
/freebsd-14.2/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcio.c43 static struct cdevsw vcio_devsw = {
/freebsd-14.2/sys/fs/fuse/
H A Dfuse_main.c95 extern struct cdevsw fuse_cdevsw;
/freebsd-14.2/sys/dev/xen/xenstore/
H A Dxenstored_dev.c54 static struct cdevsw xsd_dev_cdevsw = {
/freebsd-14.2/sys/dev/wtap/
H A Dif_wtap_module.c98 static struct cdevsw wtap_cdevsw = {
/freebsd-14.2/sys/fs/devfs/
H A Ddevfs_vnops.c116 devfs_fp_check(struct file *fp, struct cdev **devp, struct cdevsw **dswp, in devfs_fp_check()
538 struct cdevsw *dsw; in devfs_allocv()
687 struct cdevsw *dsw; in devfs_close()
916 struct cdevsw *dsw; in devfs_ioctl()
995 struct cdevsw *dsw; in devfs_kqfilter_f()
1259 struct cdevsw *dsw; in devfs_open()
1383 struct cdevsw *dsw; in devfs_poll_f()
1417 struct cdevsw *dsw; in devfs_read_f()
1923 struct cdevsw *dsw; in devfs_write_f()
1960 struct cdevsw *dsw; in devfs_mmap_f()
/freebsd-14.2/sys/dev/dpaa2/
H A Ddpaa2_console.c141 static struct cdevsw dpaa2_mc_cons_cdevsw = {
150 static struct cdevsw dpaa2_aiop_cons_cdevsw = {
331 size_t offset, uint32_t magic, struct cdevsw *devsw, in dpaa2_cons_create_dev()
/freebsd-14.2/sys/dev/usb/
H A Dusb_dev.h151 extern struct cdevsw usb_devsw;
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dcdev.h44 extern struct cdevsw linuxcdevsw;
/freebsd-14.2/sys/cddl/dev/
H A Dprototype.c25 static struct cdevsw prototype_cdevsw = {
/freebsd-14.2/sys/dev/beri/
H A Dberi_mem.c117 static struct cdevsw mem_cdevsw = {
/freebsd-14.2/sys/dev/mem/
H A Dmemdev.c62 static struct cdevsw mem_cdevsw = {
/freebsd-14.2/sys/dev/qlxgb/
H A Dqla_ioctl.c44 static struct cdevsw qla_cdevsw = {
/freebsd-14.2/sys/security/audit/
H A Daudit_trigger.c151 static struct cdevsw audit_cdevsw = {
/freebsd-14.2/sys/dev/nvram/
H A Dnvram.c70 static struct cdevsw nvram_cdevsw = {

123456789