Searched defs:first_page (Results 1 – 4 of 4) sorted by relevance
| /system/ulib/ftl/ftln/ |
| A D | volume.cpp | 38 zx_status_t VolumeImpl::Read(uint32_t first_page, int num_pages, void* buffer) { in Read() 45 zx_status_t VolumeImpl::Write(uint32_t first_page, int num_pages, const void* buffer) { in Write() 80 zx_status_t VolumeImpl::Trim(uint32_t first_page, uint32_t num_pages) { in Trim()
|
| /system/dev/block/ftl/test/ |
| A D | block_device_test.cpp | 31 zx_status_t Read(uint32_t first_page, int num_pages, void* buffer) final { return ZX_OK; } in Read() 32 zx_status_t Write(uint32_t first_page, int num_pages, const void* buffer) final { in Write() 38 zx_status_t Trim(uint32_t first_page, uint32_t num_pages) final { return ZX_OK; } in Trim()
|
| /system/uapp/nand-util/ |
| A D | main.cpp | 176 bool NandBroker::ReadPages(uint32_t first_page, uint32_t count) const { in ReadPages()
|
| /system/ulib/ftl/ndm/ |
| A D | ndm_intrnl.c | 1442 ui32 ctrl_blk, first_page = ndm->next_ctrl_start; in ndmWrCtrl() local
|
Completed in 9 milliseconds