Home
last modified time | relevance | path

Searched refs:oem_name (Results 1 – 5 of 5) sorted by relevance

/third_party/exfatprogs/lib/
Dlibexfat.c370 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/
Ddump.c93 if (memcmp(ppbr->bpb.oem_name, "EXFAT ", 8) != 0) { in exfat_show_ondisk_all_info()
/third_party/exfatprogs/include/
Dexfat_ondisk.h103 __u8 oem_name[8]; member
/third_party/exfatprogs/mkfs/
Dmkfs.c53 memcpy(pbpb->oem_name, "EXFAT ", 8); in exfat_setup_boot_sector()
/third_party/exfatprogs/fsck/
Dfsck.c389 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()