Home
last modified time | relevance | path

Searched refs:_IO (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dfilio.h71 #define _FIOLFS _IO('f', 64) /* file system lock */
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('f', 71) /* inode open */
88 #define _FIODIRECTIO _IO('f', 76) /* directio */
89 #define _FIOTUNE _IO('f', 77) /* tuning */
108 #define _FIOGETSUPERBLOCK _IO('f', 91)
113 #define _FIOGETMAXPHYS _IO('f', 92)
125 #define _FIOSNAPSHOTCREATE_MULTI _IO('f', 96)
[all …]
H A Dlom_io.h59 #define TSIOCDOGPAT _IO('a', 9)
60 #define TSIOCUNLOCK _IO('a', 10)
78 #define TSIOCDUMP _IO('a', 11)
171 #define LOMIOCCLEARLOG _IO('a', 26)
622 #define LOMPIOCRESON _IO('p', 1)
623 #define LOMPIOCRESOFF _IO('p', 2)
624 #define LOMPIOCFVPPON _IO('p', 3)
625 #define LOMPIOCFVPPOFF _IO('p', 4)
H A Dioccom.h63 #define _IO(x, y) (IOC_VOID|(x<<8)|y) macro
H A Dbpp_io.h62 #define BPPIOC_TESTIO _IO('b', 6)
H A Dprnio.h50 #define PRNIOC_RESET _IO(PRNIOC, 98)
H A Daudioio.h256 #define AUDIO_DRAIN _IO('A', 3)
H A Dsockio.h126 #define SIOCXPROTO _IO('s', 55) /* empty proto table */
H A Dvideodev2.h1345 #define VIDIOC_RESERVED _IO('V', 1)
1401 #define VIDIOC_LOG_STATUS _IO('V', 70)
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsmbfs_ioctl.h55 #define SMBFSIO_GETSD _IO('f', 81)
56 #define SMBFSIO_SETSD _IO('f', 82)
/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/io/bpf/net/
H A Dbpf.h129 #define BIOCFLUSH _IO('B', 104)
130 #define BIOCPROMISC _IO('B', 105)
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dntwdt.h41 #define LOMIOCDOGPAT _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/sun4u/mpxu/sys/
H A Dlom_io.h52 #define TSIOCDOGPAT _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/common/sys/scsi/impl/
H A Dusmp.h74 #define USMPFUNC _IO('S', 01) /* user smp function */
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h776 #define UFSRESUME _IO('U', 2)
/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Ddevice.c73 # define BLKGETSIZE _IO(0x12,96) /* return device size */
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c57 # define BLKFLSBUF _IO (0x12,97) /* flush buffer cache */
/illumos-gate/usr/src/uts/common/io/
H A Dtty_pts.c856 if ((cmd & ~0xff) == _IO('u', 0)) { in ptslioctl()
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h54 #define NVME_RESET_CONTROLLER _IO('n', 1)
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3759 [!BLKGETSIZE] (BLKGETSIZE): Defined as _IO(0x12,96).