Searched refs:BPB_FATSz32 (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/fstyp/
H A Dmsdosfs.c105 } else if (UINT32BYTES(pfat32_bsbpb->BPB_FATSz32) != 0) {
109 * If the BPB_FATSz32 field is not zero and the string "FAT" is
136 UINT32BYTES(pfat32_bsbpb->BPB_FATSz32));
H A Dmsdosfs.h96 uint8_t BPB_FATSz32[4]; member in struct:fat32_bsbpb
/freebsd-current/sys/geom/label/
H A Dg_label_msdosfs.c115 } else if (UINT32BYTES(pfat32_bsbpb->BPB_FATSz32) != 0) {
119 * If the BPB_FATSz32 field is not zero and the string "FAT" is
150 UINT32BYTES(pfat32_bsbpb->BPB_FATSz32));
H A Dg_label_msdosfs.h98 uint8_t BPB_FATSz32[4]; member in struct:fat32_bsbpb

Completed in 278 milliseconds