Searched refs:Bootfs (Results 1 – 6 of 6) sorted by relevance
| /plan9/sys/src/9/pcboot/ |
| H A D | dosfs.h | 7 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 D | sdbios.c | 25 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 D | fs.c | 42 fswalk(Bootfs *fs, char *path, File *f) in fswalk() 66 fsboot(Bootfs *fs, char *path, Boot *b) in fsboot()
|
| H A D | devbios.c | 94 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 D | diskload.c | 29 static Bootfs fs; 173 findonekernel(Bootfs *fs) in findonekernel() 233 trybootfile(char *bootfile, Bootfs *fsroot) in trybootfile()
|
| H A D | dosboot.c | 54 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()
|