Searched refs:cdev (Results 251 - 275 of 419) sorted by relevance

<<11121314151617

/freebsd-10.1-release/sys/dev/nand/
H A Dnand.h315 struct cdev *cdev; member in struct:nand_chip
396 /* cdev creation/removal */
/freebsd-10.1-release/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, d_thread_t *td)
126 tws_close(struct cdev *dev, int fflag, int devtype, d_thread_t *td)
136 tws_read(struct cdev *dev, struct uio *uio, int ioflag)
146 tws_write(struct cdev *dev, struct uio *uio, int ioflag)
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_dev.c149 static struct cdev* usb_dev = NULL;
785 /* clear current cdev private data pointer */
865 * usb_open - cdev callback
868 usb_open(struct cdev *dev, int fflags, int devtype, struct thread *td)
933 * usb_close - cdev callback
1050 * usb_ioctl - cdev callback
1053 usb_ioctl(struct cdev *dev, u_long cmd, caddr_t addr, int fflag, struct thread* td)
1246 usb_kqfilter(struct cdev* dev, struct knote *kn)
1296 usb_poll(struct cdev* dev, int events, struct thread* td)
1401 usb_read(struct cdev *de
[all...]
/freebsd-10.1-release/sys/geom/
H A Dgeom.h237 struct cdev;
240 struct g_provider *g_dev_getprovider(struct cdev *dev);
H A Dgeom_ctl.c458 g_ctl_ioctl_ctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag, struct thread *td)
499 g_ctl_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag, struct thread *td)
/freebsd-10.1-release/sys/vm/
H A Ddevice_pager.c298 struct cdev *dev;
392 struct cdev *dev;
/freebsd-10.1-release/sys/dev/acpi_support/
H A Dacpi_hp.c139 struct cdev *hpcmi_dev_t; /* hpcmi device handle */
1067 acpi_hp_hpcmi_open(struct cdev* dev, int flags, int mode, struct thread *td)
1099 acpi_hp_hpcmi_close(struct cdev* dev, int flags, int mode, struct thread *td)
1129 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-10.1-release/sys/dev/agp/
H A Dagp.c814 agp_open(struct cdev *kdev, int oflags, int devtype, struct thread *td)
828 agp_close(struct cdev *kdev, int fflag, int devtype, struct thread *td)
851 agp_ioctl(struct cdev *kdev, u_long cmd, caddr_t data, int fflag, struct thread *td)
888 agp_mmap(struct cdev *kdev, vm_ooffset_t offset, vm_paddr_t *paddr,
/freebsd-10.1-release/sys/dev/amr/
H A Damrvar.h238 struct cdev *amr_dev_t;
/freebsd-10.1-release/sys/dev/auxio/
H A Dauxio.c108 struct cdev *sc_led_dev;
/freebsd-10.1-release/sys/dev/ciss/
H A Dcissvar.h195 struct cdev *ciss_dev_t; /* control device */
/freebsd-10.1-release/sys/dev/dcons/
H A Ddcons_crom.c188 cnselect(dcons_conf->cdev);
/freebsd-10.1-release/sys/dev/e1000/
H A Dif_em.h354 struct cdev *led_dev;
H A Dif_lem.h300 struct cdev *led_dev;
/freebsd-10.1-release/sys/dev/hifn/
H A Dhifn7751var.h188 struct cdev *sc_pkdev;
/freebsd-10.1-release/sys/dev/ipmi/
H A Dipmivars.h105 struct cdev *ipmi_cdev;
/freebsd-10.1-release/sys/dev/ips/
H A Dips.h131 struct cdev *device_file;
/freebsd-10.1-release/sys/dev/qlxge/
H A Dqls_def.h271 struct cdev *ioctl_dev;
/freebsd-10.1-release/sys/dev/twa/
H A Dtw_osl.h159 struct cdev *ctrl_dev; /* control device */
/freebsd-10.1-release/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)
427 if (sc->twe_dev_t != (struct cdev *)NULL)
/freebsd-10.1-release/sys/dev/wtap/
H A Dif_wtap.c68 wtap_node_open(struct cdev *dev, int oflags, int devtype, struct thread *p)
77 wtap_node_close(struct cdev *dev, int fflag, int devtype, struct thread *p)
85 wtap_node_write(struct cdev *dev, struct uio *uio, int ioflag)
127 wtap_node_ioctl(struct cdev *dev, u_long cmd, caddr_t data,
/freebsd-10.1-release/sys/dev/wtap/plugins/
H A Dvisibility.c204 vis_ioctl(struct cdev *sdev, u_long cmd, caddr_t data,
/freebsd-10.1-release/sys/fs/cd9660/
H A Diso.h226 struct cdev *im_dev;

Completed in 379 milliseconds

<<11121314151617