Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/net/
Dsocket.rs222 handle: Arc<GlobalSocketHandle>, field
263 let handle: Arc<GlobalSocketHandle> = in new() localVariable
409 pub handle: Arc<GlobalSocketHandle>, field
440 let handle: Arc<GlobalSocketHandle> = in new() localVariable
636 handle: Arc<GlobalSocketHandle>, field
662 let handle: Arc<GlobalSocketHandle> = in new() localVariable
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs408 pub fn handle(syscall_num: usize, args: &[usize], from_user: bool) -> usize { in handle() method