Lines Matching defs:Cons
53 typedef struct Cons Cons; typedef
309 struct Cons struct
311 ulong flags; /* overall flags for all channels */
313 int uid; /* botch -- used to get uid on cons_create */
314 int gid; /* botch -- used to get gid on cons_create */
315 int nuid; /* number of uids */
316 int ngid; /* number of gids */
317 Off offset; /* used to read files, c.f. fchar */
318 int chano; /* generator for channel numbers */
319 Chan* chan; /* console channel */
320 Filsys* curfs; /* current filesystem */
322 int profile; /* are we profiling? */
323 long* profbuf;
324 ulong minpc;
325 ulong maxpc;
326 ulong nprofbuf;
328 long nlarge; /* number of large message buffers */
329 long nsmall; /* ... small ... */
330 long nwormre; /* worm read errors */
331 long nwormwe; /* worm write errors */
332 long nwormhit; /* worm read cache hits */
333 long nwormmiss; /* worm read cache non-hits */
334 int noage; /* dont update cache age, dump and check */
335 long nwrenre; /* disk read errors */
336 long nwrenwe; /* disk write errors */
337 long nreseq; /* cache bucket resequence */