Searched refs:boot_sector_t (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | pcfs_bpb.h | 225 } boot_sector_t; typedef
|
H A D | bpb.c | 172 boot_sector_t ubpb; in readBPB()
|
/titanic_44/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs_pcfs.h | 223 } boot_sector_t; typedef
|
H A D | mkfs.c | 129 static void write_fat32_bootstuff(int fd, boot_sector_t *bsp, 143 static void write_bootsects(int fd, boot_sector_t *bsp, bpb_t *wbpb, 166 static int verify_bootblkfile(char *fn, boot_sector_t *bs, 173 static int copy_bootblk(char *fn, boot_sector_t *bootsect, 1825 boot_sector_t ubpb; in read_existing_bpb() 2485 verify_bootblkfile(char *fn, boot_sector_t *bs, ulong_t *blkfilesize) in verify_bootblkfile() 2580 copy_bootblk(char *fn, boot_sector_t *bootsect, ulong_t *bootblksize) in copy_bootblk() 2969 write_fat32_bootstuff(int fd, boot_sector_t *bsp, in write_fat32_bootstuff() 3020 write_bootsects(int fd, boot_sector_t *bsp, bpb_t *wbpb, in write_bootsects() 3079 boot_sector_t bootsect; in write_fat()
|