~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/include/asm-ia64/ioctls.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 #ifndef _ASM_IA64_IOCTLS_H
  2 #define _ASM_IA64_IOCTLS_H
  3 
  4 /*
  5  * Copyright (C) 1998, 1999 Hewlett-Packard Co
  6  * Copyright (C) 1998, 1999 David Mosberger-Tang <davidm@hpl.hp.com>
  7  */
  8 
  9 #include <asm/ioctl.h>
 10 
 11 /* 0x54 is just a magic number to make these relatively unique ('T') */
 12 
 13 #define TCGETS          0x5401
 14 #define TCSETS          0x5402
 15 #define TCSETSW         0x5403
 16 #define TCSETSF         0x5404
 17 #define TCGETA          0x5405
 18 #define TCSETA          0x5406
 19 #define TCSETAW         0x5407
 20 #define TCSETAF         0x5408
 21 #define TCSBRK          0x5409
 22 #define TCXONC          0x540A
 23 #define TCFLSH          0x540B
 24 #define TIOCEXCL        0x540C
 25 #define TIOCNXCL        0x540D
 26 #define TIOCSCTTY       0x540E
 27 #define TIOCGPGRP       0x540F
 28 #define TIOCSPGRP       0x5410
 29 #define TIOCOUTQ        0x5411
 30 #define TIOCSTI         0x5412
 31 #define TIOCGWINSZ      0x5413
 32 #define TIOCSWINSZ      0x5414
 33 #define TIOCMGET        0x5415
 34 #define TIOCMBIS        0x5416
 35 #define TIOCMBIC        0x5417
 36 #define TIOCMSET        0x5418
 37 #define TIOCGSOFTCAR    0x5419
 38 #define TIOCSSOFTCAR    0x541A
 39 #define FIONREAD        0x541B
 40 #define TIOCINQ         FIONREAD
 41 #define TIOCLINUX       0x541C
 42 #define TIOCCONS        0x541D
 43 #define TIOCGSERIAL     0x541E
 44 #define TIOCSSERIAL     0x541F
 45 #define TIOCPKT         0x5420
 46 #define FIONBIO         0x5421
 47 #define TIOCNOTTY       0x5422
 48 #define TIOCSETD        0x5423
 49 #define TIOCGETD        0x5424
 50 #define TCSBRKP         0x5425  /* Needed for POSIX tcsendbreak() */
 51 #define TIOCTTYGSTRUCT  0x5426  /* For debugging only */
 52 #define TIOCSBRK        0x5427  /* BSD compatibility */
 53 #define TIOCCBRK        0x5428  /* BSD compatibility */
 54 #define TIOCGSID        0x5429  /* Return the session ID of FD */
 55 #define TIOCGPTN        _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
 56 #define TIOCSPTLCK      _IOW('T',0x31, int)  /* Lock/unlock Pty */
 57 
 58 #define FIONCLEX        0x5450  /* these numbers need to be adjusted. */
 59 #define FIOCLEX         0x5451
 60 #define FIOASYNC        0x5452
 61 #define TIOCSERCONFIG   0x5453
 62 #define TIOCSERGWILD    0x5454
 63 #define TIOCSERSWILD    0x5455
 64 #define TIOCGLCKTRMIOS  0x5456
 65 #define TIOCSLCKTRMIOS  0x5457
 66 #define TIOCSERGSTRUCT  0x5458 /* For debugging only */
 67 #define TIOCSERGETLSR   0x5459 /* Get line status register */
 68 #define TIOCSERGETMULTI 0x545A /* Get multiport config  */
 69 #define TIOCSERSETMULTI 0x545B /* Set multiport config */
 70 
 71 #define TIOCMIWAIT      0x545C  /* wait for a change on serial input line(s) */
 72 #define TIOCGICOUNT     0x545D  /* read serial port inline interrupt counts */
 73 #define TIOCGHAYESESP   0x545E  /* Get Hayes ESP configuration */
 74 #define TIOCSHAYESESP   0x545F  /* Set Hayes ESP configuration */
 75 
 76 /* Used for packet mode */
 77 #define TIOCPKT_DATA             0
 78 #define TIOCPKT_FLUSHREAD        1
 79 #define TIOCPKT_FLUSHWRITE       2
 80 #define TIOCPKT_STOP             4
 81 #define TIOCPKT_START            8
 82 #define TIOCPKT_NOSTOP          16
 83 #define TIOCPKT_DOSTOP          32
 84 
 85 #define TIOCSER_TEMT    0x01    /* Transmitter physically empty */
 86 
 87 #endif /* _ASM_IA64_IOCTLS_H */
 88 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.