Searched refs:oem_name (Results 1 – 5 of 5) sorted by relevance
/third_party/exfatprogs/lib/ |
D | libexfat.c | 370 if (memcmp(bs->bpb.oem_name, "EXFAT ", 8) != 0) { in exfat_get_root_entry_offset() 572 if (memcmp(ppbr->bpb.oem_name, "EXFAT ", 8) != 0) { in exfat_show_volume_serial() 646 if (memcmp(ppbr->bpb.oem_name, "EXFAT ", 8) != 0) { in exfat_set_volume_serial() 830 if (memcmp(pbr->bpb.oem_name, "EXFAT ", 8) != 0) { in read_boot_sect()
|
/third_party/exfatprogs/dump/ |
D | dump.c | 93 if (memcmp(ppbr->bpb.oem_name, "EXFAT ", 8) != 0) { in exfat_show_ondisk_all_info()
|
/third_party/exfatprogs/include/ |
D | exfat_ondisk.h | 103 __u8 oem_name[8]; member
|
/third_party/exfatprogs/mkfs/ |
D | mkfs.c | 53 memcpy(pbpb->oem_name, "EXFAT ", 8); in exfat_setup_boot_sector()
|
/third_party/exfatprogs/fsck/ |
D | fsck.c | 389 if (memcmp(bs->bpb.oem_name, "EXFAT ", 8) != 0) { in read_boot_region() 514 if (memcmp(boot_sect->bpb.oem_name, "EXFAT ", 8) != 0 && in exfat_boot_region_check()
|