Annotation of 43BSD/sys/h/vcmd.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Copyright (c) 1982, 1986 Regents of the University of California.
                      3:  * All rights reserved.  The Berkeley software License Agreement
                      4:  * specifies the terms and conditions for redistribution.
                      5:  *
                      6:  *     @(#)vcmd.h      7.1 (Berkeley) 6/4/86
                      7:  */
                      8: 
                      9: #ifndef _IOCTL_
                     10: #ifdef KERNEL
                     11: #include "ioctl.h"
                     12: #else
                     13: #include <sys/ioctl.h>
                     14: #endif
                     15: #endif
                     16: 
                     17: #define        VPRINT          0100
                     18: #define        VPLOT           0200
                     19: #define        VPRINTPLOT      0400
                     20: 
                     21: #define        VGETSTATE       _IOR(v, 0, int)
                     22: #define        VSETSTATE       _IOW(v, 1, int)

unix.superglobalmegacorp.com

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