Home
last modified time | relevance | path

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

/DragonOS/kernel/src/ipc/
H A Dshm.rs75 IpcInfo = 3, enumerator
97 3 => Self::IpcInfo, in from()
H A Dsyscall.rs488 ShmCtlCmd::IpcInfo => shm_manager_guard.ipc_info(user_buf, from_user), in shmctl()