Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/devpts/
H A Dmod.rs62 pub fn alloc_index(&self) -> Result<usize, SystemError> { in alloc_index() method
/DragonOS/kernel/src/driver/tty/pty/
H A Dunix98pty.rs264 let index = fsinfo.alloc_index()?; in ptmx_open()