Searched defs:bpb (Results 1 – 8 of 8) sorted by relevance
/titanic_51/usr/src/uts/common/sys/fs/ |
H A D | pc_fs.h | 192 #define bpb_jmpBoot(bpb) ((unsigned char *)(bpb)) argument 193 #define bpb_OEMName(bpb) ((char *)(bpb) + OFF_OEMNAME) argument 194 #define bpb_get_BytesPerSec(bpb) LE_16_NA((bpb) + OFF_BYTESPERSEC) argument 195 #define bpb_get_SecPerClus(bpb) (((uint8_t *)(bpb))[OFF_SECPERCLUS]) argument 196 #define bpb_get_RsvdSecCnt(bpb) LE_16_NA((bpb) argument 197 bpb_get_NumFATs(bpb) global() argument 198 bpb_get_RootEntCnt(bpb) global() argument 199 bpb_get_TotSec16(bpb) global() argument 200 bpb_get_Media(bpb) global() argument 201 bpb_get_FatSz16(bpb) global() argument 202 bpb_get_SecPerTrk(bpb) global() argument 203 bpb_get_NumHeads(bpb) global() argument 204 bpb_get_HiddSec(bpb) global() argument 205 bpb_get_TotSec32(bpb) global() argument 206 bpb_get_BPBSig(bpb) global() argument 211 bpb_get_DrvNum16(bpb) global() argument 212 bpb_get_BootSig16(bpb) global() argument 213 bpb_VolLab16(bpb) global() argument 214 bpb_FilSysType16(bpb) global() argument 215 bpb_get_VolID16(bpb) global() argument 220 bpb_get_FatSz32(bpb) global() argument 221 bpb_get_ExtFlags32(bpb) global() argument 222 bpb_get_FSVer32(bpb) global() argument 223 bpb_get_RootClus32(bpb) global() argument 224 bpb_get_FSInfo32(bpb) global() argument 225 bpb_get_BkBootSec32(bpb) global() argument 226 bpb_get_DrvNum32(bpb) global() argument 227 bpb_get_BootSig32(bpb) global() argument 228 bpb_get_VolID32(bpb) global() argument 229 bpb_VolLab32(bpb) global() argument 230 bpb_FilSysType32(bpb) global() argument [all...] |
/titanic_51/usr/src/cmd/fdformat/ |
H A D | fdformat.c | 163 struct bios_param_blk bpb; in main() local 453 struct bios_param_blk *bpb, int *rdirsec) in format_diskette() argument 1483 write_DOS_label(int fd,uchar_t * bootloadr,int bootlen,char * altbootname,char * doslabel,struct bios_param_blk * bpb,int rdirsec) write_DOS_label() argument 1636 struct bios_param_blk *bpb; write_NEC_DOS_label() local [all...] |
/titanic_51/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_fat.c | 70 struct fat_bpb bpb; in fat_mount() local [all...] |
/titanic_51/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vfsops.c | 1825 secondaryBPBChecks(struct pcfs *fsp, uchar_t *bpb, size_t secsize) in secondaryBPBChecks() argument 1920 parseBPB(struct pcfs * fsp,uchar_t * bpb,int * valid) parseBPB() argument [all...] |
/titanic_51/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_pcu.c | 270 start_bitmap_list(struct bitmap *bmp, int bpb) in start_bitmap_list() argument
|
/titanic_51/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | pcfs_bpb.h | 165 struct _orig_bios_param_blk bpb; member
|
/titanic_51/usr/src/cmd/fs.d/pcfs/mkfs/ |
H A D | mkfs_pcfs.h | 163 struct _orig_bios_param_blk bpb; member
|
/titanic_51/usr/src/boot/lib/libstand/ |
H A D | dosfs.c | 95 DOS_BPB bpb; /* BPB */ member [all...] |