Searched refs:cdev (Results 276 - 300 of 462) sorted by relevance

<<111213141516171819

/freebsd-11-stable/sys/dev/cpuctl/
H A Dcpuctl.c88 static struct cdev **cpuctl_devs;
154 cpuctl_ioctl(struct cdev *dev, u_long cmd, caddr_t data,
554 cpuctl_open(struct cdev *dev, int flags, int fmt __unused, struct thread *td)
/freebsd-11-stable/sys/pc98/cbus/
H A Dgdc.c70 /* cdev driver declaration */
343 /* cdev driver functions */
348 gdcopen(struct cdev *dev, int flag, int mode, struct thread *td)
362 gdcclose(struct cdev *dev, int flag, int mode, struct thread *td)
371 gdcread(struct cdev *dev, struct uio *uio, int flag)
380 gdcwrite(struct cdev *dev, struct uio *uio, int flag)
389 gdcioctl(struct cdev *dev, u_long cmd, caddr_t arg, int flag, struct thread *td)
398 gdcmmap(struct cdev *dev, vm_ooffset_t offset, vm_paddr_t *paddr,
/freebsd-11-stable/sys/dev/kbd/
H A Dkbd.c313 * cdev driver, use these functions to claim and release a keyboard for
466 * Virtual keyboard cdev driver functions
527 * Generic keyboard cdev driver functions
568 genkbdopen(struct cdev *dev, int mode, int flag, struct thread *td)
603 genkbdclose(struct cdev *dev, int mode, int flag, struct thread *td)
626 genkbdread(struct cdev *dev, struct uio *uio, int flag)
679 genkbdwrite(struct cdev *dev, struct uio *uio, int flag)
690 genkbdioctl(struct cdev *dev, u_long cmd, caddr_t arg, int flag, struct thread *td)
705 genkbdpoll(struct cdev *dev, int events, struct thread *td)
/freebsd-11-stable/sys/dev/nand/
H A Dnand.h315 struct cdev *cdev; member in struct:nand_chip
396 /* cdev creation/removal */
/freebsd-11-stable/sys/vm/
H A Ddevice_pager.c333 struct cdev *dev;
427 struct cdev *dev;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pass.c136 struct cdev *dev;
137 struct cdev *alias_dev;
702 passopen(struct cdev *dev, int flags, int fmt, struct thread *td)
759 passclose(struct cdev *dev, int flag, int fmt, struct thread *td)
1767 passioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flag, struct thread *td)
1778 passdoioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flag, struct thread *td)
2118 passpoll(struct cdev *dev, int poll_events, struct thread *td)
2143 passkqfilter(struct cdev *dev, struct knote *kn)
/freebsd-11-stable/sys/dev/tws/
H A Dtws_user.c43 int tws_ioctl(struct cdev *dev, long unsigned int cmd, caddr_t buf, int flags,
62 tws_ioctl(struct cdev *dev, u_long cmd, caddr_t buf, int flags,
H A Dtws.c111 * of struct cdev. We set this variable to point to our softc in our
116 tws_open(struct cdev *dev, int oflags, int devtype, struct thread *td)
126 tws_close(struct cdev *dev, int fflag, int devtype, struct thread *td)
136 tws_read(struct cdev *dev, struct uio *uio, int ioflag)
146 tws_write(struct cdev *dev, struct uio *uio, int ioflag)
/freebsd-11-stable/sys/geom/
H A Dgeom_ctl.c464 g_ctl_ioctl_ctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag, struct thread *td)
505 g_ctl_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag, struct thread *td)
H A Dgeom.h240 struct cdev;
243 struct g_provider *g_dev_getprovider(struct cdev *dev);
/freebsd-11-stable/sys/dev/usb/
H A Dusb_dev.c148 static struct cdev* usb_dev = NULL;
788 /* clear current cdev private data pointer */
869 * usb_open - cdev callback
872 usb_open(struct cdev *dev, int fflags, int devtype, struct thread *td)
937 * usb_close - cdev callback
1054 * usb_ioctl - cdev callback
1057 usb_ioctl(struct cdev *dev, u_long cmd, caddr_t addr, int fflag, struct thread* td)
1250 usb_kqfilter(struct cdev* dev, struct knote *kn)
1300 usb_poll(struct cdev* dev, int events, struct thread* td)
1405 usb_read(struct cdev *de
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fwdump.c384 mlx5_ctl_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag,
495 static struct cdev *mlx5_ctl_dev;
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_hp.c139 struct cdev *hpcmi_dev_t; /* hpcmi device handle */
1064 acpi_hp_hpcmi_open(struct cdev* dev, int flags, int mode, struct thread *td)
1096 acpi_hp_hpcmi_close(struct cdev* dev, int flags, int mode, struct thread *td)
1126 acpi_hp_hpcmi_read(struct cdev *dev, struct uio *buf, int flag)
H A Dacpi_wmi.c73 struct cdev *wmistat_dev_t; /* wmistat device handle */
877 acpi_wmi_wmistat_open(struct cdev* dev, int flags, int mode, struct thread *td)
909 acpi_wmi_wmistat_close(struct cdev* dev, int flags, int mode,
940 acpi_wmi_wmistat_read(struct cdev *dev, struct uio *buf, int flag)
/freebsd-11-stable/sys/dev/ciss/
H A Dcissvar.h187 struct cdev *ciss_dev_t; /* control device */
/freebsd-11-stable/sys/dev/dcons/
H A Ddcons_crom.c167 cnselect(dcons_conf->cdev);
/freebsd-11-stable/sys/dev/amr/
H A Damrvar.h238 struct cdev *amr_dev_t;
/freebsd-11-stable/sys/dev/auxio/
H A Dauxio.c108 struct cdev *sc_led_dev;
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dlbc.c449 device_t cdev; local
645 cdev = device_add_child(dev, NULL, -1);
646 if (cdev == NULL) {
656 device_set_ivars(cdev, di);
/freebsd-11-stable/sys/sparc64/sbus/
H A Dsbus.c265 device_t cdev; local
449 cdev = device_add_child_ordered(dev, (OF_child(child) == 0 &&
452 if (cdev == NULL) {
459 device_set_ivars(cdev, sdi);
/freebsd-11-stable/sys/dev/hifn/
H A Dhifn7751var.h188 struct cdev *sc_pkdev;
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmivars.h106 struct cdev *ipmi_cdev;
/freebsd-11-stable/sys/dev/ips/
H A Dips.h129 struct cdev *device_file;
/freebsd-11-stable/sys/dev/twa/
H A Dtw_osl.h159 struct cdev *ctrl_dev; /* control device */
/freebsd-11-stable/sys/dev/twe/
H A Dtwe_freebsd.c82 twe_open(struct cdev *dev, int flags, int fmt, struct thread *td)
100 twe_close(struct cdev *dev, int flags, int fmt, struct thread *td)
114 twe_ioctl_wrapper(struct cdev *dev, u_long cmd, caddr_t addr, int32_t flag, struct thread *td)
429 if (sc->twe_dev_t != (struct cdev *)NULL)

Completed in 281 milliseconds

<<111213141516171819