Home
last modified time | relevance | path

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

/third_party/exfatprogs/label/
Dlabel.c102 ret = read_boot_sect(&bd, &bs); in main()
/third_party/exfatprogs/tune/
Dtune.c114 ret = read_boot_sect(&bd, &bs); in main()
/third_party/exfatprogs/include/
Dlibexfat.h172 int read_boot_sect(struct exfat_blk_dev *bdev, struct pbr **bs);
/third_party/exfatprogs/lib/
Dlibexfat.c814 int read_boot_sect(struct exfat_blk_dev *bdev, struct pbr **bs) in read_boot_sect() function
/third_party/exfatprogs/exfat2img/
Dexfat2img.c958 err = read_boot_sect(&ei.bdev, &bs); in main()