Lines Matching defs:Cons
4 typedef struct Cons Cons; typedef
42 struct Cons struct
44 int flags; /* overall flags for all channels */
45 int uid; /* botch -- used to get uid on cons_create */
46 int gid; /* botch -- used to get gid on cons_create */
47 int allow; /* no-protection flag */
48 long offset; /* used to read files, c.f. fchar */
49 char* arg; /* pointer to remaining line */
51 Chan *chan; /* console channel */
52 Chan *srvchan; /* local server channel */
54 Filter work; /* thruput in messages */
55 Filter rate; /* thruput in bytes */
56 Filter bhit; /* getbufs that hit */
57 Filter bread; /* getbufs that miss and read */
58 Filter binit; /* getbufs that miss and dont read */
59 Filter tags[MAXTAG]; /* reads of each type of block */