Home
last modified time | relevance | path

Searched refs:fat_get_boot (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sbin/fsck_msdosfs/
HDdir.c227 boot = fat_get_boot(fat); in resetDosDirSection()
304 boot = fat_get_boot(fat); in delete()
393 boot = fat_get_boot(fat); in checksize()
484 boot = fat_get_boot(fat); in check_subdirectory()
563 boot = fat_get_boot(fat); in readDosDirSection()
1088 struct bootblock *boot = fat_get_boot(fat); in reconnect()
HDext.h103 struct bootblock* fat_get_boot(struct fat_descriptor *);
HDfat.c527 fat_get_boot(struct fat_descriptor *fat) { in fat_get_boot() function