/third_party/NuttX/drivers/bch/ |
H A D | bchlib_cache.c | 87 int bchlib_readsector(struct bchlib_s *bch, unsigned long long sector) in bchlib_readsector() argument [all...] |
H A D | bchlib_write.c | 49 unsigned long long sector; in bchlib_write() local [all...] |
H A D | bchlib_read.c | 65 unsigned long long sector; in bchlib_read() local [all...] |
H A D | bch.h | 53 unsigned long long sector; /* The current sector in the buffer */ member
|
/third_party/FatFs/source/ |
H A D | diskio.c | 123 DRESULT disk_raw_read (int id, void *buff, LBA_t sector, UINT32 count)
in disk_raw_read() argument 81 disk_read( BYTE pdrv, BYTE *buff, LBA_t sector, UINT count ) disk_read() argument 103 disk_read_readdir( BYTE pdrv, BYTE *buff, LBA_t sector, UINT count ) disk_read_readdir() argument 144 disk_write( BYTE pdrv, const BYTE *buff, LBA_t sector, UINT count ) disk_write() argument 166 disk_raw_write(int id, void *buff, QWORD sector, UINT32 count) disk_raw_write() argument [all...] |
/device/qemu/riscv32_virt/liteos_m/board/driver/cfiflash/ |
H A D | cfiflash.c | 55 unsigned CfiFlashSec2Bytes(unsigned sector) in CfiFlashSec2Bytes() argument
|
/third_party/f2fs-tools/lib/ |
H A D | libf2fs_zoned.c | 205 int f2fs_report_zone(int i, uint64_t sector, struct blk_zone *blkzone) in f2fs_report_zone() argument 248 uint64_t sector = 0; in f2fs_report_zones() local 300 uint64_t sector; in f2fs_check_zones() local 453 uint64_t sector; f2fs_reset_zones() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | psxstr.c | 73 const uint8_t *sector= p->buf; in str_probe() local 133 unsigned char sector[RAW_CD_SECTOR_SIZE]; str_read_header() local 162 unsigned char sector[RAW_CD_SECTOR_SIZE]; str_read_packet() local [all...] |
H A D | sga.c | 38 uint8_t sector[65536 * 2]; member [all...] |
H A D | wtvdec.c | 63 static int64_t seek_by_sector(AVIOContext *pb, int64_t sector, int64_t offset) in seek_by_sector() argument
|
/third_party/gptfdisk/ |
H A D | diskio-windows.cc | 198 int DiskIO::Seek(uint64_t sector) { in Seek() argument
|
H A D | mbrpart.cc | 261 uint64_t cylinder, head, sector; // all numbered from 0 in LBAtoCHS() local
|
H A D | diskio-unix.cc | 318 int DiskIO::Seek(uint64_t sector) { in Seek() argument
|
H A D | gpttext.cc | 224 uint64_t firstBlock, firstInLargest, lastBlock, sector, origSector, lastAligned; in CreatePartition() local [all...] |
H A D | basicmbr.cc | 449 int BasicMBRData::WriteMBRData(struct TempMBR & mbr, DiskIO *theDisk, uint64_t sector) { in WriteMBRData() argument 697 uint64_t cylinder, head, sector; // all numbered from 0 in LBAtoCHS() local 1483 SectorUsedAs(uint64_t sector, int topPartNum) SectorUsedAs() argument [all...] |
H A D | gpt.cc | 1055 LoadHeader(struct GPTHeader *header, DiskIO & disk, uint64_t sector, int *crcOk) LoadHeader() argument 1100 LoadPartitionTable(const struct GPTHeader & header, DiskIO & disk, uint64_t sector) LoadPartitionTable() argument 1376 SaveHeader(struct GPTHeader *header, DiskIO & disk, uint64_t sector) SaveHeader() argument 1396 SavePartitionTable(DiskIO & disk, uint64_t sector) SavePartitionTable() argument 2180 Align(uint64_t* sector) Align() argument 2453 IsFree(uint64_t sector, uint32_t *partNum) IsFree() argument [all...] |
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | rockchip_ramdisk.c | 31 static struct page *rd_lookup_page(struct rd_device *rd, sector_t sector) in rd_lookup_page() argument 46 static void copy_to_rd(struct rd_device *rd, const void *src, sector_t sector, size_t n) in copy_to_rd() argument 77 copy_from_rd(void *dst, struct rd_device *rd, sector_t sector, size_t n) copy_from_rd() argument 112 rd_do_bvec(struct rd_device *rd, struct page *page, unsigned int len, unsigned int off, unsigned int op, sector_t sector) rd_do_bvec() argument 134 sector_t sector; rd_make_request() local 161 rd_rw_page(struct block_device *bdev, sector_t sector, struct page *page, unsigned int op) rd_rw_page() argument [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfslabel.c | 238 static int change_serial(ntfs_volume *vol, u64 sector, le64 serial_number, in change_serial() argument
|
/third_party/exfatprogs/lib/ |
H A D | libexfat.c | 83 void boot_calc_checksum(unsigned char *sector, unsigned short size, in boot_calc_checksum() argument [all...] |
/third_party/exfatprogs/fsck/ |
H A D | fsck.c | 456 char *sector; in restore_boot_region() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | fdisk.c | 46 #define sector(s) ((s) & 0x3f) macro 52 unsigned char boot_ind, head, sector, cyl, sys_ind, end_head, member [all...] |
/third_party/f2fs-tools/fsck/ |
H A D | mount.c | 2803 uint64_t sector; in write_pointer_at_zone_start() local
|
/third_party/libdrm/ |
H A D | xf86drm.c | 346 uint64_t height, kind, gen, sector, compression; in drmGetFormatModifierNameFromNvidia() local
|
/third_party/f2fs-tools/include/ |
H A D | f2fs_fs.h | 1537 __u64 sector; member
|