Searched refs:SECTOR_SIZE (Results 1 – 17 of 17) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_mass_storage_ram.c | 48 #define SECTOR_SIZE 512 macro 170 fat32_part_buf = memalign(SECTOR_SIZE, FAT_PART_SIZE); in ram_mass_storage_init() 196 sc->sector_size = SECTOR_SIZE; in ram_mass_storage_init()
|
/third_party/uboot/u-boot-2020.01/include/ |
D | usb_mass_storage.h | 10 #define SECTOR_SIZE 0x200 macro
|
D | reiserfs.h | 18 #define SECTOR_SIZE 0x200 macro
|
D | zfs_common.h | 25 #define SECTOR_SIZE 0x200 macro
|
D | ext_common.h | 23 #define SECTOR_SIZE 0x200 macro
|
/third_party/gptfdisk/ |
D | support.h | 53 #define SECTOR_SIZE UINT32_C(512) macro
|
D | diskio-unix.cc | 179 blockSize = SECTOR_SIZE; in GetBlockSize() 186 << SECTOR_SIZE << "\n"; in GetBlockSize()
|
D | diskio-windows.cc | 142 blockSize = SECTOR_SIZE; in GetBlockSize()
|
D | support.cc | 168 sSize = SECTOR_SIZE; in IeeeToInt()
|
D | gpt.cc | 68 blockSize = SECTOR_SIZE; // set a default in GPTData() 132 blockSize = SECTOR_SIZE; // set a default in GPTData() 2003 sectorAlignment = DEFAULT_ALIGNMENT * SECTOR_SIZE / blockSize; in ClearGPTData() 2455 align = DEFAULT_ALIGNMENT * SECTOR_SIZE / blockSize; in ComputeAlignment()
|
D | basicmbr.cc | 36 blockSize = SECTOR_SIZE; in BasicMBRData() 79 blockSize = SECTOR_SIZE; in BasicMBRData()
|
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/ |
D | f_mass_storage.c | 758 file_offset / SECTOR_SIZE, in do_read() 759 amount / SECTOR_SIZE, in do_read() 764 nread = rc * SECTOR_SIZE; in do_read() 932 file_offset / SECTOR_SIZE, in do_write() 933 amount / SECTOR_SIZE, in do_write() 937 nwritten = rc * SECTOR_SIZE; in do_write() 1048 file_offset / SECTOR_SIZE, in do_verify() 1049 amount / SECTOR_SIZE, in do_verify() 1053 nread = rc * SECTOR_SIZE; in do_verify()
|
/third_party/toybox/toys/pending/ |
D | fdisk.c | 42 #define SECTOR_SIZE 512 macro 361 if (SECTOR_SIZE != readall(dev_fd, MBRbuf, SECTOR_SIZE)) { in read_mbr() 376 sector_fac = g_sect_size/SECTOR_SIZE; //512 is hardware sector size. in read_mbr() 509 xprintf(", total %lld sectors\n", total_number_sectors/(g_sect_size/SECTOR_SIZE)); in print_mbr() 523 g_sect_size = SECTOR_SIZE; in init_members()
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | usb_mass_storage.c | 88 if (block_dev->blksz != SECTOR_SIZE) in ums_init()
|
D | fdc.c | 62 #define SECTOR_SIZE 5 macro 273 pCMD->cmd[SECTOR_SIZE]=pFG->sect_code; /* sector size code */ in fdc_issue_cmd()
|
/third_party/uboot/u-boot-2020.01/fs/reiserfs/ |
D | reiserfs_private.h | 407 #define FSYSREISER_MIN_BLOCKSIZE SECTOR_SIZE
|
D | reiserfs.c | 326 || (SECTOR_SIZE << INFO->blocksize_shift) != sb_blocksize(&super)) in reiserfs_mount()
|