Home
last modified time | relevance | path

Searched defs:Mnt (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/cmd/acme/
H A Dfsys.c93 typedef struct Mnt Mnt; typedef
94 struct Mnt struct
98 Mntdir *md; argument
101 Mnt mnt; argument
/plan9/sys/src/cmd/unix/drawterm/kern/
H A Ddat.h30 typedef struct Mnt Mnt; typedef
285 struct Mnt struct
288 /* references are counted using c->ref; channels on this mount point incref(c->mchan) == Mnt.c */ argument
291 Mntrpc *queue; /* Queue of pending requests on this channel */ argument
293 Mnt *list; /* Free list */ argument
294 int flags; /* cache */
295 int msize; /* data + IOHDRSZ */
296 char *version; /* 9P version */
297 Queue *q; /* input queue */
/plan9/sys/src/9/port/
H A Dportdat.h22 typedef struct Mnt Mnt; typedef
316 struct Mnt struct
322 Mntrpc *queue; /* Queue of pending requests on this channel */ argument
324 Mnt *list; /* Free list */ argument
325 int flags; /* cache */
326 int msize; /* data + IOHDRSZ */
327 char *version; /* 9P version */
328 Queue *q; /* input queue */
/plan9/sys/src/9/pcboot/
H A Dstub.c18 muxclose(Mnt *) in muxclose() argument