Searched defs:i_dev (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dsndstat.c132 sndstat_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
154 sndstat_close(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
174 sndstat_read(struct cdev *i_dev, struc argument
[all...]
H A Dmixer.c1036 mixer_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
1060 mixer_close(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
1193 mixer_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, argument
1230 mixer_ioctl_cmd(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, struct thread *td, int from) argument
1377 mixer_oss_mixerinfo(struct cdev *i_dev, oss_mixerinfo *mi) argument
[all...]
H A Ddsp.c444 dsp_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
695 dsp_close(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
813 dsp_io_ops(struct cdev *i_dev, struct uio *buf) argument
887 dsp_read(struct cdev *i_dev, struct uio *buf, int flag) argument
893 dsp_write(struct cdev *i_dev, struct uio *buf, int flag) argument
1062 dsp_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, struct thread *td) argument
2159 dsp_poll(struct cdev *i_dev, int events, struct thread *td) argument
2197 dsp_mmap(struct cdev *i_dev, vm_ooffset_t offset, vm_paddr_t *paddr, int nprot, vm_memattr_t *memattr) argument
2207 dsp_mmap_single(struct cdev *i_dev, vm_ooffset_t *offset, vm_size_t size, struct vm_object **object, int nprot) argument
2543 dsp_oss_audioinfo(struct cdev *i_dev, oss_audioinfo *ai) argument
[all...]
/freebsd-10.0-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_fs_i.h42 struct cdev *i_dev; member in struct:reiserfs_node
/freebsd-10.0-release/sys/ufs/ufs/
H A Dinode.h71 struct cdev *i_dev; /* Device associated with the inode. */ member in struct:inode
/freebsd-10.0-release/sys/dev/sound/midi/
H A Dmidi.c620 midi_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
679 midi_close(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
724 midi_read(struct cdev *i_dev, struct uio *uio, int ioflag) argument
802 midi_write(struct cdev *i_dev, struct uio *uio, int ioflag) argument
883 midi_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, struct thread *td) argument
890 midi_poll(struct cdev *i_dev, int events, struct thread *td) argument
929 midistat_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
959 midistat_close(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
975 midistat_read(struct cdev *i_dev, struct uio *buf, int flag) argument
[all...]
H A Dsequencer.c749 seq_open(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
832 seq_close(struct cdev *i_dev, int flags, int mode, struct thread *td) argument
870 seq_read(struct cdev *i_dev, struct uio *uio, int ioflag) argument
946 seq_write(struct cdev *i_dev, struct uio *uio, int ioflag) argument
1125 seq_ioctl(struct cdev *i_dev, u_long cmd, caddr_t arg, int mode, struct thread *td) argument
1429 seq_poll(struct cdev *i_dev, int events, struct thread *td) argument
[all...]
/freebsd-10.0-release/sys/dev/sound/pci/
H A Demu10kx.c2197 emu10kx_open(struct cdev *i_dev, int flags __unused, int mode __unused, struct thread *td __unused) argument
2226 emu10kx_close(struct cdev *i_dev, int flags __unused, int mode __unused, struct thread *td __unused) argument
2245 emu10kx_read(struct cdev *i_dev, struct uio *buf, int flag __unused) argument

Completed in 127 milliseconds