Home
last modified time | relevance | path

Searched defs:BlockId (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/devices/src/virtio/block/
Dblock.rs170 id: Option<BlockId>, in process_one_request()
420 id: Option<BlockId>, in new()
469 id: Option<BlockId>, in execute_request()
Dcommon.rs23 pub type BlockId = [u8; ID_LEN]; typedef
Dasynchronous.rs145 id: Option<BlockId>, in new()
478 id: Option<BlockId>, in new()
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp340 unsigned BlockId = L.getBlock()->getBlockID(); in HandleBlockEntrance() local