Home
last modified time | relevance | path

Searched refs:fatbuf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Ddosfs.c165 fs->fatbuf, io_size); in dos_read_fatblk()
173 memset(fs->fatbuf + io_size, 0, FATBLKSZ - io_size); in dos_read_fatblk()
200 if ((fs->fatbuf = malloc(FATBLKSZ)) == NULL) in dos_mount()
204 free(fs->fatbuf); in dos_mount()
227 free(fs->fatbuf); in dos_unmount()
799 p_entry = fs->fatbuf + offset; in fatget()
H A Ddosfs.h98 uchar_t *fatbuf; /* FAT cache buffer */ member