Home
last modified time | relevance | path

Searched defs:tocopy (Results 1 – 3 of 3) sorted by relevance

/lk-master/app/lkboot/
A Ddcc.c134 size_t tocopy = MIN(htod_index - htod_pos, len - pos); in dcc_read() local
165 size_t tocopy = MIN(len, DCC_BUFLEN); in dcc_write() local
/lk-master/lib/bio/
A Dbio.c57 size_t tocopy = MIN(dev->block_size - block_offset, len); in bio_default_read() local
153 size_t tocopy = MIN(dev->block_size - block_offset, len); in bio_default_write() local
/lk-master/lib/fs/ext2/
A Dio.c198 size_t tocopy = MIN(len, EXT2_BLOCK_SIZE(ext2->sb) - block_offset); in ext2_read_inode() local

Completed in 4 milliseconds