Searched defs:Ram (Results 1 – 5 of 5) sorted by relevance
16 typedef struct Ram Ram; typedef29 struct Ram struct34 Ram *parent; /* parent directory */ argument35 Ram *child; /* first member of directory */ argument36 Ram *next; /* next member of file's directory */ argument37 Qid qid;38 long perm;39 char *name;40 ulong atime;41 ulong mtime;[all …]
23 typedef struct Ram Ram; typedef36 struct Ram struct40 long parent; /* index in Ram array */ argument41 Qid qid;65 Ram ram[Nram]; argument
23 typedef struct Ram Ram; typedef
39 Ram, /* -RAM: read & write unrestricted */ enumerator