/plan9-contrib/sys/src/boot/vt4/ |
H A D | fs.h | 7 struct Fs{ struct 9 long (*diskread)(Fs*, void*, long); /* disk read routine */ argument 10 vlong (*diskseek)(Fs*, vlong); /* disk seek routine */ argument 17 extern int dotini(Fs*); argument
|
H A D | bootp.c | 574 pxediskseek(Fs*, vlong) in pxediskseek() argument 580 pxediskread(Fs*, void*, long) in pxediskread() argument
|
H A D | data.h | 51 typedef struct Fs Fs; typedef
|
/plan9-contrib/sys/src/boot/vt5/ |
H A D | fs.h | 7 struct Fs{ struct 9 long (*diskread)(Fs*, void*, long); /* disk read routine */ argument 10 vlong (*diskseek)(Fs*, vlong); /* disk seek routine */ argument 17 extern int dotini(Fs*); argument
|
H A D | data.h | 50 typedef struct Fs Fs; typedef
|
/plan9-contrib/sys/src/cmd/fossil/ |
H A D | dat.h | 75 struct Fs { struct 83 /* immutable; copy here & Fsys to ease error reporting */ argument 84 char *name; 86 Periodic *metaFlush; /* periodically flushes metadata cached in files */ 96 RWLock elk; /* epoch lock */ 97 u32int ehi; /* epoch high */ 98 u32int elo; /* epoch low */ 100 int halted; /* epoch lock is held to halt (console initiated) */ 102 Source *source; /* immutable: root of sources */ 103 File *file; /* immutable: root of files */
|
H A D | fs.h | 1 typedef struct Fs Fs; typedef
|
/plan9-contrib/sys/src/cmd/aux/ |
H A D | searchfs.c | 12 typedef struct Fs Fs; typedef 97 struct Fs struct 104 extern void fsrun(Fs*, int); argument 683 putfid(Fs *, Fid *f) in putfid() argument 697 fsversion(Fs *, Fcall *rpc) in fsversion() argument 711 fsauth(Fs *, Fcall *) in fsauth() argument 824 fscreate(Fs *, Fcall *) in fscreate() argument 918 fsremove(Fs *, Fcall *) in fsremove() argument 940 fswstat(Fs *, Fcall *) in fswstat() argument
|
H A D | consolefs.c | 18 typedef struct Fs Fs; typedef 99 struct Fs struct 110 extern void console(Fs*, char*, char*, int, int, int); argument
|
H A D | depend.c | 18 typedef struct Fs Fs; typedef 141 struct Fs struct 154 Fs *fs; argument 490 fsflush(Fs*, Request*, Fid*) in fsflush() argument
|
H A D | timesync.c | 14 Fs, enumerator
|
/plan9-contrib/sys/src/9/ip/ |
H A D | ip.h | 4 typedef struct Fs Fs; typedef 420 struct Fs struct 423 int dev; 425 int np; 426 Proto* p[Maxproto+1]; /* list of supported protocols */ 427 Proto* t2p[256]; /* vector of all protocols */ 428 Proto* ipifc; /* kludge for ipifcremroute & ipifcaddroute */ 429 Proto* ipmux; /* kludge for finding an ip multiplexor */ 431 IP *ip; 432 Ipselftab *self; [all …]
|
/plan9-contrib/sys/src/9k/ip/ |
H A D | ip.h | 4 typedef struct Fs Fs; typedef 420 struct Fs struct 423 int dev; 425 int np; 426 Proto* p[Maxproto+1]; /* list of supported protocols */ 427 Proto* t2p[256]; /* vector of all protocols */ 428 Proto* ipifc; /* kludge for ipifcremroute & ipifcaddroute */ 429 Proto* ipmux; /* kludge for finding an ip multiplexor */ 431 IP *ip; 432 Ipselftab *self; [all …]
|
/plan9-contrib/sys/src/cmd/jtagfs/ |
H A D | jtagfs.c | 25 typedef struct Fs Fs; typedef 69 struct Fs struct 78 static void fsrun(Fs*, int); argument 326 putfid(Fs *, Fid *f) in putfid() argument 338 fsversion(Fs *, Fcall *rpc) in fsversion() argument 352 fsauth(Fs *, Fcall *) in fsauth() argument 503 fscreate(Fs *, Fcall *) in fscreate() argument 1471 fsremove(Fs *, Fcall *) in fsremove() argument 1493 fswstat(Fs *, Fcall *) in fswstat() argument
|
/plan9-contrib/sys/src/cmd/auth/ |
H A D | authcmdlib.h | 35 } Fs; typedef
|
/plan9-contrib/sys/src/9k/boot/ |
H A D | parts.c | 13 typedef struct Fs Fs; typedef
|
/plan9-contrib/sys/src/9/boot/ |
H A D | parts.c | 13 typedef struct Fs Fs; typedef
|
/plan9-contrib/sys/src/cmd/disk/ |
H A D | mkfs.c | 14 Fs, enumerator
|
/plan9-contrib/sys/src/9/pc/ |
H A D | ether2114x.c | 136 Fs = 0x00000200, /* Rx: First deScriptor */ enumerator
|
H A D | ether8169.c | 214 Fs = 0x20000000, /* First Segment Descriptor */ enumerator
|
/plan9-contrib/sys/src/9/mtx/ |
H A D | ether2114x.c | 136 Fs = 0x00000200, /* Rx: First deScriptor */ enumerator
|
/plan9-contrib/sys/src/9k/386/ |
H A D | ether8169.c | 215 Fs = 0x20000000, /* First Segment Descriptor */ enumerator
|
/plan9-contrib/sys/src/9/teg2/ |
H A D | ether8169.c | 240 Fs = 0x20000000, /* First Segment Descriptor */ enumerator
|