Home
last modified time | relevance | path

Searched defs:Cons (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/disk/kfs/
H A Ddat.h4 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 */
[all …]
/plan9/sys/src/cmd/fossil/
H A DCcons.c21 typedef struct Cons { struct
30 } Cons; typedef
/plan9/sys/src/cmd/cwfs/
H A Dportdat.h53 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 */
[all …]