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

<<111213141516171819

/freebsd-11-stable/sys/ufs/ufs/
H A Dufsmount.h68 struct cdev *um_dev; /* device mounted */
H A Dufs_gjournal.c60 struct cdev *dev;
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dmem.c84 memrw(struct cdev *dev, struct uio *uio, int flags)
H A Dupa.c192 device_t cdev; local
363 if ((cdev = device_add_child(dev, NULL, -1)) == NULL) {
369 device_set_ivars(cdev, udi);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.h176 int ctl_ioctl_io(struct cdev *dev, u_long cmd, caddr_t addr, int flag,
/freebsd-11-stable/sys/dev/ksyms/
H A Dksyms.c91 static struct cdev *ksyms_dev;
394 ksyms_open(struct cdev *dev, int flags, int fmt __unused, struct thread *td)
450 ksyms_read(struct cdev *dev, struct uio *uio, int flags __unused)
462 ksyms_mmap_single(struct cdev *dev, vm_ooffset_t *offset, vm_size_t size,
/freebsd-11-stable/sys/dev/gpio/
H A Dgpioled_fdt.c54 struct cdev *leddev;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc_internal.h145 struct cdev *enc_dev;
H A Dscsi_sg.c105 struct cdev *dev;
433 sgopen(struct cdev *dev, int flags, int fmt, struct thread *td)
469 sgclose(struct cdev *dev, int flag, int fmt, struct thread *td)
502 sgioctl(struct cdev *dev, u_long cmd, caddr_t arg, int flag, struct thread *td)
676 sgwrite(struct cdev *dev, struct uio *uio, int ioflag)
798 sgread(struct cdev *dev, struct uio *uio, int ioflag)
/freebsd-11-stable/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-11-stable/sys/dev/tpm/
H A Dtpm20.h112 struct cdev *sc_cdev;
/freebsd-11-stable/sys/kern/
H A Dkern_shutdown.c202 struct cdev *cdev; local
204 error = make_dev_p(MAKEDEV_CHECKNAME | MAKEDEV_WAITOK, &cdev,
862 static char dumpdevname[sizeof(((struct cdev*)NULL)->si_name)];
H A Dtty_pts.c100 struct cdev *pts_cdev; /* (c) Master device node. */
538 struct cdev *dev = tp->t_dev;
784 struct cdev *dev, const char *name)
/freebsd-11-stable/sys/dev/ioat/
H A Dioat_test.c80 static struct cdev *g_ioat_cdev = NULL;
513 ioat_test_open(struct cdev *dev, int flags, int fmt, struct thread *td)
520 ioat_test_close(struct cdev *dev, int flags, int fmt, struct thread *td)
527 ioat_test_ioctl(struct cdev *dev, unsigned long cmd, caddr_t arg, int flag,
/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_ipc.h170 struct cdev *fdev;
357 struct fuse_data *fdata_alloc(struct cdev *dev, struct ucred *cred);
/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dhv_kvp.c174 struct cdev *hv_kvp_dev;
696 hv_kvp_dev_open(struct cdev *dev, int oflags, int devtype,
713 hv_kvp_dev_close(struct cdev *dev __unused, int fflag __unused, int devtype __unused,
730 hv_kvp_dev_daemon_read(struct cdev *dev, struct uio *uio, int ioflag __unused)
762 hv_kvp_dev_daemon_write(struct cdev *dev, struct uio *uio, int ioflag __unused)
823 hv_kvp_dev_daemon_poll(struct cdev *dev, int events, struct thread *td)
/freebsd-11-stable/sys/security/audit/
H A Daudit_pipe.c218 static struct cdev *audit_pipe_dev;
672 audit_pipe_open(struct cdev *dev, int oflags, int devtype, struct thread *td)
692 audit_pipe_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flag,
900 audit_pipe_read(struct cdev *dev, struct uio *uio, int flag)
983 audit_pipe_poll(struct cdev *dev, int events, struct thread *td)
1007 audit_pipe_kqfilter(struct cdev *dev, struct knote *kn)
/freebsd-11-stable/sys/dev/evdev/
H A Dcdev.c27 * $FreeBSD: stable/11/sys/dev/evdev/cdev.c 359907 2020-04-13 22:21:01Z wulf $
63 #define debugf(client, fmt, args...) printf("evdev cdev: "fmt"\n", ##args)
102 evdev_open(struct cdev *dev, int oflags, int devtype, struct thread *td)
173 evdev_read(struct cdev *dev, struct uio *uio, int ioflag)
254 evdev_write(struct cdev *dev, struct uio *uio, int ioflag)
307 evdev_poll(struct cdev *dev, int events, struct thread *td)
337 evdev_kqfilter(struct cdev *dev, struct knote *kn)
393 evdev_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag,
/freebsd-11-stable/sys/dev/cyapa/
H A Dcyapa.c152 struct cdev *devnode;
584 cyapaopen(struct cdev *dev, int oflags, int devtype, struct thread *td)
620 cyaparead(struct cdev *dev, struct uio *uio, int ioflag)
767 cyapawrite(struct cdev *dev, struct uio *uio, int ioflag)
1037 cyapakqfilter(struct cdev *dev, struct knote *kn)
1059 cyapapoll(struct cdev *dev, int events, struct thread *td)
1109 cyapaioctl(struct cdev *dev, u_long cmd, caddr_t data, int fflag, struct thread *td)
/freebsd-11-stable/sys/dev/fb/
H A Dcreator.c64 struct cdev *sc_si;
1026 creator_fb_open(struct cdev *dev, int flags, int mode, struct thread *td)
1033 creator_fb_close(struct cdev *dev, int flags, int mode, struct thread *td)
1040 creator_fb_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flags,
1050 creator_fb_mmap(struct cdev *dev, vm_ooffset_t offset, vm_paddr_t *paddr,
/freebsd-11-stable/sys/sparc64/ebus/
H A Debus.c387 device_t cdev; local
397 if ((cdev = device_add_child(dev, NULL, -1)) == NULL) {
403 device_set_ivars(cdev, edi);
/freebsd-11-stable/sys/dev/iir/
H A Diir.h611 struct cdev *sc_dev;
741 struct cdev *gdt_make_dev(struct gdt_softc *gdt);
742 void gdt_destroy_dev(struct cdev *dev);
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Discsivar.h124 struct cdev *dev;
200 struct cdev *dev;
232 int ism_fullfeature(struct cdev *dev, int flag);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h88 extern void qlnx_get_protocol_stats(void *cdev, int proto_type,
438 #define OSAL_BEFORE_PF_START(cdev, my_id) {};
439 #define OSAL_AFTER_PF_STOP(cdev, my_id) {};
/freebsd-11-stable/sys/dev/ips/
H A Dips.c73 static int ips_open(struct cdev *dev, int flags, int fmt, struct thread *td)
82 static int ips_close(struct cdev *dev, int flags, int fmt, struct thread *td)
93 static int ips_ioctl(struct cdev *dev, u_long command, caddr_t addr, int32_t flags, struct thread *td)

Completed in 218 milliseconds

<<111213141516171819