Searched refs:cdev (Results 326 - 350 of 451) sorted by relevance

<<111213141516171819

/freebsd-13-stable/sys/dev/e1000/
H A Dif_em.h463 struct cdev *led_dev;
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h260 struct cdev *my_cdev;
/freebsd-13-stable/sys/dev/xen/gntdev/
H A Dgntdev.c996 gntdev_open(struct cdev *dev, int flag, int otyp, struct thread *td)
1021 gntdev_ioctl(struct cdev *dev, u_long cmd, caddr_t data,
1211 gntdev_mmap_single(struct cdev *cdev, vm_ooffset_t *offset, vm_size_t size, argument
/freebsd-13-stable/sys/geom/
H A Dgeom_vfs.c104 struct cdev *cdevp;
/freebsd-13-stable/sys/sys/
H A Dfbio.h130 struct cdev *fb_cdev;
/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_freebsd.c88 twa_open(struct cdev *dev, TW_INT32 flags, TW_INT32 fmt, struct thread *proc)
111 twa_close(struct cdev *dev, TW_INT32 flags, TW_INT32 fmt, struct thread *proc)
138 twa_ioctl(struct cdev *dev, u_long cmd, caddr_t buf, TW_INT32 flags, struct thread *proc)
794 if (sc->ctrl_dev != (struct cdev *)NULL)
/freebsd-13-stable/sys/dev/iwn/
H A Dif_iwnvar.h243 struct cdev *sc_cdev;
/freebsd-13-stable/sys/dev/kbd/
H A Dkbdreg.h158 struct cdev *kb_dev;
361 /* virtual keyboard cdev driver functions */
/freebsd-13-stable/sys/arm64/qoriq/
H A Dqoriq_therm.c150 qoriq_therm_get_temp(device_t dev, device_t cdev, uintptr_t id, int *val) argument
/freebsd-13-stable/sys/dev/sound/pci/
H A Demu10kx.c325 struct cdev *cdev; /* /dev/emu10k character device */ member in struct:emu_sc_info
2186 emu10kx_open(struct cdev *i_dev, int flags __unused, int mode __unused, struct thread *td __unused)
2215 emu10kx_close(struct cdev *i_dev, int flags __unused, int mode __unused, struct thread *td __unused)
2234 emu10kx_read(struct cdev *i_dev, struct uio *buf, int flag __unused)
2320 sc->cdev = make_dev(&emu10kx_cdevsw, PCMMINOR(unit), UID_ROOT, GID_WHEEL, 0640, "emu10kx%d", unit);
2321 if (sc->cdev != NULL) {
2322 sc->cdev->si_drv1 = sc;
2336 if (sc->cdev)
2337 destroy_dev(sc->cdev);
[all...]
/freebsd-13-stable/sys/amd64/sgx/
H A Dsgx.c984 sgx_ioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flags,
1025 sgx_mmap_single(struct cdev *cdev, vm_ooffset_t *offset, argument
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_enc.c279 enc_open(struct cdev *dev, int flags, int fmt, struct thread *td)
313 enc_close(struct cdev *dev, int flag, int fmt, struct thread *td)
358 enc_ioctl(struct cdev *dev, u_long cmd, caddr_t arg_addr, int flag,
H A Dscsi_sa.c211 struct cdev *ctl_dev;
212 struct cdev *r_dev;
213 struct cdev *nr_dev;
214 struct cdev *er_dev;
580 static int saextget(struct cdev *dev, struct cam_periph *periph,
588 static void sasetupdev(struct sa_softc *softc, struct cdev *dev);
589 static int samount(struct cam_periph *, int, struct cdev *);
650 saopen(struct cdev *dev, int flags, int fmt, struct thread *td)
726 saclose(struct cdev *dev, int flag, int fmt, struct thread *td)
1446 sagetparams_common(struct cdev *de
[all...]
/freebsd-13-stable/sys/powerpc/powermac/
H A Dsmu.c154 struct cdev *sc_leddev;
1426 device_t cdev; local
1444 cdev = device_add_child(smu, NULL, -1);
1445 if (cdev == NULL) {
1452 device_set_ivars(cdev, dinfo);
/freebsd-13-stable/sys/dev/amr/
H A Damr.c173 static int amr_linux_ioctl_int(struct cdev *dev, u_long cmd, caddr_t addr,
393 if( sc->amr_dev_t != (struct cdev *)NULL)
423 amr_open(struct cdev *dev, int flags, int fmt, struct thread *td)
479 amr_close(struct cdev *dev, int flags, int fmt, struct thread *td)
494 amr_rescan_drives(struct cdev *dev)
559 amr_linux_ioctl_int(struct cdev *dev, u_long cmd, caddr_t addr, int32_t flag,
748 amr_ioctl(struct cdev *dev, u_long cmd, caddr_t addr, int32_t flag, struct thread *td)
/freebsd-13-stable/sys/net/
H A Dbpf.c929 bpfopen(struct cdev *dev, int flags, int fmt, struct thread *td)
968 mtx_init(&d->bd_lock, devtoname(dev), "bpf cdev lock", MTX_DEF);
979 bpfread(struct cdev *dev, struct uio *uio, int ioflag)
1163 bpfwrite(struct cdev *dev, struct uio *uio, int ioflag)
1354 bpfioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flags,
2097 bpfpoll(struct cdev *dev, int events, struct thread *td)
2134 bpfkqfilter(struct cdev *dev, struct knote *kn)
2861 struct cdev *dev;
/freebsd-13-stable/sys/dev/ce/
H A Dif_ce.c176 struct cdev *devt;
233 static int ce_open (struct cdev *dev, int oflags, int devtype, struct thread *td);
234 static int ce_close (struct cdev *dev, int fflag, int devtype, struct thread *td);
235 static int ce_ioctl (struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td);
1191 static int ce_open (struct cdev *dev, int oflags, int devtype, struct thread *td)
1209 static int ce_close (struct cdev *dev, int fflag, int devtype, struct thread *td)
1240 static int ce_ioctl (struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td)
/freebsd-13-stable/sys/dev/cp/
H A Dif_cp.c126 struct cdev *devt;
172 static int cp_open (struct cdev *dev, int oflags, int devtype, struct thread *td);
173 static int cp_close (struct cdev *dev, int fflag, int devtype, struct thread *td);
174 static int cp_ioctl (struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td);
957 static int cp_open (struct cdev *dev, int oflags, int devtype, struct thread *td)
971 static int cp_close (struct cdev *dev, int fflag, int devtype, struct thread *td)
998 static int cp_ioctl (struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td)
/freebsd-13-stable/sys/dev/fb/
H A Dvga.c108 /* cdev driver functions */
113 vga_open(struct cdev *dev, vga_softc_t *sc, int flag, int mode, struct thread *td)
124 vga_close(struct cdev *dev, vga_softc_t *sc, int flag, int mode, struct thread *td)
130 vga_read(struct cdev *dev, vga_softc_t *sc, struct uio *uio, int flag)
136 vga_write(struct cdev *dev, vga_softc_t *sc, struct uio *uio, int flag)
142 vga_ioctl(struct cdev *dev, vga_softc_t *sc, u_long cmd, caddr_t arg, int flag,
149 vga_mmap(struct cdev *dev, vga_softc_t *sc, vm_ooffset_t offset,
/freebsd-13-stable/sys/dev/pci/
H A Dpci_user.c129 pci_open(struct cdev *dev, int oflags, int devtype, struct thread *td)
143 pci_close(struct cdev *dev, int flag, int devtype, struct thread *td)
923 pci_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td)
/freebsd-13-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c1222 static int hpt_open(struct cdev *dev, int flags, int devtype, struct thread *td)
1227 static int hpt_close(struct cdev *dev, int flags, int devtype, struct thread *td)
1232 static int hpt_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag, struct thread *td)
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_vfsops.c109 static int ext2_check_sb_compat(struct ext2fs *es, struct cdev *dev,
298 ext2_check_sb_compat(struct ext2fs *es, struct cdev *dev, int ronly)
845 struct cdev *dev = devvp->v_rdev;
/freebsd-13-stable/sys/kern/
H A Dkern_shutdown.c282 struct cdev *cdev; local
284 error = make_dev_p(MAKEDEV_CHECKNAME | MAKEDEV_WAITOK, &cdev,
/freebsd-13-stable/sys/dev/hptiop/
H A Dhptiop.h338 typedef struct cdev * ioctl_dev_t;
/freebsd-13-stable/sys/dev/siis/
H A Dsiis.h371 struct cdev *led; /* Activity led led(4) cdev. */

Completed in 204 milliseconds

<<111213141516171819