Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 6 of 6) sorted by relevance

/DragonOS-0.1.8/kernel/src/io/
Ddevice.rs138 buf_slice.copy_from_slice(&temp[range.begin..range.end]); in read_at()
173 temp[range.begin..range.end].copy_from_slice(&buf_slice); in write_at()
190 pub begin: usize, // 迭代器的起始位置 -> 块设备的地址 (单位是字节) field
202 pub begin: usize, // 起始位置在块内的偏移量, 如果BlockIter启用Multiblock,则是多个块的偏移量 field
211 begin: start_addr, in new()
219 begin: start_addr, in new_multiblock()
230 let lba_id = self.begin / blk_size; in next_block()
231 let begin = self.begin % blk_size; in next_block() localVariable
238 self.begin += end - begin; in next_block()
243 begin: begin, in next_block()
[all …]
/DragonOS-0.1.8/user/apps/test_bind/
Dlink.lds208 of the section so we begin them at 0. */
/DragonOS-0.1.8/user/apps/test_fstat/
Dlink.lds208 of the section so we begin them at 0. */
/DragonOS-0.1.8/user/apps/test_gettimeofday/
Dlink.lds208 of the section so we begin them at 0. */
/DragonOS-0.1.8/user/apps/http_server/
Dlink.lds208 of the section so we begin them at 0. */
/DragonOS-0.1.8/user/apps/test_relibc/
Dlink.lds208 of the section so we begin them at 0. */