Searched defs:FIOC (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcio.h46 #define FIOC ('F'<<8) macro
51 #define FCIO_GETMAP (FIOC|175) /* Get limited map */
52 #define FCIO_FORCE_LIP (FIOC|177) /* Force LIP */
53 #define FCIO_LINKSTATUS (FIOC|183) /* Get link status */
54 #define FCIO_FCODE_MCODE_VERSION (FIOC|202) /* Get code versions */
/illumos-gate/usr/src/uts/common/sys/
H A Dfbio.h52 #define FIOC ('F'<<8) macro
53 #define FBIOGTYPE (FIOC|0)
60 #define FBIOGPIXRECT (FIOC|1)
76 #define FBIOGINFO (FIOC|2)
101 #define FBIOPUTCMAP (FIOC|3)
102 #define FBIOGETCMAP (FIOC|4)
127 #define FBIOSATTR (FIOC|5)
128 #define FBIOGATTR (FIOC|6)
138 #define FBIOSVIDEO (FIOC|7)
139 #define FBIOGVIDEO (FIOC|
[all...]
H A Dfdc.h397 #define FIOC ('F'<<8) macro
398 #define F_DTYP (FIOC|60) /* returns fd_drvtype */
399 #define F_FCR (FIOC|61) /* output to Floppy Control Register */
400 #define F_DOR (FIOC|62) /* output to Digital Output Register */
401 #define F_RAW (FIOC|63) /* general raw controller interface */

Completed in 50 milliseconds