Searched defs:Cons (Results 1 – 3 of 3) sorted by relevance
4 typedef struct Cons Cons; typedef42 struct Cons struct44 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 */[all …]
21 typedef struct Cons { struct30 } Cons; typedef
53 typedef struct Cons Cons; typedef309 struct Cons struct311 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 */[all …]