Searched refs:cdev (Results 301 - 325 of 451) sorted by relevance

<<111213141516171819

/freebsd-13-stable/sys/fs/cd9660/
H A Diso.h234 struct cdev *im_dev;
/freebsd-13-stable/sys/i386/i386/
H A Dgeode.c96 static struct cdev *led1, *led2, *led3;
/freebsd-13-stable/sys/kern/
H A Dkern_physio.c45 physio(struct cdev *dev, struct uio *uio, int ioflag)
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_def.h157 struct cdev *ioctl_dev;
H A Dql_ioctl.c49 static int ql_eioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag,
86 ql_eioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag,
/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_def.h270 struct cdev *ioctl_dev;
/freebsd-13-stable/sys/vm/
H A Dvm_object.h144 struct cdev *dev;
/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl.h160 struct cdev *ctrl_dev; /* control device */
/freebsd-13-stable/sys/dev/twe/
H A Dtwe_freebsd.c84 twe_open(struct cdev *dev, int flags, int fmt, struct thread *td)
102 twe_close(struct cdev *dev, int flags, int fmt, struct thread *td)
116 twe_ioctl_wrapper(struct cdev *dev, u_long cmd, caddr_t addr, int32_t flag, struct thread *td)
431 if (sc->twe_dev_t != (struct cdev *)NULL)
/freebsd-13-stable/sys/dev/tws/
H A Dtws.c108 * of struct cdev. We set this variable to point to our softc in our
113 tws_open(struct cdev *dev, int oflags, int devtype, struct thread *td)
123 tws_close(struct cdev *dev, int fflag, int devtype, struct thread *td)
133 tws_read(struct cdev *dev, struct uio *uio, int ioflag)
143 tws_write(struct cdev *dev, struct uio *uio, int ioflag)
/freebsd-13-stable/sys/dev/ciss/
H A Dcissvar.h189 struct cdev *ciss_dev_t; /* control device */
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dlbc.c450 device_t cdev; local
644 cdev = device_add_child(dev, NULL, -1);
645 if (cdev == NULL) {
655 device_set_ivars(cdev, di);
/freebsd-13-stable/sys/dev/cyapa/
H A Dcyapa.c159 struct cdev *devnode;
661 cyapaopen(struct cdev *dev, int oflags, int devtype, struct thread *td)
697 cyaparead(struct cdev *dev, struct uio *uio, int ioflag)
844 cyapawrite(struct cdev *dev, struct uio *uio, int ioflag)
1114 cyapakqfilter(struct cdev *dev, struct knote *kn)
1136 cyapapoll(struct cdev *dev, int events, struct thread *td)
1186 cyapaioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag, struct thread *td)
/freebsd-13-stable/sys/dev/sound/midi/
H A Dsequencer.c139 struct cdev *seqdev, *musicdev;
742 mseq_open(struct cdev *i_dev, int flags, int mode, struct thread *td)
825 mseq_close(struct cdev *i_dev, int flags, int mode, struct thread *td)
863 mseq_read(struct cdev *i_dev, struct uio *uio, int ioflag)
941 mseq_write(struct cdev *i_dev, struct uio *uio, int ioflag)
1128 mseq_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode,
1432 mseq_poll(struct cdev *i_dev, int events, struct thread *td)
/freebsd-13-stable/sys/dev/puc/
H A Dpucdata.c1291 device_t cdev, dev; local
1322 cdev = pci_find_dbsf(pci_get_domain(dev), pci_get_bus(dev),
1324 if (cdev == NULL) {
1330 cres = bus_alloc_resource_any(cdev, crtype, &i, RF_ACTIVE);
1366 bus_release_resource(cdev, crtype, rman_get_rid(cres), cres);
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c433 * Backend type disk (access via cdev switch
480 struct cdev *cdev; member in struct:xbb_dev_data
485 /** Used to hold a reference on opened cdev backend devices. */
2092 bio->bio_dev = dev_data->cdev;
2151 bio->bio_dev = dev_data->cdev;
2484 dev_relthread(xbb->backend.dev.cdev,
2487 xbb->backend.dev.cdev = NULL;
2530 struct cdev *dev;
2536 xbb->backend.dev.cdev
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c1247 qlnx_dma_free_coherent(&dev->ha->cdev, pbl[i].va, pbl[i].pa,
1286 va = qlnx_dma_alloc_coherent(&dev->ha->cdev, &pa, pbl_info->pbl_size);
1928 rc = ecore_chain_alloc(&dev->ha->cdev,
2007 ecore_chain_free(&dev->ha->cdev, &cq->pbl);
2067 ecore_chain_free(&dev->ha->cdev, &cq->pbl);
2468 ecore_chain_free(dev->cdev, &hw_srq->pbl);
2470 qlnx_dma_free_coherent(&dev->cdev,
2545 va = qlnx_dma_alloc_coherent(&dev->cdev,
2560 rc = ecore_chain_alloc(dev->cdev,
2581 qlnx_dma_free_coherent(&dev->cdev, v
3390 struct ecore_dev *cdev; local
[all...]
/freebsd-13-stable/sys/dev/isp/
H A Disp_freebsd.h242 struct cdev * cdev; member in struct:isposinfo
/freebsd-13-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c89 static int ng_h4_open (struct cdev *, struct tty *);
153 ng_h4_open(struct cdev *dev, struct tty *tp)
/freebsd-13-stable/sys/cddl/dev/profile/
H A Dprofile.c236 static struct cdev *profile_cdev;
707 profile_open(struct cdev *dev __unused, int oflags __unused, int devtype __unused, struct thread *td __unused)
/freebsd-13-stable/share/examples/drivers/
H A Dmake_pseudo_driver.sh178 struct cdev *dev;
211 ${1}ioctl (struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td)
237 ${1}open(struct cdev *dev, int oflags, int devtype, struct thread *td)
252 ${1}close(struct cdev *dev, int fflag, int devtype, struct thread *td)
267 ${1}read(struct cdev *dev, struct uio *uio, int ioflag)
285 ${1}write(struct cdev *dev, struct uio *uio, int ioflag)
302 ${1}mmap(struct cdev *dev, vm_offset_t offset, vm_paddr_t *paddr, int nprot)
324 ${1}poll(struct cdev *dev, int which, struct thread *td)
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h353 struct ecore_dev cdev; member in struct:qlnx_host
380 struct cdev *ioctl_dev;
/freebsd-13-stable/sys/dev/mly/
H A Dmlyvar.h159 struct cdev *mly_dev_t;
/freebsd-13-stable/sys/dev/nmdm/
H A Dnmdm.c159 struct cdev **dev)
/freebsd-13-stable/sys/dev/dcons/
H A Ddcons_os.c314 dg.cdev = &dcons_consdev;

Completed in 358 milliseconds

<<111213141516171819