Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libstorage/src/
Dnon_blocking.rs644 let mut blk_ex = blk.as_block_device_ex(); in test_read() localVariable
645 blk_ex.write(1, &mut to_write, 1, 2).unwrap(); in test_read()
648 blk_ex.poll(); in test_read()
649 assert!(blk_ex.is_pending()); in test_read()
652 blk_ex.sync().unwrap(); in test_read()
653 blk_ex.poll(); in test_read()
669 let mut blk_ex = blk.as_block_device_ex(); in test_write() localVariable
670 blk_ex.read(1, &mut to_read, 1, 2).unwrap(); in test_write()
673 blk_ex.poll(); in test_write()
674 assert!(blk_ex.is_pending()); in test_write()
[all …]