Searched refs:_IO (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dfilio.h57 #define FIOCLEX _IO('f', 1) /* set exclusive use on fd */
58 #define FIONCLEX _IO('f', 2) /* remove exclusive use */
71 #define _FIOLFS _IO('f', 64) /* file system lock */
72 #define _FIOLFSS _IO('f', 65) /* file system lock status */
73 #define _FIOFFS _IO('f', 66) /* file system flush */
75 #define _FIOOBSOLETE67 _IO('f', 67) /* obsolete and unsupported */
76 #define _FIOSATIME _IO('f', 68) /* set atime */
77 #define _FIOSDIO _IO('f', 69) /* set delayed io */
78 #define _FIOGDIO _IO('f', 70) /* get delayed io */
79 #define _FIOIO _IO('
[all...]
H A Dagpgart.h95 #define AGPIOC_ACQUIRE _IO(AGPIOC_BASE, 1)
96 #define AGPIOC_RELEASE _IO(AGPIOC_BASE, 2)
102 #define AGPIOC_IOREMAP _IO(AGPIOC_BASE, 8)
103 #define AGPIOC_IOREMAP_FREE _IO(AGPIOC_BASE, 9)
104 #define AGPIOC_READ _IO(AGPIOC_BASE, 10)
105 #define AGPIOC_WRITE _IO(AGPIOC_BASE, 11)
106 #define AGPIOC_FLUSHCHIPSET _IO(AGPIOC_BASE, 12)
109 #define AGPIOC_PAGES_REBIND _IO(AGPIOC_BASE, 15)
H A Dlom_io.h61 #define TSIOCDOGPAT _IO('a', 9)
62 #define TSIOCUNLOCK _IO('a', 10)
80 #define TSIOCDUMP _IO('a', 11)
173 #define LOMIOCCLEARLOG _IO('a', 26)
624 #define LOMPIOCRESON _IO('p', 1)
625 #define LOMPIOCRESOFF _IO('p', 2)
626 #define LOMPIOCFVPPON _IO('p', 3)
627 #define LOMPIOCFVPPOFF _IO('p', 4)
H A Dprnio.h52 #define PRNIOC_RESET _IO(PRNIOC, 98)
H A Dioccom.h65 #define _IO(x, y) (IOC_VOID|(x<<8)|y) macro
H A Dbpp_io.h64 #define BPPIOC_TESTIO _IO('b', 6)
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfilio.h23 #define FIOCLEX _IO('f', 1) /* set exclusive use on fd */
24 #define FIONCLEX _IO('f', 2) /* remove exclusive use */
H A Dstropts.h80 #define I_POP _IO('S',03)
82 #define I_FLUSH _IO('S',05)
83 #define I_SRDOPT _IO('S',06)
86 #define I_SETSIG _IO('S',011)
89 #define I_LINK _IO('S',014)
90 #define I_UNLINK _IO('S',015)
93 #define I_SENDFD _IO('S',021)
95 #define I_PLINK _IO('S',023)
96 #define I_PUNLINK _IO('S',024)
H A Dtermio.h58 #define TCSBRK _IO('T', 5)
H A Dttold.h78 #define TIOCHPCL _IO('t', 2) /* hang up on last close */
84 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */
85 #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */
156 #define TIOCSBRK _IO('t', 123) /* set break bit */
157 #define TIOCCBRK _IO('t', 122) /* clear break bit */
158 #define TIOCSDTR _IO('t', 121) /* set data terminal ready */
159 #define TIOCCDTR _IO('t', 120) /* clear data terminal ready */
162 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */
163 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */
175 #define _O_TIOCCONS _IO('
[all...]
H A Dttycom.h68 #define TIOCSCTTY _IO('t', 132) /* get a ctty */
75 #define TIOCNOTTY _IO('t', 113) /* void tty association */
109 #define TIOCCONS _IO('t', 36) /* get console I/O */
H A Dioccom.h31 #define _IO(x,y) (_IOC_VOID|(x<<8)|y) macro
/illumos-gate/usr/src/uts/common/sys/agp/
H A Dagpamd64gart_io.h24 #define AMD64_FLUSH_GTLB _IO(AGPAMD64GARTIOC_BASE, 52)
25 #define AMD64_CONFIGURE _IO(AGPAMD64GARTIOC_BASE, 53)
26 #define AMD64_UNCONFIG _IO(AGPAMD64GARTIOC_BASE, 54)
H A Dagptarget_io.h25 #define AGP_TARGET_FLUSH_GTLB _IO(AGPTARGETIOC_BASE, 35)
26 #define AGP_TARGET_CONFIGURE _IO(AGPTARGETIOC_BASE, 36)
27 #define AGP_TARGET_UNCONFIG _IO(AGPTARGETIOC_BASE, 37)
28 #define INTEL_CHIPSET_FLUSH_SETUP _IO(AGPTARGETIOC_BASE, 38)
29 #define INTEL_CHIPSET_FLUSH _IO(AGPTARGETIOC_BASE, 39)
30 #define INTEL_CHIPSET_FLUSH_FREE _IO(AGPTARGETIOC_BASE, 40)
H A Dagpmaster_io.h51 #define I8XX_UNCONFIG _IO(AGPMASTERIOC_BASE, 16)
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsmbfs_ioctl.h57 #define SMBFSIO_GETSD _IO('f', 81)
58 #define SMBFSIO_SETSD _IO('f', 82)
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dcdioctl.h119 #define CDROMPAUSE _IO('c', 10) /* Pause Audio Operation */
121 #define CDROMRESUME _IO('c', 11) /* Resume paused Audio Operation */
133 #define CDROMSTOP _IO('c', 105) /* Stop the cdrom drive */
135 #define CDROMSTART _IO('c', 106) /* Start the cdrom drive */
137 #define CDROMEJECT _IO('c', 107) /* Ejects the cdrom caddy */
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dtermio.h58 #define TCSBRK _IO('T', 5)
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dntwdt.h41 #define LOMIOCDOGPAT _IO('a', 9)
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/
H A Dib_user_mad.h174 #define IB_USER_MAD_ENABLE_PKEY _IO(IB_IOCTL_MAGIC, 3)
/illumos-gate/usr/src/uts/sun4u/mpxu/sys/
H A Dlom_io.h52 #define TSIOCDOGPAT _IO('a', 9)
/illumos-gate/usr/src/boot/sys/sys/
H A Ddisk.h70 #define DIOCGFLUSH _IO('d', 135) /* Flush write cache */
H A Dioccom.h56 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0) macro
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h116 #define BIOCFLUSH _IO(B,104)
117 #define BIOCPROMISC _IO(B,105)
132 #define BIOCFLUSH _IO('B',104)
133 #define BIOCPROMISC _IO('B',105)
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dusmp.h76 #define USMPFUNC _IO('S', 01) /* user smp function */

Completed in 125 milliseconds

12