Home
last modified time | relevance | path

Searched refs:Bootfs (Results 1 – 6 of 6) sorted by relevance

/plan9/sys/src/9/pcboot/
H A Ddosfs.h7 typedef struct Bootfs Bootfs; typedef
10 int fsboot(Bootfs *fs, char *path, Boot *b);
11 int fswalk(Bootfs *fs, char *path, File *f);
133 Bootfs *fs;
137 struct Bootfs{ struct
146 long (*diskread)(Bootfs*, void*, long); /* disk read routine */ argument
147 vlong (*diskseek)(Bootfs*, vlong); /* disk seek routine */ argument
154 extern int dosinit(Bootfs*, char *); argument
H A Dsdbios.c25 long biosread0(Bootfs *, void *, long);
26 vlong biosseek(Bootfs *fs, vlong off);
93 Bootfs fs; /* just for fs->dev, which is zero */ in biosrio()
H A Dfs.c42 fswalk(Bootfs *fs, char *path, File *f) in fswalk()
66 fsboot(Bootfs *fs, char *path, Boot *b) in fsboot()
H A Ddevbios.c94 Bootfs;
462 Bootfs *fs; in biosboot()
662 biosread0(Bootfs *fs, void *a, long n) in biosread0()
716 biosseek(Bootfs *fs, vlong off) in biosseek()
746 biosseek(&bp->Bootfs, off); in biosread()
747 return biosread0(&bp->Bootfs, db, n); in biosread()
756 static Bootfs fs; in biosgetfspart()
H A Ddiskload.c29 static Bootfs fs;
173 findonekernel(Bootfs *fs) in findonekernel()
233 trybootfile(char *bootfile, Bootfs *fsroot) in trybootfile()
H A Ddosboot.c54 Bootfs *fs; in getclust()
92 fs = (Bootfs*)dos; /* assume dos is embedded at start of an Bootfs */ in getclust()
416 dosinit(Bootfs *fs, char *disk) in dosinit()