Home
last modified time | relevance | path

Searched defs:auth_started_pvms (Results 1 – 2 of 2) sorted by relevance

/system/see/authmgr/authmgr-be/src/
Dauthorization.rs51 auth_started_pvms: AuthStartedPvms, field
90 let auth_started_pvms = AuthStartedPvms::new(memory_limits.capacity_auth_started_pvms)?; in new() localVariable
Ddata_structures.rs216 auth_started_pvms: VecDeque<AuthStartedPvm>, field
222 let mut auth_started_pvms = VecDeque::new(); in new() localVariable