Searched refs:cdev (Results 351 - 375 of 451) sorted by relevance

<<111213141516171819

/freebsd-13-stable/sys/cam/ctl/
H A Dctl_private.h438 struct cdev *dev;
H A Dctl_backend_block.c264 static int ctl_be_block_ioctl(struct cdev *dev, u_long cmd, caddr_t addr,
874 struct cdev *dev;
977 struct cdev *dev;
1024 struct cdev *dev;
1069 struct cdev *dev;
1146 struct cdev *dev;
1220 struct cdev *dev;
1767 ctl_be_block_ioctl(struct cdev *dev, u_long cmd, caddr_t addr,
1912 struct cdev *dev;
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_ch.c150 struct cdev *dev;
461 chopen(struct cdev *dev, int flags, int fmt, struct thread *td)
507 chclose(struct cdev *dev, int flag, int fmt, struct thread *td)
748 chioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flag, struct thread *td)
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace_impl.h1135 struct cdev *dts_dev; /* device */
/freebsd-13-stable/sys/compat/linux/
H A Dlinux.c133 static struct cdev *dev_shm_cdev;
/freebsd-13-stable/sys/kern/
H A Dsubr_bus.c427 static struct cdev *devctl_dev;
462 devopen(struct cdev *dev, int oflags, int devtype, struct thread *td)
476 devclose(struct cdev *dev, int fflag, int devtype, struct thread *td)
497 devread(struct cdev *dev, struct uio *uio, int ioflag)
527 devioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag, struct thread *td)
559 devpoll(struct cdev *dev, int events, struct thread *td)
576 devkqfilter(struct cdev *dev, struct knote *kn)
5688 devctl2_ioctl(struct cdev *cdev, u_long cmd, caddr_t data, int fflag, argument
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt.h741 struct cdev *cdev; member in struct:mpt_softc
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas.c96 mrsas_get_softc_instance(struct cdev *dev,
239 * struct cdev. We set this variable to point to our softc in our attach
243 mrsas_open(struct cdev *dev, int oflags, int devtype, struct thread *td)
252 mrsas_close(struct cdev *dev, int fflag, int devtype, struct thread *td)
261 mrsas_read(struct cdev *dev, struct uio *uio, int ioflag)
269 mrsas_write(struct cdev *dev, struct uio *uio, int ioflag)
978 * we will defer the cdev creation, AEN setup on ICH callback
1439 * do not provide host_no. Use cdev->si_drv1 to get softc instance for those
1445 mrsas_get_softc_instance(struct cdev *dev, u_long cmd, caddr_t arg)
1476 mrsas_ioctl(struct cdev *de
[all...]
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_vf.c540 rc = make_dev_s(&mda, &sc->cdev, "%s", device_get_nameunit(dev));
795 t4vf_ioctl(struct cdev *dev, unsigned long cmd, caddr_t data, int fflag,
/freebsd-13-stable/sys/geom/gate/
H A Dg_gate.c79 static struct cdev *status_dev;
736 g_gate_ioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flags, struct thread *td)
/freebsd-13-stable/sys/security/mac/
H A Dmac_framework.h59 struct cdev;
134 struct cdev *dev, struct devfs_dirent *de);
/freebsd-13-stable/sys/dev/superio/
H A Dsuperio.c87 struct cdev *chardev;
972 superio_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flags,
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_defines.h979 struct cdev *cdev; member in struct:OS_SPECIFIC
/freebsd-13-stable/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c32 dtrace_ioctl_helper(struct cdev *dev, u_long cmd, caddr_t addr, int flags,
96 dtrace_ioctl(struct cdev *dev, u_long cmd, caddr_t addr,
/freebsd-13-stable/sys/cddl/dev/fbt/
H A Dfbt.c111 static struct cdev *fbt_cdev;
1181 fbt_open(struct cdev *dev __unused, int oflags __unused, int devtype __unused, struct thread *td __unused)
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_user.c223 mpr_open(struct cdev *dev, int flags, int fmt, struct thread *td)
230 mpr_close(struct cdev *dev, int flags, int fmt, struct thread *td)
2248 mpr_ioctl(struct cdev *dev, u_long cmd, void *arg, int flag,
2467 mpr_ioctl32(struct cdev *dev, u_long cmd32, void *_arg, int flag,
2597 mpr_ioctl_devsw(struct cdev *dev, u_long com, caddr_t arg, int flag,
/freebsd-13-stable/sys/dev/mps/
H A Dmps_user.c209 mps_open(struct cdev *dev, int flags, int fmt, struct thread *td)
216 mps_close(struct cdev *dev, int flags, int fmt, struct thread *td)
2150 mps_ioctl(struct cdev *dev, u_long cmd, void *arg, int flag,
2368 mps_ioctl32(struct cdev *dev, u_long cmd32, void *_arg, int flag,
2498 mps_ioctl_devsw(struct cdev *dev, u_long com, caddr_t arg, int flag,
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c153 static struct cdev * vchiq_cdev;
425 vchiq_ioctl(struct cdev *cdev, u_long cmd, caddr_t arg, int fflag, argument
1172 vchiq_open(struct cdev *dev, int flags, int fmt __unused, struct thread *td)
1226 vchiq_close(struct cdev *dev, int flags __unused, int fmt __unused,
/freebsd-13-stable/sys/dev/usb/
H A Dusb_device.c631 * Free all cdev's, if any.
1877 make_dev_alias(udev->ctrl_dev->cdev, "%s", udev->ugen_name);
2130 if (make_dev_s(&args, &pd->cdev, "%s", devname) != 0) {
2148 destroy_dev(pd->cdev);
2171 delist_dev(pd->cdev);
2191 KASSERT(LIST_FIRST(&udev->pd_list) == NULL, ("stale cdev entries"));
2250 KASSERT(pd->cdev->si_drv1 == pd, ("privdata corrupt"));
2342 KASSERT(LIST_FIRST(&udev->pd_list) == NULL, ("leaked cdev entries"));
2689 "cdev=%s "
2737 "cdev
[all...]
/freebsd-13-stable/sys/dev/isp/
H A Disp_freebsd.c260 isp->isp_osinfo.cdev = make_dev(&isp_cdevsw, du, UID_ROOT, GID_OPERATOR, 0600, "%s", nu);
261 if (isp->isp_osinfo.cdev) {
262 isp->isp_osinfo.cdev->si_drv1 = isp;
282 if (isp->isp_osinfo.cdev) {
283 destroy_dev(isp->isp_osinfo.cdev);
284 isp->isp_osinfo.cdev = NULL;
365 ispioctl(struct cdev *dev, u_long c, caddr_t addr, int flags, struct thread *td)
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi.c113 static int mfi_linux_ioctl_int(struct cdev *, u_long, caddr_t, int, struct thread *);
372 struct cdev *dev_t;
2692 mfi_open(struct cdev *dev, int flags, int fmt, struct thread *td)
2712 mfi_close(struct cdev *dev, int flags, int fmt, struct thread *td)
3090 mfi_ioctl(struct cdev *dev, u_long cmd, caddr_t arg, int flag, struct thread *td)
3467 mfi_linux_ioctl_int(struct cdev *dev, u_long cmd, caddr_t arg, int flag, struct thread *td)
3666 mfi_poll(struct cdev *dev, int poll_events, struct thread *td)
/freebsd-13-stable/sys/dev/mmc/
H A Dmmcsd.c145 struct cdev *rpmb_dev;
184 /* RMPB cdev interface */
185 static int mmcsd_ioctl_rpmb(struct cdev *dev, u_long cmd, caddr_t data,
820 mmcsd_ioctl_rpmb(struct cdev *dev, u_long cmd, caddr_t data,
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c1393 static int hpt_open(struct cdev *dev, int flags, int devtype, struct thread *td)
1398 static int hpt_close(struct cdev *dev, int flags, int devtype, struct thread *td)
1403 static int hpt_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag, struct thread *td)
/freebsd-13-stable/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c1575 static int hpt_open(struct cdev *dev, int flags, int devtype, struct thread *td)
1580 static int hpt_close(struct cdev *dev, int flags, int devtype, struct thread *td)
1585 static int hpt_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag, struct thread *td)
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c169 static struct cdev *fasttrap_cdev;
2232 fasttrap_open(struct cdev *dev __unused, int oflags __unused,
2240 fasttrap_ioctl(struct cdev *dev, u_long cmd, caddr_t arg, int fflag,

Completed in 406 milliseconds

<<111213141516171819