Searched refs:_IOW (Results 1 - 25 of 130) sorted by relevance

123456

/freebsd-9.3-release/sys/dev/smbus/
H A Dsmb.h57 #define SMB_QUICK_WRITE _IOW('i', 1, struct smbcmd)
58 #define SMB_QUICK_READ _IOW('i', 2, struct smbcmd)
59 #define SMB_SENDB _IOW('i', 3, struct smbcmd)
61 #define SMB_WRITEB _IOW('i', 5, struct smbcmd)
62 #define SMB_WRITEW _IOW('i', 6, struct smbcmd)
63 #define SMB_READB _IOW('i', 7, struct smbcmd)
64 #define SMB_READW _IOW('i', 8, struct smbcmd)
65 #define SMB_PCALL _IOW('i', 9, struct smbcmd)
66 #define SMB_BWRITE _IOW('i', 10, struct smbcmd)
67 #define SMB_OLD_BREAD _IOW('
[all...]
/freebsd-9.3-release/sys/net/
H A Dif_tun.h38 #define TUNSDEBUG _IOW('t', 90, int)
40 #define TUNSIFINFO _IOW('t', 91, struct tuninfo)
42 #define TUNSLMODE _IOW('t', 93, int)
43 #define TUNSIFMODE _IOW('t', 94, int)
45 #define TUNSIFHEAD _IOW('t', 96, int)
/freebsd-9.3-release/sys/sys/
H A Dsockio.h39 #define SIOCSHIWAT _IOW('s', 0, int) /* set high watermark */
41 #define SIOCSLOWAT _IOW('s', 2, int) /* set low watermark */
44 #define SIOCSPGRP _IOW('s', 8, int) /* set process group */
47 #define SIOCADDRT _IOW('r', 10, struct ortentry) /* add route */
48 #define SIOCDELRT _IOW('r', 11, struct ortentry) /* delete route */
52 #define SIOCSIFADDR _IOW('i', 12, struct ifreq) /* set ifnet address */
55 #define SIOCSIFDSTADDR _IOW('i', 14, struct ifreq) /* set p-p address */
58 #define SIOCSIFFLAGS _IOW('i', 16, struct ifreq) /* set ifnet flags */
62 #define SIOCSIFBRDADDR _IOW('i', 19, struct ifreq) /* set broadcast addr */
67 #define SIOCSIFNETMASK _IOW('
[all...]
H A Dttycom.h66 #define TIOCFLUSH _IOW('t', 16, int) /* flush buffers */
69 #define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */
70 #define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */
71 #define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */
74 #define TIOCSETD _IOW('t', 27, int) /* set line discipline */
78 #define TIOCSDRAINWAIT _IOW('t', 87, int) /* set ttywait timeout */
84 #define TIOCMSDTRWAIT _IOW('t', 91, int) /* modem: set wait on close */
89 #define TIOCEXT _IOW('t', 96, int) /* pty: external processing */
91 #define TIOCCONS _IOW('t', 98, int) /* become virtual console */
95 #define TIOCUCNTL _IOW('
[all...]
H A Dfilio.h47 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */
48 #define FIOASYNC _IOW('f', 125, int) /* set/clear async i/o */
49 #define FIOSETOWN _IOW('f', 124, int) /* set owner */
57 #define FIODGNAME _IOW('f', 120, struct fiodgname_arg) /* get dev. name */
H A Dptio.h35 #define PTIOCSETTIMEOUT _IOW('T', 2, int)
H A Djoystick.h43 #define JOY_SETTIMEOUT _IOW('J', 1, int) /* set timeout */
45 #define JOY_SET_X_OFFSET _IOW('J', 3, int) /* set offset on X-axis */
46 #define JOY_SET_Y_OFFSET _IOW('J', 4, int) /* set offset on Y-axis */
H A Ddigiio.h61 #define DIGIIO_DEBUG _IOW('e', 'B', int)
64 #define DIGIIO_IDENT _IOW('e', 'E', char *)
65 #define DIGIIO_SETALTPIN _IOW('e', 'F', int)
/freebsd-9.3-release/sys/dev/ppbus/
H A Dlptio.h22 #define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */
H A Dppi.h44 #define PPISDATA _IOW('P', 16, u_int8_t)
45 #define PPISSTATUS _IOW('P', 17, u_int8_t)
46 #define PPISCTRL _IOW('P', 18, u_int8_t)
47 #define PPISEPPD _IOW('P', 19, u_int8_t)
48 #define PPISECR _IOW('P', 20, u_int8_t)
49 #define PPISFIFO _IOW('P', 21, u_int8_t)
/freebsd-9.3-release/sys/dev/iicbus/
H A Diic.h59 #define I2CSTART _IOW('i', 1, struct iiccmd) /* start condition */
61 #define I2CRSTCARD _IOW('i', 3, struct iiccmd) /* reset the card */
62 #define I2CWRITE _IOW('i', 4, struct iiccmd) /* send data */
63 #define I2CREAD _IOW('i', 5, struct iiccmd) /* receive data */
64 #define I2CRDWR _IOW('i', 6, struct iic_rdwr_data) /* General read/write interface */
65 #define I2CRPTSTART _IOW('i', 7, struct iiccmd) /* repeated start */
/freebsd-9.3-release/sys/netatalk/
H A Dphase2.h33 #define SIOCPHASE1 _IOW('i', 100, struct ifreq) /* AppleTalk phase 1 */
34 #define SIOCPHASE2 _IOW('i', 101, struct ifreq) /* AppleTalk phase 2 */
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_socksys.h60 #define IBCS2_SIOCSHIWAT _IOW('S', 1, int)
62 #define IBCS2_SIOCSLOWAT _IOW('S', 3, int)
65 #define IBCS2_SIOCSPGRP _IOW('S', 6, int)
68 #define IBCS2_FIONBIO _IOW('S', 9, int)
69 #define IBCS2_FIOASYNC _IOW('S', 10, int)
70 #define IBCS2_SIOCPROTO _IOW('S', 11, struct socknewproto)
73 #define IBCS2_IF_UNITSEL _IOW('S', 14, int)
76 #define IBCS2_SIOCADDRT _IOW('R', 9, struct rtentry)
77 #define IBCS2_SIOCDELRT _IOW('R', 10, struct rtentry)
79 #define IBCS2_SIOCSIFADDR _IOW('
[all...]
/freebsd-9.3-release/sys/dev/usb/
H A Duftdiio.h67 #define UFTDIIOC_SET_BITMODE _IOW('c', 3, struct uftdi_bitmode)
69 #define UFTDIIOC_SET_ERROR_CHAR _IOW('c', 5, int) /* -1 to disable */
70 #define UFTDIIOC_SET_EVENT_CHAR _IOW('c', 6, int) /* -1 to disable */
71 #define UFTDIIOC_SET_LATENCY _IOW('c', 7, int) /* 1-255 ms */
H A Dusb_ioctl.h258 #define USB_SETDEBUG _IOW ('U', 2, int)
262 #define USB_DEVICEENUMERATE _IOW ('U', 6, int)
266 #define USB_SET_IMMED _IOW ('U', 22, int)
268 #define USB_SET_REPORT _IOW ('U', 24, struct usb_gen_descriptor)
273 #define USB_SET_CONFIG _IOW ('U', 101, int)
284 #define USB_SET_RX_SHORT_XFER _IOW ('U', 113, int)
285 #define USB_SET_RX_TIMEOUT _IOW ('U', 114, int)
288 #define USB_SET_RX_BUFFER_SIZE _IOW ('U', 118, int)
289 #define USB_SET_RX_STALL_FLAG _IOW ('U', 119, int)
290 #define USB_SET_TX_STALL_FLAG _IOW ('
[all...]
/freebsd-9.3-release/sys/dev/pbio/
H A Dpbioio.h46 #define PBIO_SETDIFF _IOW('p', 0x01, int)
47 #define PBIO_SETIPACE _IOW('p', 0x02, int)
48 #define PBIO_SETOPACE _IOW('p', 0x03, int)
/freebsd-9.3-release/sys/dev/bktr/
H A Dioctl_meteor.h76 #define METEORCAPTUR _IOW('x', 1, int) /* capture a frame */
77 #define METEORCAPFRM _IOW('x', 2, struct meteor_capframe) /* sync capture */
78 #define METEORSETGEO _IOW('x', 3, struct meteor_geomet) /* set geometry */
81 #define METEORSHUE _IOW('x', 6, signed char) /* set hue */
83 #define METEORSFMT _IOW('x', 7, unsigned long) /* set format */
85 #define METEORSINPUT _IOW('x', 8, unsigned long) /* set input dev */
87 #define METEORSCHCV _IOW('x', 9, unsigned char) /* set uv gain */
89 #define METEORSCOUNT _IOW('x',10, struct meteor_counts)
91 #define METEORSFPS _IOW('x',11, unsigned short) /* set fps */
93 #define METEORSSIGNAL _IOW('
[all...]
H A Dioctl_bt848.h102 #define TVTUNER_SETCHNL _IOW('x', 32, unsigned int) /* set channel */
104 #define TVTUNER_SETTYPE _IOW('x', 33, unsigned int) /* set tuner type */
107 #define TVTUNER_SETFREQ _IOW('x', 35, unsigned int) /* set frequency */
111 #define BT848_SHUE _IOW('x', 37, int) /* set hue */
113 #define BT848_SBRIG _IOW('x', 38, int) /* set brightness */
115 #define BT848_SCSAT _IOW('x', 39, int) /* set chroma sat */
117 #define BT848_SCONT _IOW('x', 40, int) /* set contrast */
119 #define BT848_SVSAT _IOW('x', 41, int) /* set chroma V sat */
121 #define BT848_SUSAT _IOW('x', 42, int) /* set chroma U sat */
128 #define BT848_SAUDIO _IOW('
[all...]
/freebsd-9.3-release/sys/netncp/
H A Dncpio.h58 #define NCPIOC_CONNECT _IOW('N', 100, struct ncpioc_connect)
59 #define NCPIOC_REQUEST _IOW('N', 101, struct ncpioc_request)
60 #define NCPIOC_CONNSCAN _IOW('N', 102, struct ncpioc_connscan)
/freebsd-9.3-release/sys/dev/speaker/
H A Dspeaker.h15 #define SPKRTONE _IOW('S', 1, tone_t) /* emit tone */
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_io.h55 #define CODARESIZE _IOW('c', 1, struct coda_resize)
H A Dcoda_pioctl.h58 #define _VICEIOCTL(id) ((unsigned int )_IOW('V', id, struct ViceIoctl))
/freebsd-9.3-release/sys/i386/include/
H A Dcserial.h124 #define SERIAL_SETPROTO _IOW ('x', 1, char [8])
130 #define SERIAL_SETMODE _IOW ('x', 2, int)
149 #define SERIAL_SETBAUD _IOW ('x', 4, long)
156 #define SERIAL_SETLOOP _IOW ('x', 5, int)
163 #define SERIAL_SETDPLL _IOW ('x', 6, int)
169 #define SERIAL_SETNRZI _IOW ('x', 7, int)
175 #define SERIAL_SETINVCLK _IOW ('x', 8, int)
181 #define SERIAL_SETCLK _IOW ('x', 9, int)
195 #define SERIAL_SETTIMESLOTS _IOW ('x', 10, long)
201 #define SERIAL_SETSUBCHAN _IOW ('
[all...]
/freebsd-9.3-release/sys/arm/at91/
H A Dat91_twiio.h54 #define TWIIOCXFER _IOW('x', 1, struct at91_twi_io)
58 #define TWIIOCSETCLOCK _IOW('x', 2, struct at91_twi_clock)
/freebsd-9.3-release/sys/dev/twe/
H A Dtweio.h89 #define TWEIO_SET_PARAM _IOW ('T', 104, struct twe_paramcommand)
90 #define TWEIO_GET_PARAM _IOW ('T', 105, struct twe_paramcommand)
104 #define TWEIO_ADD_UNIT _IOW ('U', 107, int)
105 #define TWEIO_DEL_UNIT _IOW ('U', 108, int)

Completed in 186 milliseconds

123456