Searched refs:CSimContext (Results 1 – 2 of 2) sorted by relevance
94 pub struct CSimContext { struct105 impl Default for CSimContext { argument107 CSimContext { in default()118 pub ptr: *const CSimContext,225 pub extern "C" fn sim_get_context() -> *const CSimContext { in sim_get_context()232 pub extern "C" fn sim_set_context(ptr: *const CSimContext) { in sim_set_context() argument
79 let mut sim_ctx = api::CSimContext { in boot_go()171 use crate::api::{BootRsp, CSimContext};177 pub fn invoke_boot_go(sim_ctx: *mut CSimContext, areadesc: *const CAreaDesc, in invoke_boot_go() argument