Searched refs:_IOR (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-9.3-release/sys/sys/
H A Dksyms.h34 #define KIOCGSIZE _IOR('l', 1, size_t)
35 #define KIOCGADDR _IOR('l', 2, void *)
H A Ddisk.h28 #define DIOCGSECTORSIZE _IOR('d', 128, u_int)
35 #define DIOCGMEDIASIZE _IOR('d', 129, off_t) /* Get media size in bytes */
41 #define DIOCGFWSECTORS _IOR('d', 130, u_int) /* Get firmware's sectorcount */
48 #define DIOCGFWHEADS _IOR('d', 131, u_int) /* Get firmware's headcount */
61 #define DIOCGFRONTSTUFF _IOR('d', 134, off_t)
80 #define DIOCGIDENT _IOR('d', 137, char[DISK_IDENT_SIZE])
101 #define DIOCGPROVIDERNAME _IOR('d', 138, char[MAXPATHLEN])
107 #define DIOCGSTRIPESIZE _IOR('d', 139, off_t) /* Get stripe size in bytes */
113 #define DIOCGSTRIPEOFFSET _IOR('d', 140, off_t) /* Get stripe offset in bytes */
119 #define DIOCGPHYSPATH _IOR('
[all...]
H A Ddataacq.h15 #define AD_MICRO_PERIOD_GET _IOR('A', 2, long)
31 #define AD_NGAINS_GET _IOR('A', 3, int)
32 #define AD_NCHANS_GET _IOR('A', 4, int)
H A Dfilio.h46 #define FIONREAD _IOR('f', 127, int) /* get # bytes to read */
50 #define FIOGETOWN _IOR('f', 123, int) /* get owner */
51 #define FIODTYPE _IOR('f', 122, int) /* get d_flags type part */
52 #define FIOGETLBA _IOR('f', 121, int) /* get start blk # */
58 #define FIONWRITE _IOR('f', 119, int) /* get # bytes (yet) to write */
59 #define FIONSPACE _IOR('f', 118, int) /* get space in send queue */
H A Dptio.h34 #define PTIOCGETTIMEOUT _IOR('T', 1, int)
H A Dcfictl.h48 #define CFIOCGFACTORYPR _IOR('q', 1, uint64_t) /* get factory protection reg */
49 #define CFIOCGOEMPR _IOR('q', 2, uint64_t) /* get oem protection reg */
51 #define CFIOCGPLR _IOR('q', 4, uint32_t) /* get protection lock reg */
H A Djoystick.h44 #define JOY_GETTIMEOUT _IOR('J', 2, int) /* get timeout */
47 #define JOY_GET_X_OFFSET _IOR('J', 5, int) /* get offset on X-axis */
48 #define JOY_GET_Y_OFFSET _IOR('J', 6, int) /* get offset on Y-axis */
H A Dttycom.h65 #define TIOCGPTN _IOR('t', 15, int) /* Get pts number. */
68 #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */
73 #define TIOCGETD _IOR('t', 26, int) /* get line discipline */
77 #define TIOCGDRAINWAIT _IOR('t', 86, int) /* get ttywait timeout */
81 #define TIOCTIMESTAMP _IOR('t', 89, struct timeval) /* enable/get timestamp
83 #define TIOCMGDTRWAIT _IOR('t', 90, int) /* modem: get wait on close */
92 #define TIOCGSID _IOR('t', 99, int) /* get session id */
98 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
100 #define TIOCMGET _IOR('t', 106, int) /* get all modem bits */
129 #define TIOCOUTQ _IOR('
[all...]
H A Dpioctl.h56 # define PIOCWAIT _IOR('p', 4, struct procfs_status)
59 # define PIOCSTATUS _IOR('p', 6, struct procfs_status)
60 # define PIOCGFL _IOR('p', 7, unsigned int) /* Get flags */
H A Dsnoop.h32 #define SNPGTTY _IOR('T', 89, dev_t)
H A Ddigiio.h63 #define DIGIIO_MODEL _IOR('e', 'D', enum digi_model)
66 #define DIGIIO_GETALTPIN _IOR('e', 'G', int)
/freebsd-9.3-release/sys/dev/ppbus/
H A Dppi.h37 #define PPIGDATA _IOR('P', 10, u_int8_t)
38 #define PPIGSTATUS _IOR('P', 11, u_int8_t)
39 #define PPIGCTRL _IOR('P', 12, u_int8_t)
40 #define PPIGEPPD _IOR('P', 13, u_int8_t)
41 #define PPIGECR _IOR('P', 14, u_int8_t)
42 #define PPIGFIFO _IOR('P', 15, u_int8_t)
51 #define PPIGEPPA _IOR('P', 22, u_int8_t)
52 #define PPISEPPA _IOR('P', 23, u_int8_t)
/freebsd-9.3-release/contrib/ntp/kernel/sys/
H A Dppsclock.h48 #ifdef _IOR
49 #define CIOGETEV _IOR('C', 0, struct ppsclockev) /* get last pps event */
53 #endif /* _IOR */
55 #ifdef _IOR
56 #define CIOGETEV _IOR(C, 0, struct ppsclockev) /* get last pps event */
60 #endif /* _IOR */
/freebsd-9.3-release/sys/security/audit/
H A Daudit_ioctl.h55 #define AUDITPIPE_GET_QLEN _IOR(AUDITPIPE_IOBASE, 1, u_int)
56 #define AUDITPIPE_GET_QLIMIT _IOR(AUDITPIPE_IOBASE, 2, u_int)
58 #define AUDITPIPE_GET_QLIMIT_MIN _IOR(AUDITPIPE_IOBASE, 4, u_int)
59 #define AUDITPIPE_GET_QLIMIT_MAX _IOR(AUDITPIPE_IOBASE, 5, u_int)
60 #define AUDITPIPE_GET_PRESELECT_FLAGS _IOR(AUDITPIPE_IOBASE, 6, au_mask_t)
62 #define AUDITPIPE_GET_PRESELECT_NAFLAGS _IOR(AUDITPIPE_IOBASE, 8, au_mask_t)
64 #define AUDITPIPE_GET_PRESELECT_AUID _IOR(AUDITPIPE_IOBASE, 10, \
70 #define AUDITPIPE_GET_PRESELECT_MODE _IOR(AUDITPIPE_IOBASE, 14, int)
73 #define AUDITPIPE_GET_MAXAUDITDATA _IOR(AUDITPIPE_IOBASE, 17, u_int)
78 #define AUDITPIPE_GET_INSERTS _IOR(AUDITPIPE_IOBAS
[all...]
/freebsd-9.3-release/sys/dev/pbio/
H A Dpbioio.h49 #define PBIO_GETDIFF _IOR('p', 0x81, int)
50 #define PBIO_GETIPACE _IOR('p', 0x82, int)
51 #define PBIO_GETOPACE _IOR('p', 0x83, int)
/freebsd-9.3-release/sys/net/
H A Dif_tun.h39 #define TUNGDEBUG _IOR('t', 89, int)
41 #define TUNGIFINFO _IOR('t', 92, struct tuninfo)
46 #define TUNGIFHEAD _IOR('t', 97, int)
H A Dif_tap.h55 #define TAPGDEBUG _IOR('t', 89, int)
57 #define TAPGIFINFO _IOR('t', 92, struct tapinfo)
58 #define TAPGIFNAME _IOR('t', 93, struct ifreq)
/freebsd-9.3-release/sys/i386/include/
H A Dcserial.h116 #define SERIAL_GETREGISTERED _IOR ('x', 0, char[16])
123 #define SERIAL_GETPROTO _IOR ('x', 1, char [8])
129 #define SERIAL_GETMODE _IOR ('x', 2, int)
139 #define SERIAL_GETSTAT _IOR ('x', 3, struct serial_statistics)
140 #define SERIAL_GETESTAT _IOR ('x', 3, struct e1_statistics)
141 #define SERIAL_GETE3STAT _IOR ('x', 3, struct e3_statistics)
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 ('
[all...]
/freebsd-9.3-release/sys/dev/bktr/
H A Dioctl_bt848.h103 #define TVTUNER_GETCHNL _IOR('x', 32, unsigned int) /* get channel */
105 #define TVTUNER_GETTYPE _IOR('x', 33, unsigned int) /* get tuner type */
106 #define TVTUNER_GETSTATUS _IOR('x', 34, unsigned int) /* get tuner status */
108 #define TVTUNER_GETFREQ _IOR('x', 36, unsigned int) /* get frequency */
112 #define BT848_GHUE _IOR('x', 37, int) /* get hue */
114 #define BT848_GBRIG _IOR('x', 38, int) /* get brightness */
116 #define BT848_GCSAT _IOR('x', 39, int) /* get UV saturation */
118 #define BT848_GCONT _IOR('x', 40, int) /* get contrast */
120 #define BT848_GVSAT _IOR('x', 41, int) /* get V saturation */
122 #define BT848_GUSAT _IOR('
[all...]
H A Dioctl_meteor.h79 #define METEORGETGEO _IOR('x', 4, struct meteor_geomet) /* get geometry */
80 #define METEORSTATUS _IOR('x', 5, unsigned short) /* get status */
82 #define METEORGHUE _IOR('x', 6, signed char) /* get hue */
84 #define METEORGFMT _IOR('x', 7, unsigned long) /* get format */
86 #define METEORGINPUT _IOR('x', 8, unsigned long) /* get input dev */
88 #define METEORGCHCV _IOR('x', 9, unsigned char) /* get uv gain */
90 #define METEORGCOUNT _IOR('x',10, struct meteor_counts)
92 #define METEORGFPS _IOR('x',11, unsigned short) /* get fps */
94 #define METEORGSIGNAL _IOR('x', 12, unsigned int) /* get signal */
96 #define METEORGVIDEO _IOR('
[all...]
/freebsd-9.3-release/sys/dev/usb/
H A Duftdiio.h68 #define UFTDIIOC_GET_BITMODE _IOR('c', 4, struct uftdi_bitmode)
72 #define UFTDIIOC_GET_LATENCY _IOR('c', 8, int)
73 #define UFTDIIOC_GET_HWREV _IOR('c', 9, int)
H A Dusb_ioctl.h261 #define USB_DEVICESTATS _IOR ('U', 5, struct usb_device_stats)
269 #define USB_GET_REPORT_ID _IOR ('U', 25, int)
272 #define USB_GET_CONFIG _IOR ('U', 100, int)
276 #define USB_GET_DEVICE_DESC _IOR ('U', 105, struct usb_device_descriptor)
277 #define USB_GET_CONFIG_DESC _IOR ('U', 106, struct usb_config_descriptor)
278 #define USB_GET_RX_INTERFACE_DESC _IOR ('U', 107, struct usb_interface_descriptor)
279 #define USB_GET_RX_ENDPOINT_DESC _IOR ('U', 108, struct usb_endpoint_descriptor)
283 #define USB_GET_DEVICEINFO _IOR ('U', 112, struct usb_device_info)
286 #define USB_GET_RX_FRAME_SIZE _IOR ('U', 115, int)
287 #define USB_GET_RX_BUFFER_SIZE _IOR ('
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_datum.h10 #define RCR0 _IOR('X',22,unsigned int) /* Read control register */
16 #define READTIME _IOR('X',32,struct btfp_time)
/freebsd-9.3-release/sys/fs/hpfs/
H A Dhpfs_ioctl.h39 #define HPFSIOCGEANUM _IOR('H', 0, u_long) /* Get EA number */
/freebsd-9.3-release/sys/dev/mlx/
H A Dmlxio.h40 #define MLXD_STATUS _IOR ('M', 100, int)
41 #define MLXD_CHECKASYNC _IOR ('M', 101, int) /* command result returned in argument */
96 #define MLX_REBUILDSTAT _IOR ('M', 6, struct mlx_rebuild_status)

Completed in 205 milliseconds

1234