Searched refs:bpb (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c206 struct bpb { struct
228 struct bpb bpb; member in struct:__anon11181
335 static void getstdfmt(const char *, struct bpb *);
337 struct bpb *);
339 static void sd_card_set_defaults(const char *path, u_int *fat, struct bpb *bpb);
340 static void print_bpb(struct bpb *);
363 struct bpb bpb; local
1019 getstdfmt(const char *fmt, struct bpb *bpb) argument
1034 getdiskinfo(int fd, const char *fname, const char *dtype, int oflag, struct bpb *bpb) argument
1200 sd_card_set_defaults(const char *path, u_int *fat, struct bpb *bpb) argument
1255 print_bpb(struct bpb *bpb) argument
[all...]
/macosx-10.10/ntfs-84/util/
H A Dntfs.util.c141 if (le16_to_cpu(b->bpb.bytes_per_sector) < 0x100 ||
142 le16_to_cpu(b->bpb.bytes_per_sector) >
146 switch (b->bpb.sectors_per_cluster) {
153 if ((u32)le16_to_cpu(b->bpb.bytes_per_sector) *
154 b->bpb.sectors_per_cluster > NTFS_MAX_CLUSTER_SIZE)
157 if (le16_to_cpu(b->bpb.reserved_sectors) ||
158 le16_to_cpu(b->bpb.root_entries) ||
159 le16_to_cpu(b->bpb.sectors) ||
160 le16_to_cpu(b->bpb.sectors_per_fat) ||
161 le32_to_cpu(b->bpb
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dppucd.h51 UChar32 bmg, bpb; member in struct:UniProps
H A Dppucd.cpp44 bmg(U_SENTINEL), bpb(U_SENTINEL),
360 props.bpb=U_SENTINEL;
417 props.bpb=parseCodePoint(v, errorCode);
/macosx-10.10/ntfs-84/kext/
H A Dntfs_vfsops.c174 if (le16_to_cpu(b->bpb.bytes_per_sector) < 0x100 ||
175 le16_to_cpu(b->bpb.bytes_per_sector) >
179 switch (b->bpb.sectors_per_cluster) {
186 if ((u32)le16_to_cpu(b->bpb.bytes_per_sector) *
187 b->bpb.sectors_per_cluster > NTFS_MAX_CLUSTER_SIZE)
190 if (le16_to_cpu(b->bpb.reserved_sectors) ||
191 le16_to_cpu(b->bpb.root_entries) ||
192 le16_to_cpu(b->bpb.sectors) ||
193 le16_to_cpu(b->bpb.sectors_per_fat) ||
194 le32_to_cpu(b->bpb
[all...]
H A Dntfs_layout.h59 * BIOS parameter block (bpb) structure.
84 /*0x0b*/BIOS_PARAMETER_BLOCK bpb; /* See BIOS_PARAMETER_BLOCK. */ member in struct:__anon11328
/macosx-10.10/vim-55/runtime/syntax/
H A Dmmix.vim57 syn keyword mmixOpcode bnb bzb bpb bodb
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter64.asm1578 bpb scratch, tagTypeNumber, .opPutByValSlow

Completed in 135 milliseconds