Annotation of researchv9/sys/h/trcio.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * stream tracer ioctls
                      3:  */
                      4: #define        TRCGNAME        (('T'<<8)|6)    /* get trace module name */
                      5: #define        TRCSNAME        (('T'<<8)|7)    /* set trace module name */
                      6: #define        TRCGMASK        (('T'<<8)|8)    /* get trace module mask */
                      7: #define        TRCSMASK        (('T'<<8)|9)    /* set trace module mask */
                      8: 
                      9: /*
                     10:  * stream tracer mask values
                     11:  */
                     12: #define        TR_DATA         0x1
                     13: #define        TR_BREAK        0x2
                     14: #define        TR_HANGUP       0x4
                     15: #define        TR_DELIM        0x8
                     16: #define        TR_ECHO         0x10
                     17: #define        TR_ACK          0x20
                     18: #define        TR_IOCTL        0x40
                     19: #define        TR_DELAY        0x80
                     20: #define        TR_CTL          0x100
                     21: #define        TR_SIGNAL       0x200
                     22: #define        TR_FLUSH        0x400
                     23: #define        TR_STOP         0x800
                     24: #define        TR_START        0x1000
                     25: #define        TR_IOCACK       0x2000
                     26: #define        TR_IOCNAK       0x4000
                     27: #define        TR_CLOSE        0x8000

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.