/titanic_44/usr/src/uts/common/sys/ |
H A D | filio.h | 56 #define FIOCLEX _IO('f', 1) /* set exclusive use on fd */ 57 #define FIONCLEX _IO('f', 2) /* remove exclusive use */ 70 #define _FIOLFS _IO('f', 64) /* file system lock */ 71 #define _FIOLFSS _IO('f', 65) /* file system lock status */ 72 #define _FIOFFS _IO('f', 66) /* file system flush */ 74 #define _FIOOBSOLETE67 _IO('f', 67) /* obsolete and unsupported */ 75 #define _FIOSATIME _IO('f', 68) /* set atime */ 76 #define _FIOSDIO _IO('f', 69) /* set delayed io */ 77 #define _FIOGDIO _IO('f', 70) /* get delayed io */ 78 #define _FIOIO _IO('f', 71) /* inode open */ [all …]
|
H A D | agpgart.h | 95 #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 D | lom_io.h | 61 #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 D | ioccom.h | 65 #define _IO(x, y) (IOC_VOID|(x<<8)|y) macro
|
H A D | bpp_io.h | 64 #define BPPIOC_TESTIO _IO('b', 6)
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | stropts.h | 80 #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 D | ttold.h | 78 #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('t', 104) /* get console I/O */
|
H A D | ttycom.h | 68 #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 D | filio.h | 23 #define FIOCLEX _IO('f', 1) /* set exclusive use on fd */ 24 #define FIONCLEX _IO('f', 2) /* remove exclusive use */
|
H A D | termios.h | 229 #define TCXONC _IO('T', 6) 230 #define TCFLSH _IO('T', 7)
|
H A D | termio.h | 58 #define TCSBRK _IO('T', 5)
|
H A D | ioccom.h | 31 #define _IO(x,y) (_IOC_VOID|(x<<8)|y) macro
|
/titanic_44/usr/src/uts/common/sys/agp/ |
H A D | agptarget_io.h | 25 #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 D | agpamd64gart_io.h | 24 #define AMD64_FLUSH_GTLB _IO(AGPAMD64GARTIOC_BASE, 52) 25 #define AMD64_CONFIGURE _IO(AGPAMD64GARTIOC_BASE, 53) 26 #define AMD64_UNCONFIG _IO(AGPAMD64GARTIOC_BASE, 54)
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | cdioctl.h | 119 #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 */
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | smbfs_ioctl.h | 57 #define SMBFSIO_GETSD _IO('f', 81) 58 #define SMBFSIO_SETSD _IO('f', 82)
|
H A D | cachefs_fs.h | 1318 #define _FIOCOD _IO('f', 78) /* consistency on demand */ 1319 #define _FIOSTOPCACHE _IO('f', 86) /* stop using cache */ 1321 #define CACHEFSIO_PACK _IO('f', 81) 1322 #define CACHEFSIO_UNPACK _IO('f', 82) 1323 #define CACHEFSIO_UNPACKALL _IO('f', 83) 1324 #define CACHEFSIO_PACKINFO _IO('f', 84) 1325 #define CACHEFSIO_DCMD _IO('f', 85)
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | bpf-ipf.h | 116 #define BIOCFLUSH _IO(B,104) 117 #define BIOCPROMISC _IO(B,105) 132 #define BIOCFLUSH _IO('B',104) 133 #define BIOCPROMISC _IO('B',105)
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 229 #define TCXONC _IO('T', 6) 230 #define TCFLSH _IO('T', 7)
|
H A D | termio.h | 58 #define TCSBRK _IO('T', 5)
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | ntwdt.h | 41 #define LOMIOCDOGPAT _IO('a', 9)
|
/titanic_44/usr/src/uts/common/io/bpf/net/ |
H A D | bpf.h | 129 #define BIOCFLUSH _IO('B', 104) 130 #define BIOCPROMISC _IO('B', 105)
|
/titanic_44/usr/src/uts/sun4u/mpxu/sys/ |
H A D | lom_io.h | 52 #define TSIOCDOGPAT _IO('a', 9)
|
/titanic_44/usr/src/uts/common/sys/ib/clients/of/rdma/ |
H A D | ib_user_mad.h | 174 #define IB_USER_MAD_ENABLE_PKEY _IO(IB_IOCTL_MAGIC, 3)
|
/titanic_44/usr/src/uts/common/sys/scsi/impl/ |
H A D | usmp.h | 76 #define USMPFUNC _IO('S', 01) /* user smp function */
|