Home
last modified time | relevance | path

Searched defs:nr (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.9/kernel/src/arch/riscv64/syscall/
Dmod.rs2 pub mod nr; module
/DragonOS-0.1.9/kernel/src/arch/x86_64/syscall/
Dmod.rs22 pub mod nr; module
/DragonOS-0.1.9/kernel/src/arch/x86_64/include/asm/
Dasm.h254 #define io_insw(port, buffer, nr) \ argument
262 #define io_outsw(port, buffer, nr) \ argument
/DragonOS-0.1.9/kernel/src/driver/tty/tty_ldisc/
Dntty.rs878 let nr = head - self.echo_tail; in commit_echoes() localVariable
1172 let mut nr = nr; in process_output_block() localVariable
1587 let mut nr = len; in read() localVariable
1721 let mut nr = len; in write() localVariable
1833 let mut nr = head - tail; in ioctl() localVariable