Home
last modified time | relevance | path

Searched refs:dosinit (Results 1 – 5 of 5) sorted by relevance

/plan9/sys/src/boot/pc/
H A Ddosfs.h62 extern int dosinit(Fs*);
/plan9/sys/src/9/pcboot/
H A Ddiskload.c272 if (dosinit(fsroot, fat) < 0) { in trybootfile()
300 if (dosinit(&fs, fat) < 0) { in trydiskboot()
H A Ddosfs.h154 extern int dosinit(Bootfs*, char *);
H A Ddosboot.c416 dosinit(Bootfs *fs, char *disk) in dosinit() function
H A Ddevbios.c762 if(dosinit(&fs, part) < 0){ in biosgetfspart()