tag | line | file | source code |
_IOR | 8 | include/asm-alpha/socket.h | #define FIOGETOWN _IOR('f', 123, int) |
_IOR | 11 | include/asm-alpha/socket.h | #define SIOCATMARK _IOR('s', 7, int) |
_IOR | 13 | include/asm-alpha/socket.h | #define SIOCGPGRP _IOR('s', 9, pid_t) |
_IOR | 38 | include/asm-alpha/termios.h | #define FIONREAD _IOR('f', 127, int) |
_IOR | 41 | include/asm-alpha/termios.h | #define TIOCGETP _IOR('t', 8, struct sgttyb) |
_IOR | 46 | include/asm-alpha/termios.h | #define TIOCGETC _IOR('t', 18, struct tchars) |
_IOR | 47 | include/asm-alpha/termios.h | #define TCGETS _IOR('t', 19, struct termios) |
_IOR | 52 | include/asm-alpha/termios.h | #define TCGETA _IOR('t', 23, struct termio) |
_IOR | 62 | include/asm-alpha/termios.h | #define TIOCGWINSZ _IOR('t', 104, struct winsize) |
_IOR | 65 | include/asm-alpha/termios.h | #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */ |
_IOR | 67 | include/asm-alpha/termios.h | #define TIOCGLTC _IOR('t', 116, struct ltchars) |
_IOR | 70 | include/asm-alpha/termios.h | #define TIOCGPGRP _IOR('t', 119, int) |
_IOR | 187 | include/linux/ext2_fs.h | #define EXT2_IOC_GETFLAGS _IOR('f', 1, long) |
_IOR | 189 | include/linux/ext2_fs.h | #define EXT2_IOC_GETVERSION _IOR('v', 1, long) |
_IOR | 141 | include/linux/mtio.h | #define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */ |
_IOR | 142 | include/linux/mtio.h | #define MTIOCPOS _IOR('m', 3, struct mtpos) /* get tape position */ |
_IOR | 147 | include/linux/mtio.h | #define MTIOCGETCONFIG _IOR('m', 4, struct mtconfiginfo) /* get tape config */ |
_IOR | 23 | include/linux/smb_fs.h | #define SMB_IOC_GETMOUNTUID _IOR('u', 1, uid_t) |
_IOR | 110 | include/linux/soundcard.h | #define SNDCTL_SEQ_GETOUTCOUNT _IOR ('Q', 4, int) |
_IOR | 111 | include/linux/soundcard.h | #define SNDCTL_SEQ_GETINCOUNT _IOR ('Q', 5, int) |
_IOR | 116 | include/linux/soundcard.h | #define SNDCTL_SEQ_NRSYNTHS _IOR ('Q',10, int) |
_IOR | 117 | include/linux/soundcard.h | #define SNDCTL_SEQ_NRMIDIS _IOR ('Q',11, int) |
_IOR | 566 | include/linux/soundcard.h | #define SNDCTL_DSP_GETFMTS _IOR ('P',11, int) /* Returns a mask */ |
_IOR | 591 | include/linux/soundcard.h | #define SNDCTL_DSP_GETOSPACE _IOR ('P',12, audio_buf_info) |
_IOR | 592 | include/linux/soundcard.h | #define SNDCTL_DSP_GETISPACE _IOR ('P',13, audio_buf_info) |
_IOR | 595 | include/linux/soundcard.h | #define SOUND_PCM_READ_RATE _IOR ('P', 2, int) |
_IOR | 596 | include/linux/soundcard.h | #define SOUND_PCM_READ_CHANNELS _IOR ('P', 6, int) |
_IOR | 597 | include/linux/soundcard.h | #define SOUND_PCM_READ_BITS _IOR ('P', 5, int) |
_IOR | 598 | include/linux/soundcard.h | #define SOUND_PCM_READ_FILTER _IOR ('P', 7, int) |
_IOR | 653 | include/linux/soundcard.h | #define SNDCTL_COPR_RCVMSG _IOR ('C', 9, copr_msg) |
_IOR | 744 | include/linux/soundcard.h | #define MIXER_READ(dev) _IOR('M', dev, int) |