| /f-stack/freebsd/i386/include/ |
| H A D | cserial.h | 129 #define SERIAL_GETMODE _IOR ('x', 2, int) 148 #define SERIAL_GETBAUD _IOR ('x', 4, long) 155 #define SERIAL_GETLOOP _IOR ('x', 5, int) 162 #define SERIAL_GETDPLL _IOR ('x', 6, int) 168 #define SERIAL_GETNRZI _IOR ('x', 7, int) 174 #define SERIAL_GETINVCLK _IOR ('x', 8, int) 180 #define SERIAL_GETCLK _IOR ('x', 9, int) 239 #define SERIAL_GETCFG _IOR ('x', 18, char) 321 #define SERIAL_GETIRQ _IOR ('x', 31, int) 341 #define SERIAL_GETDIR _IOR ('x', 35, int) [all …]
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_ioctl.h | 57 #define AUDITPIPE_GET_QLEN _IOR(AUDITPIPE_IOBASE, 1, u_int) 58 #define AUDITPIPE_GET_QLIMIT _IOR(AUDITPIPE_IOBASE, 2, u_int) 60 #define AUDITPIPE_GET_QLIMIT_MIN _IOR(AUDITPIPE_IOBASE, 4, u_int) 61 #define AUDITPIPE_GET_QLIMIT_MAX _IOR(AUDITPIPE_IOBASE, 5, u_int) 66 #define AUDITPIPE_GET_PRESELECT_AUID _IOR(AUDITPIPE_IOBASE, 10, \ 72 #define AUDITPIPE_GET_PRESELECT_MODE _IOR(AUDITPIPE_IOBASE, 14, int) 75 #define AUDITPIPE_GET_MAXAUDITDATA _IOR(AUDITPIPE_IOBASE, 17, u_int) 80 #define AUDITPIPE_GET_INSERTS _IOR(AUDITPIPE_IOBASE, 100, u_int64_t) 81 #define AUDITPIPE_GET_READS _IOR(AUDITPIPE_IOBASE, 101, u_int64_t) 82 #define AUDITPIPE_GET_DROPS _IOR(AUDITPIPE_IOBASE, 102, u_int64_t) [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | ttycom.h | 57 #define TIOCGPTN _IOR('t', 15, int) /* Get pts number. */ 60 #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */ 65 #define TIOCGETD _IOR('t', 26, int) /* get line discipline */ 69 #define TIOCGDRAINWAIT _IOR('t', 86, int) /* get ttywait timeout */ 73 #define TIOCTIMESTAMP _IOR('t', 89, struct timeval) /* enable/get timestamp 75 #define TIOCMGDTRWAIT _IOR('t', 90, int) /* modem: get wait on close */ 84 #define TIOCGSID _IOR('t', 99, int) /* get session id */ 90 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */ 92 #define TIOCMGET _IOR('t', 106, int) /* get all modem bits */ 121 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */ [all …]
|
| H A D | disk.h | 34 #define DIOCGSECTORSIZE _IOR('d', 128, u_int) 41 #define DIOCGMEDIASIZE _IOR('d', 129, off_t) /* Get media size in bytes */ 47 #define DIOCGFWSECTORS _IOR('d', 130, u_int) /* Get firmware's sectorcount */ 54 #define DIOCGFWHEADS _IOR('d', 131, u_int) /* Get firmware's headcount */ 78 #define DIOCGIDENT _IOR('d', 137, char[DISK_IDENT_SIZE]) 99 #define DIOCGPROVIDERNAME _IOR('d', 138, char[MAXPATHLEN]) 105 #define DIOCGSTRIPESIZE _IOR('d', 139, off_t) /* Get stripe size in bytes */ 111 #define DIOCGSTRIPEOFFSET _IOR('d', 140, off_t) /* Get stripe offset in bytes */ 117 #define DIOCGPHYSPATH _IOR('d', 141, char[MAXPATHLEN])
|
| H A D | filio.h | 49 #define FIONREAD _IOR('f', 127, int) /* get # bytes to read */ 53 #define FIOGETOWN _IOR('f', 123, int) /* get owner */ 54 #define FIODTYPE _IOR('f', 122, int) /* get d_flags type part */ 55 #define FIOGETLBA _IOR('f', 121, int) /* get start blk # */ 61 #define FIONWRITE _IOR('f', 119, int) /* get # bytes (yet) to write */ 62 #define FIONSPACE _IOR('f', 118, int) /* get space in send queue */ 75 #define FIOGSHMLPGCNF _IOR('f', 101, struct shm_largepage_conf)
|
| H A D | consio.h | 56 #define KDGETMODE _IOR('K', 9, int) 80 #define GIO_ATTR _IOR('a', 0, int) 83 #define GIO_COLOR _IOR('c', 0, int) 86 #define CONS_CURRENT _IOR('c', 1, int) 89 #define CONS_GET _IOR('c', 2, int) 176 #define CONS_IDLE _IOR('c', 11, int) 239 #define GIO_VFONT _IOR('c', 71, vfnt_t) 266 #define CONS_GETVERS _IOR('c', 74, int) 321 #define VT_OPENQRY _IOR('v', 1, int) 355 #define VT_GETACTIVE _IOR('v', 7, int) [all …]
|
| H A D | soundcard.h | 320 #define SNDCTL_SEQ_GETOUTCOUNT _IOR ('Q', 4, int) 321 #define SNDCTL_SEQ_GETINCOUNT _IOR ('Q', 5, int) 326 #define SNDCTL_SEQ_NRSYNTHS _IOR ('Q',10, int) 327 #define SNDCTL_SEQ_NRMIDIS _IOR ('Q',11, int) 336 #define SNDCTL_SEQ_GETTIME _IOR ('Q',19, int) 785 #define SNDCTL_DSP_GETBLKSIZE _IOR('P', 4, int) 828 #define SNDCTL_DSP_GETCAPS _IOR ('P',15, int) 950 #define SOUND_PCM_READ_RATE _IOR ('P', 2, int) 952 #define SOUND_PCM_READ_BITS _IOR ('P', 5, int) 1115 #define MIXER_READ(dev) _IOR('M', dev, int) [all …]
|
| H A D | kbio.h | 17 #define KDGKBMODE _IOR('K', 6, int) 25 #define KDGETMODE _IOR('K', 9, int) 36 #define KDGKBSTATE _IOR('K', 19, int) 50 #define KDGKBTYPE _IOR('K', 64, int) 57 #define KDGETLED _IOR('K', 65, int) 83 #define KDGKBINFO _IOR('K', 101, keyboard_info_t) 91 #define KDGETREPEAT _IOR('K', 103, keyboard_repeat_t) 234 #define GIO_SCRNMAP _IOR('k', 2, scrmap_t) 241 #define OGIO_KEYMAP _IOR('k', 6, okeymap_t) 244 #define GIO_DEADKEYMAP _IOR('k', 8, accentmap_t)
|
| H A D | fbio.h | 107 #define FBIOGTYPE _IOR('F', 0, struct fbtype) 187 #define FBIOGINFO _IOR('F', 2, struct fbinfo) 226 #define FBIOGATTR _IOR('F', 6, struct fbgattr) 235 #define FBIOGVIDEO _IOR('F', 8, int) 276 #define FBIOGCURMAX _IOR('F', 28, struct fbcurpos) 291 #define FBIOGXINFO _IOR('F', 39, struct brd_info) 588 #define FBIO_ADAPTER _IOR('F', 100, int) 589 #define FBIO_ADPTYPE _IOR('F', 101, int) 595 #define FBIO_GETMODE _IOR('F', 105, int) 599 #define FBIO_GETWINORG _IOR('F', 107, u_int) [all …]
|
| H A D | ioctl_compat.h | 76 #define OTIOCGETD _IOR('t', 0, int) /* get line discipline */ 79 #define TIOCGETP _IOR('t', 8, struct sgttyb) /* get parameters */ 83 #define TIOCGETC _IOR('t',18, struct tchars) /* get special characters */ 132 #define TIOCGLTC _IOR('t', 116,struct ltchars) /* get special chars */ 134 #define TIOCLGET _IOR('t', 124, int) /* get local modes */
|
| H A D | joystick.h | 46 #define JOY_GETTIMEOUT _IOR('J', 2, int) /* get timeout */ 49 #define JOY_GET_X_OFFSET _IOR('J', 5, int) /* get offset on X-axis */ 50 #define JOY_GET_Y_OFFSET _IOR('J', 6, int) /* get offset on Y-axis */
|
| H A D | cfictl.h | 50 #define CFIOCGFACTORYPR _IOR('q', 1, uint64_t) /* get factory protection reg */ 51 #define CFIOCGOEMPR _IOR('q', 2, uint64_t) /* get oem protection reg */ 53 #define CFIOCGPLR _IOR('q', 4, uint32_t) /* get protection lock reg */
|
| H A D | mtio.h | 315 #define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */ 325 #define MTIOCRDSPOS _IOR('m', 5, u_int32_t) /* get logical blk addr */ 326 #define MTIOCRDHPOS _IOR('m', 6, u_int32_t) /* get hardware blk addr */ 329 #define MTIOCERRSTAT _IOR('m', 7, union mterrstat) /* get tape errors */ 337 #define MTIOCGETEOTMODEL _IOR('m', 8, u_int32_t) 339 #define MTIOCRBLIM _IOR('m', 9, struct mtrblim) /* get block limits */
|
| H A D | mouse.h | 35 #define MOUSE_GETSTATUS _IOR('M', 0, mousestatus_t) 36 #define MOUSE_GETHWINFO _IOR('M', 1, mousehw_t) 37 #define MOUSE_GETMODE _IOR('M', 2, mousemode_t) 39 #define MOUSE_GETLEVEL _IOR('M', 4, int) 48 #define MOUSE_GETHWID _IOR('M', 13, int) 51 #define MOUSE_SYN_GETHWINFO _IOR('M', 100, synapticshw_t)
|
| H A D | cdrio.h | 126 #define CDRIOCNEXTWRITEABLEADDR _IOR('c', 101, int) 135 #define CDRIOCGETBLOCKSIZE _IOR('c', 109, int) 137 #define CDRIOCGETPROGRESS _IOR('c', 111, int) 138 #define CDRIOCREADFORMATCAPS _IOR('c', 112, struct cdr_format_capacities)
|
| H A D | watchdog.h | 42 #define WDIOC_GETTIMEOUT _IOR('W', 44, int) /* get total timeout */ 43 #define WDIOC_GETTIMELEFT _IOR('W', 45, int) /* get time left */ 44 #define WDIOC_GETPRETIMEOUT _IOR('W', 46, int) /* get the pre-timeout */
|
| H A D | fdcio.h | 129 #define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */ 132 #define FD_GOPTS _IOR('F', 64, int) /* drive options, see below */ 143 #define FD_GSTAT _IOR('F', 69, struct fdc_status) 145 #define FD_GDTYPE _IOR('F', 70, enum fd_drivetype) /* obtain drive type */
|
| H A D | sockio.h | 42 #define SIOCGHIWAT _IOR('s', 1, int) /* get high watermark */ 44 #define SIOCGLOWAT _IOR('s', 3, int) /* get low watermark */ 45 #define SIOCATMARK _IOR('s', 7, int) /* at oob mark? */ 47 #define SIOCGPGRP _IOR('s', 9, int) /* get process group */
|
| H A D | spigenio.h | 51 #define SPIGENIOC_GET_CLOCK_SPEED _IOR(SPIGENIOC_BASE, 2, uint32_t) 53 #define SPIGENIOC_GET_SPI_MODE _IOR(SPIGENIOC_BASE, 4, uint32_t)
|
| /f-stack/freebsd/contrib/v4l/ |
| H A D | videodev.h | 254 #define VIDIOCGCAP _IOR('v',1,struct video_capability) /* Get capabilities */ 259 #define VIDIOCGPICT _IOR('v',6,struct video_picture) /* Get picture properties */ 262 #define VIDIOCGWIN _IOR('v',9, struct video_window) /* Get the video overlay window */ 264 #define VIDIOCGFBUF _IOR('v',11, struct video_buffer) /* Get frame buffer */ 267 #define VIDIOCGFREQ _IOR('v',14, unsigned long) /* Set tuner */ 269 #define VIDIOCGAUDIO _IOR('v',16, struct video_audio) /* Get audio info */ 273 #define VIDIOCGMBUF _IOR('v',20, struct video_mbuf) /* Memory map buffer info */ 274 #define VIDIOCGUNIT _IOR('v',21, struct video_unit) /* Get attached units */ 275 #define VIDIOCGCAPTURE _IOR('v',22, struct video_capture) /* Get subcapture */ 279 #define VIDIOCGPLAYINFO _IOR('v',26, struct video_info) /* Get current playback info from hardwar… [all …]
|
| /f-stack/tools/compat/include/net/ |
| H A D | bpf.h | 123 #define BIOCGBLEN _IOR('B', 102, u_int) 128 #define BIOCGDLT _IOR('B', 106, u_int) 129 #define BIOCGETIF _IOR('B', 107, struct ifreq) 133 #define BIOCGSTATS _IOR('B', 111, struct bpf_stat) 136 #define BIOCGRSIG _IOR('B', 114, u_int) 138 #define BIOCGHDRCMPLT _IOR('B', 116, u_int) 140 #define BIOCGDIRECTION _IOR('B', 118, u_int) 147 #define BIOCGETBUFMODE _IOR('B', 125, u_int) 149 #define BIOCGETZMAX _IOR('B', 127, size_t) 150 #define BIOCROTZBUF _IOR('B', 128, struct bpf_zbuf) [all …]
|
| /f-stack/freebsd/net/ |
| H A D | bpf.h | 124 #define BIOCGBLEN _IOR('B', 102, u_int) 129 #define BIOCGDLT _IOR('B', 106, u_int) 130 #define BIOCGETIF _IOR('B', 107, struct ifreq) 134 #define BIOCGSTATS _IOR('B', 111, struct bpf_stat) 137 #define BIOCGRSIG _IOR('B', 114, u_int) 139 #define BIOCGHDRCMPLT _IOR('B', 116, u_int) 141 #define BIOCGDIRECTION _IOR('B', 118, u_int) 148 #define BIOCGETBUFMODE _IOR('B', 125, u_int) 150 #define BIOCGETZMAX _IOR('B', 127, size_t) 151 #define BIOCROTZBUF _IOR('B', 128, struct bpf_zbuf) [all …]
|
| H A D | if_tun.h | 39 #define TUNGDEBUG _IOR('t', 89, int) 41 #define TUNGIFINFO _IOR('t', 92, struct tuninfo) 43 #define TUNGIFNAME _IOR('t', 93, struct ifreq) 47 #define TUNGIFHEAD _IOR('t', 97, int)
|
| /f-stack/dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost_kernel_tap.h | 13 #define TUNGETFEATURES _IOR('T', 207, unsigned int) 15 #define TUNGETIFF _IOR('T', 210, unsigned int) 17 #define TUNGETVNETHDRSZ _IOR('T', 215, int)
|
| /f-stack/tools/compat/include/sys/ |
| H A D | sockio.h | 42 #define SIOCGHIWAT _IOR('s', 1, int) /* get high watermark */ 44 #define SIOCGLOWAT _IOR('s', 3, int) /* get low watermark */ 45 #define SIOCATMARK _IOR('s', 7, int) /* at oob mark? */ 47 #define SIOCGPGRP _IOR('s', 9, int) /* get process group */
|