Searched refs:sectorsize (Results 1 – 25 of 25) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/storage/ |
D | umass.c | 316 uint32_t sectorsize; member 2744 sc->info.sectorsize= usbhost_getbe32(resp.blklen); in umass_read_capacity_16() 2787 sc->info.sectorsize= usbhost_getbe32(resp.blklen); in umass_read_capacity() 2807 if ((sc->info.sectornum < (startsector + nsectors)) || (sc->info.sectorsize < blocksize)) in umass_read10() 2867 if ((sc->info.sectornum < (startsector + nsectors)) || (sc->info.sectorsize < blocksize)) in umass_read16() 2925 if ((sc->info.sectornum < (startsector + nsectors)) || (sc->info.sectorsize < blocksize)) in umass_write10() 2981 if ((sc->info.sectornum < (startsector + nsectors)) || (sc->info.sectorsize < blocksize)) { in umass_write16() 3188 status = umass_read16(sc, start_sector, (uint16_t)sc->info.sectorsize, nsectors, buffer); in umass_read() 3190 status = umass_read10(sc, (size_t)start_sector, (uint16_t)sc->info.sectorsize, nsectors, buffer); in umass_read() 3209 status = umass_write16(sc, start_sector, (uint16_t)sc->info.sectorsize, nsectors, buffer); in umass_write() [all …]
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_mass_storage.h | 191 size_t sectorsize; /* Size of one sector */ member
|
D | f_mass_storage.c | 455 put_unaligned_be32((&buf[4]), fmass->caps[fmass->lun].sectorsize); /* Block length */ in done_scsi_read_format_capacities() 478 blksizes = fmass->caps[fmass->lun].sectorsize; in done_scsi_read_capacity() 1148 cap->sectorsize = 0; in fmass_dev_capacity() 1153 (void)los_part_ioctl(part->part_id, GET_SECTOR_SIZE, &cap->sectorsize); in fmass_dev_capacity() 1154 …PRINTK("*** %d %d Bytes/Sector, Total %d Sectors ***\n", i, (int)cap->sectorsize, (int)cap->nsect… in fmass_dev_capacity()
|
/third_party/e2fsprogs/lib/blkid/ |
D | probe.h | 710 __u32 sectorsize; member
|
/third_party/e2fsprogs/po/ |
D | fi.po | 5565 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | e2fsprogs.pot | 5649 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | sr.po | 5848 msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | uk.po | 5854 msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | zh_CN.po | 5810 msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | ms.po | 5914 msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | id.po | 5881 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | da.po | 5711 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | it.po | 5898 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | eo.po | 5728 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | sv.po | 5912 msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | tr.po | 6086 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | pt.po | 5889 msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | pl.po | 5908 msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | de.po | 5912 msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | nl.po | 5948 msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | ca.po | 5976 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | hu.po | 5968 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | es.po | 5922 msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | cs.po | 5949 msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|
D | vi.po | 5779 msgid "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
|