HomeSort by: relevance | last modified time | path
    Searched refs:_IO (Results 1 - 25 of 85) sorted by relevancy

1 2 3 4

  /src/sys/coda/
coda_io.h 55 #define CODASTATS _IO('c', 2) /* Collect stats */
56 #define CODAPRINT _IO('c', 3) /* Print Cache */
57 #define CODATEST _IO('c', 4) /* Print Cache */
  /src/sys/modules/examples/ping/
ping.h 6 #define CMD_PING _IO('p', 2)
  /src/sys/modules/examples/ping_block/
ping.h 6 #define CMD_PING _IO('p', 2)
  /src/sys/dev/qbus/
qdioctl.h 91 #define QD_CLRSCRN _IO('g', 4) /* clear the screen */
100 #define QD_RESET _IO('g', 13) /* set device & driver defaults */
102 #define QD_SET _IO('g', 15) /* set DUART & driver defaults */
104 #define QD_UNMAPSCROLL _IO('g', 17) /* unmap scroll param area */
106 #define QD_UNMAPCOLOR _IO('g', 19) /* unmap color map write buf */
107 #define QD_KERN_LOOP _IO('g', 20) /* detour kernel console output */
108 #define QD_KERN_UNLOOP _IO('g', 21) /* un-detour kernel console output */
  /src/sys/arch/shark/include/
beep.h 40 #define BEEP_GENERATE _IO ( 'B', 100)
41 #define BEEP_SETRATE _IO ( 'B', 101)
  /src/sys/arch/sh3/include/
wdogvar.h 10 #define SIORESETWDOG _IO('S', 0x0)
11 #define SIOSTARTWDOG _IO('S', 0x1)
12 #define SIOSTOPWDOG _IO('S', 0x2)
  /src/sys/arch/vax/include/
qdioctl.h 97 #define QD_CLRSCRN _IO('g', 4) /* clear the screen */
106 #define QD_RESET _IO('g', 13) /* set device & driver defaults */
108 #define QD_SET _IO('g', 15) /* set DUART & driver defaults */
110 #define QD_UNMAPSCROLL _IO('g', 17) /* unmap scroll param area */
112 #define QD_UNMAPCOLOR _IO('g', 19) /* unmap color map write buf */
113 #define QD_KERN_LOOP _IO('g', 20) /* detour kernel console output */
114 #define QD_KERN_UNLOOP _IO('g', 21) /* un-detour kernel console output */
  /src/sys/dev/wscons/
wsdisplay_usl_io.h 25 #define VT_RELDISP _IO('v', 4)
30 #define VT_ACTIVATE _IO('v', 5)
31 #define VT_WAITACTIVE _IO('v', 6)
50 #define KDSKBMODE _IO('K', 7) /* set keyboard mode */
54 #define KDMKTONE _IO('K', 8)
56 #define KDSETMODE _IO('K', 10)
60 #define KDENABIO _IO('K', 60) /* only allowed if euid == 0 */
61 #define KDDISABIO _IO('K', 61)
69 #define KDSETLED _IO('K', 66)
74 #define KDSETRAD _IO('K', 67
    [all...]
  /src/sys/arch/luna68k/include/
lcd.h 40 #define LCDCLS _IO('L', 1) /* Clear LCD screen */
41 #define LCDHOME _IO('L', 2) /* Move the cursor to left-upper */
46 #define LCDRESTORE _IO('L', 7) /* Restore boot-time LCD message */
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_ioctl.h 101 #define VCHIQ_IOC_CONNECT _IO(VCHIQ_IOC_MAGIC, 0)
102 #define VCHIQ_IOC_SHUTDOWN _IO(VCHIQ_IOC_MAGIC, 1)
105 #define VCHIQ_IOC_REMOVE_SERVICE _IO(VCHIQ_IOC_MAGIC, 3)
116 #define VCHIQ_IOC_GET_CLIENT_ID _IO(VCHIQ_IOC_MAGIC, 9)
119 #define VCHIQ_IOC_CLOSE_SERVICE _IO(VCHIQ_IOC_MAGIC, 11)
120 #define VCHIQ_IOC_USE_SERVICE _IO(VCHIQ_IOC_MAGIC, 12)
121 #define VCHIQ_IOC_RELEASE_SERVICE _IO(VCHIQ_IOC_MAGIC, 13)
126 #define VCHIQ_IOC_LIB_VERSION _IO(VCHIQ_IOC_MAGIC, 16)
127 #define VCHIQ_IOC_CLOSE_DELIVERED _IO(VCHIQ_IOC_MAGIC, 17)
  /src/sys/arch/macppc/include/
grfioctl.h 67 #define GRFIOCON _IO('G', 1) /* turn graphics on */
68 #define GRFIOCOFF _IO('G', 2) /* turn graphics off */
  /src/sys/arch/ofppc/include/
grfioctl.h 67 #define GRFIOCON _IO('G', 1) /* turn graphics on */
68 #define GRFIOCOFF _IO('G', 2) /* turn graphics off */
  /src/sys/arch/x68k/include/
grfioctl.h 69 #define GRFIOCON _IO('G', 1) /* turn graphics on */
70 #define GRFIOCOFF _IO('G', 2) /* turn graphics off */
  /src/sys/dev/scsipi/
ses.h 29 #define SESIOC_GETNOBJ _IO(SESIOC, 1)
30 #define SESIOC_GETOBJMAP _IO(SESIOC, 2)
31 #define SESIOC_GETENCSTAT _IO(SESIOC, 3)
32 #define SESIOC_SETENCSTAT _IO(SESIOC, 4)
33 #define SESIOC_GETOBJSTAT _IO(SESIOC, 5)
34 #define SESIOC_SETOBJSTAT _IO(SESIOC, 6)
35 #define SESIOC_GETTEXT _IO(SESIOC, 7)
36 #define SESIOC_INIT _IO(SESIOC, 8)
  /src/sys/dev/raidframe/
raidframeio.h 73 #define RAIDFRAME_SHUTDOWN _IO ('r', 2) /* shutdown the driver */
82 #define RAIDFRAME_REWRITEPARITY _IO ('r', 7) /* rewrite (initialize)
84 #define RAIDFRAME_COPYBACK _IO ('r', 8) /* copy reconstructed
93 #define RAIDFRAME_ABORT_SPARET_WAIT _IO ('r', 11) /* used to wake up the
96 #define RAIDFRAME_START_ATRACE _IO ('r', 12) /* start tracing
98 #define RAIDFRAME_STOP_ATRACE _IO ('r', 13) /* stop tracing accesses */
102 #define RAIDFRAME_RESET_ACCTOTALS _IO ('r', 16) /* reset AccTotals for
137 #define RAIDFRAME_RESCAN _IO ('r', 44)
  /src/sys/sys/
ttycom.h 101 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */
102 #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */
121 #define TIOCSBRK _IO('t', 123) /* set break bit */
122 #define TIOCCBRK _IO('t', 122) /* clear break bit */
123 #define TIOCSDTR _IO('t', 121) /* set data terminal ready */
124 #define TIOCCDTR _IO('t', 120) /* clear data terminal ready */
130 #define TIOCNOTTY _IO('t', 113) /* void tty association */
140 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */
141 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */
151 #define UIOCCMD(n) _IO('u', n) /* usr cntl op "n" *
    [all...]
filio.h 45 #define FIOCLEX _IO('f', 1) /* set close on exec on fd */
46 #define FIONCLEX _IO('f', 2) /* remove close on exec */
  /src/sys/dev/tc/
sticio.h 92 #define STICIO_RESET _IO('S', 1)
93 #define STICIO_START860 _IO('S', 2) /* PXG only, may disappear */
94 #define STICIO_RESET860 _IO('S', 3) /* PXG only, may disappear */
95 #define STICIO_STARTQ _IO('S', 4) /* currently PX only */
96 #define STICIO_STOPQ _IO('S', 5) /* currently PX only */
  /src/sys/arch/mac68k/include/
iteioctl.h 52 #define ITEIOC_RINGBELL _IO('I', 130)
  /src/sys/compat/ultrix/
ultrix_tty.h 44 #define ULTRIX_TCXONC _IO('T', 6)
45 #define ULTRIX_TCFLSH _IO('T', 7)
50 #define ULTRIX_TCSNDBRK _IO('T', 12)
51 #define ULTRIX_TCDRAIN _IO('T', 13)
  /src/sys/dev/
spkrio.h 13 #define SPKRTUNE _IO('S', 2) /* emit tone sequence */
  /src/sys/dev/usb/
vhci.h 68 #define VHCI_IOC_USB_ATTACH _IO ('V', 10)
69 #define VHCI_IOC_USB_DETACH _IO ('V', 11)
  /src/sys/arch/atari/dev/
viewioctl.h 52 #define VIOCREMOVE _IO('V', 0x0) /* if displaying remove. */
53 #define VIOCDISPLAY _IO('V', 0x1) /* if not displaying, display */
  /src/sys/arch/amiga/dev/
viewioctl.h 52 #define VIOCREMOVE _IO('V', 0x0) /* if displaying remove. */
53 #define VIOCDISPLAY _IO('V', 0x1) /* if not displaying, display */
  /src/sys/dev/ic/
isp_ioctl.h 50 #define ISP_RESETHBA _IO(ISP_IOC, 2)
55 #define ISP_RESCAN _IO(ISP_IOC, 3)
103 #define ISP_CLR_STATS _IO(ISP_IOC, 7)
108 #define ISP_FC_LIP _IO(ISP_IOC, 8)
130 #define ISP_GET_FW_CRASH_DUMP _IO(ISP_IOC, 10)
131 #define ISP_FORCE_CRASH_DUMP _IO(ISP_IOC, 11)
194 #define ISP_FC_GETDLIST _IO(ISP_IOC, 14)

Completed in 28 milliseconds

1 2 3 4