The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/i386/ibcs2/ibcs2_ioctl.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 /* misc IOCTL's */
    2 
    3 /* Unix to Jerq I/O control */
    4 #define IBCS2_JTYPE             ('j'<<8)
    5 #define IBCS2_JBOOT             (IBCS2_JTYPE|1)
    6 #define IBCS2_JTERM             (IBCS2_JTYPE|2)
    7 #define IBCS2_JMPX              (IBCS2_JTYPE|3)
    8 #define IBCS2_JTIMO             (IBCS2_JTYPE|4)
    9 #define IBCS2_JWINSIZE          (IBCS2_JTYPE|5)
   10 #define IBCS2_JTIMOM            (IBCS2_JTYPE|6)
   11 #define IBCS2_JZOMBOOT          (IBCS2_JTYPE|7)
   12 #define IBCS2_JAGENT            (IBCS2_JTYPE|9)
   13 #define IBCS2_JTRUN             (IBCS2_JTYPE|10)
   14 
   15 
   16 /* Defines for keyboard and display ioctl's */
   17 #define IBCS2_KIOC              ('K'<<8)
   18 #define IBCS2_KDDISPTYPE        (IBCS2_KIOC|1)
   19 #define IBCS2_KDMAPDISP         (IBCS2_KIOC|2)
   20 #define IBCS2_KDUNMAPDISP       (IBCS2_KIOC|3)
   21 #define IBCS2_KDGKBENT          (IBCS2_KIOC|4)
   22 #define IBCS2_KDSKBENT          (IBCS2_KIOC|5)
   23 #define IBCS2_KDGKBMODE         (IBCS2_KIOC|6)
   24 #define IBCS2_KDSKBMODE         (IBCS2_KIOC|7)
   25 #define IBCS2_KDMKTONE          (IBCS2_KIOC|8)
   26 #define IBCS2_KDGETMODE         (IBCS2_KIOC|9)
   27 #define IBCS2_KDSETMODE         (IBCS2_KIOC|10)
   28 #define IBCS2_KDADDIO           (IBCS2_KIOC|11)
   29 #define IBCS2_KDDELIO           (IBCS2_KIOC|12)
   30 #define IBCS2_KDSBORDER         (IBCS2_KIOC|13)
   31 #define IBCS2_KDQUEMODE         (IBCS2_KIOC|15)
   32 #define IBCS2_KDVDCTYPE         (IBCS2_KIOC|16)
   33 #define IBCS2_KDGKBSTATE        (IBCS2_KIOC|19)
   34 #define IBCS2_KDSETRAD          (IBCS2_KIOC|20)
   35 #define IBCS2_KDENABIO          (IBCS2_KIOC|60)
   36 #define IBCS2_KDDISABIO         (IBCS2_KIOC|61)
   37 #define IBCS2_KIOCINFO          (IBCS2_KIOC|62)
   38 #define IBCS2_KIOCSOUND         (IBCS2_KIOC|63)
   39 #define IBCS2_KDGKBTYPE         (IBCS2_KIOC|64)
   40 #define IBCS2_KDGETLED          (IBCS2_KIOC|65)
   41 #define IBCS2_KDSETLED          (IBCS2_KIOC|66)
   42 
   43 
   44 /* Defines for Xenix keyboard and display ioctl's */
   45 #define IBCS2_MIOC              ('k' << 8)
   46 #define IBCS2_GETFKEY           (IBCS2_MIOC | 0)
   47 #define IBCS2_SETFKEY           (IBCS2_MIOC | 1)
   48 #define IBCS2_GIO_SCRNMAP       (IBCS2_MIOC | 2)
   49 #define IBCS2_PIO_SCRNMAP       (IBCS2_MIOC | 3)
   50 #define IBCS2_GIO_STRMAP_21     (IBCS2_MIOC | 4)
   51 #define IBCS2_PIO_STRMAP_21     (IBCS2_MIOC | 5)
   52 #define IBCS2_GIO_KEYMAP        (IBCS2_MIOC | 6)
   53 #define IBCS2_PIO_KEYMAP        (IBCS2_MIOC | 7)
   54 #define IBCS2_GIO_STRMAP        (IBCS2_MIOC | 11)
   55 #define IBCS2_PIO_STRMAP        (IBCS2_MIOC | 12)

Cache object: 0f4b54a7d6d82f77e234e7a056a1389e


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.