Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dshm.rs84 ShmInfo = 14, enumerator
101 14 => Self::ShmInfo, in from()
H A Dsyscall.rs490 ShmCtlCmd::ShmInfo => shm_manager_guard.shm_info(user_buf, from_user), in shmctl()