Searched refs:DOS_FS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Ddosfs.h112 } DOS_FS; typedef in typeref:struct:__anon63
115 DOS_FS *fs; /* associated filesystem */
H A Ddosfs.c146 static int dosunmount(DOS_FS *);
147 static int parsebs(DOS_FS *, DOS_BS *);
148 static int namede(DOS_FS *, const char *, DOS_DE **);
149 static int lookup(DOS_FS *, u_int, const char *, DOS_DE **);
152 static off_t fsize(DOS_FS *, DOS_DE *);
153 static int fatcnt(DOS_FS *, u_int);
154 static int fatget(DOS_FS *, u_int *);
156 static int ioread(DOS_FS *, u_int, void *, u_int);
160 dos_read_fat(DOS_FS *fs, struct open_file *fd)
192 dos_mount(DOS_FS *f
[all...]

Completed in 60 milliseconds