Home
last modified time | relevance | path

Searched defs:core (Results 1 – 10 of 10) sorted by relevance

/DragonOS-0.1.9/kernel/src/driver/tty/
Dtty_job_control.rs18 let core = tty.core(); in proc_set_tty() localVariable
43 let core = tty.core(); in tty_check_change() localVariable
Dtty_device.rs200 let core = tty.core(); in write_at() localVariable
286 let core = tty.core(); in ioctl() localVariable
297 let core = tty.core(); in ioctl() localVariable
Dtty_core.rs35 core: TtyCoreData, field
44 let core = TtyCoreData { in new() localVariable
71 pub fn core(&self) -> &TtyCoreData { in core() method
146 let core = tty.core(); in tty_mode_ioctl() localVariable
Dtty_driver.rs217 let core = tty.core(); in init_tty_device() localVariable
/DragonOS-0.1.9/kernel/src/smp/
Dmod.rs14 pub mod core; module
/DragonOS-0.1.9/kernel/src/driver/tty/tty_ldisc/
Dntty.rs1259 let core = tty.core(); in echoes() localVariable
1438 let core = tty.core(); in do_output_char() localVariable
1546 let core = tty.core(); in flush_buffer() localVariable
1585 let core = tty.core(); in read() localVariable
1621 let core = tty.core(); in read() localVariable
1637 let core = tty.core(); in read() localVariable
1725 let core = binding.core(); in write() localVariable
1872 let core = tty.core(); in set_termios() localVariable
2031 let core = tty.core(); in poll() localVariable
/DragonOS-0.1.9/kernel/src/sched/
Dmod.rs3 pub mod core; module
/DragonOS-0.1.9/kernel/crates/bitmap/src/
Dstatic_bitmap.rs14 core: BitMapCore<usize>, field
Dalloc_bitmap.rs9 core: BitMapCore<usize>, field
/DragonOS-0.1.9/kernel/src/filesystem/vfs/
Dmod.rs1 pub mod core; module